OSDN Git Service

[Refactor] #40467 Separated load-zangband.c/h from load.c
[hengband/hengband.git] / src / Makefile.am
1 ## Makefile.am -- Process this file with automake to process Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign subdir-objects
4
5 bin_PROGRAMS = hengband
6
7 hengband_SOURCES = \
8         art-definition/art-accessory-types.h \
9         art-definition/art-armor-types.h \
10         art-definition/art-bow-types.h \
11         art-definition/art-protector-types.h \
12         art-definition/art-sword-types.h \
13         art-definition/art-weapon-types.h \
14         art-definition/random-art-effects.h \
15         \
16         autopick/autopick.c autopick/autopick.h \
17         autopick/autopick-commands-table.h autopick/autopick-dirty-flags.h \
18         autopick/autopick-editor-table.h autopick/autopick-flags-table.h \
19         autopick/autopick-key-flag-process.h autopick/autopick-keys-table.h \
20         autopick/autopick-menu-data-table.c autopick/autopick-menu-data-table.h \
21         autopick/autopick-methods-table.h \
22         autopick/autopick-util.c autopick/autopick-util.h \
23         autopick/autopick-entry.c autopick/autopick-entry.h \
24         autopick/autopick-initializer.c autopick/autopick-initializer.h \
25         autopick/autopick-matcher.c autopick/autopick-matcher.h \
26         autopick/autopick-describer.c autopick/autopick-describer.h \
27         autopick/autopick-destroyer.c autopick/autopick-destroyer.h \
28         autopick/autopick-reader-writer.c autopick/autopick-reader-writer.h \
29         autopick/autopick-finder.c autopick/autopick-finder.h \
30         autopick/autopick-pref-processor.c autopick/autopick-pref-processor.h \
31         autopick/autopick-drawer.c autopick/autopick-drawer.h \
32         autopick/autopick-inserter-killer.c autopick/autopick-inserter-killer.h \
33         autopick/autopick-registry.c autopick/autopick-registry.h \
34         autopick/autopick-command-menu.c autopick/autopick-command-menu.h \
35         autopick/autopick-editor-util.c autopick/autopick-editor-util.h \
36         autopick/autopick-editor-command.c autopick/autopick-editor-command.h \
37         \
38         birth/birth-explanations-table.c birth/birth-explanations-table.h \
39         birth/character-builder.c birth/character-builder.h \
40         birth/history.c birth/history.h \
41         birth/birth-util.c birth/birth-util.h \
42         birth/birth-select-realm.c birth/birth-select-realm.h \
43         birth/quick-start.c birth/quick-start.h \
44         birth/birth-stat.c birth/birth-stat.h \
45         birth/history-generator.c birth/history-generator.h \
46         birth/birth-body-spec.c birth/birth-body-spec.h \
47         birth/initial-equipments-table.c birth/initial-equipments-table.h \
48         birth/inventory-initializer.c birth/inventory-initializer.h \
49         birth/game-play-initializer.c birth/game-play-initializer.h \
50         birth/history-editor.c birth/history-editor.h \
51         birth/birth-select-race.c birth/birth-select-race.h \
52         birth/birth-select-class.c birth/birth-select-class.h \
53         birth/birth-select-personality.c birth/birth-select-personality.h \
54         birth/auto-roller.c birth/auto-roller.h \
55         birth/birth-wizard.c birth/birth-wizard.h \
56         \
57         cmd/cmd-basic.c cmd/cmd-basic.h \
58         \
59         cmd-action/cmd-attack.c cmd-action/cmd-attack.h \
60         cmd-action/cmd-hissatsu.c cmd-action/cmd-hissatsu.h \
61         cmd-action/cmd-mane.c cmd-action/cmd-mane.h \
62         cmd-action/cmd-pet.c cmd-action/cmd-pet.h \
63         cmd-action/cmd-spell.c cmd-action/cmd-spell.h \
64         \
65         cmd-building/cmd-building.c cmd-building/cmd-building.h \
66         cmd-building/cmd-inn.c cmd-building/cmd-inn.h \
67         \
68         cmd-io/cmd-autopick.c cmd-io/cmd-autopick.h \
69         cmd-io/cmd-diary.c cmd-io/cmd-diary.h \
70         cmd-io/cmd-dump.c cmd-io/cmd-dump.h \
71         cmd-io/cmd-gameoption.c cmd-io/cmd-gameoption.h \
72         cmd-io/cmd-help.c cmd-io/cmd-help.h \
73         cmd-io/cmd-knowledge.c cmd-io/cmd-knowledge.h \
74         cmd-io/cmd-lore.c cmd-io/cmd-lore.h \
75         cmd-io/cmd-macro.c cmd-io/cmd-macro.h \
76         cmd-io/cmd-menu-content-table.c cmd-io/cmd-menu-content-table.h \
77         cmd-io/cmd-process-screen.c cmd-io/cmd-process-screen.h \
78         cmd-io/cmd-save.c cmd-io/cmd-save.h \
79         cmd-io/diary-subtitle-table.c cmd-io/diary-subtitle-table.h \
80         cmd-io/feeling-table.c cmd-io/feeling-table.h \
81         cmd-io/macro-util.c cmd-io/macro-util.h \
82         \
83         cmd-item/cmd-activate.c cmd-item/cmd-activate.h \
84         cmd-item/cmd-eat.c cmd-item/cmd-eat.h \
85         cmd-item/cmd-item.c cmd-item/cmd-item.h \
86         cmd-item/cmd-magiceat.c cmd-item/cmd-magiceat.h \
87         cmd-item/cmd-quaff.c cmd-item/cmd-quaff.h \
88         cmd-item/cmd-read.c cmd-item/cmd-read.h \
89         cmd-item/cmd-smith.c cmd-item/cmd-smith.h \
90         cmd-item/cmd-usestaff.c cmd-item/cmd-usestaff.h \
91         cmd-item/cmd-zaprod.c cmd-item/cmd-zaprod.h \
92         cmd-item/cmd-zapwand.c cmd-item/cmd-zapwand.h \
93         \
94         cmd-visual/cmd-draw.c cmd-visual/cmd-draw.h \
95         cmd-visual/cmd-map.c cmd-visual/cmd-map.h \
96         cmd-visual/cmd-visuals.c cmd-visual/cmd-visuals.h \
97         \
98         combat/attack-power-table.c combat/attack-power-table.h \
99         combat/aura-counterattack.c combat/aura-counterattack.h \
100         combat/hallucination-attacks-table.c combat/hallucination-attacks-table.h \
101         combat/martial-arts-table.c combat/martial-arts-table.h \
102         combat/attack-accuracy.c combat/attack-accuracy.h \
103         combat/slaying.c combat/slaying.h \
104         combat/combat-options-type.h \
105         combat/attack-criticality.c combat/attack-criticality.h \
106         combat/shoot.c combat/shoot.h \
107         \
108         core/asking-player.c core/asking-player.h \
109         core/game-closer.c core/game-closer.h \
110         core/game-play.c core/game-play.h \
111         core/hp-mp-processor.c core/hp-mp-processor.h \
112         core/hp-mp-regenerator.c core/hp-mp-regenerator.h \
113         core/magic-effects-timeout-reducer.c core/magic-effects-timeout-reducer.h \
114         core/output-updater.c core/output-updater.h \
115         core/player-processor.c core/player-processor.h \
116         core/scores.c core/scores.h \
117         core/show-file.c core/show-file.h \
118         core/special-internal-keys.h \
119         core/speed-table.c core/speed-table.h \
120         core/status-reseter.c core/status-reseter.h \
121         core/stuff-handler.c core/stuff-handler.h \
122         core/turn-compensator.c core/turn-compensator.h \
123         core/visuals-reseter.c core/visuals-reseter.h \
124         core/window-redrawer.c core/window-redrawer.h \
125         \
126         dungeon/dungeon.c dungeon/dungeon.h \
127         dungeon/dungeon-processor.c dungeon/dungeon-processor.h \
128         dungeon/quest.h dungeon/quest.c \
129         \
130         effect/effect-feature.c effect/effect-feature.h \
131         effect/effect-item.c effect/effect-item.h \
132         effect/spells-effect-util.c effect/spells-effect-util.h \
133         effect/effect-player.c effect/effect-player.h \
134         effect/effect-monster.c effect/effect-monster.h \
135         effect/effect-monster-curse.c effect/effect-monster-curse.h \
136         effect/effect-monster-util.c effect/effect-monster-util.h \
137         effect/effect-monster-resist-hurt.c effect/effect-monster-resist-hurt.h \
138         effect/effect-monster-psi.c effect/effect-monster-psi.h \
139         effect/effect-monster-oldies.c effect/effect-monster-oldies.h \
140         effect/effect-monster-charm.c effect/effect-monster-charm.h \
141         effect/effect-monster-lite-dark.c effect/effect-monster-lite-dark.h \
142         effect/effect-monster-evil.c effect/effect-monster-evil.h \
143         effect/effect-monster-spirit.c effect/effect-monster-spirit.h \
144         effect/effect-monster-switcher.c effect/effect-monster-switcher.h \
145         effect/effect-player-util.h \
146         effect/effect-player-resist-hurt.c effect/effect-player-resist-hurt.h \
147         effect/effect-player-oldies.c effect/effect-player-oldies.h \
148         effect/effect-player-curse.c effect/effect-player-curse.h \
149         effect/effect-player-spirit.c effect/effect-player-spirit.h \
150         effect/effect-player-switcher.c effect/effect-player-switcher.h \
151         effect/effect-characteristics.h \
152         \
153         floor/fixed-map-generator.c floor/fixed-map-generator.h \
154         floor/floor.c floor/floor.h \
155         floor/floor-events.c floor/floor-events.h \
156         floor/floor-generate.c floor/floor-generate.h \
157         floor/floor-object.c floor/floor-object.h \
158         floor/floor-save.h floor/floor-save.c \
159         floor/floor-streams.c floor/floor-streams.h \
160         floor/floor-town.h floor/floor-town.c \
161         floor/floor-util.c floor/floor-util.h \
162         floor/geometry.c floor/geometry.h \
163         floor/object-scanner.c floor/object-scanner.h \
164         floor/pattern-walk.c floor/pattern-walk.h \
165         floor/wild.h floor/wild.c \
166         \
167         game-option/auto-destruction-options.c game-option/auto-destruction-options.h \
168         game-option/birth-options.c game-option/birth-options.h \
169         game-option/cheat-options.c game-option/cheat-options.h \
170         game-option/cheat-types.h \
171         game-option/disturbance-options.c game-option/disturbance-options.h \
172         game-option/game-play-options.c game-option/game-play-options.h \
173         game-option/input-options.c game-option/input-options.h \
174         game-option/keymap-directory-getter.c game-option/keymap-directory-getter.h \
175         game-option/map-screen-options.c game-option/map-screen-options.h \
176         game-option/option-flags.c game-option/option-flags.h \
177         game-option/option-types-table.c game-option/option-types-table.h \
178         game-option/play-record-options.c game-option/play-record-options.h \
179         game-option/runtime-arguments.c game-option/runtime-arguments.h \
180         game-option/special-options.c game-option/special-options.h \
181         game-option/text-display-options.c game-option/text-display-options.h \
182         \
183         grid/feature.c grid/feature.h \
184         grid/grid.c grid/grid.h \
185         grid/lighting-colors-table.c grid/lighting-colors-table.h \
186         grid/trap.c grid/trap.h \
187         \
188         info-reader/artifact-reader.c info-reader/artifact-reader.h \
189         info-reader/dungeon-info-tokens-table.c info-reader/dungeon-info-tokens-table.h \
190         info-reader/dungeon-reader.c info-reader/dungeon-reader.h \
191         info-reader/ego-reader.c info-reader/ego-reader.h \
192         info-reader/feature-info-tokens-table.c info-reader/feature-info-tokens-table.h \
193         info-reader/feature-reader.c info-reader/feature-reader.h \
194         info-reader/fixed-map-parser.c info-reader/fixed-map-parser.h \
195         info-reader/general-parser.c info-reader/general-parser.h \
196         info-reader/info-reader-util.c info-reader/info-reader-util.h \
197         info-reader/kind-info-tokens-table.c info-reader/kind-info-tokens-table.h \
198         info-reader/kind-reader.c info-reader/kind-reader.h \
199         info-reader/magic-reader.c info-reader/magic-reader.h \
200         info-reader/parse-error-types.h \
201         info-reader/race-info-tokens-table.c info-reader/race-info-tokens-table.h \
202         info-reader/race-reader.c info-reader/race-reader.h \
203         info-reader/random-grid-effect-types.h \
204         info-reader/skill-reader.c info-reader/skill-reader.h \
205         info-reader/vault-reader.c info-reader/vault-reader.h \
206         \
207         inventory/floor-item-getter.c inventory/floor-item-getter.h \
208         inventory/inventory-curse.c inventory/inventory-curse.h \
209         inventory/inventory-damage.c inventory/inventory-damage.h \
210         inventory/inventory-describer.c inventory/inventory-describer.h \
211         inventory/inventory-object.c inventory/inventory-object.h \
212         inventory/inventory-slot-types.h \
213         inventory/inventory-util.c inventory/inventory-util.h \
214         inventory/item-getter.c inventory/item-getter.h \
215         inventory/item-selection-util.c inventory/item-selection-util.h \
216         inventory/pack-overflow.c inventory/pack-overflow.h \
217         inventory/player-inventory.c inventory/player-inventory.h \
218         inventory/recharge-processor.c inventory/recharge-processor.h \
219         \
220         io/chuukei.c io/chuukei.h \
221         io/command-repeater.c io/command-repeater.h \
222         io/cursor.c io/cursor.h \
223         io/exit-panic.c io/exit-panic.h \
224         io/files-util.c io/files-util.h \
225         io/gf-descriptions.c io/gf-descriptions.h \
226         io/inet.c io/inet.h \
227         io/input-key-acceptor.c io/input-key-acceptor.h \
228         io/input-key-processor.c io/input-key-processor.h \
229         io/input-key-requester.c io/input-key-requester.h \
230         io/interpret-pref-file.c io/interpret-pref-file.h \
231         io/mutations-dump.c io/mutations-dump.h \
232         io/pref-file-expressor.c io/pref-file-expressor.h \
233         io/read-pref-file.c io/read-pref-file.h \
234         io/report.c io/report.h \
235         io/screen-util.c io/screen-util.h \
236         io/signal-handlers.c io/signal-handlers.h \
237         io/targeting.c io/targeting.h \
238         io/tokenizer.c io/tokenizer.h \
239         io/uid-checker.c io/uid-checker.h \
240         io/write-diary.c io/write-diary.h \
241         \
242         io-dump/character-dump.c io-dump/character-dump.h \
243         io-dump/dump-remover.c io-dump/dump-remover.h \
244         io-dump/dump-util.c io-dump/dump-util.h \
245         io-dump/player-status-dump.c io-dump/player-status-dump.h \
246         io-dump/special-class-dump.c io-dump/special-class-dump.h \
247         \
248         knowledge/knowledge-autopick.c knowledge/knowledge-autopick.h \
249         knowledge/knowledge-experiences.c knowledge/knowledge-experiences.h \
250         knowledge/knowledge-features.c knowledge/knowledge-features.h \
251         knowledge/knowledge-inventory.c knowledge/knowledge-inventory.h \
252         knowledge/knowledge-items.c knowledge/knowledge-items.h \
253         knowledge/knowledge-monsters.c knowledge/knowledge-monsters.h \
254         knowledge/knowledge-mutations.c knowledge/knowledge-mutations.h \
255         knowledge/knowledge-uniques.c knowledge/knowledge-uniques.h \
256         knowledge/knowledge-self.c knowledge/knowledge-self.h \
257         knowledge/knowledge-quests.c knowledge/knowledge-quests.h \
258         knowledge/lighting-level-table.c knowledge/lighting-level-table.h \
259         knowledge/monster-group-table.c knowledge/monster-group-table.h \
260         knowledge/object-group-table.c knowledge/object-group-table.h \
261         \
262         locale/english.c locale/english.h \
263         locale/japanese.c locale/japanese.h \
264         locale/language-switcher.h \
265         locale/vowel-checker.c locale/vowel-checker.h \
266         \
267         lore/combat-types-setter.c lore/combat-types-setter.h \
268         lore/lore-calculator.c lore/lore-calculator.h \
269         lore/lore-store.c lore/lore-store.h \
270         lore/lore-util.c lore/lore-util.h \
271         lore/magic-types-setter.c lore/magic-types-setter.h \
272         lore/monster-lore.c lore/monster-lore.h \
273         \
274         main.c main-x11.c main-gcu.c \
275         \
276         main/init.c main/init.h \
277         main/music-definitions-table.c main/music-definitions-table.h \
278         main/sound-definitions-table.c main/sound-definitions-table.h \
279         main/sound-of-music.c main/sound-of-music.h \
280         main/x11-gamma-builder.c main/x11-gamma-builder.h \
281         main/x11-type-string.c main/x11-type-string.h \
282         \
283         market/arena-info-table.c market/arena-info-table.h \
284         market/building-util.c market/building-util.h \
285         market/play-gamble.c market/play-gamble.h \
286         market/poker.c market/poker.h \
287         market/articles-on-sale.c market/articles-on-sale.h \
288         market/gold-magnification-table.c market/gold-magnification-table.h \
289         market/arena.c market/arena.h \
290         market/bounty-prize-table.c market/bounty-prize-table.h \
291         market/bounty.c market/bounty.h \
292         market/building-recharger.c market/building-recharger.h \
293         market/building-quest.c market/building-quest.h \
294         market/building-service.c market/building-service.h \
295         market/building-craft-weapon.c market/building-craft-weapon.h \
296         market/building-craft-armor.c market/building-craft-armor.h \
297         market/building-craft-fix.c market/building-craft-fix.h \
298         market/building-monster.c market/building-monster.h \
299         market/building-enchanter.c market/building-enchanter.h \
300         market/building-actions-table.h \
301         \
302         melee/monster-attack-monster.c melee/monster-attack-monster.h \
303         melee/melee-postprocess.c melee/melee-postprocess.h \
304         melee/melee-switcher.c melee/melee-switcher.h \
305         melee/melee-util.c melee/melee-util.h \
306         \
307         mind/drs-types.h \
308         mind/mind.c mind/mind.h \
309         mind/mind-blue-mage.h \
310         mind/mind-cavalry.c mind/mind-cavalry.h \
311         mind/mind-force-trainer.c mind/mind-force-trainer.h \
312         mind/mind-mage.c mind/mind-mage.h \
313         mind/mind-magic-resistance.c mind/mind-magic-resistance.h \
314         mind/mind-mindcrafter.c mind/mind-mindcrafter.h \
315         mind/mind-mirror-master.c mind/mind-mirror-master.h \
316         mind/mind-ninja.c mind/mind-ninja.h \
317         mind/mind-samurai.c mind/mind-samurai.h \
318         mind/mind-sniper.c mind/mind-sniper.h \
319         mind/mind-warrior.c mind/mind-warrior.h \
320         mind/mind-warrior-mage.c mind/mind-warrior-mage.h \
321         mind/mind-weaponsmith.c mind/mind-weaponsmith.h \
322         mind/monk-attack.c mind/monk-attack.h \
323         mind/snipe-types.h \
324         mind/racial.c mind/racial.h \
325         mind/racial-android.c mind/racial-android.h \
326         mind/racial-balrog.c mind/racial-balrog.h \
327         mind/racial-draconian.c mind/racial-draconian.h \
328         mind/racial-kutar.c mind/racial-kutar.h \
329         mind/racial-vampire.c mind/racial-vampire.h \
330         mind/stances-table.c mind/stances-table.h \
331         \
332         monster/horror-descriptions.c monster/horror-descriptions.h \
333         monster/monster-compaction.c monster/monster-compaction.h \
334         monster/monster-describer.c monster/monster-describer.h \
335         monster/monster-description-types.h \
336         monster/monster-flag-types.h \
337         monster/monster-info.c monster/monster-info.h \
338         monster/monster-list.c monster/monster-list.h \
339         monster/monster-processor.c monster/monster-processor.h \
340         monster/monster-processor-util.c monster/monster-processor-util.h \
341         monster/monster-timed-effect-types.h \
342         monster/smart-learn-types.h \
343         monster/monster-status.c monster/monster-status.h \
344         monster/monster-update.c monster/monster-update.h \
345         monster/monster-util.c monster/monster-util.h \
346         \
347         monster-attack/insults-moans.c monster-attack/insults-moans.h \
348         monster-attack/monster-attack-describer.c monster-attack/monster-attack-describer.h \
349         monster-attack/monster-attack-effect.h \
350         monster-attack/monster-attack-player.c monster-attack/monster-attack-player.h \
351         monster-attack/monster-attack-processor.c monster-attack/monster-attack-processor.h \
352         monster-attack/monster-attack-status.c monster-attack/monster-attack-status.h \
353         monster-attack/monster-attack-switcher.c monster-attack/monster-attack-switcher.h \
354         monster-attack/monster-attack-types.c monster-attack/monster-attack-types.h \
355         monster-attack/monster-attack-util.c monster-attack/monster-attack-util.h \
356         monster-attack/monster-eating.c monster-attack/monster-eating.h \
357         \
358         monster-floor/monster-death.c monster-floor/monster-death.h \
359         monster-floor/monster-direction.c monster-floor/monster-direction.h \
360         monster-floor/monster-dist-offsets.c monster-floor/monster-dist-offsets.h \
361         monster-floor/monster-generator.c monster-floor/monster-generator.h \
362         monster-floor/monster-move.c monster-floor/monster-move.h \
363         monster-floor/monster-object.c monster-floor/monster-object.h \
364         monster-floor/monster-remover.c monster-floor/monster-remover.h \
365         monster-floor/monster-runaway.c monster-floor/monster-runaway.h \
366         monster-floor/monster-safety-hiding.c monster-floor/monster-safety-hiding.h \
367         monster-floor/monster-summon.c monster-floor/monster-summon.h \
368         monster-floor/monster-sweep-grid.c monster-floor/monster-sweep-grid.h \
369         monster-floor/one-monster-placer.c monster-floor/one-monster-placer.h \
370         monster-floor/place-monster-types.h \
371         monster-floor/quantum-effect.c monster-floor/quantum-effect.h \
372         \
373         monster-race/monster-race.c monster-race/monster-race.h \
374         monster-race/monster-race-hook.c monster-race/monster-race-hook.h \
375         monster-race/race-flags-resistance.h \
376         monster-race/race-flags1.h monster-race/race-flags2.h \
377         monster-race/race-flags3.h monster-race/race-flags4.h \
378         monster-race/race-flags-ability1.h monster-race/race-flags-ability2.h \
379         monster-race/race-flags7.h monster-race/race-flags8.h \
380         monster-race/race-flags9.h \
381         monster-race/race-indice-types.h \
382         \
383         mspell/assign-monster-spell.c mspell/assign-monster-spell.h \
384         mspell/monster-power-table.c mspell/monster-power-table.h \
385         mspell/mspells1.c mspell/mspells1.h \
386         mspell/mspells2.c mspell/mspells2.h \
387         mspell/mspells3.c mspell/mspells3.h \
388         mspell/mspell-breath.c mspell/mspell-breath.h \
389         mspell/mspell-ball.c mspell/mspell-ball.h \
390         mspell/mspell-bolt.c mspell/mspell-bolt.h \
391         mspell/mspell-curse.c mspell/mspell-curse.h \
392         mspell/mspell-dispel.c mspell/mspell-dispel.h \
393         mspell/mspell-summon.c mspell/mspell-summon.h \
394         mspell/mspell-util.c mspell/mspell-util.h \
395         mspell/mspell-type.h \
396         mspell/mspell-damage-calculator.c mspell/mspell-damage-calculator.h \
397         mspell/mspell-learn-checker.c mspell/mspell-learn-checker.h \
398         mspell/mspell-floor.c mspell/mspell-floor.h \
399         mspell/mspell-mask-definitions.h \
400         mspell/mspell-special.c mspell/mspell-special.h \
401         mspell/mspell-status.c mspell/mspell-status.h \
402         mspell/mspell-particularity.c mspell/mspell-particularity.h \
403         mspell/summon-checker.c mspell/summon-checker.h \
404         \
405         mutation/mutation.c mutation/mutation.h \
406         mutation/mutation-flag-types.h \
407         mutation/mutation-processor.c mutation/mutation-processor.h \
408         mutation/mutation-techniques.c mutation/mutation-techniques.h \
409         \
410         object/item-tester-hooker.c object/item-tester-hooker.h \
411         object/object-broken.c object/object-broken.h \
412         object/object-flags.c object/object-flags.h \
413         object/object-flavor.c object/object-flavor.h \
414         object/object-generator.c object/object-generator.h \
415         object/object-info.c object/object-info.h \
416         object/object-kind.c object/object-kind.h \
417         object/object-kind-hook.c object/object-kind-hook.h \
418         object/object-stack.c object/object-stack.h \
419         object/object-value.c object/object-value.h \
420         object/object-value-calc.c object/object-value-calc.h \
421         object/lite-processor.c object/lite-processor.h \
422         object/tval-types.h \
423         object/warning.c object/warning.h \
424         object/object-mark-types.h \
425         object/item-use-flags.h \
426         \
427         object-enchant/activation-info-table.c object-enchant/activation-info-table.h \
428         object-enchant/apply-magic.c object-enchant/apply-magic.h \
429         object-enchant/apply-magic-accessory.c object-enchant/apply-magic-accessory.h \
430         object-enchant/apply-magic-armor.c object-enchant/apply-magic-armor.h \
431         object-enchant/apply-magic-others.c object-enchant/apply-magic-others.h \
432         object-enchant/apply-magic-weapon.c object-enchant/apply-magic-weapon.h \
433         object-enchant/artifact.c object-enchant/artifact.h \
434         object-enchant/dragon-breaths-table.c object-enchant/dragon-breaths-table.h \
435         object-enchant/object-boost.c object-enchant/object-boost.h \
436         object-enchant/object-curse.c object-enchant/object-curse.h \
437         object-enchant/object-ego.c object-enchant/object-ego.h \
438         object-enchant/item-apply-magic.h object-enchant/item-feeling.h \
439         object-enchant/old-ego-extra-values.h object-enchant/special-object-flags.h \
440         object-enchant/random-art-bias-types.h \
441         object-enchant/tr-types.h object-enchant/trc-types.h \
442         object-enchant/trg-types.h \
443         object-enchant/vorpal-weapon.c object-enchant/vorpal-weapon.h \
444         \
445         object-hook/hook-armor.c object-hook/hook-armor.h \
446         object-hook/hook-bow.c object-hook/hook-bow.h \
447         object-hook/hook-checker.c object-hook/hook-checker.h \
448         object-hook/hook-enchant.c object-hook/hook-enchant.h \
449         object-hook/hook-expendable.c object-hook/hook-expendable.h \
450         object-hook/hook-magic.c object-hook/hook-magic.h \
451         object-hook/hook-perception.c object-hook/hook-perception.h \
452         object-hook/hook-quest.c object-hook/hook-quest.h \
453         object-hook/hook-weapon.c object-hook/hook-weapon.h \
454         \
455         object-potion/quaff-execution.c object-potion/quaff-execution.h \
456         \
457         perception/identification.c perception/identification.h \
458         perception/object-perception.c perception/object-perception.h \
459         perception/simple-perception.c perception/simple-perception.h \
460         \
461         pet/pet-fall-off.c pet/pet-fall-off.h \
462         pet/pet-util.c pet/pet-util.h \
463         \
464         player/avatar.h player/avatar.c \
465         player/eldritch-horror.c player/eldritch-horror.h \
466         player/mimic-info-table.c player/mimic-info-table.h \
467         player/patron.c player/patron.h \
468         player/process-death.c player/process-death.h \
469         player/process-name.c player/process-name.h \
470         player/race-info-table.c player/race-info-table.h\
471         player/race-resistances.c player/race-resistances.h \
472         player/permanent-resistances.c player/permanent-resistances.h \
473         player/temporary-resistances.c player/temporary-resistances.h \
474         player/digestion-processor.c player/digestion-processor.h \
475         player/player-classes-types.h \
476         player/player-class.c player/player-class.h \
477         player/player-damage.c player/player-damage.h \
478         player/player-move.c player/player-move.h \
479         player/player-personality.c player/player-personality.h \
480         player/player-race.c player/player-race.h \
481         player/player-race-types.h \
482         player/player-realm.c player/player-realm.h \
483         player/player-skill.c player/player-skill.h \
484         player/player-status.c player/player-status.h \
485         player/player-personalities-types.h \
486         player/player-sex.c player/player-sex.h \
487         player/selfinfo.c player/selfinfo.h \
488         player/special-defense-types.h \
489         \
490         player-attack/player-attack-util.h \
491         player-attack/attack-chaos-effect.c player-attack/attack-chaos-effect.h \
492         player-attack/blood-sucking-processor.c player-attack/blood-sucking-processor.h \
493         player-attack/player-attack.c player-attack/player-attack.h \
494         \
495         realm/realm-arcane.c realm/realm-arcane.h \
496         realm/realm-chaos.c realm/realm-chaos.h \
497         realm/realm-craft.c realm/realm-craft.h \
498         realm/realm-crusade.c realm/realm-crusade.h \
499         realm/realm-demon.c realm/realm-demon.h \
500         realm/realm-death.c realm/realm-death.h \
501         realm/realm-hex.c realm/realm-hex.h \
502         realm/realm-hex-numbers.h \
503         realm/realm-hissatsu.c realm/realm-hissatsu.h \
504         realm/realm-life.c realm/realm-life.h \
505         realm/realm-names-table.c realm/realm-names-table.h \
506         realm/realm-nature.c realm/realm-nature.h \
507         realm/realm-song.c realm/realm-song.h \
508         realm/realm-song-numbers.h \
509         realm/realm-sorcery.c realm/realm-sorcery.h \
510         realm/realm-trump.c realm/realm-trump.h \
511         realm/realm-types.h \
512         \
513         room/rooms.c room/rooms.h room/rooms-city.c room/rooms-city.h \
514         room/rooms-fractal.c room/rooms-fractal.h \
515         room/rooms-normal.c room/rooms-normal.h \
516         room/rooms-special.c room/rooms-special.h \
517         room/rooms-trap.c room/rooms-trap.h \
518         room/rooms-vault.c room/rooms-vault.h \
519         room/rooms-pit-nest.c room/rooms-pit-nest.h \
520         room/pit-nest-kinds-table.c room/pit-nest-kinds-table.h \
521         \
522         savedata/angband-version-comparer.c savedata/angband-version-comparer.h \
523         savedata/item-loader.c savedata/item-loader.h \
524         savedata/monster-loader.c savedata/monster-loader.h \
525         savedata/old-feature-types.h \
526         savedata/load-util.c savedata/load-util.h \
527         savedata/load-v1-5-0.c savedata/load-v1-5-0.h \
528         savedata/load-zangband.c savedata/load-zangband.h \
529         savedata/load.c savedata/load.h \
530         savedata/savedata-flag-types.h \
531         savedata/save.c savedata/save.h \
532         \
533         specific-object/bow.c specific-object/bow.h \
534         specific-object/chest.c specific-object/chest.h \
535         specific-object/death-crimson.c specific-object/death-crimson.h \
536         specific-object/death-scythe.c specific-object/death-scythe.h \
537         specific-object/torch.c specific-object/torch.h \
538         \
539         spell/process-effect.c spell/process-effect.h \
540         spell/range-calc.c spell/range-calc.h \
541         spell/spells-describer.c spell/spells-describer.h \
542         spell/spells-diceroll.c spell/spells-diceroll.h \
543         spell/spells-execution.c spell/spells-execution.h \
544         spell/spell-info.c spell/spell-info.h \
545         spell/spells-object.c spell/spells-object.h \
546         spell/spells-staff-only.c spell/spells-staff-only.h \
547         spell/spells-summon.c spell/spells-summon.h \
548         spell/spells-status.c spell/spells-status.h \
549         spell/spell-types.h spell/spells-util.h \
550         spell/technic-info-table.c spell/technic-info-table.h \
551         \
552         spell-kind/blood-curse.c spell-kind/blood-curse.h \
553         spell-kind/earthquake.c spell-kind/earthquake.h \
554         spell-kind/magic-item-recharger.c spell-kind/magic-item-recharger.h \
555         spell-kind/spells-beam.c spell-kind/spells-beam.h \
556         spell-kind/spells-charm.c spell-kind/spells-charm.h \
557         spell-kind/spells-curse-removal.c spell-kind/spells-curse-removal.h \
558         spell-kind/spells-detection.c spell-kind/spells-detection.h \
559         spell-kind/spells-enchant.c spell-kind/spells-enchant.h \
560         spell-kind/spells-equipment.c spell-kind/spells-equipment.h \
561         spell-kind/spells-fetcher.c spell-kind/spells-fetcher.h \
562         spell-kind/spells-floor.c spell-kind/spells-floor.h \
563         spell-kind/spells-genocide.c spell-kind/spells-genocide.h \
564         spell-kind/spells-grid.c spell-kind/spells-grid.h \
565         spell-kind/spells-launcher.c spell-kind/spells-launcher.h \
566         spell-kind/spells-lite.c spell-kind/spells-lite.h \
567         spell-kind/spells-neighbor.c spell-kind/spells-neighbor.h \
568         spell-kind/spells-pet.c spell-kind/spells-pet.h \
569         spell-kind/spells-perception.c spell-kind/spells-perception.h \
570         spell-kind/spells-polymorph.c spell-kind/spells-polymorph.h \
571         spell-kind/spells-random.c spell-kind/spells-random.h \
572         spell-kind/spells-recall.c spell-kind/spells-recall.h \
573         spell-kind/spells-sight.c spell-kind/spells-sight.h \
574         spell-kind/spells-specific-bolt.c spell-kind/spells-specific-bolt.h \
575         spell-kind/spells-teleport.c spell-kind/spells-teleport.h \
576         spell-kind/spells-world.c spell-kind/spells-world.h \
577         \
578         spell-realm/spells-chaos.c spell-realm/spells-chaos.h \
579         spell-realm/spells-craft.c spell-realm/spells-craft.h \
580         spell-realm/spells-crusade.c spell-realm/spells-crusade.h \
581         spell-realm/spells-demon.c spell-realm/spells-demon.h \
582         spell-realm/spells-hex.c spell-realm/spells-hex.h \
583         spell-realm/spells-song.c spell-realm/spells-song.h \
584         spell-realm/spells-sorcery.c spell-realm/spells-sorcery.h \
585         spell-realm/spells-trump.c spell-realm/spells-trump.h \
586         \
587         status/action-setter.c status/action-setter.h \
588         status/bad-status-setter.c status/bad-status-setter.h \
589         status/base-status.c status/base-status.h \
590         status/body-improvement.c status/body-improvement.h \
591         status/buff-setter.c status/buff-setter.h \
592         status/element-resistance.c status/element-resistance.h \
593         status/experience.c status/experience.h \
594         status/form-changer.c status/form-changer.h \
595         status/shape-changer.c status/shape-changer.h \
596         status/sight-setter.c status/sight-setter.h \
597         status/temporary-resistance.c status/temporary-resistance.h \
598         \
599         store/store.c store/store.h \
600         store/black-market.c store/black-market.h \
601         store/rumor.c store/rumor.h \
602         store/say-comments.c store/say-comments.h \
603         store/store-util.c store/store-util.h \
604         store/store-owners.c store/store-owners.h \
605         store/store-owner-comments.c store/store-owner-comments.h \
606         \
607         sv-definition/sv-amulet-types.h sv-definition/sv-armor-types.h \
608         sv-definition/sv-bow-types.h sv-definition/sv-digging-types.h \
609         sv-definition/sv-food-types.h sv-definition/sv-lite-types.h \
610         sv-definition/sv-potion-types.h sv-definition/sv-protector-types.h \
611         sv-definition/sv-ring-types.h sv-definition/sv-rod-types.h \
612         sv-definition/sv-scroll-types.h sv-definition/sv-staff-types.h \
613         sv-definition/sv-wand-types.h sv-definition/sv-weapon-types.h \
614         sv-definition/sv-other-types.h \
615         \
616         system/alloc-entries.c system/alloc-entries.h \
617         system/alloc-entry-definition.h \
618         system/angband.h system/angband-version.h \
619         system/building-type-definition.c system/building-type-definition.h \
620         system/game-option-types.h \
621         system/h-basic.h system/h-config.h \
622         system/h-define.h system/h-system.h system/h-type.h \
623         system/monster-race-definition.h \
624         system/monster-type-definition.h \
625         system/object-type-definition.h \
626         system/system-variables.c system/system-variables.h \
627         system/gamevalue.h \
628         \
629         term/gameterm.c term/gameterm.h \
630         term/screen-processor.c term/screen-processor.h \
631         term/term-color-types.h \
632         term/z-form.c term/z-form.h term/z-rand.c term/z-rand.h \
633         term/z-term.c term/z-term.h term/z-util.c term/z-util.h \
634         term/z-virt.c term/z-virt.h \
635         \
636         util/angband-files.c util/angband-files.h \
637         util/buffer-shaper.c util/buffer-shaper.h \
638         util/bit-flags-calculator.h \
639         util/int-char-converter.h \
640         util/object-sort.c util/object-sort.h \
641         util/quarks.c util/quarks.h \
642         util/sort.c util/sort.h \
643         util/string-processor.c util/string-processor.h \
644         util/tag-sorter.c util/tag-sorter.h \
645         \
646         view/display-birth.c view/display-birth.h \
647         view/display-characteristic.c view/display-characteristic.h \
648         view/display-fruit.c view/display-fruit.h \
649         view/display-inventory.c view/display-inventory.h\
650         view/display-lore-attacks.c view/display-lore-attacks.h \
651         view/display-lore-drops.c view/display-lore-drops.h \
652         view/display-lore-magics.c view/display-lore-magics.h \
653         view/display-lore-status.c view/display-lore-status.h \
654         view/display-lore.c view/display-lore.h \
655         view/display-map.c view/display-map.h \
656         view/display-messages.c view/display-messages.h \
657         view/display-monster-status.c view/display-monster-status.h \
658         view/display-player-stat-info.c view/display-player-stat-info.h \
659         view/display-player-misc-info.c view/display-player-misc-info.h \
660         view/display-player-middle.c view/display-player-middle.h \
661         view/display-player.c view/display-player.h \
662         view/display-sub-window-spells.c view/display-sub-window-spells.h \
663         view/display-sub-windows.c view/display-sub-windows.h \
664         view/display-util.c view/display-util.h \
665         view/main-window-left-frame.c view/main-window-left-frame.h \
666         view/main-window-row-column.h \
667         view/main-window-stat-poster.c view/main-window-stat-poster.h \
668         view/main-window-util.c view/main-window-util.h \
669         view/object-describer.c view/object-describer.h \
670         view/status-first-page.c view/status-first-page.h \
671         view/status-bars-table.c view/status-bars-table.h \
672         \
673         wizard/spoiler-table.c wizard/spoiler-table.h \
674         wizard/tval-descriptions-table.c wizard/tval-descriptions-table.h \
675         wizard/wizard-messages.c wizard/wizard-messages.h \
676         wizard/wizard-spells.c wizard/wizard-spells.h \
677         wizard/wizard-spoiler.c wizard/wizard-spoiler.h\
678         wizard/wizard-special-process.c wizard/wizard-special-process.h \
679         \
680         world/world.c world/world.h \
681         world/world-object.c world/world-object.h \
682         world/world-movement-processor.c world/world-movement-processor.h \
683         world/world-turn-processor.c world/world-turn-processor.h
684
685 EXTRA_hengband_SOURCES = \
686         angband.ico angband.rc ang_eng.rc maid-x11.c main-win.c \
687         makefile.bcc makefile.std term/readdib.c term/readdib.h wall.bmp
688
689 EXTRA_DIST = \
690         gcc-wrap
691
692 CFLAGS += $(XFT_CFLAGS)
693 LIBS += $(XFT_LIBS)
694 COMPILE = $(srcdir)/gcc-wrap $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
695         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
696         -Iart-definition -Iautopick -Ibirth -Icmd -Icmd-io -Icmd-item -Icmd-visual \
697         -Icombat -Icore -Idungeon -Ieffect -Ifloor -Igame-option -Igrid \
698         -Iinfo-reader -Iinventory -Iio -Iio-dump -Iknowledge -Imarket -Imelee \
699         -Imind -Imonster -Imonster-attack -Imonster-floor -Imonster-race -Ilore \
700         -Imspell -Imutation -Iobject -Iobject-enchant -Iobject-hook -Iobject-potion \
701         -Ipet -Iplayer -Iplayer-attack -Irealm -Iroom -Isavedata -Ispecific-object \
702         -Ispell -Ispell-kind -Ispell-realm -Istatus -Isv-definition -Isystem -Iterm \
703         -Iutil -Iview -Iwizard -Iworld
704
705 install-exec-hook:
706 if SET_GID
707         chgrp "@GAMEGROUP@" "$(DESTDIR)$(bindir)/hengband"
708         chmod g+s "$(DESTDIR)$(bindir)/hengband"
709 endif