[complement-svn] SF.net SVN: complement: [1538] trunk/complement/explore/test/stem/Makefile
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-02-28 12:55:54
|
Revision: 1538 http://svn.sourceforge.net/complement/?rev=1538&view=rev Author: complement Date: 2007-02-28 04:55:50 -0800 (Wed, 28 Feb 2007) Log Message: ----------- even PHONY target should be distingueshed from real file name (catalog in this case) Modified Paths: -------------- trunk/complement/explore/test/stem/Makefile Modified: trunk/complement/explore/test/stem/Makefile =================================================================== --- trunk/complement/explore/test/stem/Makefile 2007-02-28 08:43:18 UTC (rev 1537) +++ trunk/complement/explore/test/stem/Makefile 2007-02-28 12:55:50 UTC (rev 1538) @@ -3,7 +3,7 @@ SRCROOT := ../.. COMPILER_NAME := gcc -EXTRA_POST := dl +EXTRA_POST := dl-rel EXTRA_POST_DBG := dl-dbg EXTRA_POST_STLDBG := dl-stldbg @@ -29,9 +29,9 @@ # dbg-shared: DEFS += -DDEBUG -PHONY += dl dl-dbg dl-stldbg +PHONY += dl-rel dl-dbg dl-stldbg -dl: +dl-rel: ${MAKE} -C dl release-shared dl-dbg: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |