blob: 9d3edcf8c73d586976b35bc8709178893db42932 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#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) -I$(FONTINCSRC)
LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln
NormalLibraryTarget(composite,$(OBJS))
NormalLibraryObjectRule()
LintLibraryTarget(composite,$(SRCS))
NormalLintTarget($(SRCS))
DependTarget()
|