1 # MSDOS Microsoft-C environment customization.
4 .INCLUDE .IGNORE .NOINFER
: $(INCFILENAME
:d
)$(OSENVIRONMENT
)$/macros.mk
7 # Standard C-language command names and flags
9 CPP
*:= # C-preprocessor
10 CFLAGS
*= # C compiler flags
11 "C++" *:= # C++ Compiler
12 "C++FLAGS" *= # C++ Compiler flags
14 AS
*:= masm
# Assembler and flags
16 LD
*= link
# Loader and flags
18 LDLIBS
*= # Default libraries
22 # Definition of Print command for this system.
25 # Language and Parser generation Tools and their flags
26 YACC
*:= yacc # standard yacc
28 LEX
*:= lex # standard lex
31 # Other Compilers, Tools and their flags
32 PC
*:= ???
# pascal compiler
33 RC
*:= ???
# ratfor compiler
34 FC
*:= ???
# fortran compiler
37 # Directory cache configuration.