XCOMM $XConsortium: Imakefile /main/8 1996/09/28 16:14:12 rws $

XCOMM Some compilers generate fatal errors if an -L directory does
XCOMM not exist.  Since BUILDLIBDIR may not exist yet suppress its use.
         LDPRELIB =
        LDPRELIBS =

DEPLIBS = 

INCLUDES = -I$(TOP)/include -I$(TOP)/imports/x11/include/X11
CPP_PROGRAM = CppCmd
CPP_DEFINES = -DCPP_PROGRAM="\"$(CPP_PROGRAM)\""
DEFINES = $(SIGNAL_DEFINES) $(BOOTSTRAPCFLAGS) $(CPP_DEFINES)

#if defined(MacIIArchitecture) || defined(SequentArchitecture)
XBSDLIB = /**/
#endif

#undef ImakeDependency
#define ImakeDependency(dummy) @@\
Makefile::  ProgramTargetName(imake)

#if CrossCompiling
SimpleHostProgramTarget(imake)
#else
SimpleProgramTarget(imake)
#endif

#if HasClearmake
bootstrapdepend: depend
#else
bootstrapdepend:
#endif

clean::
	RemoveFile(ProgramTargetName(ccimake))
	$(RM) -r bootstrap
