New upstream version 3.5.99.27
This commit is contained in:
29
nx-X11/programs/Xserver/composite/Imakefile
Normal file
29
nx-X11/programs/Xserver/composite/Imakefile
Normal file
@@ -0,0 +1,29 @@
|
||||
#include <Server.tmpl>
|
||||
|
||||
NULL =
|
||||
|
||||
SRCS = compalloc.c compext.c compinit.c compoverlay.c compwindow.c
|
||||
|
||||
OBJS = compalloc.o compext.o compinit.o compoverlay.o compwindow.o
|
||||
|
||||
INCLUDES = -I../include -I../mi -I../Xext -I../render -I../xfixes \
|
||||
-I../damageext -I../miext/damage -I$(EXTINCSRC) \
|
||||
-I$(XINCLUDESRC) \
|
||||
`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)
|
||||
|
||||
NormalLibraryTarget(composite,$(OBJS))
|
||||
NormalLibraryObjectRule()
|
||||
LintLibraryTarget(composite,$(SRCS))
|
||||
NormalLintTarget($(SRCS))
|
||||
|
||||
DependTarget()
|
||||
Reference in New Issue
Block a user