From 89a5d9d34b73249c357fffae17c2989b6fdd6846 Mon Sep 17 00:00:00 2001 From: "Arcadie M. Cracan" Date: Wed, 2 Dec 2009 23:26:56 +0200 Subject: Add forgotten libavoid files (bzr r8856) --- src/libavoid/makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/libavoid/makefile (limited to 'src/libavoid/makefile') diff --git a/src/libavoid/makefile b/src/libavoid/makefile new file mode 100644 index 000000000..e4f83a52d --- /dev/null +++ b/src/libavoid/makefile @@ -0,0 +1,17 @@ +# Convenience stub makefile to call the real Makefile. + + + +OBJEXT = o + +# Explicit so that it's the default rule. +all: + cd .. && $(MAKE) libavoid/all + +clean %.a %.$(OBJEXT): + cd .. && $(MAKE) libavoid/$@ + +.PHONY: all clean + +.SUFFIXES: +.SUFFIXES: .a .$(OBJEXT) -- cgit v1.2.3