~ubuntu-branches/ubuntu/hardy/libapache2-mod-python/hardy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2007-04-12 20:52:05 UTC
  • mfrom: (1.2.4 upstream) (1.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070412205205-j4qlsw3o4tl615iq
Tags: 3.3.1-1
* New upstream release
* Remove configure and mod_python.h files in clean rule to make the diff.gz
  file smaller
* Current Python version in libapache2-mod-pythonX.Y package name (Provides:
  field) filled in automatically.
* Added XS-Vcs-Browser field

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
clean:
75
75
        cd src && $(MAKE) clean
76
76
        cd dist && $(MAKE) clean
 
77
        cd test && $(MAKE) clean
77
78
        rm -f core
78
79
 
79
80
distclean: clean
80
81
        cd src && $(MAKE) distclean
81
82
        cd Doc && $(MAKE) distclean
82
83
        cd dist && $(MAKE) distclean
 
84
        cd test && $(MAKE) distclean
83
85
        rm -rf Makefile config.h config.status config.cache config.log \
84
86
                test/testconf.py 
85
87
 
 
88
check:
 
89
        cd test && $(MAKE) check