Just for good measure, here is Config.Make:

 more Config.Make
# Config.Make
# Options for the Makefile
# Daniel B. Cid <d...@ossec.net>
# http://www.ossec.net


include ${PT}LOCATION
include ${PT}Config.OS


CFLAGS = -g -Wall -I${PT} -I${PT}headers ${CPATH} ${CEXTRA} ${DEXTRA}
${EEXTRA} ${FEXTRA} ${GEXTRA} ${HEXTRA} ${CGEOIP} -DARGV0=\"${NAME}\"
-DXML_VAR=\
"var\" -DOSSECHIDS

SOURCES = *.c
OBJECTS = *.o
CLEAN = rm -f -r ${OBJECTS} ${NAME} *.a core core.* *.core
BUILD = cp -pr ${NAME} ${PT}../bin

OS_XML = ${PT}os_xml/os_xml.a
OS_REGEX = ${PT}os_regex/os_regex.a
OS_NET = ${PT}os_net/os_net.a
OS_CRYPTO = ${PT}os_crypto/os_crypto.a
OS_SHARED = ${PT}shared/lib_shared.a
OS_ROOTCHECK = ${PT}rootcheck/rootcheck_lib.a
OS_CONFIG = ${PT}config/lib_config.a
OS_ZLIB = ${PT}os_zlib/os_zlib.c ${PT}external/libz.a
OS_LINK = ${IEXTRA}
DBS = cdb/cdb.a

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ossec-list+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to