Code

618e880879ab3d1e4ca97ea9dffd460a1a44fbca
[inkscape.git] / src / libcroco / makefile.in
1 # Convenience stub makefile to call the real Makefile.
3 @SET_MAKE@
5 # Explicit so that it's the default rule.
6 all:
7         cd .. && $(MAKE) libcroco/all
9 clean %.a %.o:
10         cd .. && $(MAKE) libcroco/$@
12 .PHONY: all clean
14 OBJEXT = @OBJEXT@
16 .SUFFIXES:
17 .SUFFIXES: .a .$(OBJEXT)