New upstream version 3.5.99.27
This commit is contained in:
28
nx-X11/programs/Xserver/xfixes/Imakefile
Normal file
28
nx-X11/programs/Xserver/xfixes/Imakefile
Normal file
@@ -0,0 +1,28 @@
|
||||
#include <Server.tmpl>
|
||||
|
||||
NULL =
|
||||
|
||||
SRCS = cursor.c region.c saveset.c select.c xfixes.c
|
||||
|
||||
OBJS = cursor.o region.o saveset.o select.o xfixes.o
|
||||
|
||||
INCLUDES = -I. -I../include -I../Xext -I../fixes -I../render \
|
||||
-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(xfixes,$(OBJS))
|
||||
NormalLibraryObjectRule()
|
||||
LintLibraryTarget(xfixes,$(SRCS))
|
||||
NormalLintTarget($(SRCS))
|
||||
|
||||
DependTarget()
|
||||
Reference in New Issue
Block a user