Home | History | Annotate | Download | only in core

Lines Matching refs:Files

2 ## Standard rules for building binary object files from
3 ## asm/c/cpp/yacc/lex/etc source files.
5 ## The list of object files is exported in $(all_objects).
199 $(warning Files are listed in LOCAL_SRC_FILES_EXCLUDE but not LOCAL_SRC_FILES)
373 # Clang apparently generates .gcno files that aren't compatible with
539 # Generated sources that will actually produce object files.
540 # Other files (like headers) are allowed in LOCAL_GENERATED_SOURCES,
606 # include the dependency files (.d/.P) generated by llvm-rs-cc.
629 ## Compile the .proto files to .cc (or .c) and then to .o
708 ## Compile the .dbus-xml files to c++ headers
718 # Mark these source files as not producing objects
763 ## AIDL: Compile .aidl files to .cpp and .h files
788 # Pick up the generated C++ files later for transformation to .o files.
794 ## Compile the .vts files to .cc (or .c) and then to .o
820 # Pick up the generated C++ files later for transformation to .o files.
826 ## YACC: Compile .y/.yy files to .c/.cpp and then to .o.
856 ## LEX: Compile .l/.ll files to .c/.cpp and then to .o.
884 ## C++: Compile .cpp files to .o.
888 # it's not really arm, because there are files that are shared.
895 # For source files starting with ../, we remove all the ../ in the object file path,
935 ## C++: Compile generated .cpp files to .o.
943 # Compile all generated files as thumb.
944 # TODO: support compiling certain generated files as arm.
956 ## S: Compile generated .S and .s files to .o.
984 ## o: Include generated .o files in output.
990 ## C: Compile .c files to .o.
999 # For source files starting with ../, we remove all the ../ in the object file path,
1037 ## C: Compile generated .c files to .o.
1045 # Compile all generated files as thumb.
1046 # TODO: support compiling certain generated files as arm.
1056 ## ObjC: Compile .m files to .o
1071 ## ObjC++: Compile .mm files to .o
1086 ## AS: Compile .S files to .o.
1196 $(warning $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): Unused source files: $(my_unused_src_files))
1243 # that custom build rules which generate .o files don't consume other generated
1277 # a collection of .a files into a .so file. Linking against a
1332 # We do, however, care about the NOTICE files for any static
1396 # this is really the way to get the files onto the command line instead
1413 # Also depend on the notice files for any static libraries that
1423 # Make sure .pb.h are already generated before any dependent source files get compiled.