tokkee.org
Code
projects
/
inkscape.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix by dvlierop2 for snapping bugs 1579556 and 1579587
[inkscape.git]
/
src
/
libnr
/
makefile.in
1
# Convenience stub makefile to call the real Makefile.
2
3
@SET_MAKE@
4
5
# Explicit so that it's the default rule.
6
all:
7
cd .. && $(MAKE) libnr/all
8
9
clean %.a %.o:
10
cd .. && $(MAKE) libnr/$@
11
12
.PHONY: all clean
13
14
OBJEXT = @OBJEXT@
15
16
.SUFFIXES:
17
.SUFFIXES: .a .$(OBJEXT)