Initial import of the CDE 2.1.30 sources from the Open Group.
[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 #ifdef UXPArchitecture
21 LOCAL_CPP_DEFINES=-Uuxp
22 OVERRIDE=install.dt.uxp
23 #endif
24
25 #ifdef USLArchitecture
26 LOCAL_CPP_DEFINES=-Uusl
27 OVERRIDE=install.dt.usl
28 #endif
29
30 #ifdef AlphaArchitecture
31 OVERRIDE=install.dt.dec
32 #endif
33
34
35 MakeSubdirs($(SUBDIRS))
36
37 AllTarget(install.dt $(OVERRIDE) dinstall.dt)
38
39 CppScriptTarget(install.dt,install.dt.src,$(LOCAL_CPP_DEFINES),)
40 CppScriptTarget($(OVERRIDE),$(OVERRIDE).src,$(LOCAL_CPP_DEFINES),)
41 CppScriptTarget(dinstall.dt,dinstall.dt.src,$(LOCAL_CPP_DEFINES),)
42
43 depend::
44