ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/utils/Makefile.am
Revision: 1.1
Committed: Fri Feb 3 07:14:46 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.1
2     nodist_bin_SCRIPTS = crossloop.pl crossloop player_dl.pl
3     dist_bin_SCRIPTS = crossloop.web
4     nodist_pkglib_SCRIPTS =
5     dist_pkglib_SCRIPTS = mktable.script add_throw.perl metaserver.pl
6     dist_noinst_SCRIPTS = ad2c.script mktable.script player_dl.html cfmeta-rrd
7    
8     EXTRA_DIST =
9    
10     CLEANFILES = crossloop.pl crossloop
11    
12     SED = sed
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    
19     crossloop.pl: crossloop.pl.tmpl
20     $(SED) s%BINDIR%$(bindir)%g < crossloop.pl.tmpl > crossloop.pl
21    
22     crossloop: crossloop.tmpl
23     $(SED) s%BINDIR%$(bindir)%g < crossloop.tmpl > crossloop