OSDN Git Service

e96b4973e3ddf936c90712cf2658df9d4d86c4ac
[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 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