Update of /cvsroot/boost/boost/libs/interprocess/proj/linux
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28292/proj/linux

Modified Files:
        MakeAll 
Log Message:
Changes for official inclusion in the regression tests

Index: MakeAll
===================================================================
RCS file: /cvsroot/boost/boost/libs/interprocess/proj/linux/MakeAll,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- MakeAll     4 Aug 2006 19:44:00 -0000       1.2
+++ MakeAll     4 May 2007 21:17:49 -0000       1.3
@@ -13,12 +13,9 @@
 INTERPROCESSEXAMPLE_CPP := $(wildcard ../../example/*.cpp)
 INTERPROCESSEXAMPLE_OUT := $(patsubst ../../example/%.cpp, 
../../bin/linux/ex_%.out, $(INTERPROCESSEXAMPLE_CPP))
 
-INTERPROCESSDOC_CPP := $(wildcard ../../doc/code/*.cpp)
-INTERPROCESSDOC_OUT := $(patsubst ../../doc/code/%.cpp, 
../../bin/linux/doc_%.out, $(INTERPROCESSDOC_CPP))
-
 .PHONY: createdir clean
  
-all: createdir $(INTERPROCESSEXAMPLE_OUT) $(INTERPROCESS_OUT) 
$(INTERPROCESSDOC_OUT)
+all: createdir $(INTERPROCESS_OUT) $(INTERPROCESSEXAMPLE_OUT)
        @cd .
 
 createdir:
@@ -30,9 +27,6 @@
 ../../bin/linux/ex_%.out: ../../example/%.cpp 
        $(CC) $< -Wall -pedantic -g -pthread -DBOOST_DATE_TIME_NO_LIB -lstdc++ 
-lrt -lboost_thread-gcc-mt -I$(BOOST_ROOT) -L$(BOOST_LIBS) -o $@
 
-../../bin/linux/doc_%.out: ../../doc/code/%.cpp 
-       $(CC) $< -Wall -pedantic -g -pthread -DBOOST_DATE_TIME_NO_LIB -lstdc++ 
-lrt -lboost_thread-gcc-mt -I$(BOOST_ROOT) -L$(BOOST_LIBS) -o $@
-
 clean:
        rm -f *.o
        rm -f ../../bin/linux/*


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to