From 8a15b0f97a5b1d90e5a347e6b938b3aa93451e24 Mon Sep 17 00:00:00 2001 From: Akash Anand <akasha@iitk.ac.in> Date: Wed, 8 Aug 2007 18:34:48 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c876d299c0..d83f6e31e8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.436 2007-08-08 07:06:40 anand Exp $ +# $Id: Makefile,v 1.437 2007-08-08 18:34:48 anand Exp $ # # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # @@ -99,6 +99,9 @@ clean-most: for i in doc lib ${GMSH_DIRS:contrib/Netgen=}; do (cd $$i && ${MAKE} clean); done rm -f ${GMSH_VERSION_FILE} +clean-fm: + rm -f Geo/F*.o Geo/GModelIO_F.o Fltk/GUI_Projection.o + depend: initialtag for i in ${GMSH_DIRS};\ do (cd $$i && ${MAKE} depend "FLAGS=-DHAVE_GSL -DHAVE_FLTK"); done -- GitLab