ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/Makefile.am
(Generate patch)

Comparing deliantra/server/lib/Makefile.am (file contents):
Revision 1.24 by root, Tue Mar 6 19:02:35 2007 UTC vs.
Revision 1.25 by root, Mon Mar 12 17:26:41 2007 UTC

21pkgstatedir = @pkgstatedir@ 21pkgstatedir = @pkgstatedir@
22pkgconfdir = @pkgconfdir@ 22pkgconfdir = @pkgconfdir@
23 23
24dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl 24dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl
25nobase_dist_pkgdata_DATA = artifacts def_help formulae messages races \ 25nobase_dist_pkgdata_DATA = artifacts def_help formulae messages races \
26 animations archetypes bmaps bmaps.paths crossfire.0 \
27 faces attackmess image_info smooth materials cf.pm jeweler.yaml 26 attackmess materials cf.pm jeweler.yaml
28 27
29pmdir = $(pkgdatadir)/cf 28pmdir = $(pkgdatadir)/cf
30dist_pm_DATA = cf/pod.pm 29dist_pm_DATA = cf/pod.pm
31 30
32admdir = $(pkgdatadir)/adm 31admdir = $(pkgdatadir)/adm
33dist_adm_DATA = adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl adm/collect_images.pl 32dist_adm_DATA = adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl adm/collect_images.pl
34 33
35CONF_FILES = settings motd dm_file forbid exp_table news rules config 34CONF_FILES = settings motd dm_file forbid exp_table news rules config
36VAR_FILES = highscore bookarch temp.maps clockdata 35VAR_FILES = highscore bookarch temp.maps clockdata
37EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures.bld 36EXTRA_DIST = README .collect-stamp $(CONF_FILES)
38 37
39MAINTAINERCLEANFILES = animations archetypes bmaps bmaps.paths crossfire.0 faces treasures.bld smooth .collect-stamp Makefile.in 38MAINTAINERCLEANFILES = .collect-stamp Makefile.in
40 39
41PERL = @PERL@ 40PERL = @PERL@
42 41
43crossfire.0: bmaps.paths 42install-data-local: jeweler.yaml
44 $(PERL) $(srcdir)/adm/collect_images.pl -png
45
46.collect-stamp:
47 touch .collect-stamp
48
49collect:
50 $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch
51 $(PERL) $(srcdir)/adm/collect_images.pl -png
52
53archonly:
54 $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch ARCHONLY
55
56archetypes: .collect-stamp
57 make collect
58
59faces: .collect-stamp
60 make collect
61
62animations: .collect-stamp
63 make collect
64
65bmaps.paths bmaps: .collect-stamp
66 make collect
67
68smooth: .collect-stamp
69 make collect
70
71install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml
72 @$(NORMAL_INSTALL) 43 @$(NORMAL_INSTALL)
73 for i in $(CONF_FILES); do \ 44 for i in $(CONF_FILES); do \
74 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 45 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \
75 echo "Installing $$i"; \ 46 echo "Installing $$i"; \
76 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \ 47 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \
84 if [ ! -d $(DESTDIR)$(pkgstatedir)/$$i ]; then \ 55 if [ ! -d $(DESTDIR)$(pkgstatedir)/$$i ]; then \
85 echo "Creating directory $(pkgstatedir)/$$i"; \ 56 echo "Creating directory $(pkgstatedir)/$$i"; \
86 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgstatedir)/$$i; \ 57 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgstatedir)/$$i; \
87 fi; \ 58 fi; \
88 done 59 done
89 $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures
90 60
91# Uninstall unchanged config/var files so make distcheck is happy 61# Uninstall unchanged config/var files so make distcheck is happy
92# but leave changed file, so no configuration/game state is lost 62# but leave changed file, so no configuration/game state is lost
93uninstall-local: 63uninstall-local:
94 -for i in $(CONF_FILES); do \ 64 -for i in $(CONF_FILES); do \
107 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \ 77 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \
108 fi ; \ 78 fi ; \
109 done 79 done
110 80
111 81
112# This block makes the archive of the arch directory.
113archive::
114 $(AMTAR) -cvh --exclude=dev --exclude=CVS -f $(PACKAGE)-$(VERSION)-arch.tar arch
115 $(GZIP) -cv9 $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.gz
116 $(BZIP) -cv --repetitive-best $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.bz2
117 $(RM) $(PACKAGE)-$(VERSION)-arch.tar
118
119libArch:
120 tar cvf A`perl puredate.pl`.tar arch treasures
121 gzip A`perl puredate.pl`.tar

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines