]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove lib subdirs.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 11 Feb 2002 09:10:34 +0000 (09:10 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 11 Feb 2002 09:10:34 +0000 (09:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@5488 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/lib/symbols [deleted file]
deal.II/deal.II/lib/Makefile [deleted file]
deal.II/deal.II/lib/symbols [deleted file]
deal.II/lac/lib/symbols [deleted file]

diff --git a/deal.II/base/lib/symbols b/deal.II/base/lib/symbols
deleted file mode 100755 (executable)
index bcd2e24..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#extract symbols from libraries and sort them
-nm -g --defined-only *.g.a | c++filt | perl -pi -e 's/.{8} . (.*)/$1/;' | sort
diff --git a/deal.II/deal.II/lib/Makefile b/deal.II/deal.II/lib/Makefile
deleted file mode 100644 (file)
index f4075b5..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id$
-# Copyright W. Bangerth, University of Heidelberg, 1998
-
-# note that this file does not declare anything apart from
-# clean-up rules. to compile the library, use the make file
-# in the source subdir to re-make the libraries
-
-
-default:
-       @echo "------------------------------------------"
-       @echo "There is no default rule in this Makefile."
-       @echo "------------------------------------------"
-
-# remove all object files, libraries and temporary (st*) files
-clean: clean_1d clean_2d clean_3d
-       @echo "Cleaning present directory..."
-       -@rm -f st* lib* Makefile.dep
-
-clean_1d:
-       @echo "Cleaning 1d directory..."
-       -@cd 1d ; rm -f o/*.o go/*.go
-
-clean_2d:
-       @echo "Cleaning 2d directory..."
-       -@cd 2d ; rm -f o/*.o go/*.go
-
-clean_3d:
-       @echo "Cleaning 3d directory..."
-       -@cd 3d ; rm -f o/*.o go/*.go
-
-
-
-.PHONY: clean_1d clean_2d clean_3d
diff --git a/deal.II/deal.II/lib/symbols b/deal.II/deal.II/lib/symbols
deleted file mode 100755 (executable)
index d279337..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#extract symbols from libraries and sort them
-nm *.g.a | c++filt | grep " W " | perl -pi -e 's/.{8} . (.*)/$1/;' | sort
diff --git a/deal.II/lac/lib/symbols b/deal.II/lac/lib/symbols
deleted file mode 100755 (executable)
index e555d57..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#extract symbols from libraries and sort them
-nm *.g.a | c++filt | perl -pi -e 's/.{8} . (.*)/$1/;' | sort

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.