installCDE: unset FIGNORE to workaround potential ksh bug
[oweals/cde.git] / cde / admin / IntegTools / Imakefile
1 XCOMM $XConsortium: Imakefile /main/5 1996/04/21 19:06:35 drk $
2 #define IHaveSubdirs
3 #define PassCDebugFlags
4
5 SUBDIRS = post_install dbTools updateTools
6
7 #ifdef RsArchitecture
8 OVERRIDE=install.dt.ibm
9 #endif
10
11 #ifdef HPArchitecture
12 OVERRIDE=install.dt.hp
13 #endif
14
15 #ifdef SunArchitecture
16 LOCAL_CPP_DEFINES=-Usun
17 OVERRIDE=install.dt.sun
18 #endif
19
20 MakeSubdirs($(SUBDIRS))
21
22 AllTarget(install.dt $(OVERRIDE) dinstall.dt)
23
24 CppScriptTarget(install.dt,install.dt.src,$(LOCAL_CPP_DEFINES),)
25 CppScriptTarget($(OVERRIDE),$(OVERRIDE).src,$(LOCAL_CPP_DEFINES),)
26 CppScriptTarget(dinstall.dt,dinstall.dt.src,$(LOCAL_CPP_DEFINES),)
27
28 depend::
29