GnuCOBOL
2.0
A free COBOL compiler
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
defaults.h
Go to the documentation of this file.
1
/* Automatically generated by Makefile */
2
#define COB_CC "gcc -std=gnu99"
3
#define COB_CFLAGS "-I/usr/local/include -pipe"
4
#define COB_LDFLAGS ""
5
#define COB_LIBS "-L/usr/local/lib -lcob -lm -lgmp -lncursesw -ldb -ldl"
6
#define COB_CONFIG_DIR "/usr/local/share/gnu-cobol/config"
7
#define COB_COPY_DIR "/usr/local/share/gnu-cobol/copy"
8
#define COB_LIBRARY_PATH "/usr/local/lib/gnu-cobol"
9
#define COB_MODULE_EXT "so"
10
#define COB_OBJECT_EXT "o"
11
#define COB_BLD_CC "gcc -std=gnu99"
12
#define COB_BLD_CPPFLAGS ""
13
#define COB_BLD_CFLAGS "-O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE"
14
#define COB_BLD_LD "/usr/bin/ld -m elf_x86_64"
15
#define COB_BLD_LDFLAGS "-Wl,-z,relro,-z,now,-O1"
16
#define COB_BLD_BUILD "x86_64-unknown-linux-gnu"
17
#define LOCALEDIR "/usr/local/share/locale"
defaults.h
Generated by
1.8.3.1