changeset 2 | 4c8956a7bdf4 |
-1:000000000000 | 0:396f1661825b |
---|---|
1 ## Process this file with automake to produce Makefile.in ## |
|
2 |
|
3 INCLUDES = -I$(srcdir)/../include |
|
4 |
|
5 LDADD = ../src/libglpk.la |
|
6 |
|
7 bin_PROGRAMS = glpsol |
|
8 |
|
9 glpsol_SOURCES = glpsol.c |
|
10 |
|
11 check: glpsol$(EXEEXT) |
|
12 ./glpsol$(EXEEXT) --version |
|
13 ./glpsol$(EXEEXT) --mps $(srcdir)/plan.mps |
|
14 |
|
15 ## eof ## |