]> icculus.org git repositories - btb/d2x.git/blob - main/Makefile.am
oops
[btb/d2x.git] / main / Makefile.am
1 SUBDIRS = @D2X_MAIN_SUBDIRS@
2
3 DIST_SUBDIRS = editor
4
5 EXTRA_SUBDIRS = old
6
7 noinst_LIBRARIES = libmain.a
8
9 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/arch/include
10
11 if USE_NETWORK
12 NETWORK_SRCS = ipx_drv.c kmatrix.c multi.c multibot.c network.c
13 #               ipclienc.c ip_base.cpp ipclient.cpp netlist.c netpkt.c multipow.c
14 endif
15
16 if EDITOR
17 EDITOR_SRCS = bmread.c
18 endif
19
20 libmain_a_SOURCES = ${EDITOR_SRCS} ${NETWORK_SRCS} \
21 ai.c        ai2.c       aipath.c    automap.c   bm.c        \
22 cmd.c       cntrlcen.c  collide.c   config.c    console.c   \
23 controls.c  credits.c   crypt.c     effects.c   endlevel.c  \
24 escort.c    fireball.c  fuelcen.c   fvi.c       game.c      \
25 gamecntl.c  gamefont.c  gamemine.c  gamepal.c   gamerend.c  \
26 gamesave.c  gameseg.c   gameseq.c   gauges.c    hostage.c   \
27 hud.c       inferno.c   kconfig.c   kludge.c    laser.c     \
28 lighting.c  menu.c      mglobal.c   mission.c   morph.c     \
29 movie.c     mvelib.c    mve_audio.c mveplay.c   netmisc.c   \
30 newdemo.c   newmenu.c   object.c    paging.c    physics.c   \
31 piggy.c     player.c    playsave.c  polyobj.c   powerup.c   \
32 render.c    robot.c     scores.c    segment.c   slew.c      \
33 songs.c     state.c     switch.c    terrain.c   texmerge.c  \
34 text.c      titles.c    vclip.c     wall.c      weapon.c
35
36 EXTRA_libmain_a_SOURCES = \
37 ipx_drv.c kmatrix.c multi.c multibot.c network.c netpkt.c \
38 bmread.c ipclienc.c netlist.c multipow.c \
39 ip_base.cpp ipclient.cpp
40
41 EXTRA_DIST = ${EXTRA_SUBDIRS} \
42 descent.cfg inferno.ini \
43 link.bat \
44 ai.h aistruct.h automap.h bm.h bmread.h cntrlcen.h collide.h \
45 compbit.h config.h controls.h credits.h desc_id.h desw.h digi.h effects.h \
46 endlevel.h fireball.h fuelcen.h fvi.h fvi_a.h game.h gamefont.h gamemine.h \
47 gamepal.h gamesave.h gameseg.h gameseq.h gamestat.h gauges.h hostage.h \
48 hudmsg.h inferno.h ip_base.h ip_basec.h ipclient.h joydefs.h kconfig.h \
49 kmatrix.h laser.h lighting.h menu.h mission.h modem.h morph.h movie.h multi.h \
50 multibot.h multipow.h netmisc.h netpkt.h network.h newdemo.h newmenu.h \
51 object.h paging.h physics.h piggy.h player.h playsave.h polyobj.h powerup.h \
52 render.h reorder.h robot.h scores.h screens.h segment.h segpoint.h slew.h \
53 songs.h sounds.h state.h switch.h terrain.h texmerge.h text.h textures.h \
54 titles.h vclip.h vers_id.h wall.h weapon.h \
55 dumpmine.c \
56 ipserver.cpp
57