OSDN Git Service

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