summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-04-12 13:45:39 +0000
committerishmal <ishmal@users.sourceforge.net>2006-04-12 13:45:39 +0000
commit5eecd1ce99d12b2b9506753c31d5d316e6b39403 (patch)
tree697ec7bec8c47d85a6c5dfd047de209c94dd59e5 /src
parentUpdated to work with automake. Someone please check the file list. (diff)
downloadinkscape-5eecd1ce99d12b2b9506753c31d5d316e6b39403.tar.gz
inkscape-5eecd1ce99d12b2b9506753c31d5d316e6b39403.zip
Replaced
(bzr r481)
Diffstat (limited to 'src')
-rw-r--r--src/dom/makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/dom/makefile.in b/src/dom/makefile.in
new file mode 100644
index 000000000..857ab7c66
--- /dev/null
+++ b/src/dom/makefile.in
@@ -0,0 +1,17 @@
+# Convenience stub makefile to call the real Makefile.
+
+@SET_MAKE@
+
+# Explicit so that it's the default rule.
+all:
+ cd .. && $(MAKE) dom/all
+
+clean %.a %.o:
+ cd .. && $(MAKE) dom/$@
+
+.PHONY: all clean
+
+OBJEXT = @OBJEXT@
+
+.SUFFIXES:
+.SUFFIXES: .a .$(OBJEXT)