Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / dmake / startup / os2 / ibm / macros.mk
blob4b848d93cc4cb745538f50bde42003be2b3c00a4
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
11 ASFLAGS *=
12 LD *= link386 # Loader and flags
13 LDFLAGS *=
14 LDLIBS *= # Default libraries
15 AR *:= lib # archiver
16 ARFLAGS *= ????
18 # Definition of Print command for this system.
19 PRINT *= print
21 # Language and Parser generation Tools and their flags
22 YACC *:= yacc # standard yacc
23 YFLAGS *=
24 LEX *:= lex # standard lex
25 LFLAGS *=
27 # Other Compilers, Tools and their flags
28 PC *:= ??? # pascal compiler
29 RC *:= ??? # ratfor compiler
30 FC *:= ??? # fortran compiler