COIN-OR::LEMON - Graph Library

source: glpk-cmake/examples/Makefile.am @ 1:c445c931472f

Last change on this file since 1:c445c931472f was 1:c445c931472f, checked in by Alpar Juttner <alpar@…>, 13 years ago

Import glpk-4.45

  • Generated files and doc/notes are removed
File size: 281 bytes
Line 
1## Process this file with automake to produce Makefile.in ##
2
3INCLUDES = -I$(srcdir)/../include
4
5LDADD = ../src/libglpk.la
6
7bin_PROGRAMS = glpsol
8
9glpsol_SOURCES = glpsol.c
10
11check: glpsol$(EXEEXT)
12        ./glpsol$(EXEEXT) --version
13        ./glpsol$(EXEEXT) --mps $(srcdir)/plan.mps
14
15## eof ##
Note: See TracBrowser for help on using the repository browser.