OSDN Git Service

[Refactor] #40581 Separated special-death-switcher.c/h from monster-death.c
[hengband/hengband.git] / src / Makefile.am
1 ## Makefile.am -- Process this file with automake to process Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign subdir-objects nostdinc
4
5 bin_PROGRAMS = hengband
6
7 hengband_SOURCES = \
8         action/action-limited.c action/action-limited.h \
9         action/activation-execution.c action/activation-execution.h \
10         action/movement-execution.c action/movement-execution.h \
11         action/mutation-execution.c action/mutation-execution.h \
12         action/open-util.c action/open-util.h \
13         action/open-close-execution.c action/open-close-execution.h \
14         action/racial-execution.c action/racial-execution.h \
15         action/run-execution.c action/run-execution.h \
16         action/throw-util.c action/throw-util.h \
17         action/travel-execution.c action/travel-execution.h \
18         action/tunnel-execution.c action/tunnel-execution.h \
19         action/weapon-shield.c action/weapon-shield.h \
20         \
21         artifact/artifact-info.c artifact/artifact-info.h \
22         artifact/fixed-art-generator.c artifact/fixed-art-generator.h \
23         artifact/random-art-activation.c artifact/random-art-activation.h \
24         artifact/random-art-bias-types.h \
25         artifact/random-art-characteristics.c artifact/random-art-characteristics.h \
26         artifact/random-art-generator.c artifact/random-art-generator.h \
27         artifact/random-art-misc.c artifact/random-art-misc.h \
28         artifact/random-art-pval-investor.c artifact/random-art-pval-investor.h \
29         artifact/random-art-resistance.c artifact/random-art-resistance.h \
30         artifact/random-art-slay.c artifact/random-art-slay.h \
31         \
32         art-definition/art-accessory-types.h \
33         art-definition/art-armor-types.h \
34         art-definition/art-bow-types.h \
35         art-definition/art-protector-types.h \
36         art-definition/art-sword-types.h \
37         art-definition/art-weapon-types.h \
38         art-definition/random-art-effects.h \
39         \
40         autopick/autopick.c autopick/autopick.h \
41         autopick/autopick-commands-table.h autopick/autopick-dirty-flags.h \
42         autopick/autopick-editor-table.h autopick/autopick-flags-table.h \
43         autopick/autopick-key-flag-process.h autopick/autopick-keys-table.h \
44         autopick/autopick-menu-data-table.c autopick/autopick-menu-data-table.h \
45         autopick/autopick-methods-table.h \
46         autopick/autopick-util.c autopick/autopick-util.h \
47         autopick/autopick-entry.c autopick/autopick-entry.h \
48         autopick/autopick-initializer.c autopick/autopick-initializer.h \
49         autopick/autopick-matcher.c autopick/autopick-matcher.h \
50         autopick/autopick-describer.c autopick/autopick-describer.h \
51         autopick/autopick-destroyer.c autopick/autopick-destroyer.h \
52         autopick/autopick-reader-writer.c autopick/autopick-reader-writer.h \
53         autopick/autopick-finder.c autopick/autopick-finder.h \
54         autopick/autopick-pref-processor.c autopick/autopick-pref-processor.h \
55         autopick/autopick-drawer.c autopick/autopick-drawer.h \
56         autopick/autopick-inserter-killer.c autopick/autopick-inserter-killer.h \
57         autopick/autopick-registry.c autopick/autopick-registry.h \
58         autopick/autopick-command-menu.c autopick/autopick-command-menu.h \
59         autopick/autopick-editor-util.c autopick/autopick-editor-util.h \
60         autopick/autopick-editor-command.c autopick/autopick-editor-command.h \
61         \
62         birth/birth-explanations-table.c birth/birth-explanations-table.h \
63         birth/character-builder.c birth/character-builder.h \
64         birth/history.c birth/history.h \
65         birth/birth-util.c birth/birth-util.h \
66         birth/birth-select-realm.c birth/birth-select-realm.h \
67         birth/quick-start.c birth/quick-start.h \
68         birth/birth-stat.c birth/birth-stat.h \
69         birth/history-generator.c birth/history-generator.h \
70         birth/birth-body-spec.c birth/birth-body-spec.h \
71         birth/initial-equipments-table.c birth/initial-equipments-table.h \
72         birth/inventory-initializer.c birth/inventory-initializer.h \
73         birth/game-play-initializer.c birth/game-play-initializer.h \
74         birth/history-editor.c birth/history-editor.h \
75         birth/birth-select-race.c birth/birth-select-race.h \
76         birth/birth-select-class.c birth/birth-select-class.h \
77         birth/birth-select-personality.c birth/birth-select-personality.h \
78         birth/auto-roller.c birth/auto-roller.h \
79         birth/birth-wizard.c birth/birth-wizard.h \
80         \
81         blue-magic/blue-magic-ball-bolt.c blue-magic/blue-magic-ball-bolt.h \
82         blue-magic/blue-magic-breath.c blue-magic/blue-magic-breath.h \
83         blue-magic/blue-magic-caster.c blue-magic/blue-magic-caster.h \
84         blue-magic/blue-magic-checker.c blue-magic/blue-magic-checker.h \
85         blue-magic/blue-magic-spirit-curse.c blue-magic/blue-magic-spirit-curse.h \
86         blue-magic/blue-magic-status.c blue-magic/blue-magic-status.h \
87         blue-magic/blue-magic-summon.c blue-magic/blue-magic-summon.h \
88         blue-magic/blue-magic-util.c blue-magic/blue-magic-util.h \
89         blue-magic/learnt-info.c blue-magic/learnt-info.h \
90         blue-magic/learnt-power-getter.c blue-magic/learnt-power-getter.h \
91         \
92         cmd-action/cmd-attack.c cmd-action/cmd-attack.h \
93         cmd-action/cmd-hissatsu.c cmd-action/cmd-hissatsu.h \
94         cmd-action/cmd-mane.c cmd-action/cmd-mane.h \
95         cmd-action/cmd-mind.c cmd-action/cmd-mind.h \
96         cmd-action/cmd-move.c cmd-action/cmd-move.h \
97         cmd-action/cmd-open-close.c cmd-action/cmd-open-close.h \
98         cmd-action/cmd-others.c cmd-action/cmd-others.h \
99         cmd-action/cmd-pet.c cmd-action/cmd-pet.h \
100         cmd-action/cmd-racial.c cmd-action/cmd-racial.h \
101         cmd-action/cmd-shoot.c cmd-action/cmd-shoot.h \
102         cmd-action/cmd-spell.c cmd-action/cmd-spell.h \
103         cmd-action/cmd-travel.c cmd-action/cmd-travel.h \
104         cmd-action/cmd-tunnel.c cmd-action/cmd-tunnel.h \
105         \
106         cmd-building/cmd-building.c cmd-building/cmd-building.h \
107         cmd-building/cmd-inn.c cmd-building/cmd-inn.h \
108         cmd-building/cmd-store.c cmd-building/cmd-store.h \
109         \
110         cmd-io/cmd-autopick.c cmd-io/cmd-autopick.h \
111         cmd-io/cmd-diary.c cmd-io/cmd-diary.h \
112         cmd-io/cmd-dump.c cmd-io/cmd-dump.h \
113         cmd-io/cmd-floor.c cmd-io/cmd-floor.h \
114         cmd-io/cmd-gameoption.c cmd-io/cmd-gameoption.h \
115         cmd-io/cmd-help.c cmd-io/cmd-help.h \
116         cmd-io/cmd-knowledge.c cmd-io/cmd-knowledge.h \
117         cmd-io/cmd-lore.c cmd-io/cmd-lore.h \
118         cmd-io/cmd-macro.c cmd-io/cmd-macro.h \
119         cmd-io/cmd-menu-content-table.c cmd-io/cmd-menu-content-table.h \
120         cmd-io/cmd-process-screen.c cmd-io/cmd-process-screen.h \
121         cmd-io/cmd-save.c cmd-io/cmd-save.h \
122         cmd-io/diary-subtitle-table.c cmd-io/diary-subtitle-table.h \
123         cmd-io/feeling-table.c cmd-io/feeling-table.h \
124         cmd-io/macro-util.c cmd-io/macro-util.h \
125         \
126         cmd-item/cmd-destroy.c cmd-item/cmd-destroy.h \
127         cmd-item/cmd-eat.c cmd-item/cmd-eat.h \
128         cmd-item/cmd-equipment.c cmd-item/cmd-equipment.h \
129         cmd-item/cmd-item.c cmd-item/cmd-item.h \
130         cmd-item/cmd-magiceat.c cmd-item/cmd-magiceat.h \
131         cmd-item/cmd-quaff.c cmd-item/cmd-quaff.h \
132         cmd-item/cmd-read.c cmd-item/cmd-read.h \
133         cmd-item/cmd-refill.c cmd-item/cmd-refill.h \
134         cmd-item/cmd-smith.c cmd-item/cmd-smith.h \
135         cmd-item/cmd-throw.c cmd-item/cmd-throw.h \
136         cmd-item/cmd-usestaff.c cmd-item/cmd-usestaff.h \
137         cmd-item/cmd-zaprod.c cmd-item/cmd-zaprod.h \
138         cmd-item/cmd-zapwand.c cmd-item/cmd-zapwand.h \
139         \
140         cmd-visual/cmd-draw.c cmd-visual/cmd-draw.h \
141         cmd-visual/cmd-map.c cmd-visual/cmd-map.h \
142         cmd-visual/cmd-visuals.c cmd-visual/cmd-visuals.h \
143         \
144         combat/attack-power-table.c combat/attack-power-table.h \
145         combat/aura-counterattack.c combat/aura-counterattack.h \
146         combat/hallucination-attacks-table.c combat/hallucination-attacks-table.h \
147         combat/martial-arts-table.c combat/martial-arts-table.h \
148         combat/attack-accuracy.c combat/attack-accuracy.h \
149         combat/slaying.c combat/slaying.h \
150         combat/combat-options-type.h \
151         combat/attack-criticality.c combat/attack-criticality.h \
152         combat/shoot.c combat/shoot.h \
153         \
154         core/asking-player.c core/asking-player.h \
155         core/disturbance.c core/disturbance.h \
156         core/game-closer.c core/game-closer.h \
157         core/game-play.c core/game-play.h \
158         core/hp-mp-processor.c core/hp-mp-processor.h \
159         core/hp-mp-regenerator.c core/hp-mp-regenerator.h \
160         core/magic-effects-timeout-reducer.c core/magic-effects-timeout-reducer.h \
161         core/object-compressor.c core/object-compressor.h \
162         core/output-updater.c core/output-updater.h \
163         core/player-processor.c core/player-processor.h \
164         core/player-redraw-types.h \
165         core/player-update-types.h \
166         core/scores.c core/scores.h \
167         core/show-file.c core/show-file.h \
168         core/special-internal-keys.h \
169         core/speed-table.c core/speed-table.h \
170         core/status-reseter.c core/status-reseter.h \
171         core/stuff-handler.c core/stuff-handler.h \
172         core/turn-compensator.c core/turn-compensator.h \
173         core/visuals-reseter.c core/visuals-reseter.h \
174         core/window-redrawer.c core/window-redrawer.h \
175         \
176         dungeon/dungeon.c dungeon/dungeon.h \
177         dungeon/dungeon-flag-types.h \
178         dungeon/dungeon-processor.c dungeon/dungeon-processor.h \
179         dungeon/quest.h dungeon/quest.c \
180         dungeon/quest-completion-checker.c dungeon/quest-completion-checker.h \
181         dungeon/quest-monster-placer.c dungeon/quest-monster-placer.h \
182         \
183         effect/effect-feature.c effect/effect-feature.h \
184         effect/effect-item.c effect/effect-item.h \
185         effect/spells-effect-util.c effect/spells-effect-util.h \
186         effect/effect-player.c effect/effect-player.h \
187         effect/effect-monster.c effect/effect-monster.h \
188         effect/effect-monster-curse.c effect/effect-monster-curse.h \
189         effect/effect-monster-util.c effect/effect-monster-util.h \
190         effect/effect-monster-resist-hurt.c effect/effect-monster-resist-hurt.h \
191         effect/effect-monster-psi.c effect/effect-monster-psi.h \
192         effect/effect-monster-oldies.c effect/effect-monster-oldies.h \
193         effect/effect-monster-charm.c effect/effect-monster-charm.h \
194         effect/effect-monster-lite-dark.c effect/effect-monster-lite-dark.h \
195         effect/effect-monster-evil.c effect/effect-monster-evil.h \
196         effect/effect-monster-spirit.c effect/effect-monster-spirit.h \
197         effect/effect-monster-switcher.c effect/effect-monster-switcher.h \
198         effect/effect-player-util.h \
199         effect/effect-player-resist-hurt.c effect/effect-player-resist-hurt.h \
200         effect/effect-player-oldies.c effect/effect-player-oldies.h \
201         effect/effect-player-curse.c effect/effect-player-curse.h \
202         effect/effect-player-spirit.c effect/effect-player-spirit.h \
203         effect/effect-player-switcher.c effect/effect-player-switcher.h \
204         effect/effect-processor.c effect/effect-processor.h \
205         effect/effect-characteristics.h \
206         \
207         flavor/flag-inscriptions-table.c flavor/flag-inscriptions-table.h \
208         flavor/flavor-describer.c flavor/flavor-describer.h \
209         flavor/flavor-util.c flavor/flavor-util.h \
210         flavor/named-item-describer.c flavor/named-item-describer.h \
211         flavor/object-flavor-types.h \
212         flavor/object-flavor.c flavor/object-flavor.h \
213         flavor/tval-description-switcher.c flavor/tval-description-switcher.h \
214         \
215         floor/cave.c floor/cave.h \
216         floor/cave-generator.c floor/cave-generator.h \
217         floor/dungeon-tunnel-util.c floor/dungeon-tunnel-util.h \
218         floor/fixed-map-generator.c floor/fixed-map-generator.h \
219         floor/floor-allocation-types.h \
220         floor/floor-base-definitions.h \
221         floor/floor-changer.c floor/floor-changer.h \
222         floor/floor-events.c floor/floor-events.h \
223         floor/floor-generator-util.h \
224         floor/floor-generator.c floor/floor-generator.h \
225         floor/floor-leaver.c floor/floor-leaver.h \
226         floor/floor-mode-changer.c floor/floor-mode-changer.h \
227         floor/floor-object.c floor/floor-object.h \
228         floor/floor-save.c floor/floor-save.h \
229         floor/floor-save-util.c floor/floor-save-util.h \
230         floor/floor-streams.c floor/floor-streams.h \
231         floor/floor-town.h floor/floor-town.c \
232         floor/floor-util.c floor/floor-util.h \
233         floor/geometry.c floor/geometry.h \
234         floor/line-of-sight.c floor/line-of-sight.h \
235         floor/object-allocator.c floor/object-allocator.h \
236         floor/object-scanner.c floor/object-scanner.h \
237         floor/pattern-walk.c floor/pattern-walk.h \
238         floor/sight-definitions.h \
239         floor/tunnel-generator.c floor/tunnel-generator.h \
240         floor/wild.h floor/wild.c \
241         \
242         game-option/auto-destruction-options.c game-option/auto-destruction-options.h \
243         game-option/birth-options.c game-option/birth-options.h \
244         game-option/cheat-options.c game-option/cheat-options.h \
245         game-option/cheat-types.h \
246         game-option/disturbance-options.c game-option/disturbance-options.h \
247         game-option/game-play-options.c game-option/game-play-options.h \
248         game-option/input-options.c game-option/input-options.h \
249         game-option/keymap-directory-getter.c game-option/keymap-directory-getter.h \
250         game-option/map-screen-options.c game-option/map-screen-options.h \
251         game-option/option-flags.c game-option/option-flags.h \
252         game-option/option-types-table.c game-option/option-types-table.h \
253         game-option/play-record-options.c game-option/play-record-options.h \
254         game-option/runtime-arguments.c game-option/runtime-arguments.h \
255         game-option/special-options.c game-option/special-options.h \
256         game-option/text-display-options.c game-option/text-display-options.h \
257         \
258         grid/door.c grid/door.h \
259         grid/feature-flag-types.h \
260         grid/feature-generator.c grid/feature-generator.h \
261         grid/feature.c grid/feature.h \
262         grid/grid.c grid/grid.h \
263         grid/lighting-colors-table.c grid/lighting-colors-table.h \
264         grid/object-placer.c grid/object-placer.h \
265         grid/stair.c grid/stair.h \
266         grid/trap.c grid/trap.h \
267         \
268         info-reader/artifact-reader.c info-reader/artifact-reader.h \
269         info-reader/dungeon-info-tokens-table.c info-reader/dungeon-info-tokens-table.h \
270         info-reader/dungeon-reader.c info-reader/dungeon-reader.h \
271         info-reader/ego-reader.c info-reader/ego-reader.h \
272         info-reader/feature-info-tokens-table.c info-reader/feature-info-tokens-table.h \
273         info-reader/feature-reader.c info-reader/feature-reader.h \
274         info-reader/fixed-map-parser.c info-reader/fixed-map-parser.h \
275         info-reader/general-parser.c info-reader/general-parser.h \
276         info-reader/info-reader-util.c info-reader/info-reader-util.h \
277         info-reader/kind-info-tokens-table.c info-reader/kind-info-tokens-table.h \
278         info-reader/kind-reader.c info-reader/kind-reader.h \
279         info-reader/magic-reader.c info-reader/magic-reader.h \
280         info-reader/parse-error-types.h \
281         info-reader/race-info-tokens-table.c info-reader/race-info-tokens-table.h \
282         info-reader/race-reader.c info-reader/race-reader.h \
283         info-reader/random-grid-effect-types.h \
284         info-reader/skill-reader.c info-reader/skill-reader.h \
285         info-reader/vault-reader.c info-reader/vault-reader.h \
286         \
287         inventory/floor-item-getter.c inventory/floor-item-getter.h \
288         inventory/inventory-curse.c inventory/inventory-curse.h \
289         inventory/inventory-damage.c inventory/inventory-damage.h \
290         inventory/inventory-describer.c inventory/inventory-describer.h \
291         inventory/inventory-object.c inventory/inventory-object.h \
292         inventory/inventory-slot-types.h \
293         inventory/inventory-util.c inventory/inventory-util.h \
294         inventory/item-getter.c inventory/item-getter.h \
295         inventory/item-selection-util.c inventory/item-selection-util.h \
296         inventory/pack-overflow.c inventory/pack-overflow.h \
297         inventory/player-inventory.c inventory/player-inventory.h \
298         inventory/recharge-processor.c inventory/recharge-processor.h \
299         \
300         io/chuukei.c io/chuukei.h \
301         io/command-repeater.c io/command-repeater.h \
302         io/cursor.c io/cursor.h \
303         io/exit-panic.c io/exit-panic.h \
304         io/files-util.c io/files-util.h \
305         io/gf-descriptions.c io/gf-descriptions.h \
306         io/inet.c io/inet.h \
307         io/input-key-acceptor.c io/input-key-acceptor.h \
308         io/input-key-processor.c io/input-key-processor.h \
309         io/input-key-requester.c io/input-key-requester.h \
310         io/interpret-pref-file.c io/interpret-pref-file.h \
311         io/mutations-dump.c io/mutations-dump.h \
312         io/pref-file-expressor.c io/pref-file-expressor.h \
313         io/read-pref-file.c io/read-pref-file.h \
314         io/report.c io/report.h \
315         io/screen-util.c io/screen-util.h \
316         io/signal-handlers.c io/signal-handlers.h \
317         io/store-key-processor.c io/store-key-processor.h \
318         io/tokenizer.c io/tokenizer.h \
319         io/uid-checker.c io/uid-checker.h \
320         io/write-diary.c io/write-diary.h \
321         \
322         io-dump/character-dump.c io-dump/character-dump.h \
323         io-dump/dump-remover.c io-dump/dump-remover.h \
324         io-dump/dump-util.c io-dump/dump-util.h \
325         io-dump/player-status-dump.c io-dump/player-status-dump.h \
326         io-dump/random-art-info-dumper.c io-dump/random-art-info-dumper.h \
327         io-dump/special-class-dump.c io-dump/special-class-dump.h \
328         \
329         knowledge/knowledge-autopick.c knowledge/knowledge-autopick.h \
330         knowledge/knowledge-experiences.c knowledge/knowledge-experiences.h \
331         knowledge/knowledge-features.c knowledge/knowledge-features.h \
332         knowledge/knowledge-inventory.c knowledge/knowledge-inventory.h \
333         knowledge/knowledge-items.c knowledge/knowledge-items.h \
334         knowledge/knowledge-monsters.c knowledge/knowledge-monsters.h \
335         knowledge/knowledge-mutations.c knowledge/knowledge-mutations.h \
336         knowledge/knowledge-uniques.c knowledge/knowledge-uniques.h \
337         knowledge/knowledge-self.c knowledge/knowledge-self.h \
338         knowledge/knowledge-quests.c knowledge/knowledge-quests.h \
339         knowledge/lighting-level-table.c knowledge/lighting-level-table.h \
340         knowledge/monster-group-table.c knowledge/monster-group-table.h \
341         knowledge/object-group-table.c knowledge/object-group-table.h \
342         \
343         load/angband-version-comparer.c load/angband-version-comparer.h \
344         load/birth-loader.c load/birth-loader.h \
345         load/dummy-loader.c load/dummy-loader.h \
346         load/dungeon-loader.c load/dungeon-loader.h \
347         load/extra-loader.c load/extra-loader.h \
348         load/floor-loader.c load/floor-loader.h \
349         load/info-loader.c load/info-loader.h \
350         load/inventory-loader.c load/inventory-loader.h \
351         load/item-loader.c load/item-loader.h \
352         load/monster-loader.c load/monster-loader.h \
353         load/old-feature-types.h \
354         load/load-util.c load/load-util.h \
355         load/load-v1-3-0.c load/load-v1-3-0.h \
356         load/load-v1-5-0.c load/load-v1-5-0.h \
357         load/load-v1-7-0.c load/load-v1-7-0.h \
358         load/load-zangband.c load/load-zangband.h \
359         load/quest-loader.c load/quest-loader.h \
360         load/load.c load/load.h \
361         load/lore-loader.c load/lore-loader.h \
362         load/option-loader.c load/option-loader.h \
363         load/player-attack-loader.c load/player-attack-loader.h \
364         load/player-info-loader.c load/player-info-loader.h \
365         load/savedata-flag-types.h \
366         load/store-loader.c load/store-loader.h \
367         load/world-loader.c load/world-loader.h \
368         \
369         locale/english.c locale/english.h \
370         locale/japanese.c locale/japanese.h \
371         locale/language-switcher.h \
372         \
373         lore/combat-types-setter.c lore/combat-types-setter.h \
374         lore/lore-calculator.c lore/lore-calculator.h \
375         lore/lore-store.c lore/lore-store.h \
376         lore/lore-util.c lore/lore-util.h \
377         lore/magic-types-setter.c lore/magic-types-setter.h \
378         lore/monster-lore.c lore/monster-lore.h \
379         \
380         main.c main-x11.c main-gcu.c \
381         \
382         main/angband-headers.c main/angband-headers.h \
383         main/angband-initializer.c main/angband-initializer.h \
384         main/game-data-initializer.c main/game-data-initializer.h \
385         main/info-initializer.c main/info-initializer.h \
386         main/initialization-error-messages-table.c main/initialization-error-messages-table.h \
387         main/music-definitions-table.c main/music-definitions-table.h \
388         main/sound-definitions-table.c main/sound-definitions-table.h \
389         main/sound-of-music.c main/sound-of-music.h \
390         main/x11-gamma-builder.c main/x11-gamma-builder.h \
391         main/x11-type-string.c main/x11-type-string.h \
392         \
393         market/arena-info-table.c market/arena-info-table.h \
394         market/building-initializer.c market/building-initializer.h \
395         market/building-util.c market/building-util.h \
396         market/play-gamble.c market/play-gamble.h \
397         market/poker.c market/poker.h \
398         market/articles-on-sale.c market/articles-on-sale.h \
399         market/gold-magnification-table.c market/gold-magnification-table.h \
400         market/arena.c market/arena.h \
401         market/bounty-prize-table.c market/bounty-prize-table.h \
402         market/bounty.c market/bounty.h \
403         market/building-recharger.c market/building-recharger.h \
404         market/building-quest.c market/building-quest.h \
405         market/building-service.c market/building-service.h \
406         market/building-craft-weapon.c market/building-craft-weapon.h \
407         market/building-craft-armor.c market/building-craft-armor.h \
408         market/building-craft-fix.c market/building-craft-fix.h \
409         market/building-monster.c market/building-monster.h \
410         market/building-enchanter.c market/building-enchanter.h \
411         market/building-actions-table.h \
412         \
413         melee/monster-attack-monster.c melee/monster-attack-monster.h \
414         melee/melee-postprocess.c melee/melee-postprocess.h \
415         melee/melee-spell.c melee/melee-spell.h \
416         melee/melee-spell-flags-checker.c melee/melee-spell-flags-checker.h \
417         melee/melee-spell-util.c melee/melee-spell-util.h \
418         melee/melee-switcher.c melee/melee-switcher.h \
419         melee/melee-util.c melee/melee-util.h \
420         \
421         mind/drs-types.h \
422         mind/mind-archer.c mind/mind-archer.h \
423         mind/mind-berserker.c mind/mind-berserker.h \
424         mind/mind-blue-mage.c mind/mind-blue-mage.h \
425         mind/mind-cavalry.c mind/mind-cavalry.h \
426         mind/mind-chaos-warrior.c mind/mind-chaos-warrior.h \
427         mind/mind-explanations-table.c mind/mind-explanations-table.h \
428         mind/mind-force-trainer.c mind/mind-force-trainer.h \
429         mind/mind-info.c mind/mind-info.h \
430         mind/mind-hobbit.c mind/mind-hobbit.h \
431         mind/mind-mage.c mind/mind-mage.h \
432         mind/mind-magic-eater.c mind/mind-magic-eater.h \
433         mind/mind-magic-resistance.c mind/mind-magic-resistance.h \
434         mind/mind-mindcrafter.c mind/mind-mindcrafter.h \
435         mind/mind-mirror-master.c mind/mind-mirror-master.h \
436         mind/mind-monk.c mind/mind-monk.h \
437         mind/mind-ninja.c mind/mind-ninja.h \
438         mind/mind-numbers.h \
439         mind/mind-power-getter.c mind/mind-power-getter.h \
440         mind/mind-priest.c mind/mind-priest.h \
441         mind/mind-samurai.c mind/mind-samurai.h \
442         mind/mind-sniper.c mind/mind-sniper.h \
443         mind/mind-types.h \
444         mind/mind-warrior.c mind/mind-warrior.h \
445         mind/mind-warrior-mage.c mind/mind-warrior-mage.h \
446         mind/mind-weaponsmith.c mind/mind-weaponsmith.h \
447         mind/monk-attack.c mind/monk-attack.h \
448         mind/snipe-types.h \
449         mind/stances-table.c mind/stances-table.h \
450         \
451         monster/horror-descriptions.c monster/horror-descriptions.h \
452         monster/monster-compaction.c monster/monster-compaction.h \
453         monster/monster-describer.c monster/monster-describer.h \
454         monster/monster-description-types.h \
455         monster/monster-flag-types.h \
456         monster/monster-info.c monster/monster-info.h \
457         monster/monster-list.c monster/monster-list.h \
458         monster/monster-processor.c monster/monster-processor.h \
459         monster/monster-processor-util.c monster/monster-processor-util.h \
460         monster/monster-timed-effect-types.h \
461         monster/smart-learn-types.h \
462         monster/monster-status.c monster/monster-status.h \
463         monster/monster-status-setter.c monster/monster-status-setter.h \
464         monster/monster-update.c monster/monster-update.h \
465         monster/monster-util.c monster/monster-util.h \
466         \
467         monster-attack/insults-moans.c monster-attack/insults-moans.h \
468         monster-attack/monster-attack-describer.c monster-attack/monster-attack-describer.h \
469         monster-attack/monster-attack-effect.h \
470         monster-attack/monster-attack-player.c monster-attack/monster-attack-player.h \
471         monster-attack/monster-attack-processor.c monster-attack/monster-attack-processor.h \
472         monster-attack/monster-attack-status.c monster-attack/monster-attack-status.h \
473         monster-attack/monster-attack-switcher.c monster-attack/monster-attack-switcher.h \
474         monster-attack/monster-attack-types.c monster-attack/monster-attack-types.h \
475         monster-attack/monster-attack-util.c monster-attack/monster-attack-util.h \
476         monster-attack/monster-eating.c monster-attack/monster-eating.h \
477         \
478         monster-floor/monster-death.c monster-floor/monster-death.h \
479         monster-floor/monster-death-util.c monster-floor/monster-death-util.h \
480         monster-floor/monster-direction.c monster-floor/monster-direction.h \
481         monster-floor/monster-dist-offsets.c monster-floor/monster-dist-offsets.h \
482         monster-floor/monster-generator.c monster-floor/monster-generator.h \
483         monster-floor/monster-move.c monster-floor/monster-move.h \
484         monster-floor/monster-object.c monster-floor/monster-object.h \
485         monster-floor/monster-remover.c monster-floor/monster-remover.h \
486         monster-floor/monster-runaway.c monster-floor/monster-runaway.h \
487         monster-floor/monster-safety-hiding.c monster-floor/monster-safety-hiding.h \
488         monster-floor/monster-summon.c monster-floor/monster-summon.h \
489         monster-floor/monster-sweep-grid.c monster-floor/monster-sweep-grid.h \
490         monster-floor/monster-lite.c monster-floor/monster-lite.h \
491         monster-floor/monster-lite-util.c monster-floor/monster-lite-util.h \
492         monster-floor/one-monster-placer.c monster-floor/one-monster-placer.h \
493         monster-floor/place-monster-types.h \
494         monster-floor/quantum-effect.c monster-floor/quantum-effect.h \
495         monster-floor/special-death-switcher.c monster-floor/special-death-switcher.h \
496         \
497         monster-race/monster-race.c monster-race/monster-race.h \
498         monster-race/monster-race-hook.c monster-race/monster-race-hook.h \
499         monster-race/race-flags-resistance.h \
500         monster-race/race-flags1.h monster-race/race-flags2.h \
501         monster-race/race-flags3.h monster-race/race-flags4.h \
502         monster-race/race-flags-ability1.h monster-race/race-flags-ability2.h \
503         monster-race/race-flags7.h monster-race/race-flags8.h \
504         monster-race/race-flags9.h \
505         monster-race/race-indice-types.h \
506         \
507         mspell/assign-monster-spell.c mspell/assign-monster-spell.h \
508         mspell/element-resistance-checker.c mspell/element-resistance-checker.h \
509         mspell/high-resistance-checker.c mspell/high-resistance-checker.h \
510         mspell/improper-mspell-remover.c mspell/improper-mspell-remover.h \
511         mspell/monster-power-table.c mspell/monster-power-table.h \
512         mspell/mspell-attack.c mspell/mspell-attack.h \
513         mspell/mspell-attack-util.c mspell/mspell-attack-util.h \
514         mspell/mspell-breath.c mspell/mspell-breath.h \
515         mspell/mspell-ball.c mspell/mspell-ball.h \
516         mspell/mspell-bolt.c mspell/mspell-bolt.h \
517         mspell/mspell-checker.c mspell/mspell-checker.h \
518         mspell/mspell-curse.c mspell/mspell-curse.h \
519         mspell/mspell-dispel.c mspell/mspell-dispel.h \
520         mspell/mspell-judgement.c mspell/mspell-judgement.h \
521         mspell/mspell-lite.c mspell/mspell-lite.h \
522         mspell/mspell-summon.c mspell/mspell-summon.h \
523         mspell/mspell-util.c mspell/mspell-util.h \
524         mspell/mspell-type.h \
525         mspell/mspell-damage-calculator.c mspell/mspell-damage-calculator.h \
526         mspell/mspell-learn-checker.c mspell/mspell-learn-checker.h \
527         mspell/mspell-floor.c mspell/mspell-floor.h \
528         mspell/mspell-mask-definitions.h \
529         mspell/mspell-special.c mspell/mspell-special.h \
530         mspell/mspell-status.c mspell/mspell-status.h \
531         mspell/mspell-particularity.c mspell/mspell-particularity.h \
532         mspell/mspell-selector.c mspell/mspell-selector.h \
533         mspell/smart-mspell-util.c mspell/smart-mspell-util.h \
534         mspell/specified-summon.c mspell/specified-summon.h \
535         mspell/summon-checker.c mspell/summon-checker.h \
536         \
537         mutation/gain-mutation-switcher.c mutation/gain-mutation-switcher.h \
538         mutation/lose-mutation-switcher.c mutation/lose-mutation-switcher.h \
539         mutation/mutation-calculator.c mutation/mutation-calculator.h \
540         mutation/mutation-investor-remover.c mutation/mutation-investor-remover.h \
541         mutation/mutation-util.c mutation/mutation-util.h \
542         mutation/mutation-flag-types.h \
543         mutation/mutation-processor.c mutation/mutation-processor.h \
544         mutation/mutation-techniques.c mutation/mutation-techniques.h \
545         \
546         object/item-tester-hooker.c object/item-tester-hooker.h \
547         object/object-broken.c object/object-broken.h \
548         object/object-flags.c object/object-flags.h \
549         object/object-generator.c object/object-generator.h \
550         object/object-info.c object/object-info.h \
551         object/object-kind.c object/object-kind.h \
552         object/object-kind-hook.c object/object-kind-hook.h \
553         object/object-stack.c object/object-stack.h \
554         object/object-value.c object/object-value.h \
555         object/object-value-calc.c object/object-value-calc.h \
556         object/lite-processor.c object/lite-processor.h \
557         object/tval-types.h \
558         object/warning.c object/warning.h \
559         object/object-mark-types.h \
560         object/item-use-flags.h \
561         \
562         object-activation/activation-bolt-ball.c object-activation/activation-bolt-ball.h \
563         object-activation/activation-breath.c object-activation/activation-breath.h \
564         object-activation/activation-charm.c object-activation/activation-charm.h \
565         object-activation/activation-genocide.c object-activation/activation-genocide.h \
566         object-activation/activation-others.c object-activation/activation-others.h \
567         object-activation/activation-resistance.c object-activation/activation-resistance.h \
568         object-activation/activation-switcher.c object-activation/activation-switcher.h \
569         object-activation/activation-teleport.c object-activation/activation-teleport.h \
570         \
571         object-enchant/activation-info-table.c object-enchant/activation-info-table.h \
572         object-enchant/apply-magic.c object-enchant/apply-magic.h \
573         object-enchant/apply-magic-accessory.c object-enchant/apply-magic-accessory.h \
574         object-enchant/apply-magic-armor.c object-enchant/apply-magic-armor.h \
575         object-enchant/apply-magic-others.c object-enchant/apply-magic-others.h \
576         object-enchant/apply-magic-weapon.c object-enchant/apply-magic-weapon.h \
577         object-enchant/dragon-breaths-table.c object-enchant/dragon-breaths-table.h \
578         object-enchant/object-boost.c object-enchant/object-boost.h \
579         object-enchant/object-curse.c object-enchant/object-curse.h \
580         object-enchant/object-ego.c object-enchant/object-ego.h \
581         object-enchant/item-apply-magic.h object-enchant/item-feeling.h \
582         object-enchant/old-ego-extra-values.h object-enchant/special-object-flags.h \
583         object-enchant/tr-types.h object-enchant/trc-types.h \
584         object-enchant/trg-types.h \
585         object-enchant/vorpal-weapon.c object-enchant/vorpal-weapon.h \
586         \
587         object-hook/hook-armor.c object-hook/hook-armor.h \
588         object-hook/hook-bow.c object-hook/hook-bow.h \
589         object-hook/hook-checker.c object-hook/hook-checker.h \
590         object-hook/hook-enchant.c object-hook/hook-enchant.h \
591         object-hook/hook-expendable.c object-hook/hook-expendable.h \
592         object-hook/hook-magic.c object-hook/hook-magic.h \
593         object-hook/hook-perception.c object-hook/hook-perception.h \
594         object-hook/hook-quest.c object-hook/hook-quest.h \
595         object-hook/hook-weapon.c object-hook/hook-weapon.h \
596         \
597         object-use/quaff-execution.c object-use/quaff-execution.h \
598         object-use/read-execution.c object-use/read-execution.h \
599         \
600         perception/identification.c perception/identification.h \
601         perception/object-perception.c perception/object-perception.h \
602         perception/simple-perception.c perception/simple-perception.h \
603         \
604         pet/pet-fall-off.c pet/pet-fall-off.h \
605         pet/pet-util.c pet/pet-util.h \
606         \
607         player/attack-defense-types.h \
608         player/eldritch-horror.c player/eldritch-horror.h \
609         player/mimic-info-table.c player/mimic-info-table.h \
610         player/patron.c player/patron.h \
611         player/process-death.c player/process-death.h \
612         player/process-name.c player/process-name.h \
613         player/race-info-table.c player/race-info-table.h\
614         player/race-resistances.c player/race-resistances.h \
615         player/permanent-resistances.c player/permanent-resistances.h \
616         player/temporary-resistances.c player/temporary-resistances.h \
617         player/digestion-processor.c player/digestion-processor.h \
618         player/player-classes-types.h \
619         player/player-class.c player/player-class.h \
620         player/player-damage.c player/player-damage.h \
621         player/player-move.c player/player-move.h \
622         player/player-personality.c player/player-personality.h \
623         player/player-race.c player/player-race.h \
624         player/player-race-types.h \
625         player/player-realm.c player/player-realm.h \
626         player/player-skill.c player/player-skill.h \
627         player/player-status.c player/player-status.h \
628         player/player-status-flags.c player/player-status-flags.h \
629         player/player-status-table.c player/player-status-table.h \
630         player/player-personalities-types.h \
631         player/player-sex.c player/player-sex.h \
632         player/player-view.c player/player-view.h \
633         player/special-defense-types.h \
634         \
635         player-attack/player-attack-util.h \
636         player-attack/attack-chaos-effect.c player-attack/attack-chaos-effect.h \
637         player-attack/blood-sucking-processor.c player-attack/blood-sucking-processor.h \
638         player-attack/player-attack.c player-attack/player-attack.h \
639         \
640         player-info/avatar.h player-info/avatar.c \
641         player-info/base-status-info.c player-info/base-status-info.h \
642         player-info/base-status-types.h \
643         player-info/body-improvement-info.c player-info/body-improvement-info.h \
644         player-info/class-ability-info.c player-info/class-ability-info.h \
645         player-info/mutation-info.c player-info/mutation-info.h \
646         player-info/race-ability-info.c player-info/race-ability-info.h \
647         player-info/resistance-info.c player-info/resistance-info.h \
648         player-info/self-info.c player-info/self-info.h \
649         player-info/self-info-util.c player-info/self-info-util.h \
650         player-info/weapon-effect-info.c player-info/weapon-effect-info.h \
651         \
652         racial/class-racial-switcher.c racial/class-racial-switcher.h \
653         racial/mutation-racial-selector.c racial/mutation-racial-selector.h \
654         racial/race-racial-command-setter.c racial/race-racial-command-setter.h \
655         racial/racial-android.c racial/racial-android.h \
656         racial/racial-balrog.c racial/racial-balrog.h \
657         racial/racial-draconian.c racial/racial-draconian.h \
658         racial/racial-kutar.c racial/racial-kutar.h \
659         racial/racial-switcher.c racial/racial-switcher.h \
660         racial/racial-util.c racial/racial-util.h \
661         racial/racial-vampire.c racial/racial-vampire.h \
662         \
663         realm/realm-arcane.c realm/realm-arcane.h \
664         realm/realm-chaos.c realm/realm-chaos.h \
665         realm/realm-craft.c realm/realm-craft.h \
666         realm/realm-crusade.c realm/realm-crusade.h \
667         realm/realm-demon.c realm/realm-demon.h \
668         realm/realm-death.c realm/realm-death.h \
669         realm/realm-hex.c realm/realm-hex.h \
670         realm/realm-hex-numbers.h \
671         realm/realm-hissatsu.c realm/realm-hissatsu.h \
672         realm/realm-life.c realm/realm-life.h \
673         realm/realm-names-table.c realm/realm-names-table.h \
674         realm/realm-nature.c realm/realm-nature.h \
675         realm/realm-song.c realm/realm-song.h \
676         realm/realm-song-numbers.h \
677         realm/realm-sorcery.c realm/realm-sorcery.h \
678         realm/realm-trump.c realm/realm-trump.h \
679         realm/realm-types.h \
680         \
681         room/cave-filler.c room/cave-filler.h \
682         room/door-definition.c room/door-definition.h \
683         room/lake-types.h room/room-types.h \
684         room/room-generator.c room/room-generator.h \
685         room/room-info-table.c room/room-info-table.h \
686         room/rooms-builder.c room/rooms-builder.h \
687         room/rooms-city.c room/rooms-city.h \
688         room/rooms-fractal.c room/rooms-fractal.h \
689         room/rooms-maze-vault.c room/rooms-maze-vault.h \
690         room/rooms-normal.c room/rooms-normal.h \
691         room/rooms-pit-nest.c room/rooms-pit-nest.h \
692         room/rooms-special.c room/rooms-special.h \
693         room/rooms-trap.c room/rooms-trap.h \
694         room/rooms-vault.c room/rooms-vault.h \
695         room/space-finder.c room/space-finder.h \
696         room/pit-nest-kinds-table.c room/pit-nest-kinds-table.h \
697         room/treasure-deployment.c room/treasure-deployment.h \
698         room/vault-builder.c room/vault-builder.h \
699         \
700         save/floor-writer.c save/floor-writer.h \
701         save/info-writer.c save/info-writer.h \
702         save/item-writer.c save/item-writer.h \
703         save/monster-writer.c save/monster-writer.h \
704         save/player-writer.c save/player-writer.h \
705         save/save.c save/save.h \
706         save/save-util.c save/save-util.h \
707         \
708         specific-object/blade-turner.c specific-object/blade-turner.h \
709         specific-object/bloody-moon.c specific-object/bloody-moon.h \
710         specific-object/bow.c specific-object/bow.h \
711         specific-object/chest.c specific-object/chest.h \
712         specific-object/death-crimson.c specific-object/death-crimson.h \
713         specific-object/death-scythe.c specific-object/death-scythe.h \
714         specific-object/monster-ball.c specific-object/monster-ball.h \
715         specific-object/muramasa.c specific-object/muramasa.h \
716         specific-object/ring-of-power.c specific-object/ring-of-power.h \
717         specific-object/toragoroshi.c specific-object/toragoroshi.h \
718         specific-object/torch.c specific-object/torch.h \
719         \
720         spell/range-calc.c spell/range-calc.h \
721         spell/spells-describer.c spell/spells-describer.h \
722         spell/spells-diceroll.c spell/spells-diceroll.h \
723         spell/spells-execution.c spell/spells-execution.h \
724         spell/spell-info.c spell/spell-info.h \
725         spell/spells-object.c spell/spells-object.h \
726         spell/spells-staff-only.c spell/spells-staff-only.h \
727         spell/spells-summon.c spell/spells-summon.h \
728         spell/spells-status.c spell/spells-status.h \
729         spell/spell-types.h spell/spells-util.h \
730         spell/technic-info-table.c spell/technic-info-table.h \
731         \
732         spell-kind/blood-curse.c spell-kind/blood-curse.h \
733         spell-kind/earthquake.c spell-kind/earthquake.h \
734         spell-kind/magic-item-recharger.c spell-kind/magic-item-recharger.h \
735         spell-kind/spells-beam.c spell-kind/spells-beam.h \
736         spell-kind/spells-charm.c spell-kind/spells-charm.h \
737         spell-kind/spells-curse-removal.c spell-kind/spells-curse-removal.h \
738         spell-kind/spells-detection.c spell-kind/spells-detection.h \
739         spell-kind/spells-enchant.c spell-kind/spells-enchant.h \
740         spell-kind/spells-equipment.c spell-kind/spells-equipment.h \
741         spell-kind/spells-fetcher.c spell-kind/spells-fetcher.h \
742         spell-kind/spells-floor.c spell-kind/spells-floor.h \
743         spell-kind/spells-genocide.c spell-kind/spells-genocide.h \
744         spell-kind/spells-grid.c spell-kind/spells-grid.h \
745         spell-kind/spells-launcher.c spell-kind/spells-launcher.h \
746         spell-kind/spells-lite.c spell-kind/spells-lite.h \
747         spell-kind/spells-neighbor.c spell-kind/spells-neighbor.h \
748         spell-kind/spells-pet.c spell-kind/spells-pet.h \
749         spell-kind/spells-perception.c spell-kind/spells-perception.h \
750         spell-kind/spells-polymorph.c spell-kind/spells-polymorph.h \
751         spell-kind/spells-random.c spell-kind/spells-random.h \
752         spell-kind/spells-sight.c spell-kind/spells-sight.h \
753         spell-kind/spells-specific-bolt.c spell-kind/spells-specific-bolt.h \
754         spell-kind/spells-teleport.c spell-kind/spells-teleport.h \
755         spell-kind/spells-world.c spell-kind/spells-world.h \
756         \
757         spell-realm/spells-arcane.c spell-realm/spells-arcane.h \
758         spell-realm/spells-chaos.c spell-realm/spells-chaos.h \
759         spell-realm/spells-craft.c spell-realm/spells-craft.h \
760         spell-realm/spells-crusade.c spell-realm/spells-crusade.h \
761         spell-realm/spells-demon.c spell-realm/spells-demon.h \
762         spell-realm/spells-hex.c spell-realm/spells-hex.h \
763         spell-realm/spells-nature.c spell-realm/spells-nature.h \
764         spell-realm/spells-song.c spell-realm/spells-song.h \
765         spell-realm/spells-sorcery.c spell-realm/spells-sorcery.h \
766         spell-realm/spells-trump.c spell-realm/spells-trump.h \
767         \
768         status/action-setter.c status/action-setter.h \
769         status/bad-status-setter.c status/bad-status-setter.h \
770         status/base-status.c status/base-status.h \
771         status/body-improvement.c status/body-improvement.h \
772         status/buff-setter.c status/buff-setter.h \
773         status/element-resistance.c status/element-resistance.h \
774         status/experience.c status/experience.h \
775         status/shape-changer.c status/shape-changer.h \
776         status/sight-setter.c status/sight-setter.h \
777         status/temporary-resistance.c status/temporary-resistance.h \
778         \
779         store/home.c store/home.h \
780         store/store.c store/store.h \
781         store/black-market.c store/black-market.h \
782         store/museum.c store/museum.h \
783         store/pricing.c store/pricing.h \
784         store/purchase-order.c store/purchase-order.h \
785         store/owner-insults.c store/owner-insults.h \
786         store/rumor.c store/rumor.h \
787         store/say-comments.c store/say-comments.h \
788         store/sell-order.c store/sell-order.h \
789         store/service-checker.c store/service-checker.h \
790         store/store-util.c store/store-util.h \
791         store/store-owners.c store/store-owners.h \
792         store/store-owner-comments.c store/store-owner-comments.h \
793         \
794         sv-definition/sv-amulet-types.h sv-definition/sv-armor-types.h \
795         sv-definition/sv-bow-types.h sv-definition/sv-digging-types.h \
796         sv-definition/sv-food-types.h sv-definition/sv-lite-types.h \
797         sv-definition/sv-potion-types.h sv-definition/sv-protector-types.h \
798         sv-definition/sv-ring-types.h sv-definition/sv-rod-types.h \
799         sv-definition/sv-scroll-types.h sv-definition/sv-staff-types.h \
800         sv-definition/sv-wand-types.h sv-definition/sv-weapon-types.h \
801         sv-definition/sv-other-types.h \
802         \
803         system/alloc-entries.c system/alloc-entries.h \
804         system/alloc-entry-definition.h \
805         system/angband.h system/angband-version.h \
806         system/artifact-type-definition.c system/artifact-type-definition.h \
807         system/building-type-definition.c system/building-type-definition.h \
808         system/dungeon-data-definition.h \
809         system/floor-type-definition.h \
810         system/game-option-types.h \
811         system/h-basic.h system/h-config.h \
812         system/h-define.h system/h-system.h system/h-type.h \
813         system/monster-race-definition.h \
814         system/monster-type-definition.h \
815         system/object-type-definition.h \
816         system/system-variables.c system/system-variables.h \
817         system/gamevalue.h \
818         \
819         target/grid-selector.c target/grid-selector.h \
820         target/projection-path-calculator.c target/projection-path-calculator.h
821         target/target-checker.c target/target-checker.h \
822         target/target-describer.c target/target-describer.h \
823         target/target-getter.c target/target-getter.h \
824         target/target-preparation.c target/target-preparation.h \
825         target/target-setter.c target/target-setter.h \
826         target/target-types.h \
827         \
828         term/gameterm.c term/gameterm.h \
829         term/screen-processor.c term/screen-processor.h \
830         term/term-color-types.h \
831         term/z-form.c term/z-form.h term/z-rand.c term/z-rand.h \
832         term/z-term.c term/z-term.h term/z-util.c term/z-util.h \
833         term/z-virt.c term/z-virt.h \
834         \
835         util/angband-files.c util/angband-files.h \
836         util/buffer-shaper.c util/buffer-shaper.h \
837         util/bit-flags-calculator.h \
838         util/int-char-converter.h \
839         util/object-sort.c util/object-sort.h \
840         util/quarks.c util/quarks.h \
841         util/sort.c util/sort.h \
842         util/string-processor.c util/string-processor.h \
843         util/tag-sorter.c util/tag-sorter.h \
844         \
845         view/display-birth.c view/display-birth.h \
846         view/display-characteristic.c view/display-characteristic.h \
847         view/display-fruit.c view/display-fruit.h \
848         view/display-inventory.c view/display-inventory.h\
849         view/display-lore-attacks.c view/display-lore-attacks.h \
850         view/display-lore-drops.c view/display-lore-drops.h \
851         view/display-lore-magics.c view/display-lore-magics.h \
852         view/display-lore-status.c view/display-lore-status.h \
853         view/display-lore.c view/display-lore.h \
854         view/display-map.c view/display-map.h \
855         view/display-messages.c view/display-messages.h \
856         view/display-monster-status.c view/display-monster-status.h \
857         view/display-player-stat-info.c view/display-player-stat-info.h \
858         view/display-player-misc-info.c view/display-player-misc-info.h \
859         view/display-player-middle.c view/display-player-middle.h \
860         view/display-player.c view/display-player.h \
861         view/display-self-info.c view/display-self-info.h \
862         view/display-store.c view/display-store.h \
863         view/display-util.c view/display-util.h \
864         view/object-describer.c view/object-describer.h \
865         view/status-first-page.c view/status-first-page.h \
866         view/status-bars-table.c view/status-bars-table.h \
867         \
868         window/display-sub-window-items.c window/display-sub-window-items.h \
869         window/display-sub-window-spells.c window/display-sub-window-spells.h \
870         window/display-sub-windows.c window/display-sub-windows.h \
871         window/main-window-left-frame.c window/main-window-left-frame.h \
872         window/main-window-row-column.h \
873         window/main-window-stat-poster.c window/main-window-stat-poster.h \
874         window/main-window-util.c window/main-window-util.h \
875         window/main-window-equipments.c window/main-window-equipments.h \
876         \
877         wizard/artifact-analyzer.c wizard/artifact-analyzer.h \
878         wizard/artifact-bias-table.c wizard/artifact-bias-table.h \
879         wizard/cmd-wizard.c wizard/cmd-wizard.h \
880         wizard/fixed-artifacts-spoiler.c wizard/fixed-artifacts-spoiler.h \
881         wizard/items-spoiler.c wizard/items-spoiler.h \
882         wizard/monster-info-spoiler.c wizard/monster-info-spoiler.h \
883         wizard/spoiler-table.c wizard/spoiler-table.h \
884         wizard/spoiler-util.c wizard/spoiler-util.h \
885         wizard/tval-descriptions-table.c wizard/tval-descriptions-table.h \
886         wizard/wizard-item-modifier.c wizard/wizard-item-modifier.h \
887         wizard/wizard-messages.c wizard/wizard-messages.h \
888         wizard/wizard-spells.c wizard/wizard-spells.h \
889         wizard/wizard-spoiler.c wizard/wizard-spoiler.h\
890         wizard/wizard-special-process.c wizard/wizard-special-process.h \
891         \
892         world/world.c world/world.h \
893         world/world-object.c world/world-object.h \
894         world/world-movement-processor.c world/world-movement-processor.h \
895         world/world-turn-processor.c world/world-turn-processor.h
896
897 EXTRA_hengband_SOURCES = \
898         angband.ico angband.rc ang_eng.rc maid-x11.c main-win.c \
899         makefile.bcc makefile.std term/readdib.c term/readdib.h wall.bmp
900
901 EXTRA_DIST = \
902         gcc-wrap
903
904 DEFAULT_INCLUDES = -I$(srcdir) \
905         -I$(srcdir)/artifact \
906         -I$(srcdir)/art-definition \
907         -I$(srcdir)/autopick \
908         -I$(srcdir)/birth \
909         -I$(srcdir)/blue-magic \
910         -I$(srcdir)/cmd-action \
911         -I$(srcdir)/cmd-building \
912         -I$(srcdir)/cmd-io \
913         -I$(srcdir)/cmd-item \
914         -I$(srcdir)/cmd-visual \
915         -I$(srcdir)/combat \
916         -I$(srcdir)/core \
917         -I$(srcdir)/dungeon \
918         -I$(srcdir)/effect \
919         -I$(srcdir)/flavor \
920         -I$(srcdir)/floor \
921         -I$(srcdir)/game-option \
922         -I$(srcdir)/grid \
923         -I$(srcdir)/info-reader \
924         -I$(srcdir)/inventory \
925         -I$(srcdir)/io \
926         -I$(srcdir)/io-dump \
927         -I$(srcdir)/knowledge \
928         -I$(srcdir)/load \
929         -I$(srcdir)/lore \
930         -I$(srcdir)/market \
931         -I$(srcdir)/melee \
932         -I$(srcdir)/mind \
933         -I$(srcdir)/monster \
934         -I$(srcdir)/monster-attack \
935         -I$(srcdir)/monster-floor \
936         -I$(srcdir)/monster-race \
937         -I$(srcdir)/mspell \
938         -I$(srcdir)/mutation \
939         -I$(srcdir)/object \
940         -I$(srcdir)/object-activation \
941         -I$(srcdir)/object-enchant \
942         -I$(srcdir)/object-hook \
943         -I$(srcdir)/object-use \
944         -I$(srcdir)/pet \
945         -I$(srcdir)/player \
946         -I$(srcdir)/player-attack \
947         -I$(srcdir)/player-info \
948         -I$(srcdir)/racial \
949         -I$(srcdir)/realm \
950         -I$(srcdir)/room \
951         -I$(srcdir)/save \
952         -I$(srcdir)/specific-object \
953         -I$(srcdir)/spell \
954         -I$(srcdir)/spell-kind \
955         -I$(srcdir)/spell-realm \
956         -I$(srcdir)/status \
957         -I$(srcdir)/sv-definition \
958         -I$(srcdir)/system \
959         -I$(srcdir)/target \
960         -I$(srcdir)/term \
961         -I$(srcdir)/util \
962         -I$(srcdir)/view \
963         -I$(srcdir)/window \
964         -I$(srcdir)/wizard \
965         -I$(srcdir)/world \
966         -I$(top_builddir)/src 
967 CFLAGS += $(XFT_CFLAGS)
968 LIBS += $(XFT_LIBS)
969 COMPILE = $(srcdir)/gcc-wrap $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
970         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 
971
972 install-exec-hook:
973 if SET_GID
974         chgrp "@GAMEGROUP@" "$(DESTDIR)$(bindir)/hengband"
975         chmod g+s "$(DESTDIR)$(bindir)/hengband"
976 endif