1 ## Process this file with automake to produce Makefile.in
4 british-isles-85x80-v2.80.sav.gz \
5 earth-160x90-v2.sav.gz \
6 earth-80x50-v3.sav.gz \
7 europe-200x100-v2.sav.gz \
8 france-140x90-v2.sav.gz \
9 hagworld-120x60-v1.2.sav.gz \
10 iberian-peninsula-136x100-v1.0.sav.gz \
11 italy-100x100-v1.5.sav.gz \
12 japan-88x100-v1.3.sav.gz \
13 north_america_116x100-v1.2.sav.gz \
18 british-isles-85x80-v2.80.sav \
21 europe-200x100-v2.sav \
22 france-140x90-v2.sav \
23 hagworld-120x60-v1.2.sav \
24 iberian-peninsula-136x100-v1.0.sav \
25 italy-100x100-v1.5.sav \
26 japan-88x100-v1.3.sav \
27 north_america_116x100-v1.2.sav \
32 ## Override automake so that "make install" puts these in proper place:
33 pkgdatadir = $(datadir)/$(PACKAGE)/scenarios
34 pkgdata_DATA = $(zipped_files)
36 $(zipped_files): %.sav.gz: %.sav
37 $(GZIP) --best -n -c $< > $@
39 MOSTLYCLEANFILES = $(zipped_files)
41 EXTRA_DIST = $(unzipped_files)