~ubuntu-branches/ubuntu/warty/swish-e/warty

« back to all changes in this revision

Viewing changes to filters/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Drolez
  • Date: 2004-03-11 08:41:07 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040311084107-7vp0mu82blq1qjvo
Tags: 2.4.1-3
Oops ! A comment was not removed to disable interactive compilation.
Closes: Bug#237332

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = SWISH
 
2
 
 
3
exampledir = $(datadir)/doc/$(PACKAGE)/examples/filters
 
4
 
 
5
bin_SCRIPTS = swish-filter-test
 
6
 
 
7
example_DATA = README
 
8
 
 
9
CLEANFILES = swish-filter-test
 
10
 
 
11
swish-filter-test: swish-filter-test.in
 
12
        @rm -f swish-filter-test
 
13
        @sed \
 
14
                -e 's,@@perlmoduledir@@,$(libexecdir)/perl,' \
 
15
                -e 's,@@swishbindir@@,$(bindir),' \
 
16
                -e 's,@@perlbinary@@,$(PERL),' \
 
17
                        $(srcdir)/swish-filter-test.in > swish-filter-test
 
18
 
 
19
EXTRA_DIST = \
 
20
    README \
 
21
    swish-filter-test.in