Subject: CGAL users discussion list
List archive
- From: Andreas Fabri <>
- To:
- Subject: Re: [cgal-discuss] a question about makefile structure
- Date: Wed, 05 Dec 2007 09:12:24 +0100
Hello,
I guess I don't have to explain the anatomy of a makefile,
so your question is probably what $(OBJ_EXT) etc is about.
As CGAL is cross platform we need rules that work for g++
where the object file has the extension .o as well as for
Visual C++ where the extension is .obj
andreas
Mahmood NT wrote:
Hello,
Can anyone explain what is the meaning of these lines in a CGAL demo makefile?
voronoi_diagram_2$(OBJ_EXT): voronoi_diagram_2.C \
typedefs.h \
include/Virtual_Voronoi_diagram_2.h \
my_window.moc qt_file_toolbar.moc qt_layers_toolbar.moc
voronoi_diagram_2$(EXE_EXT): voronoi_diagram_2$(OBJ_EXT)
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)voronoi_diagram_2 \
voronoi_diagram_2$(OBJ_EXT) $(LDFLAGS)
Thanks,
Mahmood NT
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
- a question about makefile structure, Mahmood NT, 12/05/2007
- Re: [cgal-discuss] a question about makefile structure, Andreas Fabri, 12/05/2007
Archive powered by MHonArc 2.6.16.