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




XCOMM $XFree86: xc/programs/xrdb/Imakefile,v 3.4 2001/03/30 02:15:26 keithp Exp $

#if PatheticCpp
        CPPDEFS = -DPATHETICCPP
#endif
#if HasMkstemp
        CPPDEFS = -DHAS_MKSTEMP
#endif
XCOMM Due to ill make parsing the cpp is passed directly in source file
#ifdef OS2Architecture
        DEFINES = $(CPPDEFS)
#else
        DEFINES = -DCPP="\"$(CPP)\"" $(CPPDEFS)
#endif
        DEPLIBS = $(DEPXMUULIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XMUULIB) $(XLIB)

SimpleProgramTarget(xrdb)
