~fluidity-core/fluidity/shallow-water-dev

« back to all changes in this revision

Viewing changes to libspud/Makefile.in

  • Committer: colin.cotter at ac
  • Date: 2012-02-13 14:24:01 UTC
  • mfrom: (3565.1.362 fluidity)
  • Revision ID: colin.cotter@imperial.ac.uk-20120213142401-fz23s9jmvc8jjiy6
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        cd diamond;     python setup.py install --prefix=$(DESTDIR)@prefix@; cd ..
96
96
 
97
97
install-pyspud:
98
 
ifeq ($(origin DESTDIR),undefined)
 
98
ifeq ($(origin BUILDING_DEBIAN),undefined)
99
99
        cd python; python setup.py install --prefix=$(DESTDIR)@prefix@; cd ..
100
100
else
101
101
        cd python; for python in $(shell pyversions -r); do $$python setup.py install --prefix=$(DESTDIR)@prefix@ --install-layout=deb; done; cd ..
110
110
 
111
111
clean:
112
112
        @cd doc; $(MAKE) clean
113
 
        rm -f *.o libspud.a libspud.so *.o *.la *.mod *.lo
 
113
        rm -f *.o libspud.a libspud.so* *.o *.la *.mod *.lo
114
114
        rm -rf .libs
115
115
        @cd src/tests; $(MAKE) clean
 
116
        @cd diamond; rm -rf build; cd ..
116
117
        @cd python; rm -rf build; cd ..
117
118
        @cd dxdiff; rm -rf build; cd ..
118
119
 
119
120
 
120
121
distclean: clean
121
122
        @cd src/tests; $(MAKE) distclean
122
 
        rm -fr config.log config.status autom4te.cache Makefile
 
123
        rm -fr config.log config.status libtool autom4te.cache Makefile
123
124
        rm -f Makefile src/tests/Makefile examples/Makefile
124
125
        rm -f bin/spud-preprocess
125
126
        rm -f diamond/setup.py diamond/diamond/plugins.py diamond/diamond/preprocess.py