apps/Makefile-Builddir.in
changeset 0 2b3e5ec03512
equal deleted inserted replaced
-1:000000000000 0:2b3e5ec03512
       
     1 #
       
     2 # Makefile to build in directories other than the source directory
       
     3 #
       
     4 SRCDIR   := @SRCDIR@
       
     5 BUILDDIR := @BUILDDIR@
       
     6 
       
     7 vpath %.c  $(SRCDIR)/apps
       
     8 vpath %.cc $(SRCDIR)/apps
       
     9 
       
    10 include $(SRCDIR)/apps/Makefile