tokkee.org
Code
projects
/
inkscape.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Only load from preferences when really needed, which might help reducing the processo...
[inkscape.git]
/
src
/
debug
/
makefile.in
1
# Convenience stub makefile to call the real Makefile.
2
3
@SET_MAKE@
4
5
OBJEXT = @OBJEXT@
6
7
# Explicit so that it's the default rule.
8
all:
9
cd .. && $(MAKE) debug/all
10
11
clean %.a %.$(OBJEXT):
12
cd .. && $(MAKE) debug/$@
13
14
.PHONY: all clean
15
16
.SUFFIXES:
17
.SUFFIXES: .a .$(OBJEXT)