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.1 by root, Fri Feb 3 07:14:46 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
12SED = sed 12MAINTAINERCLEANFILES = Makefile.in
13 13
14# For some reason, Sun's make fails if you try to use $<
15# in the following entries. Sun's man page does say $<
16# is legal. Easy enough to just replace them with real entries
17# however.
18
19crossloop.pl: crossloop.pl.tmpl
20 $(SED) s%BINDIR%$(bindir)%g < crossloop.pl.tmpl > crossloop.pl
21
22crossloop: crossloop.tmpl
23 $(SED) s%BINDIR%$(bindir)%g < crossloop.tmpl > crossloop

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines