OSDN Git Service

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