[csw-devel] SF.net SVN: gar:[8826] csw/mgar/pkg/googletest/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Feb 25 18:45:44 CET 2010


Revision: 8826
          http://gar.svn.sourceforge.net/gar/?rev=8826&view=rev
Author:   wahwah
Date:     2010-02-25 17:45:44 +0000 (Thu, 25 Feb 2010)

Log Message:
-----------
googletest: Small updates, still doesn't build.

Modified Paths:
--------------
    csw/mgar/pkg/googletest/trunk/Makefile

Modified: csw/mgar/pkg/googletest/trunk/Makefile
===================================================================
--- csw/mgar/pkg/googletest/trunk/Makefile	2010-02-25 16:32:52 UTC (rev 8825)
+++ csw/mgar/pkg/googletest/trunk/Makefile	2010-02-25 17:45:44 UTC (rev 8826)
@@ -17,13 +17,12 @@
 SPKG_SOURCEURL = http://code.google.com/p/googletest/
 MASTER_SITES = $(GOOGLE_MIRROR)
 DISTFILES  = gtest-$(GARVERSION).tar.gz
-WORKSRC = $(WORKDIR)/gtest-$(GARVERSION)
+DISTNAME = gtest-$(GARVERSION)
 UFILES_REGEX = gtest-(\d+(?:\.\d+)*).tar.gz
+EXTRA_CXXFLAGS = -library=stlport4 -library=no%Cstd
+# EXTRA_LDFLAGS = -lCrun -lm
+BUILD64 = 1
 CONFIGURE_ARGS = $(DIRPATHS)
-TEST_SCRIPTS = googletest
-TEST_TARGETS = check
-include gar/category.mk
+TEST_TARGET = check
 
-test-googletest:
-	(cd $(WORKSRC) && gmake check)
-	@$(MAKECOOKIE)
+include gar/category.mk


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


More information about the devel mailing list