gcc484ntopperl-5.22
Last change
on this file since c5c522c was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
705 bytes
|
Line | |
---|
1 | # $Id: Makefile.am,v 1.29 2010/01/06 00:25:05 sbajic Exp $ |
---|
2 | # |
---|
3 | |
---|
4 | bin_SCRIPTS = configure_pl |
---|
5 | CLEANFILES = configure.pl |
---|
6 | |
---|
7 | EXTRA_DIST = \ |
---|
8 | dspam.cgi \ |
---|
9 | graph.cgi \ |
---|
10 | default.prefs \ |
---|
11 | rgb.txt \ |
---|
12 | admin.cgi \ |
---|
13 | admingraph.cgi \ |
---|
14 | admins \ |
---|
15 | subadmins \ |
---|
16 | configure.pl.in \ |
---|
17 | htmlize.pl |
---|
18 | |
---|
19 | SUBDIRS = \ |
---|
20 | templates \ |
---|
21 | templates/cs \ |
---|
22 | templates/de \ |
---|
23 | templates/es-es \ |
---|
24 | templates/fr \ |
---|
25 | templates/he \ |
---|
26 | templates/pt-br \ |
---|
27 | templates/ro \ |
---|
28 | templates/ru |
---|
29 | |
---|
30 | sed_substitute_variables = \ |
---|
31 | dspam_transformed=`echo dspam | sed '$(transform)'`; \ |
---|
32 | sed -e 's,@dspam_home\@,$(dspam_home),g' \ |
---|
33 | -e 's,@bindir\@,$(bindir),g' |
---|
34 | |
---|
35 | configure_pl: configure.pl.in Makefile |
---|
36 | ${sed_substitute_variables} < $(srcdir)/configure.pl.in > configure.pl |
---|
Note: See
TracBrowser
for help on using the repository browser.