Index: sm/trunk/externalpackages/Makefile
===================================================================
--- /issm/trunk/externalpackages/Makefile	(revision 6720)
+++ 	(revision )
@@ -1,33 +1,0 @@
-all:  
-	cd metis && ./install.sh
-	cd triangle && ./install.sh
-	cd mpich2 && ./install.sh
-	cd petsc && ./install.sh
-	cd slepc && ./install.sh
-	cd dakota && ./install.sh
-	cd doxygen && ./install.sh
-	cd gdal && ./install.sh
-	cd m2html && ./install.sh
-	cd mtoc && ./install.sh
-	cd qhull && ./install.sh
-	cd valgrind && ./install.sh
-	cd chaco && ./install.sh
-	cd meshpart && ./install.sh
-	cd scotch && ./install.sh
-
-clean:
-	rm -rf dakota/install dakota/src
-	rm -rf doxygen/install doxygen/src
-	rm -rf gdal/install gdal/src
-	rm -rf m2html/install  m2html/src
-	rm -rf metis/install metis/src
-	rm -rf mpich2/install mpich2/src
-	rm -rf mtoc/install mtoc/src
-	rm -rf petsc/install petsc/src
-	rm -rf slepc/install slepc/src
-	rm -rf triangle/install triangle/src
-	rm -rf qhull/install qhull/src
-	rm -rf valgrind/install valgrind/src
-	rm -rf chaco/install chaco/src
-	rm -rf meshpart/install meshpart/src
-	rm -rf scotch/install scotch/src
Index: sm/trunk/externalpackages/Makefile.parallel
===================================================================
--- /issm/trunk/externalpackages/Makefile.parallel	(revision 6720)
+++ 	(revision )
@@ -1,11 +1,0 @@
-all:  
-	cd metis && ./install.sh
-	cd petsc && ./install.sh
-	cd slepc && ./install.sh
-	cd dakota && ./install.sh
-
-clean:
-	rm -rf dakota/install dakota/src
-	rm -rf metis/install metis/src
-	rm -rf petsc/install petsc/src
-	rm -rf slepc/install slepc/src
Index: /issm/trunk/externalpackages/README
===================================================================
--- /issm/trunk/externalpackages/README	(revision 6720)
+++ /issm/trunk/externalpackages/README	(revision 6721)
@@ -1,16 +1,11 @@
 To install all the ISSM libraries:
-
 
 1/ source the ISSM_TIER/Etc/environment.sh file. This will set up all the necessary 
 environment variables in your shell.
 
-2/ type make, or go into each library folder and type install.sh . 
-We advise to do the latter, should any problems arise during the libraries compilation, 
-users will be able to spot the problematic library more easily. Just remember to compile 
-the libraries in the same order as the Makefile.
+2/ go into each library folder and type install.sh . 
 
 3/ There is no guarantee the compilation will work on all systems. A lot of tweaking of the 
 install.sh files will probably be involved. Especially, the configuration part of the install.
-
 
 Update: 
