OSDN Git Service

Merge pull request #3415 from sikabane-works/release/3.0.0.85
[hengbandforosx/hengbandosx.git] / lib / file / Makefile.am
1 ## Makefile.am -- Process this file with automake to process Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 angband_files = \
6         a_cursed_j.txt a_high_j.txt a_low_j.txt a_med_j.txt \
7         aname_j.txt chainswd_j.txt dead_j.txt \
8         death_j.txt elvish_j.txt error_j.txt mondeath_j.txt \
9         monfear_j.txt monfrien_j.txt monspeak_j.txt news_j.txt \
10         rumors_j.txt seppuku_j.txt silly_j.txt timefun_j.txt \
11         timenorm_j.txt w_cursed_j.txt w_high_j.txt w_low_j.txt \
12         w_med_j.txt \
13         a_cursed.txt a_high.txt a_low.txt a_med.txt \
14         chainswd.txt dead.txt \
15         death.txt elvish.txt error.txt mondeath.txt \
16         monfear.txt monfrien.txt monspeak.txt news.txt \
17         rumors.txt seppuku.txt silly.txt sname.txt timefun.txt \
18         timenorm.txt w_cursed.txt w_high.txt w_low.txt\
19         w_med.txt
20
21 EXTRA_DIST = \
22   $(angband_files)
23
24 SUBDIRS = books
25
26 if SET_GID
27 angbanddir = @DEFAULT_LIB_PATH@/file
28
29 angband_DATA = \
30   $(angband_files)
31 endif
32