Code

Add forgotten libavoid files
[inkscape.git] / src / libavoid / makefile
1 # Convenience stub makefile to call the real Makefile.
5 OBJEXT = o
7 # Explicit so that it's the default rule.
8 all:
9         cd .. && $(MAKE) libavoid/all
11 clean %.a %.$(OBJEXT):
12         cd .. && $(MAKE) libavoid/$@
14 .PHONY: all clean
16 .SUFFIXES:
17 .SUFFIXES: .a .$(OBJEXT)