summaryrefslogtreecommitdiff
path: root/src/hexen/Makefile.am
blob: b3953ce6769144ce62e0e4954eb7da804690e82c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
AM_CFLAGS=-I$(top_srcdir)/src @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ @SDLNET_CFLAGS@

noinst_LIBRARIES=libhexen.a

SOURCE_FILES=                         \
a_action.c                            \
                    am_data.h         \
am_map.c            am_map.h          \
ct_chat.c                             \
                    ct_chat.h         \
d_net.c                               \
f_finale.c                            \
g_game.c                              \
                    h2def.h           \
h2_main.c                             \
                    i_header.h        \
info.c              info.h            \
in_lude.c                             \
m_misc.c                              \
m_random.c          m_random.h        \
mn_menu.c                             \
p_acs.c                               \
p_anim.c                              \
p_ceilng.c                            \
p_doors.c                             \
p_enemy.c                             \
p_floor.c                             \
p_inter.c                             \
p_lights.c                            \
                    p_local.h         \
p_map.c                               \
p_maputl.c                            \
p_mobj.c                              \
po_man.c                              \
p_plats.c                             \
p_pspr.c                              \
p_setup.c                             \
p_sight.c                             \
p_spec.c           p_spec.h           \
p_switch.c                            \
p_telept.c                            \
p_things.c                            \
p_tick.c                              \
p_user.c                              \
r_bsp.c                               \
r_data.c                              \
r_draw.c                              \
                    r_local.h         \
r_main.c                              \
r_plane.c                             \
r_segs.c                              \
r_things.c                            \
s_sound.c           s_sound.h         \
sb_bar.c                              \
sc_man.c                              \
sn_sonix.c                            \
sounds.c            sounds.h          \
st_start.c          st_start.h        \
sv_save.c                             \
                    textdefs.h        \
                    xddefs.h

EXTRA_DIST=                           \
i_ibm.c                               \
i_sound.c

libhexen_a_SOURCES=$(SOURCE_FILES)