OSDN Git Service

[Refactor] #40413 Separated vowel-checker.c/h from util.c/h
[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         cmd/cmd-draw.c cmd/cmd-draw.h \
59         cmd/cmd-visuals.c cmd/cmd-visuals.h \
60         \
61         cmd-action/cmd-attack.c cmd-action/cmd-attack.h \
62         cmd-action/cmd-hissatsu.c cmd-action/cmd-hissatsu.h \
63         cmd-action/cmd-mane.c cmd-action/cmd-mane.h \
64         cmd-action/cmd-pet.c cmd-action/cmd-pet.h \
65         cmd-action/cmd-spell.c cmd-action/cmd-spell.h \
66         \
67         cmd-building/cmd-building.c cmd-building/cmd-building.h \
68         cmd-building/cmd-inn.c cmd-building/cmd-inn.h \
69         \
70         cmd-io/cmd-autopick.c cmd-io/cmd-autopick.h \
71         cmd-io/cmd-diary.c cmd-io/cmd-diary.h \
72         cmd-io/cmd-dump.c cmd-io/cmd-dump.h \
73         cmd-io/cmd-gameoption.c cmd-io/cmd-gameoption.h \
74         cmd-io/cmd-help.c cmd-io/cmd-help.h \
75         cmd-io/cmd-knowledge.c cmd-io/cmd-knowledge.h \
76         cmd-io/cmd-lore.c cmd-io/cmd-lore.h \
77         cmd-io/cmd-macro.c cmd-io/cmd-macro.h \
78         cmd-io/cmd-menu-content-table.c cmd-io/cmd-menu-content-table.h \
79         cmd-io/cmd-process-screen.c cmd-io/cmd-process-screen.h \
80         cmd-io/cmd-save.c cmd-io/cmd-save.h \
81         cmd-io/diary-subtitle-table.c cmd-io/diary-subtitle-table.h \
82         cmd-io/feeling-table.c cmd-io/feeling-table.h \
83         cmd-io/macro-util.c cmd-io/macro-util.h \
84         \
85         cmd-item/cmd-activate.c cmd-item/cmd-activate.h \
86         cmd-item/cmd-eat.c cmd-item/cmd-eat.h \
87         cmd-item/cmd-item.c cmd-item/cmd-item.h \
88         cmd-item/cmd-magiceat.c cmd-item/cmd-magiceat.h \
89         cmd-item/cmd-quaff.c cmd-item/cmd-quaff.h \
90         cmd-item/cmd-read.c cmd-item/cmd-read.h \
91         cmd-item/cmd-smith.c cmd-item/cmd-smith.h \
92         cmd-item/cmd-usestaff.c cmd-item/cmd-usestaff.h \
93         cmd-item/cmd-zaprod.c cmd-item/cmd-zaprod.h \
94         cmd-item/cmd-zapwand.c cmd-item/cmd-zapwand.h \
95         \
96         combat/attack-power-table.c combat/attack-power-table.h \
97         combat/aura-counterattack.c combat/aura-counterattack.h \
98         combat/hallucination-attacks-table.c combat/hallucination-attacks-table.h \
99         combat/martial-arts-table.c combat/martial-arts-table.h \
100         combat/attack-accuracy.c combat/attack-accuracy.h \
101         combat/slaying.c combat/slaying.h \
102         combat/combat-options-type.h \
103         combat/attack-criticality.c combat/attack-criticality.h \
104         combat/vorpal-weapon.c combat/vorpal-weapon.h \
105         combat/shoot.c combat/shoot.h \
106         \
107         core/asking-player.c core/asking-player.h \
108         core/game-closer.c core/game-closer.h \
109         core/game-play.c core/game-play.h \
110         core/hp-mp-processor.c core/hp-mp-processor.h \
111         core/hp-mp-regenerator.c core/hp-mp-regenerator.h \
112         core/magic-effects-timeout-reducer.c core/magic-effects-timeout-reducer.h \
113         core/output-updater.c core/output-updater.h \
114         core/player-processor.c core/player-processor.h \
115         core/scores.c core/scores.h \
116         core/show-file.c core/show-file.h \
117         core/special-internal-keys.h \
118         core/speed-table.c core/speed-table.h \
119         core/stuff-handler.c core/stuff-handler.h \
120         core/turn-compensator.c core/turn-compensator.h \
121         core/visuals-reseter.c core/visuals-reseter.h \
122         \
123         dungeon/dungeon.c dungeon/dungeon.h \
124         dungeon/dungeon-processor.c dungeon/dungeon-processor.h \
125         dungeon/quest.h dungeon/quest.c \
126         \
127         effect/effect-feature.c effect/effect-feature.h \
128         effect/effect-item.c effect/effect-item.h \
129         effect/spells-effect-util.c effect/spells-effect-util.h \
130         effect/effect-player.c effect/effect-player.h \
131         effect/effect-monster.c effect/effect-monster.h \
132         effect/effect-monster-curse.c effect/effect-monster-curse.h \
133         effect/effect-monster-util.c effect/effect-monster-util.h \
134         effect/effect-monster-resist-hurt.c effect/effect-monster-resist-hurt.h \
135         effect/effect-monster-psi.c effect/effect-monster-psi.h \
136         effect/effect-monster-oldies.c effect/effect-monster-oldies.h \
137         effect/effect-monster-charm.c effect/effect-monster-charm.h \
138         effect/effect-monster-lite-dark.c effect/effect-monster-lite-dark.h \
139         effect/effect-monster-evil.c effect/effect-monster-evil.h \
140         effect/effect-monster-spirit.c effect/effect-monster-spirit.h \
141         effect/effect-monster-switcher.c effect/effect-monster-switcher.h \
142         effect/effect-player-util.h \
143         effect/effect-player-resist-hurt.c effect/effect-player-resist-hurt.h \
144         effect/effect-player-oldies.c effect/effect-player-oldies.h \
145         effect/effect-player-curse.c effect/effect-player-curse.h \
146         effect/effect-player-spirit.c effect/effect-player-spirit.h \
147         effect/effect-player-switcher.c effect/effect-player-switcher.h \
148         effect/effect-characteristics.h \
149         \
150         floor/fixed-map-generator.c floor/fixed-map-generator.h \
151         floor/floor.c floor/floor.h \
152         floor/floor-events.c floor/floor-events.h \
153         floor/floor-generate.c floor/floor-generate.h \
154         floor/floor-object.c floor/floor-object.h \
155         floor/floor-save.h floor/floor-save.c \
156         floor/floor-streams.c floor/floor-streams.h \
157         floor/floor-town.h floor/floor-town.c \
158         floor/geometry.c floor/geometry.h \
159         floor/pattern-walk.c floor/pattern-walk.h \
160         floor/wild.h floor/wild.c \
161         \
162         game-option/auto-destruction-option.c game-option/auto-destruction-option.h \
163         game-option/birth-options.c game-option/birth-options.h \
164         game-option/cheat-options.c game-option/cheat-options.h \
165         game-option/disturbance-options.c game-option/disturbance-options.h \
166         game-option/game-play-options.c game-option/game-play-options.h \
167         game-option/input-options.c game-option/input-options.h \
168         game-option/map-screen-options.c game-option/map-screen-options.h \
169         game-option/option-flags.c game-option/option-flags.h \
170         game-option/option-types-table.c game-option/option-types-table.h \
171         game-option/play-record-options.c game-option/play-record-options.h \
172         game-option/runtime-arguments.c game-option/runtime-arguments.h \
173         game-option/special-options.c game-option/special-options.h \
174         game-option/text-display-options.c game-option/text-display-options.h \
175         \
176         grid/feature.c grid/feature.h \
177         grid/grid.c grid/grid.h grid/trap.c grid/trap.h \
178         \
179         info-reader/artifact-reader.c info-reader/artifact-reader.h \
180         info-reader/dungeon-info-tokens-table.c info-reader/dungeon-info-tokens-table.h \
181         info-reader/dungeon-reader.c info-reader/dungeon-reader.h \
182         info-reader/ego-reader.c info-reader/ego-reader.h \
183         info-reader/feature-info-tokens-table.c info-reader/feature-info-tokens-table.h \
184         info-reader/feature-reader.c info-reader/feature-reader.h \
185         info-reader/fixed-map-parser.c info-reader/fixed-map-parser.h \
186         info-reader/general-parser.c info-reader/general-parser.h \
187         info-reader/info-reader-util.c info-reader/info-reader-util.h \
188         info-reader/kind-info-tokens-table.c info-reader/kind-info-tokens-table.h \
189         info-reader/kind-reader.c info-reader/kind-reader.h \
190         info-reader/magic-reader.c info-reader/magic-reader.h \
191         info-reader/parse-error-types.h \
192         info-reader/race-info-tokens-table.c info-reader/race-info-tokens-table.h \
193         info-reader/race-reader.c info-reader/race-reader.h \
194         info-reader/random-grid-effect-types.h \
195         info-reader/skill-reader.c info-reader/skill-reader.h \
196         info-reader/vault-reader.c info-reader/vault-reader.h \
197         \
198         inventory/inventory-curse.c inventory/inventory-curse.h \
199         inventory/inventory-damage.c inventory/inventory-damage.h \
200         inventory/inventory-object.c inventory/inventory-object.h \
201         inventory/pack-overflow.c inventory/pack-overflow.h \
202         inventory/player-inventory.c inventory/player-inventory.h \
203         inventory/recharge-processor.c inventory/recharge-processor.h \
204         \
205         io/chuukei.c io/chuukei.h \
206         io/command-repeater.c io/command-repeater.h \
207         io/exit-panic.c io/exit-panic.h \
208         io/files-util.c io/files-util.h \
209         io/gf-descriptions.c io/gf-descriptions.h \
210         io/inet.c io/inet.h \
211         io/input-key-acceptor.c io/input-key-acceptor.h \
212         io/input-key-processor.c io/input-key-processor.h \
213         io/input-key-requester.c io/input-key-requester.h \
214         io/interpret-pref-file.c io/interpret-pref-file.h \
215         io/load.c io/load.h \
216         io/mutations-dump.c io/mutations-dump.h \
217         io/pref-file-expressor.c io/pref-file-expressor.h \
218         io/read-pref-file.c io/read-pref-file.h \
219         io/report.c io/report.h \
220         io/save.c io/save.h \
221         io/signal-handlers.c io/signal-handlers.h \
222         io/targeting.c io/targeting.h \
223         io/tokenizer.c io/tokenizer.h \
224         io/uid-checker.c io/uid-checker.h \
225         io/write-diary.c io/write-diary.h \
226         \
227         io-dump/character-dump.c io-dump/character-dump.h \
228         io-dump/dump-remover.c io-dump/dump-remover.h \
229         io-dump/dump-util.c io-dump/dump-util.h \
230         io-dump/player-status-dump.c io-dump/player-status-dump.h \
231         io-dump/special-class-dump.c io-dump/special-class-dump.h \
232         \
233         knowledge/knowledge-autopick.c knowledge/knowledge-autopick.h \
234         knowledge/knowledge-experiences.c knowledge/knowledge-experiences.h \
235         knowledge/knowledge-features.c knowledge/knowledge-features.h \
236         knowledge/knowledge-inventory.c knowledge/knowledge-inventory.h \
237         knowledge/knowledge-items.c knowledge/knowledge-items.h \
238         knowledge/knowledge-monsters.c knowledge/knowledge-monsters.h \
239         knowledge/knowledge-mutations.c knowledge/knowledge-mutations.h \
240         knowledge/knowledge-uniques.c knowledge/knowledge-uniques.h \
241         knowledge/knowledge-self.c knowledge/knowledge-self.h \
242         knowledge/knowledge-quests.c knowledge/knowledge-quests.h \
243         knowledge/lighting-level-table.c knowledge/lighting-level-table.h \
244         knowledge/monster-group-table.c knowledge/monster-group-table.h \
245         knowledge/object-group-table.c knowledge/object-group-table.h \
246         \
247         locale/english.c locale/english.h \
248         locale/japanese.c locale/japanese.h \
249         locale/vowel-checker.c locale/vowel-checker.h \
250         \
251         lore/combat-types-setter.c lore/combat-types-setter.h \
252         lore/lore-calculator.c lore/lore-calculator.h \
253         lore/lore-store.c lore/lore-store.h \
254         lore/lore-util.c lore/lore-util.h \
255         lore/magic-types-setter.c lore/magic-types-setter.h \
256         lore/monster-lore.c lore/monster-lore.h \
257         \
258         main.c main-x11.c main-gcu.c \
259         \
260         main/init.c main/init.h \
261         main/music-definitions-table.c main/music-definitions-table.h \
262         main/sound-definitions-table.c main/sound-definitions-table.h \
263         main/sound-of-music.c main/sound-of-music.h \
264         main/x11-gamma-builder.c main/x11-gamma-builder.h \
265         \
266         market/arena-info-table.c market/arena-info-table.h \
267         market/building-util.c market/building-util.h \
268         market/play-gamble.c market/play-gamble.h \
269         market/poker.c market/poker.h \
270         market/articles-on-sale.c market/articles-on-sale.h \
271         market/gold-magnification-table.c market/gold-magnification-table.h \
272         market/arena.c market/arena.h \
273         market/bounty-prize-table.c market/bounty-prize-table.h \
274         market/bounty.c market/bounty.h \
275         market/building-recharger.c market/building-recharger.h \
276         market/building-quest.c market/building-quest.h \
277         market/building-service.c market/building-service.h \
278         market/building-craft-weapon.c market/building-craft-weapon.h \
279         market/building-craft-armor.c market/building-craft-armor.h \
280         market/building-craft-fix.c market/building-craft-fix.h \
281         market/building-monster.c market/building-monster.h \
282         market/building-enchanter.c market/building-enchanter.h \
283         market/building-actions-table.h \
284         \
285         melee/monster-attack-monster.c melee/monster-attack-monster.h \
286         melee/melee-postprocess.c melee/melee-postprocess.h \
287         melee/melee-switcher.c melee/melee-switcher.h \
288         melee/melee-util.c melee/melee-util.h \
289         \
290         mind/drs-typs.h \
291         mind/mind.c mind/mind.h \
292         mind/mind-cavalry.c mind/mind-cavalry.h \
293         mind/mind-force-trainer.c mind/mind-force-trainer.h \
294         mind/mind-mindcrafter.c mind/mind-mindcrafter.h \
295         mind/mind-mirror-master.c mind/mind-mirror-master.h \
296         mind/mind-ninja.c mind/mind-ninja.h \
297         mind/mind-samurai.c mind/mind-samurai.h \
298         mind/mind-sniper.c mind/mind-sniper.h \
299         mind/mind-warrior.c mind/mind-warrior.h \
300         mind/mind-warrior-mage.c mind/mind-warrior-mage.h \
301         mind/monk-attack.c mind/monk-attack.h \
302         mind/snipe-types.h \
303         mind/racial.c mind/racial.h \
304         mind/racial-android.c mind/racial-android.h \
305         mind/racial-balrog.c mind/racial-balrog.h \
306         mind/racial-draconian.c mind/racial-draconian.h \
307         mind/racial-vampire.c mind/racial-vampire.h \
308         \
309         monster/horror-descriptions.c monster/horror-descriptions.h \
310         monster/monster-compaction.c monster/monster-compaction.h \
311         monster/monster-describer.c monster/monster-describer.h \
312         monster/monster-description-types.h \
313         monster/monster-flag-types.h \
314         monster/monster-info.c monster/monster-info.h \
315         monster/monster-list.c monster/monster-list.h \
316         monster/monster-processor.c monster/monster-processor.h \
317         monster/monster-processor-util.c monster/monster-processor-util.h \
318         monster/monster-timed-effect-types.h \
319         monster/smart-learn-types.h \
320         monster/monster-status.c monster/monster-status.h \
321         monster/monster-update.c monster/monster-update.h \
322         monster/monster-util.c monster/monster-util.h \
323         \
324         monster-attack/insults-moans.c monster-attack/insults-moans.h \
325         monster-attack/monster-attack-describer.c monster-attack/monster-attack-describer.h \
326         monster-attack/monster-attack-effect.h \
327         monster-attack/monster-attack-player.c monster-attack/monster-attack-player.h \
328         monster-attack/monster-attack-processor.c monster-attack/monster-attack-processor.h \
329         monster-attack/monster-attack-status.c monster-attack/monster-attack-status.h \
330         monster-attack/monster-attack-switcher.c monster-attack/monster-attack-switcher.h \
331         monster-attack/monster-attack-types.c monster-attack/monster-attack-types.h \
332         monster-attack/monster-attack-util.c monster-attack/monster-attack-util.h \
333         monster-attack/monster-eating.c monster-attack/monster-eating.h \
334         \
335         monster-floor/monster-death.c monster-floor/monster-death.h \
336         monster-floor/monster-direction.c monster-floor/monster-direction.h \
337         monster-floor/monster-dist-offsets.c monster-floor/monster-dist-offsets.h \
338         monster-floor/monster-generator.c monster-floor/monster-generator.h \
339         monster-floor/monster-move.c monster-floor/monster-move.h \
340         monster-floor/monster-object.c monster-floor/monster-object.h \
341         monster-floor/monster-remover.c monster-floor/monster-remover.h \
342         monster-floor/monster-runaway.c monster-floor/monster-runaway.h \
343         monster-floor/monster-safety-hiding.c monster-floor/monster-safety-hiding.h \
344         monster-floor/monster-summon.c monster-floor/monster-summon.h \
345         monster-floor/monster-sweep-grid.c monster-floor/monster-sweep-grid.h \
346         monster-floor/one-monster-placer.c monster-floor/one-monster-placer.h \
347         monster-floor/place-monster-types.h \
348         monster-floor/quantum-effect.c monster-floor/quantum-effect.h \
349         \
350         monster-race/monster-race.c monster-race/monster-race.h \
351         monster-race/monster-race-hook.c monster-race/monster-race-hook.h \
352         monster-race/race-flags-resistance.h \
353         monster-race/race-flags1.h monster-race/race-flags2.h \
354         monster-race/race-flags3.h monster-race/race-flags4.h \
355         monster-race/race-flags-ability1.h monster-race/race-flags-ability2.h \
356         monster-race/race-flags7.h monster-race/race-flags8.h \
357         monster-race/race-flags9.h \
358         monster-race/race-indice-types.h \
359         \
360         mspell/monster-spell.h \
361         mspell/mspells1.c mspell/mspells2.c mspell/mspells3.c \
362         mspell/assign-monster-spell.c mspell/assign-monster-spell.h \
363         mspell/mspell-summon.c mspell/mspell-summon.h \
364         mspell/mspell-util.c mspell/mspell-util.h \
365         mspell/mspell-curse.c mspell/mspell-curse.h \
366         mspell/mspell-type.h \
367         mspell/mspell-damage-calculator.c mspell/mspell-damage-calculator.h \
368         mspell/mspell-learn-checker.c mspell/mspell-learn-checker.h \
369         mspell/mspell-breath.c mspell/mspell-breath.h \
370         mspell/mspell-ball.c mspell/mspell-ball.h \
371         mspell/mspell-bolt.c mspell/mspell-bolt.h \
372         mspell/mspell-floor.c mspell/mspell-floor.h \
373         mspell/mspell-special.c mspell/mspell-special.h \
374         mspell/mspell-status.c mspell/mspell-status.h \
375         mspell/mspell-summon-checker.c mspell/mspell-summon-checker.h \
376         mspell/mspell-particularity.c mspell/mspell-particularity.h \
377         \
378         mutation/mutation.c mutation/mutation.h \
379         mutation/mutation-processor.c mutation/mutation-processor.h \
380         \
381         object/object-broken.c object/object-broken.h \
382         object/object-flags.c object/object-flags.h \
383         object/object-flavor.c object/object-flavor.h \
384         object/object-generator.c object/object-generator.h \
385         object/object-hook.c object/object-hook.h \
386         object/object-info.c object/object-info.h \
387         object/object-kind.c object/object-kind.h \
388         object/object-kind-hook.c object/object-kind-hook.h \
389         object/object-stack.c object/object-stack.h \
390         object/object-value.c object/object-value.h \
391         object/object-value-calc.c object/object-value-calc.h \
392         object/lite-processor.c object/lite-processor.h \
393         object/tval-types.h \
394         object/warning.c object/warning.h \
395         object/object-mark-types.h \
396         object/item-use-flags.h \
397         \
398         object-enchant/activation-info-table.c object-enchant/activation-info-table.h \
399         object-enchant/apply-magic.c object-enchant/apply-magic.h \
400         object-enchant/apply-magic-accessory.c object-enchant/apply-magic-accessory.h \
401         object-enchant/apply-magic-armor.c object-enchant/apply-magic-armor.h \
402         object-enchant/apply-magic-others.c object-enchant/apply-magic-others.h \
403         object-enchant/apply-magic-weapon.c object-enchant/apply-magic-weapon.h \
404         object-enchant/artifact.c object-enchant/artifact.h \
405         object-enchant/dragon-breaths-table.c object-enchant/dragon-breaths-table.h \
406         object-enchant/object-boost.c object-enchant/object-boost.h \
407         object-enchant/object-curse.c object-enchant/object-curse.h \
408         object-enchant/object-ego.c object-enchant/object-ego.h \
409         object-enchant/item-apply-magic.h object-enchant/item-feeling.h \
410         object-enchant/old-ego-extra-values.h object-enchant/special-object-flags.h \
411         object-enchant/random-art-bias-types.h \
412         object-enchant/tr-types.h object-enchant/trc-types.h \
413         object-enchant/trg-types.h \
414         \
415         perception/identification.c perception/identification.h \
416         perception/object-perception.c perception/object-perception.h \
417         perception/simple-perception.c perception/simple-perception.h \
418         \
419         pet/pet-fall-off.c pet/pet-fall-off.h \
420         pet/pet-util.c pet/pet-util.h \
421         \
422         player/avatar.h player/avatar.c \
423         player/eldritch-horror.c player/eldritch-horror.h \
424         player/mimic-info-table.c player/mimic-info-table.h \
425         player/patron.c player/patron.h \
426         player/process-death.c player/process-death.h \
427         player/process-name.c player/process-name.h \
428         player/race-info-table.c player/race-info-table.h\
429         player/race-resistances.c player/race-resistances.h \
430         player/permanent-resistances.c player/permanent-resistances.h \
431         player/temporary-resistances.c player/temporary-resistances.h \
432         player/digestion-processor.c player/digestion-processor.h \
433         player/player-classes-types.h \
434         player/player-class.c player/player-class.h \
435         player/player-damage.c player/player-damage.h \
436         player/player-effects.c player/player-effects.h \
437         player/player-move.c player/player-move.h \
438         player/player-personality.c player/player-personality.h \
439         player/player-race.c player/player-race.h \
440         player/player-race-types.h \
441         player/player-skill.c player/player-skill.h \
442         player/player-status.c player/player-status.h \
443         player/player-personalities-types.h \
444         player/player-sex.c player/player-sex.h \
445         player/selfinfo.c player/selfinfo.h \
446         \
447         player-attack/player-attack-util.h \
448         player-attack/attack-chaos-effect.c player-attack/attack-chaos-effect.h \
449         player-attack/blood-sucking-processor.c player-attack/blood-sucking-processor.h \
450         player-attack/player-attack.c player-attack/player-attack.h \
451         \
452         realm/realm-arcane.c realm/realm-arcane.h \
453         realm/realm-chaos.c realm/realm-chaos.h \
454         realm/realm-craft.c realm/realm-craft.h \
455         realm/realm-crusade.c realm/realm-crusade.h \
456         realm/realm-daemon.c realm/realm-daemon.h \
457         realm/realm-death.c realm/realm-death.h \
458         realm/realm-hex.c realm/realm-hex.h \
459         realm/realm-hex-numbers.h \
460         realm/realm-hissatsu.c realm/realm-hissatsu.h \
461         realm/realm-life.c realm/realm-life.h \
462         realm/realm-names-table.c realm/realm-names-table.h \
463         realm/realm-nature.c realm/realm-nature.h \
464         realm/realm-song.c realm/realm-song.h \
465         realm/realm-sorcery.c realm/realm-sorcery.h \
466         realm/realm-trump.c realm/realm-trump.h \
467         realm/realm-types.h \
468         \
469         room/rooms.c room/rooms.h room/rooms-city.c room/rooms-city.h \
470         room/rooms-fractal.c room/rooms-fractal.h \
471         room/rooms-normal.c room/rooms-normal.h \
472         room/rooms-special.c room/rooms-special.h \
473         room/rooms-trap.c room/rooms-trap.h \
474         room/rooms-vault.c room/rooms-vault.h \
475         room/rooms-pit-nest.c room/rooms-pit-nest.h \
476         room/pit-nest-kinds-table.c room/pit-nest-kinds-table.h \
477         \
478         specific-object/bow.c specific-object/bow.h \
479         specific-object/chest.c specific-object/chest.h \
480         specific-object/death-scythe.c specific-object/death-scythe.h \
481         specific-object/torch.c specific-object/torch.h \
482         \
483         spell/music-checker.c spell/music-checker.h \
484         spell/process-effect.c spell/process-effect.h \
485         spell/range-calc.c spell/range-calc.h \
486         spell/spells3.c spell/spells3.h \
487         spell/spells-describer.c spell/spells-describer.h \
488         spell/spells-diceroll.c spell/spells-diceroll.h \
489         spell/spells-execution.c spell/spells-execution.h \
490         spell/spells-object.c spell/spells-object.h \
491         spell/spells-staff-only.c spell/spells-staff-only.h \
492         spell/spells-summon.c spell/spells-summon.h \
493         spell/spells-status.c spell/spells-status.h \
494         spell/spell-types.h spell/spells-util.h \
495         spell/technic-info-table.c spell/technic-info-table.h \
496         \
497         spell-kind/earthquake.c spell-kind/earthquake.h \
498         spell-kind/spells-beam.c spell-kind/spells-beam.h \
499         spell-kind/spells-charm.c spell-kind/spells-charm.h \
500         spell-kind/spells-detection.c spell-kind/spells-detection.h \
501         spell-kind/spells-floor.c spell-kind/spells-floor.h \
502         spell-kind/spells-genocide.c spell-kind/spells-genocide.h \
503         spell-kind/spells-grid.c spell-kind/spells-grid.h \
504         spell-kind/spells-launcher.c spell-kind/spells-launcher.h \
505         spell-kind/spells-lite.c spell-kind/spells-lite.h \
506         spell-kind/spells-neighbor.c spell-kind/spells-neighbor.h \
507         spell-kind/spells-pet.c spell-kind/spells-pet.h \
508         spell-kind/spells-random.c spell-kind/spells-random.h \
509         spell-kind/spells-sight.c spell-kind/spells-sight.h \
510         spell-kind/spells-specific-bolt.c spell-kind/spells-specific-bolt.h \
511         spell-kind/spells-teleport.c spell-kind/spells-teleport.h \
512         spell-kind/spells-world.c spell-kind/spells-world.h \
513         \
514         spell-realm/spells-crusade.c spell-realm/spells-crusade.h \
515         spell-realm/spells-hex.c spell-realm/spells-hex.h \
516         spell-realm/spells-trump.c spell-realm/spells-trump.h \
517         \
518         store/store.c store/store.h \
519         store/black-market.c store/black-market.h \
520         store/rumor.c store/rumor.h \
521         store/say-comments.c store/say-comments.h \
522         store/store-util.c store/store-util.h \
523         store/store-owners.c store/store-owners.h \
524         store/store-owner-comments.c store/store-owner-comments.h \
525         \
526         sv-definition/sv-amulet-types.h sv-definition/sv-armor-types.h \
527         sv-definition/sv-bow-types.h sv-definition/sv-digging-types.h \
528         sv-definition/sv-food-types.h sv-definition/sv-lite-types.h \
529         sv-definition/sv-potion-types.h sv-definition/sv-protector-types.h \
530         sv-definition/sv-ring-types.h sv-definition/sv-rod-types.h \
531         sv-definition/sv-scroll-types.h sv-definition/sv-staff-types.h \
532         sv-definition/sv-wand-types.h sv-definition/sv-weapon-types.h \
533         sv-definition/sv-other-types.h \
534         \
535         system/angband.h system/angband-version.h \
536         system/building-type-definition.c system/building-type-definition.h \
537         system/game-option-types.h \
538         system/h-basic.h system/h-config.h \
539         system/h-define.h system/h-system.h system/h-type.h \
540         system/monster-race-definition.h \
541         system/monster-type-definition.h \
542         system/object-type-definition.h \
543         system/system-variables.c system/system-variables.h \
544         system/gamevalue.h \
545         \
546         term/gameterm.c term/gameterm.h \
547         term/screen-processor.c term/screen-processor.h \
548         term/term-color-types.h \
549         term/z-form.c term/z-form.h term/z-rand.c term/z-rand.h \
550         term/z-term.c term/z-term.h term/z-util.c term/z-util.h \
551         term/z-virt.c term/z-virt.h \
552         \
553         util/angband-files.c util/angband-files.h \
554         util/object-sort.c util/object-sort.h \
555         util/quarks.c util/quarks.h \
556         util/sort.c util/sort.h \
557         util/string-processor.c util/string-processor.h \
558         util/util.c util/util.h \
559         \
560         view/display-characteristic.c view/display-characteristic.h \
561         view/display-fruit.c view/display-fruit.h \
562         view/display-lore-attacks.c view/display-lore-attacks.h \
563         view/display-lore-drops.c view/display-lore-drops.h \
564         view/display-lore-magics.c view/display-lore-magics.h \
565         view/display-lore-status.c view/display-lore-status.h \
566         view/display-lore.c view/display-lore.h \
567         view/display-main-window.c view/display-main-window.h \
568         view/display-messages.c view/display-messages.h \
569         view/display-monster-status.c view/display-monster-status.h \
570         view/display-player-stat-info.c view/display-player-stat-info.h \
571         view/display-player-misc-info.c view/display-player-misc-info.h \
572         view/display-player-middle.c view/display-player-middle.h \
573         view/display-player.c view/display-player.h \
574         view/object-describer.c view/object-describer.h \
575         view/status-first-page.c view/status-first-page.h \
576         view/display-util.c view/display-util.h \
577         view/display-birth.c view/display-birth.h \
578         \
579         wizard/wizard-spoiler.c wizard/wizard-spoiler.h\
580         wizard/wizard-special-process.c wizard/wizard-special-process.h \
581         \
582         world/world.c world/world.h \
583         world/world-object.c world/world-object.h \
584         world/world-movement-processor.c world/world-movement-processor.h \
585         world/world-turn-processor.c world/world-turn-processor.h
586
587 EXTRA_hengband_SOURCES = \
588         angband.ico angband.rc ang_eng.rc maid-x11.c main-win.c \
589         makefile.bcc makefile.std term/readdib.c term/readdib.h wall.bmp
590
591 EXTRA_DIST = \
592         gcc-wrap
593
594 CFLAGS += $(XFT_CFLAGS)
595 LIBS += $(XFT_LIBS)
596 COMPILE = $(srcdir)/gcc-wrap $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
597         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
598         -Iart-definition -Iautopick -Ibirth -Icmd -Icmd-io -Icmd-item -Icombat \
599         -Icore -Idungeon -Ieffect -Ifloor -Igame-option -Igrid -Iinfo-reader \
600         -Iinventory -Iio -Iio-dump -Iknowledge -Imarket -Imelee -Imind -Imonster \
601         -Imonster-attack -Imonster-floor -Imonster-race -Ilore -Imspell -Imutation \
602         -Iobject -Iobject-enchant -Ipet -Iplayer -Iplayer-attack -Irealm -Iroom \
603         -Ispecific-object -Ispell -Ispell-kind -Ispell-realm -Isv-definition \
604         -Isystem -Iterm -Iutil -Iview -Iwizard -Iworld
605
606 install-exec-hook:
607 if SET_GID
608         chgrp "@GAMEGROUP@" "$(DESTDIR)$(bindir)/hengband"
609         chmod g+s "$(DESTDIR)$(bindir)/hengband"
610 endif