2008-11-28 22:42:52 +08:00
|
|
|
############################################################################
|
|
|
|
# graphics/nxmu/Make.defs
|
|
|
|
#
|
2021-02-05 18:12:53 +08:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
|
|
# this work for additional information regarding copyright ownership. The
|
|
|
|
# ASF licenses this file to you under the Apache License, Version 2.0 (the
|
|
|
|
# "License"); you may not use this file except in compliance with the
|
|
|
|
# License. You may obtain a copy of the License at
|
2008-11-28 22:42:52 +08:00
|
|
|
#
|
2021-02-05 18:12:53 +08:00
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
2008-11-28 22:42:52 +08:00
|
|
|
#
|
2021-02-05 18:12:53 +08:00
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
# License for the specific language governing permissions and limitations
|
|
|
|
# under the License.
|
2008-11-28 22:42:52 +08:00
|
|
|
#
|
|
|
|
############################################################################
|
|
|
|
|
2019-05-16 23:18:33 +08:00
|
|
|
CSRCS += nxmu_kbdin.c nxmu_mouse.c nxmu_openwindow.c nxmu_redraw.c
|
2016-04-14 05:39:03 +08:00
|
|
|
CSRCS += nxmu_releasebkgd.c nxmu_requestbkgd.c nxmu_reportposition.c
|
|
|
|
CSRCS += nxmu_sendclient.c nxmu_sendclientwindow.c nxmu_server.c
|
2019-02-05 06:51:48 +08:00
|
|
|
CSRCS += nxmu_start.c
|
2016-04-14 05:39:03 +08:00
|
|
|
|
|
|
|
DEPPATH += --dep-path nxmu
|
2020-03-26 11:51:22 +08:00
|
|
|
CFLAGS += ${shell $(INCDIR) "$(CC)" $(TOPDIR)/graphics/nxmu}
|
2016-04-14 05:39:03 +08:00
|
|
|
VPATH += :nxmu
|