Create a toplevel delete-later dir and put databases/ and admin/ into it
This commit is contained in:
29
cde/delete-later/admin/IntegTools/Imakefile
Normal file
29
cde/delete-later/admin/IntegTools/Imakefile
Normal file
@@ -0,0 +1,29 @@
|
||||
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::
|
||||
|
||||
Reference in New Issue
Block a user