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