34 lines
694 B
Plaintext
34 lines
694 B
Plaintext
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:53:45 cpqbld Exp $
|
|
|
|
|
|
|
|
|
|
XCOMM $XFree86: xc/programs/Xserver/record/Imakefile,v 1.13 2002/09/17 01:15:14 dawes Exp $
|
|
|
|
#if DoLoadableServer
|
|
#define IHaveSubdirs
|
|
#endif
|
|
|
|
#include <Server.tmpl>
|
|
|
|
#if DoLoadableServer
|
|
SUBDIRS = module
|
|
#endif
|
|
SRCS = record.c set.c
|
|
OBJS = record.o set.o
|
|
INCLUDES = -I../include -I$(XINCLUDESRC) -I$(EXTINCSRC) -I$(SERVERSRC)/Xext
|
|
LINTLIBS = ../dix/llib-ldix.ln
|
|
DEFINES = -DNDEBUG
|
|
|
|
NormalLibraryObjectRule()
|
|
NormalLibraryTarget(record,$(OBJS))
|
|
LintLibraryTarget(record,$(SRCS))
|
|
NormalLintTarget($(SRCS))
|
|
|
|
#if DoLoadableServer
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
#endif
|
|
|
|
DependTarget()
|