|
Boost-Commit : |
From: hervebronnimann_at_[hidden]
Date: 2007-07-19 00:09:52
Author: hervebronnimann
Date: 2007-07-19 00:09:51 EDT (Thu, 19 Jul 2007)
New Revision: 7474
URL: http://svn.boost.org/trac/boost/changeset/7474
Log:
Cosmetica
Text files modified:
sandbox/SOC/2007/geometry/libs/hdstl/dev/halfedge_ds/Makefile | 17 ++++++++++++-----
sandbox/SOC/2007/geometry/libs/hdstl/dev/halfedge_ds/halfedge_selectors.t.cpp | 1 -
2 files changed, 12 insertions(+), 6 deletions(-)
Modified: sandbox/SOC/2007/geometry/libs/hdstl/dev/halfedge_ds/Makefile
==============================================================================
--- sandbox/SOC/2007/geometry/libs/hdstl/dev/halfedge_ds/Makefile (original)
+++ sandbox/SOC/2007/geometry/libs/hdstl/dev/halfedge_ds/Makefile 2007-07-19 00:09:51 EDT (Thu, 19 Jul 2007)
@@ -7,12 +7,12 @@
TARGET=dbg_exc_mt
PACKAGE_OBJECTS=container_selectors.o facet_selectors.o \
- vertex_selectors.o halfedge_selectors.o
+ vertex_selectors.o halfedge_selectors.o halfedge_functions.o
PACKAGE_LIBRARY=libhalfedge_ds.a
TEST_DRIVERS=container_selectors.t facet_selectors.t \
- vertex_selectors.t halfedge_selectors.t
+ vertex_selectors.t halfedge_selectors.t halfedge_functions.t
.SUFFIXES:
.SUFFIXES: ${TARGET}.o .o .cpp .hpp
@@ -34,8 +34,10 @@
vertex_selectors.o: container_selectors.hpp
-halfedge_selectors.o: halfedge_functions.hpp \
- container_selectors.hpp
+halfedge_selectors.o: container_selectors.hpp
+
+halfedge_functions.o: halfedge_functions.hpp \
+ halfedge_selectors.hpp container_selectors.hpp
### BUILDING TEST DRIVERS AND DEPENDENCIES OF TEST DRIVER
@@ -51,7 +53,10 @@
vertex_selectors.t.o: container_selectors.hpp
-halfedge_selectors.t.o: halfedge_functions.hpp container_selectors.hpp
+halfedge_selectors.t.o: container_selectors.hpp
+
+halfedge_functions.t.o: halfedge_functions.hpp \
+ halfedge_selectors.hpp container_selectors.hpp
%.t.o: %.t.cpp %.hpp
${CXX} ${CXXFLAGS} ${CXXINCLUDES} -c -o $*.t.o $<
@@ -64,6 +69,8 @@
halfedge_selectors.t: container_selectors.o
+halfedge_functions.t.o: halfedge_selectors.o container_selectors.o
+
## UTILITIES
clean: testclean
Modified: sandbox/SOC/2007/geometry/libs/hdstl/dev/halfedge_ds/halfedge_selectors.t.cpp
==============================================================================
--- sandbox/SOC/2007/geometry/libs/hdstl/dev/halfedge_ds/halfedge_selectors.t.cpp (original)
+++ sandbox/SOC/2007/geometry/libs/hdstl/dev/halfedge_ds/halfedge_selectors.t.cpp 2007-07-19 00:09:51 EDT (Thu, 19 Jul 2007)
@@ -14,7 +14,6 @@
#include <boost/hdstl/halfedge_ds/halfedge_selectors.hpp>
#include <boost/hdstl/halfedge_ds/facet_selectors.hpp>
-#include <boost/hdstl/halfedge_ds/halfedge_functions.hpp>
#include <boost/hdstl/halfedge_ds/vertex_selectors.hpp>
#include <boost/hdstl/halfedge_ds/meta_functions.hpp>
#include <boost/pending/ct_if.hpp>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk