Link with C++ linker
[oweals/cde.git] / cde / programs / dtprintegrate / 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
6 #if defined (SunArchitecture)
7 LOCAL_CPP_DEFINES = $(CPP_DEFINES) -D__sun
8 #else
9 # if defined (AlphaArchitecture)
10 LOCAL_CPP_DEFINES = $(CPP_DEFINES) -D__osf__
11 # else
12 LOCAL_CPP_DEFINES = $(CPP_DEFINES)
13 # endif
14 #endif
15
16 all:: dtprintegrate dtlp dtlpsetup
17
18 CppScriptTarget(dtprintegrate,dtprintegrate.src,$(LOCAL_CPP_DEFINES),)
19 CppScriptTarget(dtlp,dtlp.src,$(LOCAL_CPP_DEFINES),)
20 CppScriptTarget(dtlpsetup,dtlpsetup.src,$(LOCAL_CPP_DEFINES),)