[Assorted-commits] SF.net SVN: assorted:[1351] cpp-commons/trunk/src/test/Makefile
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-04-29 02:13:42
|
Revision: 1351 http://assorted.svn.sourceforge.net/assorted/?rev=1351&view=rev Author: yangzhang Date: 2009-04-29 02:13:34 +0000 (Wed, 29 Apr 2009) Log Message: ----------- using target-specific variable values Modified Paths: -------------- cpp-commons/trunk/src/test/Makefile Modified: cpp-commons/trunk/src/test/Makefile =================================================================== --- cpp-commons/trunk/src/test/Makefile 2009-04-29 02:09:13 UTC (rev 1350) +++ cpp-commons/trunk/src/test/Makefile 2009-04-29 02:13:34 UTC (rev 1351) @@ -42,7 +42,7 @@ clean: rm -f $(BINS) -st: st.cc - $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -lst -lstx -lresolv -o $@ +st: LDLIBS += -lst -lstx -lresolv +squeue: LDLIBS += -lboost_thread-gcc43-mt .PHONY: all build clean This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |