From c7a42fe50293d39285b2bcd6c15b14c7f9f66598 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 6 Sep 2008 19:23:54 +0000 Subject: Add missing Makefile.am. Subversion-branch: /branches/raven-branch Subversion-revision: 1202 --- src/doom/Makefile.am | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 src/doom/Makefile.am (limited to 'src/doom/Makefile.am') diff --git a/src/doom/Makefile.am b/src/doom/Makefile.am new file mode 100644 index 00000000..dfba05a7 --- /dev/null +++ b/src/doom/Makefile.am @@ -0,0 +1,62 @@ +AM_CFLAGS = -I.. @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ @SDLNET_CFLAGS@ + +noinst_LIBRARIES=libdoom.a + +SOURCE_FILES= \ +am_map.c am_map.h \ + d_englsh.h \ +d_items.c d_items.h \ +d_iwad.c d_iwad.h \ +d_main.c d_main.h \ +d_net.c d_net.h \ + doomdata.h \ +doomdef.c doomdef.h \ +doomstat.c doomstat.h \ + d_player.h \ +dstrings.c dstrings.h \ + d_textur.h \ + d_think.h \ +f_finale.c f_finale.h \ +g_game.c g_game.h \ +hu_lib.c hu_lib.h \ +hu_stuff.c hu_stuff.h \ +info.c info.h \ +m_menu.c m_menu.h \ +p_ceilng.c \ +p_doors.c \ +p_enemy.c \ +p_floor.c \ +p_inter.c p_inter.h \ +p_lights.c \ + p_local.h \ +p_map.c \ +p_maputl.c \ +p_mobj.c p_mobj.h \ +p_plats.c \ +p_pspr.c p_pspr.h \ +p_saveg.c p_saveg.h \ +p_setup.c p_setup.h \ +p_sight.c \ +p_spec.c p_spec.h \ +p_switch.c \ +p_telept.c \ +p_tick.c p_tick.h \ +p_user.c \ +r_bsp.c r_bsp.h \ +r_data.c r_data.h \ + r_defs.h \ +r_draw.c r_draw.h \ + r_local.h \ +r_main.c r_main.h \ +r_plane.c r_plane.h \ +r_segs.c r_segs.h \ +r_sky.c r_sky.h \ + r_state.h \ +r_things.c r_things.h \ +sounds.c sounds.h \ +st_lib.c st_lib.h \ +st_stuff.c st_stuff.h \ +wi_stuff.c wi_stuff.h + +libdoom_a_SOURCES=$(SOURCE_FILES) + -- cgit v1.2.3