Skip to content
Snippets Groups Projects
Commit 8a15b0f9 authored by Akash Anand's avatar Akash Anand
Browse files

*** empty log message ***

parent 85c9b1ce
No related branches found
No related tags found
No related merge requests found
# $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 # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
# #
...@@ -99,6 +99,9 @@ clean-most: ...@@ -99,6 +99,9 @@ clean-most:
for i in doc lib ${GMSH_DIRS:contrib/Netgen=}; do (cd $$i && ${MAKE} clean); done for i in doc lib ${GMSH_DIRS:contrib/Netgen=}; do (cd $$i && ${MAKE} clean); done
rm -f ${GMSH_VERSION_FILE} rm -f ${GMSH_VERSION_FILE}
clean-fm:
rm -f Geo/F*.o Geo/GModelIO_F.o Fltk/GUI_Projection.o
depend: initialtag depend: initialtag
for i in ${GMSH_DIRS};\ for i in ${GMSH_DIRS};\
do (cd $$i && ${MAKE} depend "FLAGS=-DHAVE_GSL -DHAVE_FLTK"); done do (cd $$i && ${MAKE} depend "FLAGS=-DHAVE_GSL -DHAVE_FLTK"); done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment