OSDN Git Service

bef6797155da035873a925def15de3badbabe342
[hengbandforosx/hengbandosx.git] / lib / xtra / graf / Makefile.am
1 ## Makefile.am -- Process this file with automake to process Makefile.in
2
3 angband_files = \
4         8x8.bmp
5
6 angband4_conf = list.txt
7 angband4_tile_files = \
8         old/8x8.png \
9         adam-bolt/16x16.png
10
11 EXTRA_DIST = \
12   delete.me $(angband_files) $(angband4_conf) $(angband4_tile_files)
13
14 if SET_GID
15 angbanddir = @DEFAULT_LIB_PATH@/xtra/graf
16
17 angband_DATA = \
18   $(angband_files)
19 endif
20
21 if COCOA
22 # APPNAME to APPRES duplicate what's in src/Makefile.am.  It would be nice to
23 # avoid that, but until then, they should match.
24 APPNAME = $(PACKAGE_NAME)
25 APPDIR = $(APPNAME).app
26 APPBNDL = $(bindir)/$(APPDIR)
27 APPCONT = $(APPBNDL)/Contents
28 APPRES = $(APPCONT)/Resources
29
30 appgrafdir = $(APPRES)/lib/xtra/graf
31 appgraf_DATA = \
32         $(angband4_conf)
33 nobase_appgraf_DATA = \
34         $(angband4_tile_files)
35 endif