| 78 |
|
|
| 79 |
# CC set by configure |
# CC set by configure |
| 80 |
# CFLAGS set by configure |
# CFLAGS set by configure |
| 81 |
CPPFLAGS = @DEFS@ @DEFINES@ -DBNETD_DEFAULT_CONF_FILE=\"${confdir}/bnetd.conf\" -DD2CS_DEFAULT_CONF_FILE=\"${confdir}/d2cs.conf\" -DD2DBS_DEFAULT_CONF_FILE=\"${confdir}/d2dbs.conf\" -I"${SRC_SRCDIR}" @CPPFLAGS@ |
CPPFLAGS = @DEFS@ @DEFINES@ -DBNETD_DEFAULT_CONF_FILE=\"${confdir}/bnetd.conf\" -DD2CS_DEFAULT_CONF_FILE=\"${confdir}/d2cs.conf\" -DD2DBS_DEFAULT_CONF_FILE=\"${confdir}/d2dbs.conf\" -DD2GS_SCOPE_CONF_FILE=\"${confdir}/gsscope.conf\" -I"${SRC_SRCDIR}" @CPPFLAGS@ |
| 82 |
COMPILE = @CC@ @CFLAGS@ ${CPPFLAGS} -fno-strict-aliasing -c |
COMPILE = @CC@ @CFLAGS@ ${CPPFLAGS} -fno-strict-aliasing -c |
| 83 |
#PREPROCESS = @CPP@ ${CPPFLAGS} |
#PREPROCESS = @CPP@ ${CPPFLAGS} |
| 84 |
LINK = @CC@ @CFLAGS@ @LDFLAGS@ |
LINK = @CC@ @CFLAGS@ @LDFLAGS@ |
| 98 |
bnxplevel.conf bnxpcalc.conf news.txt command_groups.conf \ |
bnxplevel.conf bnxpcalc.conf news.txt command_groups.conf \ |
| 99 |
bnban.conf bnhelp.conf bnalias.conf anongame_infos.conf \ |
bnban.conf bnhelp.conf bnalias.conf anongame_infos.conf \ |
| 100 |
tournament.conf topics.conf sql_DB_layout.conf \ |
tournament.conf topics.conf sql_DB_layout.conf \ |
| 101 |
address_translation.conf supportfile.conf |
address_translation.conf supportfile.conf gsscope.conf |
| 102 |
bnetd_OBJECTS = ${SRC_BNETDDIR}/main.o \ |
bnetd_OBJECTS = ${SRC_BNETDDIR}/main.o \ |
| 103 |
${SRC_BNETDDIR}/server.o \ |
${SRC_BNETDDIR}/server.o \ |
| 104 |
${SRC_BNETDDIR}/connection.o \ |
${SRC_BNETDDIR}/connection.o \ |