Files
cdesktop/cde/programs/dtprintegrate/Imakefile
Pascal Stumpf 943aaadf86 Introduce DTKORNSHELL, analogous to KORNSHELL.
DTKORNSHELL is used to specify the install location of dtksh on your system,
preventing hardcoding of /usr/dt/bin/dtksh in Shebang lines and such.
2012-11-24 19:25:27 -07:00

22 lines
678 B
Plaintext

XCOMM $XConsortium: Imakefile /main/6 1996/04/21 19:50:24 drk $
CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
-DKORNSHELL=$(KORNSHELL) -DDTKORNSHELL=$(DTKORNSHELL)
#if defined (SunArchitecture)
LOCAL_CPP_DEFINES = $(CPP_DEFINES) -D__sun
#else
# if defined (AlphaArchitecture)
LOCAL_CPP_DEFINES = $(CPP_DEFINES) -D__osf__
# else
LOCAL_CPP_DEFINES = $(CPP_DEFINES)
# endif
#endif
all:: dtprintegrate dtlp dtlpsetup
CppScriptTarget(dtprintegrate,dtprintegrate.src,$(LOCAL_CPP_DEFINES),)
CppScriptTarget(dtlp,dtlp.src,$(LOCAL_CPP_DEFINES),)
CppScriptTarget(dtlpsetup,dtlpsetup.src,$(LOCAL_CPP_DEFINES),)