src/work/athos/lp/Makefile
changeset 1254 c9558638fe42
parent 1253 609fe893df8c
child 1256 3bb4ed285c39
     1.1 --- a/src/work/athos/lp/Makefile	Thu Mar 24 11:44:25 2005 +0000
     1.2 +++ b/src/work/athos/lp/Makefile	Thu Mar 24 12:15:50 2005 +0000
     1.3 @@ -1,3 +1,12 @@
     1.4 +CXXFLAGS = -Wall -ggdb --no-inline -I../../..
     1.5 +
     1.6 +all: lp_test
     1.7 +
     1.8  lp_base.o: lp_base.cc lp_base.h lin_expr.h
     1.9 +lp_solver_skeleton.o: lp_solver_skeleton.cc lp_solver_skeleton.h lp_base.h \
    1.10 +		lin_expr.h
    1.11 +lp_test.o: lp_test.cc lp_base.h lin_expr.h lp_solver_skeleton.h lp_base.h \
    1.12 +		lin_expr.h
    1.13  
    1.14 -	g++ -Wall -ggdb --no-inline -I../../.. -c $<
    1.15 \ No newline at end of file
    1.16 +lp_test: lp_test.o lp_base.o lp_solver_skeleton.o 
    1.17 +	g++ -o $@ $^
    1.18 \ No newline at end of file