OSDN Git Service

Merge branch 'develop' into macos-develop
[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 QuestPreferences.txt \
9         TerrainDefinitions.txt TownDefinitionList.txt TownPreferences.txt \
10         VaultDefinitions.txt WildernessDefinition.txt
11
12 EXTRA_DIST = \
13   $(angband_files)
14
15 SUBDIRS = quests towns
16
17 if SET_GID
18 angbanddir = @DEFAULT_LIB_PATH@/edit
19
20 angband_DATA = \
21   $(angband_files)
22 endif
23
24 if COCOA
25 # APPNAME to APPRES duplicate what's in src/Makefile.am.  It would be nice to
26 # avoid that, but until then, they should match.
27 APPNAME = $(PACKAGE_NAME)
28 APPDIR = $(APPNAME).app
29 APPBNDL = $(bindir)/$(APPDIR)
30 APPCONT = $(APPBNDL)/Contents
31 APPRES = $(APPCONT)/Resources
32
33 appdatadir = $(APPRES)/lib/edit
34 appdata_DATA = \
35         $(angband_files)
36 endif