summaryrefslogtreecommitdiffstats
path: root/src/graphlayout/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphlayout/makefile')
-rw-r--r--src/graphlayout/makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/graphlayout/makefile b/src/graphlayout/makefile
new file mode 100644
index 000000000..5d8ac906e
--- /dev/null
+++ b/src/graphlayout/makefile
@@ -0,0 +1,17 @@
+# Convenience stub makefile to call the real Makefile.
+
+
+
+# Explicit so that it's the default rule.
+all:
+ cd .. && $(MAKE) graphlayout/all
+
+clean %.a %.o:
+ cd .. && $(MAKE) graphlayout/$@
+
+.PHONY: all clean
+
+OBJEXT = o
+
+.SUFFIXES:
+.SUFFIXES: .a .$(OBJEXT)