OSDN Git Service

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