From caca282969659e2cae1d2e215801ff03df511e25 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 11 Feb 2002 09:10:34 +0000 Subject: [PATCH] Remove lib subdirs. git-svn-id: https://svn.dealii.org/trunk@5488 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/lib/symbols | 2 -- deal.II/deal.II/lib/Makefile | 33 --------------------------------- deal.II/deal.II/lib/symbols | 2 -- deal.II/lac/lib/symbols | 2 -- 4 files changed, 39 deletions(-) delete mode 100755 deal.II/base/lib/symbols delete mode 100644 deal.II/deal.II/lib/Makefile delete mode 100755 deal.II/deal.II/lib/symbols delete mode 100755 deal.II/lac/lib/symbols diff --git a/deal.II/base/lib/symbols b/deal.II/base/lib/symbols deleted file mode 100755 index bcd2e242fc..0000000000 --- a/deal.II/base/lib/symbols +++ /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 index f4075b5491..0000000000 --- a/deal.II/deal.II/lib/Makefile +++ /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 index d2793372f4..0000000000 --- a/deal.II/deal.II/lib/symbols +++ /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 index e555d57fe7..0000000000 --- a/deal.II/lac/lib/symbols +++ /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 -- 2.39.5