From 19a528cb8e524239aaeea16df87558ca4be4cced Mon Sep 17 00:00:00 2001 From: Tim Dwyer Date: Mon, 13 Feb 2006 02:00:14 +0000 Subject: Added connector graph layout functionality (bzr r122) --- src/graphlayout/makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/graphlayout/makefile (limited to 'src/graphlayout/makefile') 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) -- cgit v1.2.3