aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/damageext/Imakefile
blob: 24dcee85cdeaeedbcea362b8c0c7045d85212fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <Server.tmpl>

       SRCS =	damageext.c

       OBJS =	damageext.o

   INCLUDES =   -I../include -I../Xext -I../render -I../xfixes -I../miext/damage \
		-I$(EXTINCSRC) -I$(XINCLUDESRC) \
		`pkg-config --cflags-only-I pixman-1`

   LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln

NormalLibraryTarget(damage,$(OBJS))
NormalLibraryObjectRule()
LintLibraryTarget(damage,$(SRCS))
NormalLintTarget($(SRCS))

DependTarget()