sim/Makefile-Builddir.in
changeset 0 2b3e5ec03512
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sim/Makefile-Builddir.in	Thu Apr 21 14:57:45 2011 +0100
@@ -0,0 +1,10 @@
+#
+# Makefile to build in directories other than the source directory
+#
+SRCDIR   := @SRCDIR@
+BUILDDIR := @BUILDDIR@
+
+vpath %.c  $(SRCDIR)/sim
+vpath %.cc $(SRCDIR)/sim
+
+include $(SRCDIR)/sim/Makefile