Added dependancies

This commit is contained in:
Laurent Rineau 2002-07-03 15:13:06 +00:00
parent f8b4d14458
commit a97cd2bab3
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,11 @@ LDFLAGS = \
all: \
mesh$(EXE_EXT)
mesh$(OBJ_EXT): ../../include/CGAL/Mesh_2.h \
../../include/CGAL/Mesh_face_base_2.h \
../../include/CGAL/Mesh_default_traits_2.h \
../../../Mesh_3/include/CGAL/Double_map.h
mesh$(EXE_EXT): mesh$(OBJ_EXT)
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)mesh mesh$(OBJ_EXT) $(LDFLAGS)