summaryrefslogtreecommitdiffstats
path: root/src/bind/makefile.in
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-03-10 09:45:47 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-03-10 09:45:47 +0000
commitdf2b4695e392a7a0b4b6a7627f773e7e8e6614ae (patch)
tree2fe371a9a78215962d4e0b0bf437b9c2dcc1aa1b /src/bind/makefile.in
parentnoop: Address a warning. (diff)
downloadinkscape-df2b4695e392a7a0b4b6a7627f773e7e8e6614ae.tar.gz
inkscape-df2b4695e392a7a0b4b6a7627f773e7e8e6614ae.zip
minor: Add bind/makefile.in
(bzr r5038)
Diffstat (limited to 'src/bind/makefile.in')
-rw-r--r--src/bind/makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/bind/makefile.in b/src/bind/makefile.in
new file mode 100644
index 000000000..90ed85bb4
--- /dev/null
+++ b/src/bind/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) bind/all
+
+clean %.a %.$(OBJEXT):
+ cd .. && $(MAKE) bind/$@
+
+.PHONY: all clean
+
+.SUFFIXES:
+.SUFFIXES: .a .$(OBJEXT)