Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] a question about makefile structure

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] a question about makefile structure


Chronological Thread 
  • From: Mahmood NT <>
  • To:
  • Subject: Re: [cgal-discuss] a question about makefile structure
  • Date: Wed, 5 Dec 2007 00:22:41 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=4VbwCJjRGc4bcl/ZOFgvS1HZT45P+yCN/81RXmfUu54WkVd++XKF63847iaMl2nBHk+MqcCwnWgKhMK+xip6mVFE/xFBtS3xRdycthMJIMfixki6WwUhuc9e+3O86ZHVuMMSh9oLmJLjhgj2E5vwzZH2O0TegCexmULL0ThCs2U=;

>so your question is probably what $(OBJ_EXT) etc is about.
yes

>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

Thanks,



Mahmood NT



----- Original Message ----
From: Andreas Fabri
<>
To:

Sent: Wednesday, December 5, 2007 11:42:24 AM
Subject: Re: [cgal-discuss] a question about makefile structure



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
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss






____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ



Archive powered by MHonArc 2.6.16.

Top of Page