1 #
2 # Makefile to build in directories other than the source directory
3 #
4 SRCDIR := @SRCDIR@
5 BUILDDIR := @BUILDDIR@
6
7 vpath %.c $(SRCDIR)
8 vpath %.cc $(SRCDIR)
9
10 include $(SRCDIR)/Makefile