Skip to content
Snippets Groups Projects
Commit 60352b67 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Add -DHAVE_FLTK when we do "make depend"
parent d75d7217
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.43 2003-03-21 00:52:35 geuzaine Exp $
# $Id: Makefile,v 1.44 2003-03-28 02:43:19 geuzaine Exp $
#
# Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
#
......@@ -72,7 +72,9 @@ Options.o: Options.cpp Gmsh.h Message.h ../DataStr/Malloc.h \
GmshUI.h ../Geo/Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/STL.h ../Mesh/Metric.h \
../Mesh/Matrix.h ../Graphics/Draw.h ../Common/Views.h \
../Common/ColorTable.h Context.h Options.h
../Common/ColorTable.h Context.h Options.h ../Fltk/Solvers.h \
../Fltk/GUI.h ../Fltk/Opengl_Window.h ../Fltk/Colorbar_Window.h \
../Common/GmshUI.h
CommandLine.o: CommandLine.cpp Gmsh.h Message.h ../DataStr/Malloc.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \
GmshUI.h GmshVersion.h CommandLine.h ../Numeric/Numeric.h Context.h \
......
# $Id: Makefile,v 1.278 2003-03-26 16:57:06 geuzaine Exp $
# $Id: Makefile,v 1.279 2003-03-28 02:43:19 geuzaine Exp $
#
# Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
#
......@@ -92,7 +92,7 @@ clean:
rm -f ${GMSH_VERSION_FILE}
depend:
for i in ${GMSH_DIRS}; do (cd $$i && ${MAKE} depend "FLAGS=-DHAVE_GSL"); done
for i in ${GMSH_DIRS}; do (cd $$i && ${MAKE} depend "FLAGS=-DHAVE_GSL -DHAVE_FLTK"); done
nodepend:
for i in ${GMSH_DIRS} ; do \
......
# $Id: Makefile,v 1.48 2003-03-21 00:52:45 geuzaine Exp $
# $Id: Makefile,v 1.49 2003-03-28 02:43:19 geuzaine Exp $
#
# Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
#
......@@ -85,5 +85,7 @@ OpenFile.o: OpenFile.cpp ../Common/Gmsh.h ../Common/Message.h \
../Geo/Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/STL.h ../Mesh/Metric.h \
../Mesh/Matrix.h ../Common/Views.h ../Common/ColorTable.h \
../Geo/MinMax.h ../Graphics/Visibility.h ../Graphics/ReadImg.h
../Geo/MinMax.h ../Graphics/Visibility.h ../Graphics/ReadImg.h \
../Common/GmshUI.h ../Graphics/Draw.h ../Fltk/GUI.h \
../Fltk/Opengl_Window.h ../Fltk/Colorbar_Window.h
FunctionManager.o: FunctionManager.cpp FunctionManager.h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment