~ubuntu-branches/ubuntu/karmic/rkward/karmic

« back to all changes in this revision

Viewing changes to rkward/rbackend/rpackages/rkward/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2006-11-06 16:30:00 UTC
  • mfrom: (1.2.1 upstream) (3.1.1 feisty)
  • Revision ID: james.westby@ubuntu.com-20061106163000-qi8ju75eqecrfay7
* new upstream release
* depend on either php4-cli or php5-cli

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
check:
5
5
 
6
6
distdir:
7
 
        @list=`find . -not -name '*~' -and -not -name 'CVS'`; \
 
7
        @list=`find . -not -name '*~' -and -not -wholename '*/.svn*'`; \
8
8
        for file in $$list; do \
9
9
                echo $$file; \
10
10
                if test -d $$file; then \
16
16
        cp -dP Makefile $(distdir)/Makefile
17
17
clean \
18
18
distclean:
 
19
        rm -f src/dummylib.o; \
 
20
        rm -f src/rkward.so