80,472
社区成员




LOCAL_PATH:= $(call my-dir)
$(warning xxxxxxxxxxxxxxxxxxxxxxxxxxxxx $(LOCAL_PATH))
include $(LOCAL_PATH)/project.mk
$(warning yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy)
define caonima
$(warning shitaaaaa)
endef
$(warning QQQQQQQQQQQQQQQQQQQQQQQQQQ)
define all-files-under
$(patsubst ./%,%, \
$(shell cd $(LOCAL_PATH) ; \
find $(1) -name "$(2)" -and -not -name ".*") \
)
endef
$(warning TTTTTTTTTTTTTTTTTTTTTTTTT)
define all-cpp-files-under
$(call all-files-under,$(1),*.cpp)
endef