summaryrefslogtreecommitdiffstats
path: root/src/libdepixelize/makefile.in
diff options
context:
space:
mode:
authorVinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>2013-09-19 04:26:02 +0000
committerVinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>2013-09-19 04:26:02 +0000
commitbf782f3e9d8f76e3e6f32101bbd38754ed0197fb (patch)
tree10f49896eb4ecbab0076fefdac580c9c97cf608e /src/libdepixelize/makefile.in
parentMerge C++ification of the SP tree by Markus Engel (diff)
parentMissing file from libdepixelize (diff)
downloadinkscape-bf782f3e9d8f76e3e6f32101bbd38754ed0197fb.tar.gz
inkscape-bf782f3e9d8f76e3e6f32101bbd38754ed0197fb.zip
Merging libdepixelize branch
(bzr r12533)
Diffstat (limited to 'src/libdepixelize/makefile.in')
-rw-r--r--src/libdepixelize/makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libdepixelize/makefile.in b/src/libdepixelize/makefile.in
new file mode 100644
index 000000000..51d020db1
--- /dev/null
+++ b/src/libdepixelize/makefile.in
@@ -0,0 +1,17 @@
+# Convenience stub makefile to call the real Makefile.
+
+@SET_MAKE@
+
+OBJEXT = @OBJEXT@
+
+# Explicit so that it's the default rule.
+all:
+ cd .. && $(MAKE) libdepixelize/all
+
+clean %.a %.$(OBJEXT):
+ cd .. && $(MAKE) libdepixelize/$@
+
+.PHONY: all clean
+
+.SUFFIXES:
+.SUFFIXES: .a .$(OBJEXT)