New upstream version 3.5.99.27
This commit is contained in:
22
nx-X11/programs/Xserver/miext/cw/Imakefile
Normal file
22
nx-X11/programs/Xserver/miext/cw/Imakefile
Normal file
@@ -0,0 +1,22 @@
|
||||
#include <Server.tmpl>
|
||||
|
||||
SRCS = cw.c cw_ops.c cw_render.c
|
||||
|
||||
OBJS = cw.o cw_ops.o cw_render.o
|
||||
|
||||
INCLUDES = -I../../mi -I../../fb -I../../render -I../../composite \
|
||||
-I../../include -I$(XINCLUDESRC) $(EXTRAINCLUDES) \
|
||||
-I$(EXTINCSRC) \
|
||||
`pkg-config --cflags-only-I pixman-1`
|
||||
LINTLIBS = ../../dix/llib-ldix.ln ../../os/llib-los.ln \
|
||||
../../mi/llib-lmi.ln
|
||||
|
||||
NormalLibraryObjectRule()
|
||||
NormalLibraryTarget(cw,$(OBJS))
|
||||
LintLibraryTarget(cw,$(SRCS))
|
||||
|
||||
NormalLintTarget($(SRCS))
|
||||
|
||||
DependTarget()
|
||||
|
||||
InstallDriverSDKNonExecFile(cw.h,$(DRIVERSDKINCLUDEDIR))
|
||||
Reference in New Issue
Block a user