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.23 by root, Mon Mar 5 19:54:49 2007 UTC vs.
Revision 1.29 by root, Sun May 27 17:45:51 2007 UTC

19# The authors can be reached via e-mail to crossfire@schmorp.de 19# The authors can be reached via e-mail to crossfire@schmorp.de
20 20
21pkgstatedir = @pkgstatedir@ 21pkgstatedir = @pkgstatedir@
22pkgconfdir = @pkgconfdir@ 22pkgconfdir = @pkgconfdir@
23 23
24dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl
25dist_pkgdata_DATA = artifacts def_help formulae messages races \ 24nobase_dist_pkgdata_DATA = artifacts def_help formulae races \
26 animations archetypes bmaps bmaps.paths crossfire.0 \
27 faces attackmess image_info smooth materials cf.pm jeweler.yaml 25 attackmess materials cf.pm jeweler.yaml
28 26
29CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules config 27pmdir = $(pkgdatadir)/cf
30VAR_FILES = highscore banish_file bookarch temp.maps clockdata 28dist_pm_DATA = cf/pod.pm
31EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures.bld
32 29
33admdir=$(pkgdatadir)/adm 30admdir = $(pkgdatadir)/adm
34dist_adm_SCRIPTS = \
35 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \ 31dist_adm_DATA = adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl adm/collect_images.pl
36 adm/collect_images.pl
37 32
38MAINTAINERCLEANFILES = animations archetypes bmaps bmaps.paths crossfire.0 faces treasures.bld smooth .collect-stamp Makefile.in 33CONF_FILES = settings motd dm_file forbid exp_table news rules config
34VAR_FILES = highscore bookarch temp.maps
35EXTRA_DIST = README $(CONF_FILES)
36
37MAINTAINERCLEANFILES = Makefile.in
39 38
40PERL = @PERL@ 39PERL = @PERL@
41 40
42crossfire.0: bmaps.paths 41install-data-local: jeweler.yaml
43 $(PERL) $(srcdir)/adm/collect_images.pl -png
44
45.collect-stamp:
46 touch .collect-stamp
47
48collect:
49 $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch
50 $(PERL) $(srcdir)/adm/collect_images.pl -png
51
52archonly:
53 $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch ARCHONLY
54
55archetypes: .collect-stamp
56 make collect
57
58faces: .collect-stamp
59 make collect
60
61animations: .collect-stamp
62 make collect
63
64bmaps.paths bmaps: .collect-stamp
65 make collect
66
67smooth: .collect-stamp
68 make collect
69
70install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml
71 @$(NORMAL_INSTALL) 42 @$(NORMAL_INSTALL)
43 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgdatadir)/maps
72 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) 44 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgconfdir)
73 for i in $(CONF_FILES); do \ 45 for i in $(CONF_FILES); do \
74 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 46 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \
75 echo "Installing $$i"; \ 47 echo "Installing $$i"; \
76 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \ 48 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \
77 fi \ 49 fi \
78 done 50 done
79
80 $(mkinstalldirs) $(DESTDIR)$(pkgstatedir) 51 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgstatedir)
81 for i in $(VAR_FILES) ; do \ 52 for i in $(VAR_FILES) ; do \
82 touch $(DESTDIR)$(pkgstatedir)/$$i ; \ 53 touch $(DESTDIR)$(pkgstatedir)/$$i ; \
83 done 54 done
84
85 @for i in datafiles players unique-items template-maps maps; do \ 55 @for i in datafiles players unique-items template-maps maps random db tmp; do \
86 if [ ! -d $(DESTDIR)$(pkgstatedir)/$$i ]; then \ 56 if [ ! -d $(DESTDIR)$(pkgstatedir)/$$i ]; then \
87 echo "Creating directory $(pkgstatedir)/$$i"; \ 57 echo "Creating directory $(pkgstatedir)/$$i"; \
88 $(mkinstalldirs) $(DESTDIR)$(pkgstatedir)/$$i; \ 58 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgstatedir)/$$i; \
89 fi; \ 59 fi; \
90 done 60 done
91# Special case above because the name we install to is different
92# than the name of the file
93 if [ ! -d $(DESTDIR)$(pkgdatadir)/$$i ]; then \
94 echo "Creating directory $(pkgdatadir)/$$i"; \
95 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$i; \
96 fi; \
97 $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures
98
99 61
100# Uninstall unchanged config/var files so make distcheck is happy 62# Uninstall unchanged config/var files so make distcheck is happy
101# but leave changed file, so no configuration/game state is lost 63# but leave changed file, so no configuration/game state is lost
102uninstall-local: 64uninstall-local:
103 -for i in $(CONF_FILES); do \ 65 -for i in $(CONF_FILES); do \
116 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \ 78 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \
117 fi ; \ 79 fi ; \
118 done 80 done
119 81
120 82
121# This block makes the archive of the arch directory.
122archive::
123 $(AMTAR) -cvh --exclude=dev --exclude=CVS -f $(PACKAGE)-$(VERSION)-arch.tar arch
124 $(GZIP) -cv9 $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.gz
125 $(BZIP) -cv --repetitive-best $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.bz2
126 $(RM) $(PACKAGE)-$(VERSION)-arch.tar
127
128libArch:
129 tar cvf A`perl puredate.pl`.tar arch treasures
130 gzip A`perl puredate.pl`.tar

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines