|
|
|
|
File: [XFree86 CVS] / xc / programs / Xserver / record / Imakefile
(download)
Revision: 1.2, Tue Sep 9 09:28:00 1997 UTC (15 years, 8 months ago) by hohndel Branch: MAIN Changes since 1.1: +10 -2 lines changes #913,915,927-947 plus lots of glint changes |
XCOMM $XConsortium: Imakefile /main/3 1996/09/28 17:15:43 rws $
#include <Server.tmpl>
#if DoLoadableServer
EXTRAINCLUDES = -I$(XF86COMSRC) -I$(XF86OSSRC)
#endif
SRCS = record.c set.c
OBJS = record.o set.o
INCLUDES = -I../include -I$(XINCLUDESRC) -I$(EXTINCSRC) $(EXTRAINCLUDES)
LINTLIBS = ../dix/llib-ldix.ln
DEFINES = -DNDEBUG
NormalLibraryObjectRule()
NormalLibraryTarget(record,$(OBJS))
LintLibraryTarget(record,$(SRCS))
NormalLintTarget($(SRCS))
InstallLinkKitLibrary(record,$(LINKKITDIR)/lib)
#if DoLoadableServer
InstallDynamicModule(LibraryTargetName(record),$(MODULEDIR))
#endif
DependTarget()
|
Powered by ViewCVS 0.9.2 |