20 lines
493 B
Plaintext
20 lines
493 B
Plaintext
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:56 cpqbld Exp $
|
|
|
|
|
|
|
|
|
|
XCOMM $XFree86: xc/programs/xrdb/Imakefile,v 3.7 2003/05/27 17:58:26 tsi Exp $
|
|
|
|
#ifdef PatheticCpp
|
|
CPPDEFS = -DPATHETICCPP
|
|
#endif
|
|
#if HasMkstemp
|
|
CPPDEFS = -DHAS_MKSTEMP
|
|
#endif
|
|
XCOMM Due to ill make parsing the cpp is passed directly in source file
|
|
DEFINES = -DCPP="\"$(CPP)\"" $(CPPDEFS)
|
|
DEPLIBS = $(DEPXMUULIB) $(DEPXONLYLIB)
|
|
LOCAL_LIBRARIES = $(XMUULIB) $(XONLYLIB)
|
|
|
|
SimpleProgramTarget(xrdb)
|