Lines Matching refs:wildcard
73 ifneq ($(wildcard $(SDKROOT)/System/Library/PrivateFrameworks/Tightbeam.framework/Headers/tightbeam.h),)
85 TIGHTBEAM_MODULES := $(wildcard $(TIGHTBEAM_MODULES))
601 ifneq ($(wildcard $(SDKROOT)/System/Library/PrivateFrameworks/Tightbeam.framework/Headers/tightbeam.h),)
753 EXCLUDED_SOURCES += $(wildcard bounded_ptr_src/*.cpp)
755 bounded_ptr: $(wildcard bounded_ptr_src/*.cpp) bounded_ptr.cpp
761 EXCLUDED_SOURCES += $(wildcard bounded_array_src/*.cpp)
763 bounded_array: $(wildcard bounded_array_src/*.cpp) bounded_array.cpp
765 EXCLUDED_SOURCES += $(wildcard bounded_array_ref_src/*.cpp)
767 bounded_array_ref: $(wildcard bounded_array_ref_src/*.cpp) bounded_array_ref.cpp
769 EXCLUDED_SOURCES += $(wildcard intrusive_shared_ptr_src/*.cpp)
771 intrusive_shared_ptr: $(wildcard intrusive_shared_ptr_src/*.cpp) intrusive_shared_ptr.cpp
773 EXCLUDED_SOURCES += $(wildcard safe_allocation_src/*.cpp)
775 safe_allocation: $(wildcard safe_allocation_src/*.cpp) safe_allocation.cpp
777 EXCLUDED_SOURCES += $(wildcard cxx_safe_buffers_src/*.cpp)
779 cxx_safe_buffers: $(wildcard cxx_safe_buffers_src/*.cpp) cxx_safe_buffers.cpp
1949 VM_CONFIGURATOR_SRCS = $(wildcard vm/configurator_*.c)