[Pntool-developers] SF.net SVN: pntool:[225] spnbox/Makefile
Brought to you by:
compaqdrew,
miordache
From: <Ste...@us...> - 2009-08-19 15:49:23
|
Revision: 225 http://pntool.svn.sourceforge.net/pntool/?rev=225&view=rev Author: StephenCamp Date: 2009-08-19 15:49:09 +0000 (Wed, 19 Aug 2009) Log Message: ----------- Removed dp4.o from the list of targets made when "make" is called from this directory to make all spnbox functions - otherwise the "dp" function is defined twice if one simply links all object files from the spnbox directory. Modified Paths: -------------- spnbox/Makefile Modified: spnbox/Makefile =================================================================== --- spnbox/Makefile 2009-08-19 15:34:14 UTC (rev 224) +++ spnbox/Makefile 2009-08-19 15:49:09 UTC (rev 225) @@ -3,9 +3,9 @@ COMPILER=gcc -g -all: actn.o admcon.o asiph.o avpr.o chkcons.o deallocation.o dp.o dp4.o\ - extendedmatrix.o fvpr.o gcdv.o ilpadm.o ipslv.o ipsolve.o isadm.o issiph.o\ - linenf.o matrixmath.o MemoryManager.o msplit.o nltrans.o pn2acpn.o\ +all: actn.o admcon.o asiph.o avpr.o chkcons.o deallocation.o dp.o\ + extendedmatrix.o fvpr.o gcdv.o invar.o ilpadm.o ipslv.o ipsolve.o isadm.o\ + issiph.o linenf.o matrixmath.o MemoryManager.o msplit.o nltrans.o pn2acpn.o\ pn2eacpn.o reduce.o supervis.o tactn.o liblpsolve55.a actn.o: actn.c spnbox.h MemoryManager.h matrixmath.h ../pnheaders/general.h ../pnheaders/matrix.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |