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.
bomberclone/src/Makefile.am

41 lines
449 B

INCLUDES =
bin_PROGRAMS = bomberclone
bomberclone_SOURCES = \
main.c\
bomb.c\
bomberclone.h\
debug.c\
packets.c\
font.c\
gfx.c\
player.c\
packets.h\
game.c\
netmenu.c\
network.c\
udp.c\
menu.c\
mapmenu.c\
field.c\
network.h\
sysfunc.c\
configuration.c\
pkgcache.c\
gamesrv.h\
gamesrv.c \
chat.c \
multiwait.c \
chat.h \
keybinput.h \
keybinput.c \
single.c \
special.c \
sound.h \
sound.c
## bomberclone_LDADD =