Use C++ linker
[oweals/cde.git] / cde / programs / dtsearchpath / Imakefile
1 XCOMM $TOG: Imakefile /main/9 1998/08/10 15:50:21 mgreess $
2
3 #define IHaveSubdirs
4 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
5
6 SUBDIRS = libCliSrv dtsp dtappg
7
8 MakeSubdirs($(SUBDIRS))
9 DependSubdirs($(SUBDIRS))
10
11 CPP_TARGETS = 0010.dtpaths 0030.dttmpdir
12 AllTarget($(CPP_TARGETS))
13
14 LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
15                     -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP)
16
17 CppSourceFile(0010.dtpaths,0010.dtpaths.src,$(LOCAL_CPP_DEFINES),)
18 CppSourceFile(0030.dttmpdir,0030.dttmpdir.src,$(LOCAL_CPP_DEFINES),)