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

Comparing deliantra/server/utils/Makefile.am (file contents):
Revision 1.2 by pippijn, Sun Jul 2 15:05:16 2006 UTC vs.
Revision 1.3 by root, Mon Mar 5 19:03:08 2007 UTC

1 1
2nodist_bin_SCRIPTS = crossloop.pl crossloop player_dl.pl 2nodist_bin_SCRIPTS = player_dl.pl
3dist_bin_SCRIPTS = crossloop.web 3dist_bin_SCRIPTS =
4nodist_pkglib_SCRIPTS = 4nodist_pkglib_SCRIPTS =
5dist_pkglib_SCRIPTS = mktable.script add_throw.perl metaserver.pl 5dist_pkglib_SCRIPTS = metaserver.pl
6dist_noinst_SCRIPTS = ad2c.script mktable.script player_dl.html cfmeta-rrd 6dist_noinst_SCRIPTS = player_dl.html
7 7
8EXTRA_DIST = 8EXTRA_DIST =
9 9
10CLEANFILES = crossloop.pl crossloop 10CLEANFILES =
11 11
12MAINTAINERCLEANFILES = Makefile.in 12MAINTAINERCLEANFILES = Makefile.in
13 13
14SED = sed
15
16# For some reason, Sun's make fails if you try to use $<
17# in the following entries. Sun's man page does say $<
18# is legal. Easy enough to just replace them with real entries
19# however.
20
21crossloop.pl: crossloop.pl.tmpl
22 $(SED) s%BINDIR%$(bindir)%g < crossloop.pl.tmpl > crossloop.pl
23
24crossloop: crossloop.tmpl
25 $(SED) s%BINDIR%$(bindir)%g < crossloop.tmpl > crossloop

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines