OSDN Git Service

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