OSDN Git Service

Changed the English description of Wahha-man: interpolated between what was there...
[hengbandforosx/hengbandosx.git] / lib / file / Makefile.am
1 ## Makefile.am -- Process this file with automake to process Makefile.in
2
3 angband_files = \
4         a_cursed_j.txt a_high_j.txt a_low_j.txt a_med_j.txt \
5         aname_j.txt book-0_jp.txt chainswd_j.txt dead_j.txt \
6         death_j.txt elvish_j.txt error_j.txt mondeath_j.txt \
7         monfear_j.txt monfrien_j.txt monspeak_j.txt news_j.txt \
8         rumors_j.txt seppuku_j.txt silly_j.txt timefun_j.txt \
9         timenorm_j.txt w_cursed_j.txt w_high_j.txt w_low_j.txt \
10         w_med_j.txt \
11         a_cursed.txt a_high.txt a_low.txt a_med.txt \
12         chainswd.txt dead.txt \
13         death.txt elvish.txt error.txt mondeath.txt \
14         monfear.txt monfrien.txt monspeak.txt news.txt \
15         rumors.txt seppuku.txt silly.txt sname.txt timefun.txt \
16         timenorm.txt w_cursed.txt w_high.txt w_low.txt\
17         w_med.txt
18
19 EXTRA_DIST = \
20   $(angband_files)
21
22 if SET_GID
23 angbanddir = @DEFAULT_PATH@file
24
25 angband_DATA = \
26   $(angband_files)
27 endif
28
29 if COCOA
30 # APPNAME to APPRES duplicate what's in src/Makefile.am.  It would be nice to
31 # avoid that, but until then, they should match.
32 APPNAME = $(PACKAGE_NAME)
33 APPDIR = $(APPNAME).app
34 APPBNDL = $(bindir)/$(APPDIR)
35 APPCONT = $(APPBNDL)/Contents
36 APPRES = $(APPCONT)/Resources
37
38 appfiledir = $(APPRES)/lib/file
39 appfile_DATA = \
40         $(angband_files)
41 endif