version 1.3 | | version 1.4 |
---|
| | |
| | |
bin_PROGRAMS = crossfire | | bin_PROGRAMS = crossfire |
| | |
crossfire_SOURCES = \ | | noinst_LIBRARIES = libserver.a |
| | crossfire_SOURCES = main.c |
| | libserver_a_SOURCES = \ |
alchemy.c\ | | alchemy.c\ |
apply.c\ | | apply.c\ |
attack.c\ | | attack.c\ |
| | |
gods.c\ | | gods.c\ |
init.c\ | | init.c\ |
login.c\ | | login.c\ |
main.c\ | | |
monster.c\ | | monster.c\ |
move.c\ | | move.c\ |
pets.c\ | | pets.c\ |
| | |
LIBDL= | | LIBDL= |
crossfire_LDFLAGS= | | crossfire_LDFLAGS= |
endif | | endif |
crossfire_LDADD = ../common/libcross.a ../random_maps/librandom_map.a \ | | crossfire_LDADD = libserver.a ../common/libcross.a ../random_maps/librandom_map.a \ |
../socket/libsocket.a $(LIBDL) | | ../socket/libsocket.a $(LIBDL) |
| | |
../common/libcross.a: | | ../common/libcross.a: |