aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/glpk-4.65/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/glpk-4.65/Makefile')
-rw-r--r--test/monniaux/glpk-4.65/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/monniaux/glpk-4.65/Makefile b/test/monniaux/glpk-4.65/Makefile
new file mode 100644
index 00000000..eaa3f4b0
--- /dev/null
+++ b/test/monniaux/glpk-4.65/Makefile
@@ -0,0 +1,6 @@
+ALL_CFLAGS += -I src/amd -I src/colamd -I src/mpl -I src/simplex -I src/api -I src/intopt -I src/minisat -I src/npp -I src/zlib -I src/bflib -I src/env -I src/misc -I src/draft -I src
+ALL_CFILES=examples/glpsol.c $(wildcard src/*/*.c)
+TARGET=glpk
+EXECUTE_ARGS=--math examples/prod.mod
+
+include ../rules.mk