Loading core/definitions.mk +23 −23 Original line number Diff line number Diff line Loading @@ -181,10 +181,10 @@ endef ########################################################### define all-java-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "*.java" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -203,10 +203,10 @@ endef ########################################################### define all-c-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "*.c" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -225,10 +225,10 @@ endef ########################################################### define all-Iaidl-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "I*.aidl" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -246,10 +246,10 @@ endef ########################################################### define all-logtags-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "*.logtags" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -259,10 +259,10 @@ endef ########################################################### define all-proto-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "*.proto" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -272,10 +272,10 @@ endef ########################################################### define all-renderscript-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -285,10 +285,10 @@ endef ########################################################### define all-S-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "*.S" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -298,10 +298,10 @@ endef ########################################################### define all-html-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "*.html" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -319,7 +319,7 @@ endef ########################################################### define find-subdir-files $(patsubst ./%,%,$(shell cd $(LOCAL_PATH) ; find -L $(1))) $(sort $(patsubst ./%,%,$(shell cd $(LOCAL_PATH) ; find -L $(1)))) endef ########################################################### Loading @@ -331,8 +331,8 @@ endef ########################################################### define find-subdir-subdir-files $(filter-out $(patsubst %,$(1)/%,$(3)),$(patsubst ./%,%,$(shell cd \ $(LOCAL_PATH) ; find -L $(1) -maxdepth 1 -name $(2)))) $(sort $(filter-out $(patsubst %,$(1)/%,$(3)),$(patsubst ./%,%,$(shell cd \ $(LOCAL_PATH) ; find -L $(1) -maxdepth 1 -name $(2))))) endef ########################################################### Loading @@ -341,10 +341,10 @@ endef ########################################################### define find-subdir-assets $(if $(1),$(patsubst ./%,%, \ $(sort $(if $(1),$(patsubst ./%,%, \ $(shell if [ -d $(1) ] ; then cd $(1) ; find ./ -not -name '.*' -and -type f -and -not -type l ; fi)), \ $(warning Empty argument supplied to find-subdir-assets) \ ) )) endef ########################################################### Loading @@ -369,10 +369,10 @@ endef ########################################################### define find-files-in-subdirs $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(1) ; \ find -L $(3) -name $(2) -and -not -name ".*") \ ) )) endef ########################################################### Loading Loading
core/definitions.mk +23 −23 Original line number Diff line number Diff line Loading @@ -181,10 +181,10 @@ endef ########################################################### define all-java-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "*.java" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -203,10 +203,10 @@ endef ########################################################### define all-c-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "*.c" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -225,10 +225,10 @@ endef ########################################################### define all-Iaidl-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "I*.aidl" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -246,10 +246,10 @@ endef ########################################################### define all-logtags-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "*.logtags" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -259,10 +259,10 @@ endef ########################################################### define all-proto-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "*.proto" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -272,10 +272,10 @@ endef ########################################################### define all-renderscript-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -285,10 +285,10 @@ endef ########################################################### define all-S-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "*.S" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -298,10 +298,10 @@ endef ########################################################### define all-html-files-under $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find -L $(1) -name "*.html" -and -not -name ".*") \ ) )) endef ########################################################### Loading @@ -319,7 +319,7 @@ endef ########################################################### define find-subdir-files $(patsubst ./%,%,$(shell cd $(LOCAL_PATH) ; find -L $(1))) $(sort $(patsubst ./%,%,$(shell cd $(LOCAL_PATH) ; find -L $(1)))) endef ########################################################### Loading @@ -331,8 +331,8 @@ endef ########################################################### define find-subdir-subdir-files $(filter-out $(patsubst %,$(1)/%,$(3)),$(patsubst ./%,%,$(shell cd \ $(LOCAL_PATH) ; find -L $(1) -maxdepth 1 -name $(2)))) $(sort $(filter-out $(patsubst %,$(1)/%,$(3)),$(patsubst ./%,%,$(shell cd \ $(LOCAL_PATH) ; find -L $(1) -maxdepth 1 -name $(2))))) endef ########################################################### Loading @@ -341,10 +341,10 @@ endef ########################################################### define find-subdir-assets $(if $(1),$(patsubst ./%,%, \ $(sort $(if $(1),$(patsubst ./%,%, \ $(shell if [ -d $(1) ] ; then cd $(1) ; find ./ -not -name '.*' -and -type f -and -not -type l ; fi)), \ $(warning Empty argument supplied to find-subdir-assets) \ ) )) endef ########################################################### Loading @@ -369,10 +369,10 @@ endef ########################################################### define find-files-in-subdirs $(patsubst ./%,%, \ $(sort $(patsubst ./%,%, \ $(shell cd $(1) ; \ find -L $(3) -name $(2) -and -not -name ".*") \ ) )) endef ########################################################### Loading