# Do not edit -- this file documents how Postfix was built for your machine. SYSTYPE = LINUX2 AR = ar ARFL = rv RANLIB = ranlib SYSLIBS = -L/usr/lib -lmysqlclient -lz -lm -lsasl2 -lssl -lcrypto -lpcre -ldb -lnsl -lresolv CC = gcc $(WARN) -DHAS_MYSQL -I/usr/include/mysql -DUSE_TLS \ -DUSE_CYRUS_SASL \ -DUSE_SASL_AUTH -I/usr/include/sasl -DUSE_SSL -I/usr/include/openssl \ -DDEF_DAEMON_DIR=\"/usr/local/postfix\" \ -DHAS_PCRE OPT = -O DEBUG = -g AWK = awk STRCASE = EXPORT = AUXLIBS='-L/usr/lib -lmysqlclient -lz -lm -lsasl2 -lssl -lcrypto -lpcre' CCARGS='-DHAS_MYSQL -I/usr/include/mysql -DUSE_TLS \ -DUSE_CYRUS_SASL \ -DUSE_SASL_AUTH -I/usr/include/sasl -DUSE_SSL -I/usr/include/openssl \ -DDEF_DAEMON_DIR=\"/usr/local/postfix\" \ -DHAS_PCRE' OPT='-O' DEBUG='-g' WARN = -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes \ -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized \ -Wunused -Wno-missing-braces