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

       SRCS =	compalloc.c compext.c compinit.c compwindow.c

       OBJS =	compalloc.o compext.o compinit.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

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

DependTarget()