OSDN Git Service

Merge branch 'develop' into macos-develop
[hengbandforosx/hengbandosx.git] / lib / edit / quests / Makefile.am
1 ## Makefile.am -- Process this file with automake to process Makefile.in
2
3 angband_files = \
4         001_ThievesHideout.txt 002_TheSewer.txt \
5         003_LogrusMaster.txt 004_TheVault.txt \
6         005_TheTower_1.txt 006_TheTower_2.txt \
7         007_TheTower_3.txt 008_Oberon.txt \
8         009_SerpentOfChaos.txt 010_NodeOfSorcery.txt \
9         011_NodeOfChaos.txt 012_NodeOfNature.txt \
10         014_WargProblem.txt 015_EricStronghold.txt \
11         016_AssaultOnMontsalvat.txt 018_WaterCave.txt \
12         019_DoomQuest1.txt 020_VaporQuest.txt \
13         021_DoomQuest2.txt 022_OrcCamp.txt \
14         023_SpawningPits.txt 024_MicroShaft.txt \
15         025_HauntedHouse.txt 026_KillingFields.txt \
16         027_TheOldCatsle.txt 028_TheRoyalCrypt.txt \
17         029_TheMimicTreasure.txt 030_TenguAndDeathSword.txt \
18         031_OldManWillow.txt 032_DarkElvenLords.txt \
19         033_CloningPits.txt 034_DumpWitness.txt \
20         040-049_RandomQuests.txt
21
22 EXTRA_DIST = \
23         $(angband_files)
24
25 if SET_GID
26 angbanddir = @DEFAULT_LIB_PATH@/edit/quests
27
28 angband_DATA = \
29         $(angband_files)
30 endif
31
32 if COCOA
33 # APPNAME to APPRES duplicate what's in src/Makefile.am.  It would be nice to
34 # avoid that, but until then, they should match.
35 APPNAME = $(PACKAGE_NAME)
36 APPDIR = ${APPNAME}.app
37 APPBNDL = $(bindir)/$(APPDIR)
38 APPCONT = $(APPBNDL)/Contents
39 APPRES = $(APPCONT)/Resources
40
41 appdatadir = $(APPRES)/lib/edit/quests
42 appdata_DATA = \
43         $(angband_files)
44 endif