]> git.lizzy.rs Git - plan9front.git/blob - sys/src/games/doom/mkfile
games/doom: fix unterminated comment causing sound bugs (from qu7uux)
[plan9front.git] / sys / src / games / doom / mkfile
1 </$objtype/mkfile
2 BIN=/$objtype/bin/games
3
4 TARG=doom
5
6 OFILES=\
7         doomdef.$O\
8         doomstat.$O\
9         dstrings.$O\
10         tables.$O\
11         f_finale.$O\
12         f_wipe.$O\
13         d_main.$O\
14         d_net.$O\
15         d_items.$O\
16         g_game.$O\
17         m_menu.$O\
18         m_misc.$O\
19         m_argv.$O\
20         m_bbox.$O\
21         m_fixed.$O\
22         m_swap.$O\
23         m_cheat.$O\
24         m_random.$O\
25         am_map.$O\
26         p_ceilng.$O\
27         p_doors.$O\
28         p_enemy.$O\
29         p_floor.$O\
30         p_inter.$O\
31         p_lights.$O\
32         p_map.$O\
33         p_maputl.$O\
34         p_plats.$O\
35         p_pspr.$O\
36         p_setup.$O\
37         p_sight.$O\
38         p_spec.$O\
39         p_switch.$O\
40         p_mobj.$O\
41         p_telept.$O\
42         p_tick.$O\
43         p_saveg.$O\
44         p_user.$O\
45         r_bsp.$O\
46         r_data.$O\
47         r_draw.$O\
48         r_main.$O\
49         r_plane.$O\
50         r_segs.$O\
51         r_sky.$O\
52         r_things.$O\
53         w_wad.$O\
54         wi_stuff.$O\
55         v_video.$O\
56         st_lib.$O\
57         st_stuff.$O\
58         hu_stuff.$O\
59         hu_lib.$O\
60         s_sound.$O\
61         z_zone.$O\
62         info.$O\
63         sounds.$O\
64         i_main.$O\
65         i_net.$O\
66         i_sound.$O\
67         i_system.$O\
68         i_video.$O\
69
70 HFILES=\
71         am_map.h\
72         d_englsh.h\
73         d_event.h\
74         d_french.h\
75         d_items.h\
76         d_main.h\
77         d_net.h\
78         d_player.h\
79         d_textur.h\
80         d_think.h\
81         d_ticcmd.h\
82         doomdata.h\
83         doomdef.h\
84         doomstat.h\
85         doomtype.h\
86         dstrings.h\
87         f_finale.h\
88         f_wipe.h\
89         g_game.h\
90         hu_lib.h\
91         hu_stuff.h\
92         i_net.h\
93         i_sound.h\
94         i_system.h\
95         i_video.h\
96         info.h\
97         m_argv.h\
98         m_bbox.h\
99         m_cheat.h\
100         m_fixed.h\
101         m_menu.h\
102         m_misc.h\
103         m_random.h\
104         m_swap.h\
105         p_inter.h\
106         p_local.h\
107         p_mobj.h\
108         p_pspr.h\
109         p_saveg.h\
110         p_setup.h\
111         p_spec.h\
112         p_tick.h\
113         r_bsp.h\
114         r_data.h\
115         r_defs.h\
116         r_draw.h\
117         r_local.h\
118         r_main.h\
119         r_plane.h\
120         r_segs.h\
121         r_sky.h\
122         r_state.h\
123         r_things.h\
124         s_sound.h\
125         sounds.h\
126         st_lib.h\
127         st_stuff.h\
128         tables.h\
129         v_video.h\
130         w_wad.h\
131         wi_stuff.h\
132         z_zone.h\
133
134 UPDATE=\
135         mkfile\
136         $HFILES\
137         ${OFILES:%.$O=%.c}\
138
139 CFLAGS=$CFLAGS `{~ $objtype mips && echo -D__BIG_ENDIAN__}
140
141 </sys/src/cmd/mkone
142