Imakefile   [plain text]


XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:56 cpqbld Exp $




XCOMM $XFree86: xc/programs/xrdb/Imakefile,v 3.6 2002/11/14 21:01:21 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) $(DEPXLIB)
LOCAL_LIBRARIES = $(XMUULIB) $(XLIB)

SimpleProgramTarget(xrdb)