90914cd084fb6ec92a9d4b4efb7d0856a4ef4ed2
[oweals/cde.git] / Imakefile
1 XCOMM $XConsortium: Imakefile /main/6 1996/04/21 19:50:24 drk $
2
3 CPP_DEFINES =   -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
4                 -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
5                 -DKORNSHELL=$(KORNSHELL) -DDTKORNSHELL=$(DTKORNSHELL)
6
7 #if defined (SunArchitecture)
8 LOCAL_CPP_DEFINES = $(CPP_DEFINES) -D__sun
9 #else
10 LOCAL_CPP_DEFINES = $(CPP_DEFINES)
11 #endif
12
13 all:: dtprintegrate dtlp dtlpsetup
14
15 CppScriptTarget(dtprintegrate,dtprintegrate.src,$(LOCAL_CPP_DEFINES),)
16 CppScriptTarget(dtlp,dtlp.src,$(LOCAL_CPP_DEFINES),)
17 CppScriptTarget(dtlpsetup,dtlpsetup.src,$(LOCAL_CPP_DEFINES),)