Revision 5875
Added by Aaron Marcuse-Kubitza about 12 years ago
forwarding.Makefile | ||
---|---|---|
1 | 1 |
##### Subdir forwarding |
2 | 2 |
|
3 |
subdirs := .NCBI/ .TNRS/ $(wildcard */)
|
|
3 |
subdirs := $(filter-out ../ ./ .svn/,$(call wildcard/,.*/ */))
|
|
4 | 4 |
allSubdirs := $(subdirs) .public/ |
5 | 5 |
|
6 | 6 |
define subdirTargets |
Also available in: Unified diff
lib/forwarding.Makefile: $(subdirs): Use all folders other than ../ ./ .svn/ instead of listing folders that start with . explicitly