tokkee.org
Code
projects
/
inkscape.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Cleanup of device internal handling and API.
[inkscape.git]
/
src
/
ui
/
cache
/
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) ui/cache/all
10
11
clean %.a %.$(OBJEXT):
12
cd ../.. && $(MAKE) ui/cache/$@
13
14
.PHONY: all clean
15
16
.SUFFIXES:
17
.SUFFIXES: .a .$(OBJEXT)