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

46 lines
559 B

INCLUDES = -I../include
bin_PROGRAMS = bomberclone
bomberclone_SOURCES = \
main.c\
bomb.c\
debug.c\
packets.c\
font.c\
gfx.c\
gfxengine.c\
gfxpixelimage.c\
player.c\
game.c\
netmenu.c\
network.c\
netsrvlist.c\
udp.c\
menu.c\
menubools.c\
menubuttons.c\
menuentrys.c\
menulabels.c\
menulists.c\
menuimages.c\
map.c\
mapmenu.c\
tileset.c\
field.c\
sysfunc.c\
configuration.c\
pkgcache.c\
chat.c \
multiwait.c \
keybinput.c \
single.c \
special.c \
sound.c\
ogcache-client.c\
flyingitems.c\
help.c
## bomberclone_LDADD =