dxx-rebirth/main/Makefile.am

55 lines
2 KiB
Makefile
Raw Normal View History

SUBDIRS = @D2X_MAIN_SUBDIRS@
DIST_SUBDIRS = editor
EXTRA_SUBDIRS = old
noinst_LIBRARIES = libmain.a
2002-02-23 21:36:30 +00:00
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/arch/include
2001-01-29 14:09:49 +00:00
2001-10-19 00:30:31 +00:00
if USE_NETWORK
2003-01-02 23:13:21 +00:00
NETWORK_SRCS = kmatrix.c multi.c multibot.c network.c netmisc.c
2001-10-19 00:30:31 +00:00
endif
if EDITOR
EDITOR_SRCS = bmread.c
endif
2002-08-06 09:28:14 +00:00
libmain_a_SOURCES = ${EDITOR_SRCS} ${NETWORK_SRCS} \
ai.c ai2.c aipath.c automap.c bm.c \
cmd.c cntrlcen.c collide.c config.c console.c \
2003-02-18 07:37:19 +00:00
controls.c credits.c crypt.c effects.c endlevel.c \
escort.c fireball.c fuelcen.c fvi.c game.c \
gamecntl.c gamefont.c gamemine.c gamepal.c gamerend.c \
gamesave.c gameseg.c gameseq.c gauges.c hostage.c \
hud.c inferno.c kconfig.c kludge.c laser.c \
lighting.c menu.c mglobal.c mission.c morph.c \
2003-02-18 07:37:19 +00:00
movie.c \
newdemo.c newmenu.c object.c paging.c physics.c \
piggy.c player.c playsave.c polyobj.c powerup.c \
render.c robot.c scores.c segment.c slew.c \
songs.c state.c switch.c terrain.c texmerge.c \
text.c titles.c vclip.c wall.c weapon.c
EXTRA_libmain_a_SOURCES = \
2003-04-30 19:50:11 +00:00
kmatrix.c multi.c multibot.c network.c netmisc.c \
2002-08-30 01:01:18 +00:00
bmread.c
2001-10-20 03:11:35 +00:00
EXTRA_DIST = ${EXTRA_SUBDIRS} \
descent.cfg inferno.ini \
link.bat \
2002-07-18 08:22:18 +00:00
ai.h aistruct.h automap.h bm.h bmread.h cntrlcen.h collide.h \
2003-04-12 00:11:46 +00:00
compbit.h config.h controls.h credits.h desc_id.h desw.h digi.h \
effects.h endlevel.h escort.h \
fireball.h fuelcen.h fvi.h fvi_a.h game.h gamefont.h gamemine.h \
gamepal.h gamesave.h gameseg.h gameseq.h gamestat.h gauges.h \
2002-08-30 01:01:18 +00:00
hostage.h hudmsg.h inferno.h joydefs.h kconfig.h \
2002-02-13 10:45:49 +00:00
kmatrix.h laser.h lighting.h menu.h mission.h modem.h morph.h movie.h multi.h \
2003-02-18 07:37:19 +00:00
multibot.h netmisc.h network.h newdemo.h newmenu.h \
2002-02-13 10:45:49 +00:00
object.h paging.h physics.h piggy.h player.h playsave.h polyobj.h powerup.h \
render.h reorder.h robot.h scores.h screens.h segment.h segpoint.h slew.h \
songs.h sounds.h state.h switch.h terrain.h texmerge.h text.h textures.h \
titles.h vclip.h vers_id.h wall.h weapon.h \
2003-03-14 05:05:17 +00:00
dumpmine.c joydefs.c