New upstream version 3.5.99.27
This commit is contained in:
26
nx-X11/programs/Xserver/dbe/Imakefile
Normal file
26
nx-X11/programs/Xserver/dbe/Imakefile
Normal file
@@ -0,0 +1,26 @@
|
||||
#include <Server.tmpl>
|
||||
|
||||
|
||||
SRCS = dbe.c midbe.c
|
||||
OBJS = dbe.o midbe.o
|
||||
INCLUDES = -I$(SERVERSRC)/include -I$(XINCLUDESRC) -I$(EXTINCSRC) $(EXTRAINCLUDES) `pkg-config --cflags-only-I pixman-1`
|
||||
LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln
|
||||
|
||||
#if defined(NXAgentServer) && NXAgentServer
|
||||
NX_DEFINES = -DNXAGENT_SERVER
|
||||
#endif
|
||||
|
||||
DEFINES = \
|
||||
$(NX_DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
NormalLibraryObjectRule()
|
||||
|
||||
NormalLibraryTarget(dbe,$(OBJS))
|
||||
|
||||
LintLibraryTarget(dbe,$(SRCS))
|
||||
NormalLintTarget($(SRCS))
|
||||
|
||||
|
||||
DependTarget()
|
||||
|
||||
Reference in New Issue
Block a user