Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
37
cde/config/imake/Imakefile
Normal file
37
cde/config/imake/Imakefile
Normal file
@@ -0,0 +1,37 @@
|
||||
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 =
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user