Build dtksh on more OSs

This commit is contained in:
Ulrich Wilkens
2013-03-26 04:08:13 +01:00
committed by Jon Trulson
parent 208c1e4999
commit e8cb780125
13 changed files with 40 additions and 12 deletions

View File

@@ -61,16 +61,15 @@ EXTRA_INCLUDES = -I$(DTHELPSRC) -I$(DTPRINTSRC)
.NO_PARALLEL:
#endif
#ifdef LinuxArchitecture
SYS_LIBRARIES = -lm -ldl
#endif
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
#if defined(LinuxArchitecture)
SUBDIRS = examples
KSH93OBJ =
#else
SUBDIRS = examples ksh93
KSH93OBJ = $(KSH93SRC)/ksh93.o
#endif
MakeSubdirs($(SUBDIRS))