File indexing completed on 2023-03-03 06:09:29 UTC
view on githubraw file Latest commit f40bb882 on 2023-02-15 16:52:00 UTC
6eb5165676 Jean*0001 C===== WARNING: DO NOT include this file in any source code =====
0002 CBOP
0003 C !DESCRIPTION:
0004 C *==========================================================*
0005 C | This file provides a list of CPP-options that can be set
0006 C | by the Makefile, through the variable $DEFINES which is
0007 C | passed directly to the pre-processor command (CPP).
0008 C *==========================================================*
0009 CEOP
0010
0011 C-- options set in Makefile by genmake2:
0012
0013
0014
0015
0016
0017
fed02cb081 Jean*0018
6eb5165676 Jean*0019
fed02cb081 Jean*0020
0021
6eb5165676 Jean*0022
fed02cb081 Jean*0023
0024
6eb5165676 Jean*0025
0026
0027
0028
b37c70f55d Jean*0029
0030
6eb5165676 Jean*0031
0032
0033
0034
0035
0036
e4eeaef985 Jean*0037
6eb5165676 Jean*0038
0039 C-- options that can be set in Makefile by the OPTFILE
f40bb882f5 Jean*0040
6eb5165676 Jean*0041 C- platform specific options:
0042
0043
0044
0045
128c763db5 Jean*0046
6eb5165676 Jean*0047
0048
0049
0050
0051
128c763db5 Jean*0052
6eb5165676 Jean*0053
128c763db5 Jean*0054 C- compiler/platform I/O specific options:
6eb5165676 Jean*0055
128c763db5 Jean*0056
0057
0058
0059
0060 C- others options found in optfiles in dir tools/build_options:
0b529ac012 Jean*0061
b37c70f55d Jean*0062
0063
6eb5165676 Jean*0064
0065
b37c70f55d Jean*0066
6eb5165676 Jean*0067
0068 C----- WARNING: DO NOT include this file in any source code -----