summaryrefslogtreecommitdiff
path: root/dmake/startup/os2/ibm/macros.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/startup/os2/ibm/macros.mk')
-rw-r--r--dmake/startup/os2/ibm/macros.mk30
1 files changed, 0 insertions, 30 deletions
diff --git a/dmake/startup/os2/ibm/macros.mk b/dmake/startup/os2/ibm/macros.mk
deleted file mode 100644
index 4b848d93cc4c..000000000000
--- a/dmake/startup/os2/ibm/macros.mk
+++ /dev/null
@@ -1,30 +0,0 @@
-# OS/2 1.3 and 2.1 specific customization.
-
-# Standard C-language command names and flags
-CC *:= icc # C compiler
-CPP *:= # C-preprocessor
-CFLAGS *= # C compiler flags
-"C++" *:= # C++ Compiler
-"C++FLAGS" *= # C++ Compiler flags
-
-AS *:= masm # Assembler and flags
-ASFLAGS *=
-LD *= link386 # 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