Code

Mnemonics in "Input devices", and LPE dialogs (Bug 170765)
[inkscape.git] / src / libnrtype / makefile.in
1 # Convenience stub makefile to call the real Makefile.
3 @SET_MAKE@
5 OBJEXT = @OBJEXT@
7 # Explicit so that it's the default rule.
8 all:
9         cd .. && $(MAKE) libnrtype/all
11 clean %.a %.$(OBJEXT):
12         cd .. && $(MAKE) libnrtype/$@
14 .PHONY: all clean
16 .SUFFIXES:
17 .SUFFIXES: .a .$(OBJEXT)