1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/cde/delete-later/admin/IntegTools/dbTools/Imakefile

15 lines
618 B
Text

XCOMM $XConsortium: Imakefile /main/5 1996/04/23 21:26:14 drk $
DT_LOCALES = DtLocalesToBuild
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
-DCDE_LOGFILES_TOP=$(CDE_LOGFILES_TOP) \
-DKORNSHELL=$(KORNSHELL) \
-Usun -Uaix -UAIX -Uibm -Uhp \
-DbuiltLocales="\"${DT_LOCALES}\""
AllTarget(installCDE dinstallCDE)
CppScriptTarget(installCDE,installCDE.src,$(LOCAL_CPP_DEFINES),)
CppScriptTarget(dinstallCDE,dinstallCDE.src,$(LOCAL_CPP_DEFINES),)