GnuCOBOL  2.0
A free COBOL compiler
defaults.h
Go to the documentation of this file.
1 /* Automatically generated by Makefile */
2 #define COB_CC "gcc"
3 #define COB_CFLAGS "-I/usr/local/include -pipe"
4 #define COB_LDFLAGS ""
5 #define COB_LIBS "-L/usr/local/lib -lcob -lm -lvbisam -lgmp -lncurses -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"
12 #define COB_BLD_CPPFLAGS ""
13 #define COB_BLD_CFLAGS "-g -O0 -pipe -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k"
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-pc-linux-gnu"
17 #define LOCALEDIR "/usr/local/share/locale"