1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
XCOMM $XConsortium: Imakefile,v 1.2 94/04/13 18:04:00 rws Exp $ #include <Library.tmpl> SRCS = lbxdelta.c OBJS = lbxdelta.o INCLUDES = -I$(INCLUDESRC) -I$(EXTINCSRC) -I$(SERVERSRC)/include -I../../../include/extensions SubdirLibraryRule($(OBJS)) NormalLibraryObjectRule() NormalLintTarget($(SRCS)) DependTarget()