comparison make/cscope.make @ 3966:5d871c1ff17c

Merge
author iveresov
date Fri, 30 Sep 2011 13:48:17 -0700
parents f08d439fab8c
children
comparison
equal deleted inserted replaced
3956:3607aac85aa9 3966:5d871c1ff17c
61 61
62 # O/S-specific files for all systems are included by default. Set CS_OS to a 62 # O/S-specific files for all systems are included by default. Set CS_OS to a
63 # space-separated list of identifiers to include only those systems. 63 # space-separated list of identifiers to include only those systems.
64 ifdef CS_OS 64 ifdef CS_OS
65 CS_PRUNE_OS = $(patsubst %,-o -name '*%*',\ 65 CS_PRUNE_OS = $(patsubst %,-o -name '*%*',\
66 $(filter-out ${CS_OS},linux macos solaris windows)) 66 $(filter-out ${CS_OS},bsd linux macos solaris windows))
67 endif 67 endif
68 68
69 # CPU-specific files for all processors are included by default. Set CS_CPU 69 # CPU-specific files for all processors are included by default. Set CS_CPU
70 # space-separated list identifiers to include only those CPUs. 70 # space-separated list identifiers to include only those CPUs.
71 ifdef CS_CPU 71 ifdef CS_CPU