2025-08-08 20:00:36 +02:00

28 lines
639 B
Plaintext

#define IHaveModules
#include <Server.tmpl>
#if BuildRootless
DEFINES = -DROOTLESS_WORKAROUND
#endif
SRCS = damage.c
OBJS = damage.o
INCLUDES = -I. -I../../mi -I../../fb -I../../include -I$(XINCLUDESRC) \
-I$(XF86SRC)/common $(EXTRAINCLUDES) \
-I../../render -I../cw -I$(EXTINCSRC) \
`pkg-config --cflags-only-I pixman-1`
LINTLIBS = ../../dix/llib-ldix.ln ../../os/llib-los.ln \
../../mi/llib-lmi.ln
NormalLibraryObjectRule()
NormalLibraryTarget(damage,$(OBJS))
LintLibraryTarget(damage,$(SRCS))
NormalLintTarget($(SRCS))
DependTarget()
InstallDriverSDKNonExecFile(damage.h,$(DRIVERSDKINCLUDEDIR))