Revision: 40572
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40572&view=rev
Author:   starseeker
Date:     2010-09-15 13:00:37 +0000 (Wed, 15 Sep 2010)

Log Message:
-----------
Set most of the stock variables needed by the pkgconfig files - need to figure 
out what to do about the link lines.  Ideally, those would actually be 
generated based on the BRLCAD_ADDLIBS link libraries list, but even if we leave 
them hardcoded we'll need to set the variables used for system libs at 
configure time.  Probably will involve wrapping the CHECK_* logic in some more 
macro foo.

Modified Paths:
--------------
    brlcad/branches/cmake/misc/pkgconfig/CMakeLists.txt

Modified: brlcad/branches/cmake/misc/pkgconfig/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/misc/pkgconfig/CMakeLists.txt 2010-09-15 05:04:45 UTC 
(rev 40571)
+++ brlcad/branches/cmake/misc/pkgconfig/CMakeLists.txt 2010-09-15 13:00:37 UTC 
(rev 40572)
@@ -1,3 +1,11 @@
+SET(prefix "${BRLCAD_PREFIX}")
+SET(exec_prefix "\${prefix}")
+SET(libdir "\${exec_prefix}/lib")
+SET(includedir "\${prefix}/include")
+SET(datarootdir "\${prefix}/share")
+SET(datadir "\${datarootdir}")
+
+
 SET(pkgconfig_DATA
   libanalyze.pc.in 
   libbn.pc.in 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to