Project

General

Profile

« Previous | Next » 

Revision 5875

lib/forwarding.Makefile: $(subdirs): Use all folders other than ../ ./ .svn/ instead of listing folders that start with . explicitly

View differences:

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