mirror of https://github.com/CGAL/cgal
Fix dependancies in makefiles
This commit is contained in:
parent
408bad3e0d
commit
252be1a202
|
|
@ -44,10 +44,14 @@ mesh_demo.moc: mesh_demo.C
|
|||
$(QT_MOC) -o mesh_demo.moc $<
|
||||
|
||||
mesh_demo$(OBJ_EXT): mesh_demo.moc \
|
||||
../../include/CGAL/Double_map.h \
|
||||
../../include/CGAL/Filtred_circulator.h \
|
||||
../../include/CGAL/Filtred_container.h \
|
||||
../../include/CGAL/Mesh_2.h \
|
||||
../../include/CGAL/Mesh_default_traits_2.h \
|
||||
../../include/CGAL/Mesh_size_traits_2.h \
|
||||
../../include/CGAL/Mesh_local_size_traits_2.h
|
||||
../../include/CGAL/Mesh_face_base_2.h \
|
||||
../../include/CGAL/Mesh_local_size_traits_2.h \
|
||||
../../include/CGAL/Mesh_size_traits_2.h
|
||||
|
||||
mesh_demo$(EXE_EXT): mesh_demo$(OBJ_EXT) icons$(OBJ_EXT)
|
||||
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)mesh_demo \
|
||||
|
|
|
|||
|
|
@ -39,7 +39,9 @@ all: \
|
|||
mesh$(OBJ_EXT): ../../include/CGAL/Mesh_2.h \
|
||||
../../include/CGAL/Mesh_face_base_2.h \
|
||||
../../include/CGAL/Mesh_default_traits_2.h \
|
||||
../../include/CGAL/Double_map.h
|
||||
../../include/CGAL/Double_map.h
|
||||
../../include/CGAL/Filtred_circulator.h
|
||||
../../include/CGAL/Filtred_container.h
|
||||
|
||||
mesh$(EXE_EXT): mesh$(OBJ_EXT)
|
||||
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)mesh mesh$(OBJ_EXT) $(LDFLAGS)
|
||||
|
|
|
|||
Loading…
Reference in New Issue