dxx-rebirth/main/Makefile.am

57 lines
2.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
2002-08-29 08:54:42 +00:00
NETWORK_SRCS = kmatrix.c multi.c multibot.c network.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 \
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 \
movie.c mvelib.c mve_audio.c mveplay.c netmisc.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 = \
2002-02-13 10:45:49 +00:00
ipx_drv.c kmatrix.c multi.c multibot.c network.c netpkt.c \
bmread.c ipclienc.c netlist.c multipow.c \
2002-02-13 10:45:49 +00:00
ip_base.cpp ipclient.cpp
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 \
compbit.h config.h controls.h credits.h desc_id.h desw.h digi.h effects.h \
endlevel.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 hostage.h \
2002-02-13 10:45:49 +00:00
hudmsg.h inferno.h ip_base.h ip_basec.h ipclient.h joydefs.h kconfig.h \
kmatrix.h laser.h lighting.h menu.h mission.h modem.h morph.h movie.h multi.h \
multibot.h multipow.h netmisc.h netpkt.h network.h newdemo.h newmenu.h \
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 \
2002-02-13 10:45:49 +00:00
dumpmine.c \
ipserver.cpp