cdesktopenv/cde/admin/IntegTools/Imakefile

30 lines
622 B
Plaintext

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
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::