diff options
author | Jürgen Schmidt <jsc@apache.org> | 2011-11-21 08:25:07 +0000 |
---|---|---|
committer | Jürgen Schmidt <jsc@apache.org> | 2011-11-21 08:25:07 +0000 |
commit | 5a16c1cd4c14b2bd6ec5858a674b63617a9ca274 (patch) | |
tree | 2436616c79802cef3c411eb2ef4d1077e88751f8 /dmake/os2/ibm/config.mk | |
parent | 6934954fb243a22698e800b7051d7090a711082d (diff) |
118604: remove license incompatible dmake, thanks to André Fischer (af)
Diffstat (limited to 'dmake/os2/ibm/config.mk')
-rw-r--r-- | dmake/os2/ibm/config.mk | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/dmake/os2/ibm/config.mk b/dmake/os2/ibm/config.mk deleted file mode 100644 index 716addd82abf..000000000000 --- a/dmake/os2/ibm/config.mk +++ /dev/null @@ -1,54 +0,0 @@ -# This is the MSC 4.0 and higher DOS configuration file for DMAKE -# It simply modifies the values of SRC, and checks to see if -# OSENVIRONMENT is defined. If so it includes the appropriate -# config.mk file. -# -# It also sets the values of .SOURCE.c and .SOURCE.h to include the local -# directory. -# -osrdir := $(OS)$(DIRSEPSTR)$(OSRELEASE) - -TMPDIR := -.EXPORT : TMPDIR - -# Definition of macros for library, and C startup code. - -# The following sources are required for MSC -OSR_SRC = tempnam.c -.SETDIR=$(osrdir) : $(OSR_SRC) - -SRC += $(OSR_SRC) -.SOURCE.h : $(osrdir) - -SET_STACK = $-stack:32768 -NDB_LDFLAGS += - -ASFLAGS += -t -mx $(S_$(MODEL)) - -# Microsoft C doesn't need tail but needs head -LDTAIL = ,; -LDHEAD = $(LDFLAGS) - -# Debugging libraries -DB_LDFLAGS += $-co $-li $-map $(SET_STACK) -DB_LDLIBS += - -# NO Debug MSC flags: -# Set the environment variable MSC_VER to be one of 5.1, 6.0, 8.0 (for VC++4.0) -# to get these by default when you make dmake using 'dmake'. -# -# Setting MSC_VER to one of the above sets the variable _MSC_VER appropriately -# and sets the flags appropriately. - -CFLAGS += $-I$(osrdir) -DB_CFLAGS += $-Ti+ - -# See if we modify anything in the lower levels. -.IF $(OSENVIRONMENT) != $(NULL) - .INCLUDE .IGNORE : $(osrdir)$(DIRSEPSTR)$(OSENVIRONMENT)$(DIRSEPSTR)config.mk -.END - -S_s = -Dmsmall -S_m = -Dmmedium -S_c = -Dmcompact -S_l = -Dmlarge |