From: wolf Date: Fri, 28 Jun 2002 10:50:08 +0000 (+0000) Subject: Some compilers have template instantiation and other files. Delete these as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cf6914802f39afd1f73bcfa1dd66acbaaf17987;p=dealii-svn.git Some compilers have template instantiation and other files. Delete these as well. git-svn-id: https://svn.dealii.org/trunk@6205 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lib/Makefile b/deal.II/lib/Makefile index 327f01ea0f..1a186cd99c 100644 --- a/deal.II/lib/Makefile +++ b/deal.II/lib/Makefile @@ -15,10 +15,11 @@ clean-objects: clean-base clean-lac \ clean-contrib -# clean targets for the individual subdirectories. +# clean targets for the individual subdirectories. remove +# object files and template instantiation files. # extract dir name from target clean-base clean-lac clean-1d clean-2d clean-3d: - -cd $(@:clean-%=%) ; rm *.o + -cd $(@:clean-%=%) ; rm *.o *.ti *.ii clean-contrib: -rm contrib/*/*.o