Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
XCOMM $XConsortium: Imakefile /main/6 1996/04/21 19:50:24 drk $
CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP)
#if defined (SunArchitecture)
LOCAL_CPP_DEFINES = $(CPP_DEFINES) -D__sun
#else
# if defined (AlphaArchitecture)
LOCAL_CPP_DEFINES = $(CPP_DEFINES) -D__osf__
# else
LOCAL_CPP_DEFINES = $(CPP_DEFINES)
# endif
#endif
all:: dtprintegrate dtlp dtlpsetup
CppScriptTarget(dtprintegrate,dtprintegrate.src,$(LOCAL_CPP_DEFINES),)
CppScriptTarget(dtlp,dtlp.src,$(LOCAL_CPP_DEFINES),)
CppScriptTarget(dtlpsetup,dtlpsetup.src,$(LOCAL_CPP_DEFINES),)