OSDN Git Service

Add lib/edit/towns/Makefile.am to handle installation of the files there. Resolves...
[hengbandforosx/hengbandosx.git] / lib / edit / Makefile.am
1 ## Makefile.am -- Process this file with automake to process Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 angband_files = \
6         ArtifactDefinitions.txt BaseItemDefinitions.txt ClassMagicDefinitions.txt \
7         ClassSkillDefinitions.txt DungeonDefinitions.txt EgoDefinitions.txt \
8         MonsterRaceDefinitions.txt QuestDefinitionList.txt TerrainDefinitions.txt \
9         TownDefinitionList.txt TownPreferences.txt VaultDefinitions.txt \
10         WildernessDefinition.txt misc.txt \
11         q0000001.txt q0000002.txt q0000003.txt q0000004.txt \
12         q0000005.txt q0000006.txt q0000007.txt q0000019.txt \
13         q0000020.txt q0000021.txt q0000022.txt q0000023.txt \
14         q0000027.txt \
15         q0000028.txt q00000ms.txt q000chao.txt q000dekn.txt \
16         q000eric.txt q000natu.txt q000sorc.txt \
17         q00water.txt q0clone0.txt q0dumpwitness.txt q0fields.txt \
18         q0thief1.txt q0thief2.txt q0willow.txt q_oberon.txt \
19         q_pref.txt q_random.txt q_serpen.txt q_warg.txt \
20         qdarkelf.txt qhaunted.txt
21
22 EXTRA_DIST = \
23   $(angband_files)
24
25 SUBDIRS = towns
26
27 if SET_GID
28 angbanddir = @DEFAULT_LIB_PATH@/edit
29
30 angband_DATA = \
31   $(angband_files)
32 endif
33