You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
429 B
17 lines
429 B
LTLIBS = $(INTLLIBS)
|
|
LIBS = $(INTLLIBS)
|
|
|
|
PROGS = gameserver
|
|
|
|
# INCLUDES = -I./include
|
|
|
|
bin_PROGRAMS = $(PROGS)
|
|
|
|
gameserver_SOURCES = gameserver.c clientClose.c clientRead.c \
|
|
daemonize.c handleCmdLine.c logRotate.c monitor.c \
|
|
serverInit.c serverRun.c serverShutdown.c signalHandling.c \
|
|
socket.c writeBuffer.c
|
|
|
|
# install: install-am
|
|
# strip -x $(DESTDIR)$(libdir)/libscot.so.0.0.2
|
|
# strip -x $(DESTDIR)$(libdir)/libscot.a
|