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