summaryrefslogtreecommitdiff
path: root/dmake/startup/msdos
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/startup/msdos')
-rw-r--r--dmake/startup/msdos/borland/bcc30/macros.mk4
-rw-r--r--dmake/startup/msdos/borland/bcc40/macros.mk4
-rw-r--r--dmake/startup/msdos/borland/bcc45/macros.mk4
-rw-r--r--dmake/startup/msdos/borland/bcc50.32/macros.mk4
-rw-r--r--dmake/startup/msdos/borland/bcc50/macros.mk4
-rw-r--r--dmake/startup/msdos/borland/macros.mk33
-rw-r--r--dmake/startup/msdos/borland/tcc20/macros.mk4
-rw-r--r--dmake/startup/msdos/macros.mk62
-rw-r--r--dmake/startup/msdos/microsft/macros.mk34
-rw-r--r--dmake/startup/msdos/recipes.mk9
-rw-r--r--dmake/startup/msdos/zortech/macros.mk30
11 files changed, 0 insertions, 192 deletions
diff --git a/dmake/startup/msdos/borland/bcc30/macros.mk b/dmake/startup/msdos/borland/bcc30/macros.mk
deleted file mode 100644
index 599ba52c0..000000000
--- a/dmake/startup/msdos/borland/bcc30/macros.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-# MSDOS Borland-C customization.
-
-# Standard C-language command names and flags
-CC *:= bcc # C compiler
diff --git a/dmake/startup/msdos/borland/bcc40/macros.mk b/dmake/startup/msdos/borland/bcc40/macros.mk
deleted file mode 100644
index 599ba52c0..000000000
--- a/dmake/startup/msdos/borland/bcc40/macros.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-# MSDOS Borland-C customization.
-
-# Standard C-language command names and flags
-CC *:= bcc # C compiler
diff --git a/dmake/startup/msdos/borland/bcc45/macros.mk b/dmake/startup/msdos/borland/bcc45/macros.mk
deleted file mode 100644
index 599ba52c0..000000000
--- a/dmake/startup/msdos/borland/bcc45/macros.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-# MSDOS Borland-C customization.
-
-# Standard C-language command names and flags
-CC *:= bcc # C compiler
diff --git a/dmake/startup/msdos/borland/bcc50.32/macros.mk b/dmake/startup/msdos/borland/bcc50.32/macros.mk
deleted file mode 100644
index 599ba52c0..000000000
--- a/dmake/startup/msdos/borland/bcc50.32/macros.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-# MSDOS Borland-C customization.
-
-# Standard C-language command names and flags
-CC *:= bcc # C compiler
diff --git a/dmake/startup/msdos/borland/bcc50/macros.mk b/dmake/startup/msdos/borland/bcc50/macros.mk
deleted file mode 100644
index 599ba52c0..000000000
--- a/dmake/startup/msdos/borland/bcc50/macros.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-# MSDOS Borland-C customization.
-
-# Standard C-language command names and flags
-CC *:= bcc # C compiler
diff --git a/dmake/startup/msdos/borland/macros.mk b/dmake/startup/msdos/borland/macros.mk
deleted file mode 100644
index 1e8915171..000000000
--- a/dmake/startup/msdos/borland/macros.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-# MSDOS Borland-C environment customization.
-
-.IF $(OSENVIRONMENT)
- .INCLUDE .IGNORE .NOINFER : $(INCFILENAME:d)$(OSENVIRONMENT)$/macros.mk
-.ENDIF
-
-# Standard C-language command names and flags
-CPP *:= # C-preprocessor
-CFLAGS *= # C compiler flags
-"C++" *:= # C++ Compiler
-"C++FLAGS" *= # C++ Compiler flags
-
-AS *:= tasm # Assembler and flags
-ASFLAGS *=
-LD *= tlink # Loader and flags
-LDFLAGS *=
-LDLIBS *= # Default libraries
-AR *:= tlib # archiver
-ARFLAGS *= ????
-
-# Definition of Print command for this system.
-PRINT *= print
-
-# Language and Parser generation Tools and their flags
-YACC *:= yacc # standard yacc
-YFLAGS *=
-LEX *:= lex # standard lex
-LFLAGS *=
-
-# Other Compilers, Tools and their flags
-PC *:= tpc # pascal compiler
-RC *:= ??? # ratfor compiler
-FC *:= ??? # fortran compiler
diff --git a/dmake/startup/msdos/borland/tcc20/macros.mk b/dmake/startup/msdos/borland/tcc20/macros.mk
deleted file mode 100644
index 7d922e44d..000000000
--- a/dmake/startup/msdos/borland/tcc20/macros.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-# MSDOS Turbo-C customization.
-
-# Standard C-language command names and flags
-CC *:= tcc # C compiler
diff --git a/dmake/startup/msdos/macros.mk b/dmake/startup/msdos/macros.mk
deleted file mode 100644
index 8f8c57c5a..000000000
--- a/dmake/startup/msdos/macros.mk
+++ /dev/null
@@ -1,62 +0,0 @@
-# Define additional MSDOS specific settings.
-#
-
-# Execution environment configuration.
-# Grab the current setting of COMSPEC.
-#
-.IMPORT .IGNORE : COMSPEC ROOTDIR
-
-# First check if SHELL is defined to be something other than COMSPEC.
-# If it is, then assume that SHELL is a Korn compatible shell like MKS's
-.IF $(SHELL) == $(NULL)
- .IF $(COMSPEC) == $(NULL)
- SHELL *:= $(ROOTDIR)$/bin$/sh$E
- .ELSE
- SHELL *:= $(COMSPEC)
- .END
-.END
-GROUPSHELL *:= $(SHELL)
-
-# Process release-specific refinements, if any.
-.INCLUDE .NOINFER .IGNORE : $(INCFILENAME:d)$(OSRELEASE)$/macros.mk
-
-# Applicable suffix definitions
-A *:= .lib # Libraries
-E *:= .exe # Executables
-F *:= .for # Fortran
-O *:= .obj # Objects
-P *:= .pas # Pascal
-S *:= .asm # Assembler sources
-V *:= # RCS suffix
-
-# Now set the remaining arguments depending on which SHELL we
-# are going to use. COMSPEC (assumed to be command.com) or
-# MKS Korn shell.
-.IF $(SHELL) == $(COMSPEC)
- SHELLFLAGS *:= $(SWITCHAR)c
- GROUPFLAGS *:= $(SHELLFLAGS)
- SHELLMETAS *:= "<>|
- GROUPSUFFIX *:= .bat
- DIVFILE *= $(TMPFILE:s,/,\,)
- RM *= del
- RMFLAGS *=
- MV *= rename
- __.DIVSEP-sh-yes *:= \\
- __.DIVSEP-sh-no *:= \\
-.ELSE
- SHELLFLAGS *:= -c
- GROUPFLAGS *:=
- SHELLMETAS *:= *";?<>|()&][$$\#`'
- GROUPSUFFIX *:= .ksh
- .MKSARGS *:= yes
- RM *= $(ROOTDIR)$/bin$/rm
- RMFLAGS *= -f
- MV *= $(ROOTDIR)$/bin$/mv
- DIVFILE *= $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}},)
- __.DIVSEP-sh-yes *:= \\\
- __.DIVSEP-sh-no *:= \\
-.ENDIF
-
-
-# Does not respect case of filenames.
-.DIRCACHERESPCASE := no
diff --git a/dmake/startup/msdos/microsft/macros.mk b/dmake/startup/msdos/microsft/macros.mk
deleted file mode 100644
index 3891f84fd..000000000
--- a/dmake/startup/msdos/microsft/macros.mk
+++ /dev/null
@@ -1,34 +0,0 @@
-# MSDOS Microsoft-C environment customization.
-
-.IF $(OSENVIRONMENT)
- .INCLUDE .IGNORE .NOINFER : $(INCFILENAME:d)$(OSENVIRONMENT)$/macros.mk
-.ENDIF
-
-# Standard C-language command names and flags
-CC *:= cl # C compiler
-CPP *:= # C-preprocessor
-CFLAGS *= # C compiler flags
-"C++" *:= # C++ Compiler
-"C++FLAGS" *= # C++ Compiler flags
-
-AS *:= masm # Assembler and flags
-ASFLAGS *=
-LD *= link # Loader and flags
-LDFLAGS *=
-LDLIBS *= # Default libraries
-AR *:= lib # archiver
-ARFLAGS *= ????
-
-# Definition of Print command for this system.
-PRINT *= print
-
-# Language and Parser generation Tools and their flags
-YACC *:= yacc # standard yacc
-YFLAGS *=
-LEX *:= lex # standard lex
-LFLAGS *=
-
-# Other Compilers, Tools and their flags
-PC *:= ??? # pascal compiler
-RC *:= ??? # ratfor compiler
-FC *:= ??? # fortran compiler
diff --git a/dmake/startup/msdos/recipes.mk b/dmake/startup/msdos/recipes.mk
deleted file mode 100644
index 39a5965e8..000000000
--- a/dmake/startup/msdos/recipes.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# Define additional MSDOS specific build recipes.
-#
-
-# Executables
- %$E .SWAP : %$O ; $(CC) $(LDFLAGS) -o$@ $< $(LDLIBS)
- %$O : %$S ; $(AS) $(ASFLAGS) $(<:s,/,\)
-
-# Process release-specific refinements, if any.
-.INCLUDE .NOINFER .IGNORE : $(INCFILENAME:d)$(OSRELEASE)$/recipes.mk
diff --git a/dmake/startup/msdos/zortech/macros.mk b/dmake/startup/msdos/zortech/macros.mk
deleted file mode 100644
index f9166150f..000000000
--- a/dmake/startup/msdos/zortech/macros.mk
+++ /dev/null
@@ -1,30 +0,0 @@
-# MSDOS Zortech-C environment customization.
-
-# Standard C-language command names and flags
-CC *:= ztc # C compiler
-CPP *:= # C-preprocessor
-CFLAGS *= # C compiler flags
-"C++" *:= # C++ Compiler
-"C++FLAGS" *= # C++ Compiler flags
-
-AS *:= masm # Assembler and flags
-ASFLAGS *=
-LD *= blink # Loader and flags
-LDFLAGS *=
-LDLIBS *= # Default libraries
-AR *:= ???? # archiver
-ARFLAGS *= ????
-
-# Definition of Print command for this system.
-PRINT *= print
-
-# Language and Parser generation Tools and their flags
-YACC *:= yacc # standard yacc
-YFLAGS *=
-LEX *:= lex # standard lex
-LFLAGS *=
-
-# Other Compilers, Tools and their flags
-PC *:= ??? # pascal compiler
-RC *:= ??? # ratfor compiler
-FC *:= ??? # fortran compiler