Add a skeleton libraries directory
[ghc-hetmet.git] / libraries / Makefile.inc
diff --git a/libraries/Makefile.inc b/libraries/Makefile.inc
new file mode 100644 (file)
index 0000000..0b54f52
--- /dev/null
@@ -0,0 +1,8 @@
+ifeq "" "${MKDIR}"
+MKDIR:=$(shell pwd)
+#MKDIR:=$(PWD)
+else
+MKDIR:=$(patsubst %/$(notdir ${MKDIR}),%, ${MKDIR})
+endif
+include ${MKDIR}/Makefile.inc
+