Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / graphlayout / makefile
1 # Convenience stub makefile to call the real Makefile.
5 # Explicit so that it's the default rule.
6 all:
7         cd .. && $(MAKE) graphlayout/all
9 clean %.a %.o:
10         cd .. && $(MAKE) graphlayout/$@
12 .PHONY: all clean
14 OBJEXT = o
16 .SUFFIXES:
17 .SUFFIXES: .a .$(OBJEXT)