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,44 @@
XCOMM $XConsortium: Imakefile /main/5 1996/04/21 19:06:35 drk $
#define IHaveSubdirs
#define PassCDebugFlags
SUBDIRS = post_install dbTools updateTools
#ifdef RsArchitecture
OVERRIDE=install.dt.ibm
#endif
#ifdef HPArchitecture
OVERRIDE=install.dt.hp
#endif
#ifdef SunArchitecture
LOCAL_CPP_DEFINES=-Usun
OVERRIDE=install.dt.sun
#endif
#ifdef UXPArchitecture
LOCAL_CPP_DEFINES=-Uuxp
OVERRIDE=install.dt.uxp
#endif
#ifdef USLArchitecture
LOCAL_CPP_DEFINES=-Uusl
OVERRIDE=install.dt.usl
#endif
#ifdef AlphaArchitecture
OVERRIDE=install.dt.dec
#endif
MakeSubdirs($(SUBDIRS))
AllTarget(install.dt $(OVERRIDE) dinstall.dt)
CppScriptTarget(install.dt,install.dt.src,$(LOCAL_CPP_DEFINES),)
CppScriptTarget($(OVERRIDE),$(OVERRIDE).src,$(LOCAL_CPP_DEFINES),)
CppScriptTarget(dinstall.dt,dinstall.dt.src,$(LOCAL_CPP_DEFINES),)
depend::