39 lines
882 B
Plaintext
39 lines
882 B
Plaintext
XCOMM $TOG: Imakefile /main/10 1997/04/30 15:39:17 kaleb $
|
|
|
|
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 =
|
|
|
|
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
INCLUDES = -I$(TOP)/include $(TOP_X_INCLUDES)/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
|