[Saga-devel] saga SVN commit 3390: /trunk/external/boost/

amerzky at cct.lsu.edu amerzky at cct.lsu.edu
Sun Jan 25 04:00:11 CST 2009


User: amerzky
Date: 2009/01/25 04:00 AM

Added:
 /trunk/external/boost/uuid/
  Makefile
 /trunk/external/boost/uuid/boost/
  Makefile
 /trunk/external/boost/uuid/boost/uuid/
  Makefile

Modified:
 /trunk/external/boost/
  Makefile

Log:
 add uuid to make system
 A

File Changes:

Directory: /trunk/external/boost/
=================================

File [modified]: Makefile
Delta lines: +1 -1
===================================================================
--- trunk/external/boost/Makefile	2009-01-25 09:52:32 UTC (rev 3389)
+++ trunk/external/boost/Makefile	2009-01-25 09:59:45 UTC (rev 3390)
@@ -7,7 +7,7 @@
 
 include $(SAGA_ROOT)/make/saga.util.mk
 
-SAGA_SUBDIRS  = futures plugin spirit process
+SAGA_SUBDIRS  = futures plugin spirit process uuid
 
 ifneq "x$(SAGA_BOOST_HAS_SYSTEM)" "xyes"
   SAGA_SUBDIRS += system

Directory: /trunk/external/boost/uuid/boost/
============================================

File [added]: Makefile
Delta lines: +18 -0
===================================================================
--- trunk/external/boost/uuid/boost/Makefile	2009-01-25 09:52:32 UTC (rev 3389)
+++ trunk/external/boost/uuid/boost/Makefile	2009-01-25 09:59:45 UTC (rev 3390)
@@ -0,0 +1,18 @@
+#  Copyright (c) 2005-2008 Andre Merzky (andre at merzky.net)
+# 
+#  Use, modification and distribution is subject to the 
+#  Boost Software License, Version 1.0. (See accompanying 
+#  file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+
+SAGA_ROOT       = ../../../../
+
+SAGA_SUBDIRS    = uuid
+
+SAGA_HDR        = $(wildcard *.hpp)
+SAGA_HDR_DIR    = saga/boost/
+
+include $(SAGA_ROOT)/make/saga.mk
+
+SAGA_CXXFLAGS += -I$(PWD)
+

Directory: /trunk/external/boost/uuid/
======================================

File [added]: Makefile
Delta lines: +13 -0
===================================================================
--- trunk/external/boost/uuid/Makefile	2009-01-25 09:52:32 UTC (rev 3389)
+++ trunk/external/boost/uuid/Makefile	2009-01-25 09:59:45 UTC (rev 3390)
@@ -0,0 +1,13 @@
+#  Copyright (c) 2005-2007 Andre Merzky (andre at merzky.net)
+# 
+#  Distributed under the Boost Software License, Version 1.0. (See accompanying
+#  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+SAGA_ROOT     = ../../../
+
+# libs only includes documentation, examples and tests.
+# FIXME: tests should be included into test suite?
+SAGA_SUBDIRS  = boost # libs
+
+include $(SAGA_ROOT)/make/saga.mk
+

Directory: /trunk/external/boost/uuid/boost/uuid/
=================================================

File [added]: Makefile
Delta lines: +14 -0
===================================================================
--- trunk/external/boost/uuid/boost/uuid/Makefile	2009-01-25 09:52:32 UTC (rev 3389)
+++ trunk/external/boost/uuid/boost/uuid/Makefile	2009-01-25 09:59:45 UTC (rev 3390)
@@ -0,0 +1,14 @@
+#  Copyright (c) 2005-2008 Andre Merzky (andre at merzky.net)
+# 
+#  Use, modification and distribution is subject to the 
+#  Boost Software License, Version 1.0. (See accompanying 
+#  file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+
+SAGA_ROOT       = ../../../../../
+
+SAGA_HDR        = $(wildcard *.hpp)
+SAGA_HDR_DIR    = saga/boost/uuid
+
+include $(SAGA_ROOT)/make/saga.mk
+



More information about the saga-devel mailing list