Home
last modified time | relevance | path

Searched refs:OBJECTS (Results 1 - 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-cross/
H A DMakefile9 OBJECTS := $(SOURCES:.cpp=.o) macro
14 DEPS := $(OBJECTS:.o=.d) $(CLI_OBJECTS:.o=.d)
35 $(STATIC_LIB): $(OBJECTS)
36 $(AR) rcs $@ $(OBJECTS)
42 rm -f $(TARGET) $(OBJECTS) $(CLI_OBJECTS) $(STATIC_LIB) $(DEPS)
/third_party/icu/icu4c/source/samples/legacy/
H A DMakefile36 OBJECTS=legacy.o newcol.o oldcol.o macro
40 DEPS=$(OBJECTS:.o=.d)
54 -$(RMV) $(OBJECTS) $(TARGET)
59 $(TARGET): $(OBJECTS)
/third_party/skia/third_party/externals/icu/source/samples/legacy/
H A DMakefile36 OBJECTS=legacy.o newcol.o oldcol.o macro
40 DEPS=$(OBJECTS:.o=.d)
54 -$(RMV) $(OBJECTS) $(TARGET)
59 $(TARGET): $(OBJECTS)
/third_party/skia/third_party/externals/brotli/
H A DMakefile8 OBJECTS = $(addprefix $(OBJDIR)/, $(SOURCES:.c=.o)) macro
38 $(EXECUTABLE): $(OBJECTS)
39 $(CC) $(LDFLAGS) $(OBJECTS) -lm -o $(BINDIR)/$(EXECUTABLE)
53 $(OBJECTS): $$(patsubst %.o,%.c,$$(patsubst $$(OBJDIR)/%,%,$$@)) | $(DIRS)
/third_party/bounds_checking_function/
H A DMakefile26 OBJECTS=$(patsubst %.c,%.o,$(SOURCES)) macro
33 $(PROJECT): $(OBJECTS)
35 $(CC) -shared -o lib/$@ $(patsubst %.o,obj/%.o,$(notdir $(OBJECTS))) $(LD_FLAG)
/third_party/icu/icu4c/source/samples/uresb/
H A DMakefile31 OBJECTS=uresb.o macro
51 -$(RMV) $(OBJECTS) $(TARGET) $(RESOURCES)
66 $(TARGET): $(OBJECTS)
/third_party/skia/third_party/externals/icu/source/samples/uresb/
H A DMakefile31 OBJECTS=uresb.o macro
51 -$(RMV) $(OBJECTS) $(TARGET) $(RESOURCES)
66 $(TARGET): $(OBJECTS)
/third_party/skia/third_party/externals/spirv-cross/samples/cpp/
H A DMakefile9 OBJECTS := $(CPP_DRIVER:.cpp=.o) $(CPP_INTERFACE:.cpp=.o) macro
29 $(RM) -f $(EXECUTABLES) $(SPIRV) $(CPP_INTERFACE) $(OBJECTS)
/third_party/icu/icu4c/source/samples/udata/
H A DMakefile32 OBJECTS=$(OBJECTS1) $(OBJECTS2) macro
57 -$(RMV) $(OBJECTS) $(TARGET1) $(TARGET2)
/third_party/skia/third_party/externals/icu/source/samples/udata/
H A DMakefile32 OBJECTS=$(OBJECTS1) $(OBJECTS2) macro
57 -$(RMV) $(OBJECTS) $(TARGET1) $(TARGET2)
/third_party/icu/icu4c/source/samples/citer/
H A DMakefile17 OBJECTS=citer.o macro
/third_party/icu/icu4c/source/samples/csdet/
H A DMakefile18 OBJECTS=csdet.o macro
/third_party/icu/icu4c/source/samples/coll/
H A DMakefile18 OBJECTS=coll.o macro
/third_party/icu/icu4c/source/samples/msgfmt/
H A DMakefile18 OBJECTS=main.o util.o macro
/third_party/icu/icu4c/source/samples/strsrch/
H A DMakefile18 OBJECTS=strsrch.o macro
/third_party/icu/icu4c/source/samples/ustring/
H A DMakefile17 OBJECTS=ustring.o macro
/third_party/icu/icu4c/source/samples/case/
H A DMakefile18 OBJECTS=case.o ucase.o macro
/third_party/icu/icu4c/source/samples/translit/
H A DMakefile18 OBJECTS=main.o unaccent.o util.o macro
/third_party/icu/icu4c/source/samples/numfmt/
H A DMakefile18 OBJECTS=main.o util.o capi.o macro
/third_party/icu/icu4c/source/samples/uciter8/
H A DMakefile17 OBJECTS=uciter8.o uit_len8.o macro
/third_party/icu/icu4c/source/samples/ugrep/
H A DMakefile18 OBJECTS=ugrep.o macro
/third_party/icu/icu4c/source/samples/datecal/
H A DMakefile18 OBJECTS=cal.o ccal.o macro
/third_party/icu/icu4c/source/samples/datefmt/
H A DMakefile17 OBJECTS=main.o util.o macro
/third_party/icu/icu4c/source/samples/props/
H A DMakefile18 OBJECTS=props.o macro
/third_party/icu/icu4c/source/samples/break/
H A DMakefile18 OBJECTS=break.o ubreak.o macro

Completed in 4 milliseconds

12