GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
defaults.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define COB_CC   "gcc -std=gnu99"
 
#define COB_CFLAGS   "-I/usr/local/include -pipe"
 
#define COB_LDFLAGS   ""
 
#define COB_LIBS   "-L/usr/local/lib -lcob -lm -lgmp -lncursesw -ldb -ldl"
 
#define COB_CONFIG_DIR   "/usr/local/share/gnu-cobol/config"
 
#define COB_COPY_DIR   "/usr/local/share/gnu-cobol/copy"
 
#define COB_LIBRARY_PATH   "/usr/local/lib/gnu-cobol"
 
#define COB_MODULE_EXT   "so"
 
#define COB_OBJECT_EXT   "o"
 
#define COB_BLD_CC   "gcc -std=gnu99"
 
#define COB_BLD_CPPFLAGS   ""
 
#define COB_BLD_CFLAGS   "-O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE"
 
#define COB_BLD_LD   "/usr/bin/ld -m elf_x86_64"
 
#define COB_BLD_LDFLAGS   "-Wl,-z,relro,-z,now,-O1"
 
#define COB_BLD_BUILD   "x86_64-unknown-linux-gnu"
 
#define LOCALEDIR   "/usr/local/share/locale"
 

Macro Definition Documentation

#define COB_BLD_BUILD   "x86_64-unknown-linux-gnu"
#define COB_BLD_CC   "gcc -std=gnu99"
#define COB_BLD_CFLAGS   "-O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE"
#define COB_BLD_CPPFLAGS   ""
#define COB_BLD_LD   "/usr/bin/ld -m elf_x86_64"
#define COB_BLD_LDFLAGS   "-Wl,-z,relro,-z,now,-O1"
#define COB_CC   "gcc -std=gnu99"
#define COB_CFLAGS   "-I/usr/local/include -pipe"
#define COB_CONFIG_DIR   "/usr/local/share/gnu-cobol/config"
#define COB_COPY_DIR   "/usr/local/share/gnu-cobol/copy"
#define COB_LDFLAGS   ""
#define COB_LIBRARY_PATH   "/usr/local/lib/gnu-cobol"
#define COB_LIBS   "-L/usr/local/lib -lcob -lm -lgmp -lncursesw -ldb -ldl"
#define COB_MODULE_EXT   "so"
#define COB_OBJECT_EXT   "o"
#define LOCALEDIR   "/usr/local/share/locale"