blob: cb94c8906784d693af5b083b665847dd0052cc63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:46:40 cpqbld Exp $
#define IncSubdir X11
#include <Library.tmpl>
SRCS = lbxdelta.c
OBJS = lbxdelta.o
INCLUDES = -I$(XINCLUDESRC) -I$(EXTINCSRC) -I$(SERVERSRC)/include -I../../../include/extensions
SubdirLibraryRule($(OBJS))
NormalLibraryObjectRule()
NormalLintTarget($(SRCS))
DependTarget()
|