Searched defs:Sources (Results 1 - 5 of 5) sorted by path

/frameworks/compile/libbcc/runtime/lib/
H A DMakefile.mk12 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) macro
13 ObjNames := $(Sources:%.c=%.o)
/frameworks/compile/libbcc/runtime/lib/arm/
H A DMakefile.mk14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) macro
15 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
/frameworks/compile/libbcc/runtime/lib/i386/
H A DMakefile.mk14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) macro
15 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
/frameworks/compile/libbcc/runtime/lib/ppc/
H A DMakefile.mk14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) macro
15 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
/frameworks/compile/libbcc/runtime/lib/x86_64/
H A DMakefile.mk14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) macro
15 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)

Completed in 80 milliseconds