Correction of paths for BSDs

This commit is contained in:
Ulrich Wilkens
2012-08-30 02:12:16 +02:00
committed by Jon Trulson
parent ca9da25d44
commit 3a28782409
13 changed files with 147 additions and 96 deletions

View File

@@ -25,6 +25,13 @@ EXTRA_CCOPTIONS = -xF
EXTRA_DEFINES = -DANSICPP
#endif /* RsArchitecture */
CPP_TARGETS = 0020.dtims
AllTarget($(CPP_TARGETS))
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
-DKORNSHELL=$(KORNSHELL)
PROGRAMS=dtimsstart
SRCS = action.c env.c file.c \
@@ -36,3 +43,5 @@ OBJS = action.o env.o file.o \
start.o util.o win.o
ComplexProgramTarget($(PROGRAMS))
CppSourceFile(0020.dtims,0020.dtims.src,$(LOCAL_CPP_DEFINES),)