1 # OS/2 1.3 and 2.1 specific customization.
3 # Standard C-language command names and flags
4 CC
*:= icc
# C compiler
5 CPP
*:= # C-preprocessor
6 CFLAGS
*= # C compiler flags
7 "C++" *:= # C++ Compiler
8 "C++FLAGS" *= # C++ Compiler flags
10 AS
*:= masm
# Assembler and flags
12 LD
*= link386
# Loader and flags
14 LDLIBS
*= # Default libraries
18 # Definition of Print command for this system.
21 # Language and Parser generation Tools and their flags
22 YACC
*:= yacc # standard yacc
24 LEX
*:= lex # standard lex
27 # Other Compilers, Tools and their flags
28 PC
*:= ???
# pascal compiler
29 RC
*:= ???
# ratfor compiler
30 FC
*:= ???
# fortran compiler