summaryrefslogtreecommitdiff
path: root/examples/dragmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dragmap/Makefile')
-rw-r--r--examples/dragmap/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/dragmap/Makefile b/examples/dragmap/Makefile
new file mode 100644
index 0000000..31dd118
--- /dev/null
+++ b/examples/dragmap/Makefile
@@ -0,0 +1,6 @@
+include config.mk
+$(info BOOST_ROOT is $(BOOST_ROOT))
+$(info BOOST_INCLUDEDIR is $(BOOST_INCLUDEDIR))
+$(info BOOST_LIBRARYDIR is $(BOOST_LIBRARYDIR))
+$(info CPPFLAGS is $(CPPFLAGS))
+$(info LDFLAGS is $(LDFLAGS))