1 # MSDOS Borland-C environment customization.
4 .INCLUDE .IGNORE .NOINFER
: $(INCFILENAME
:d
)$(OSENVIRONMENT
)$/macros.mk
7 # Standard C-language command names and flags
8 CPP
*:= # C-preprocessor
9 CFLAGS
*= # C compiler flags
10 "C++" *:= # C++ Compiler
11 "C++FLAGS" *= # C++ Compiler flags
13 AS
*:= tasm
# Assembler and flags
15 LD
*= tlink
# Loader and flags
17 LDLIBS
*= # Default libraries
18 AR
*:= tlib
# archiver
21 # Definition of Print command for this system.
24 # Language and Parser generation Tools and their flags
25 YACC
*:= yacc # standard yacc
27 LEX
*:= lex # standard lex
30 # Other Compilers, Tools and their flags
31 PC
*:= tpc
# pascal compiler
32 RC
*:= ???
# ratfor compiler
33 FC
*:= ???
# fortran compiler