/* DO NOT EDIT THIS FILE!!!! */ /* Most of this is required due to a bug in the GCC compiler driver which prevents us from passing this on the command line. It also reduces the compiler command line length, which can be a problem on some systems. */ #ifndef ELLCC_HDR #define ELLCC_HDR #define ELLCC_CC "cc" #define ELLCC_CFLAGS "-O2 -pipe -I/usr/local/include/libpng16 -fno-strict-aliasing -std=gnu89" #define ELLCC_CPPFLAGS "" #define ELLCC_LDFLAGS " " #define ELLCC_CF_GENERAL "-DHAVE_CONFIG_H -I/usr/local/include" #define ELLCC_CF_ALL "-DHAVE_CONFIG_H -I/usr/local/include -I/usr/local/include" #define ELLCC_LF_GENERAL "-L/usr/local/lib -Wl,-R/usr/local/lib" #define ELLCC_LF_ALL "-L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/local/lib" #define ELLCC_LIBS_GENERAL "-lncurses -lintl -lldap -llber -lm -lutil" #define ELLCC_DLL_CFLAGS "-fPIC" #define ELLCC_DLL_LDFLAGS "-shared" #define ELLCC_DLL_POST "" #define ELLCC_DLL_LD "cc" #define ELLCC_DLL_LDO "-o" #define ELLCC_CONFIG "amd64--freebsd" #define ELLCC_EMACS_VER "21.4.24" #define ELLCC_PROGNAME "xemacs" #define ELLCC_ARCHDIR "/usr/local/lib/xemacs-21.4.24/amd64--freebsd" #define ELLCC_MODDIR "/usr/local/lib/xemacs-21.4.24/amd64--freebsd/modules" #define ELLCC_SITEMODS "/usr/local/lib/xemacs/site-modules" #endif /* ELLCC_HDR */