COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/work/athos/lp/Makefile @ 1314:9269c76551cf

Last change on this file since 1314:9269c76551cf was 1314:9269c76551cf, checked in by athos, 19 years ago

New functions in lp_glpk.cc. Sample file: lp_sample.cc.

File size: 449 bytes
RevLine 
[1254]1CXXFLAGS = -Wall -ggdb --no-inline -I../../..
2
[1314]3all: lp_sample
[1254]4
[1256]5clean:
6        rm lp_test *.o
7
[1314]8lp_base.o: ../../../lemon/lp_base.cc ../../../lemon/lp_base.h lin_expr.h
9
[1254]10lp_solver_skeleton.o: lp_solver_skeleton.cc lp_solver_skeleton.h lp_base.h \
11                lin_expr.h
[1253]12
[1314]13lp_glpk.o: ../../../lemon/lp_glpk.cc ../../../lemon/lp_glpk.h ../../../lemon/lp_base.h lin_expr.h
14
15
16lp_sample.o: lp_sample.cc
17
18lp_sample: lp_sample.o lp_base.o lp_glpk.o
19        $(CXX) -o $@ $^ -lglpk
20
Note: See TracBrowser for help on using the repository browser.