OSDN Git Service

Merge branch 'develop' into macos-develop
[hengbandforosx/hengbandosx.git] / lib / pref / Makefile.am
1 ## Makefile.am -- Process this file with automake to process Makefile.in
2
3 angband_files = \
4         picktype.prf pickpref.prf \
5         colors.prf \
6         font-mac.prf font-mon.prf font-win.prf font-x11.prf \
7         font-xxx.prf font.prf \
8         graf-gcu.prf graf-mac.prf graf-new.prf graf-ne2.prf \
9         graf-win.prf graf-x11.prf graf-xxx.prf \
10         graf.prf \
11         pref-gcu.prf pref-key.prf pref-mac.prf pref-opt.prf \
12         pref-win.prf pref-x11.prf pref.prf proxy.prf spell-xx.prf \
13         user-win.prf user.prf xtra-gcu.prf \
14         xtra-new.prf xtra-xxx.prf
15
16 EXTRA_DIST = \
17   $(angband_files)
18
19 if SET_GID
20 angbanddir = @DEFAULT_LIB_PATH@/pref
21
22 angband_DATA = \
23   $(angband_files)
24 endif
25
26 if COCOA
27 # APPNAME to APPRES duplicate what's in src/Makefile.am.  It would be nice to
28 # avoid that, but until then, they should match.
29 APPNAME = $(PACKAGE_NAME)
30 APPDIR = $(APPNAME).app
31 APPBNDL = $(bindir)/$(APPDIR)
32 APPCONT = $(APPBNDL)/Contents
33 APPRES = $(APPCONT)/Resources
34
35 appprefdir = $(APPRES)/lib/pref
36 apppref_DATA = \
37         $(angband_files)
38 endif