HomeSort by relevance Sort by last modified time
    Searched refs:TARGET (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/yaffs2/yaffs2/mtdemul/
Makefile 24 TARGET = nandemul2k.o
26 default: $(TARGET)
29 rm -f $(TARGET)
31 $(TARGET): %.o: %.c
  /external/icu4c/samples/uresb/
Makefile 21 # Name of your target
22 TARGET=uresb
23 PKG=$(TARGET)
30 CLEANFILES=*~ $(TARGET).out
32 all: $(RESOURCES) $(TARGET)
48 -$(RMV) $(OBJECTS) $(TARGET) $(RESOURCES)
63 $(TARGET): $(OBJECTS)
67 check: $(TARGET) $(RESOURCES)
68 $(INVOKE) ./$(TARGET) en | tee $(TARGET).ou
    [all...]
  /external/icu4c/samples/legacy/
Makefile 29 # Name of your target
30 TARGET=legacy
35 CLEANFILES=*~ $(TARGET).out
42 all: $(TARGET) $(ICU_INC)
51 -$(RMV) $(OBJECTS) $(TARGET)
56 $(TARGET): $(OBJECTS)
60 check: $(TARGET)
61 $(INVOKE) ./$(TARGET) | tee $(TARGET).out
64 report: $(TARGET).repor
    [all...]
  /external/icu4c/samples/break/
Makefile 11 # Name of your target
12 TARGET=break
  /external/icu4c/samples/case/
Makefile 11 # Name of your target
12 TARGET=case
  /external/icu4c/samples/citer/
Makefile 10 # Name of your target
11 TARGET=citer
  /external/icu4c/samples/coll/
Makefile 11 # Name of your target
12 TARGET=coll
  /external/icu4c/samples/csdet/
Makefile 11 # Name of your target
12 TARGET=csdet
  /external/icu4c/samples/datefmt/
Makefile 10 # Name of your target
11 TARGET=datefmt
  /external/icu4c/samples/msgfmt/
Makefile 11 # Name of your target
12 TARGET=msgfmt
  /external/icu4c/samples/props/
Makefile 11 # Name of your target
12 TARGET=props
  /external/icu4c/samples/strsrch/
Makefile 11 # Name of your target
12 TARGET=strsrch
  /external/icu4c/samples/uciter8/
Makefile 10 # Name of your target
11 TARGET=uciter8
  /external/icu4c/samples/ustring/
Makefile 10 # Name of your target
11 TARGET=ustring
  /external/icu4c/samples/datecal/
Makefile 11 # Name of your target
12 TARGET=datecal
  /external/icu4c/samples/numfmt/
Makefile 11 # Name of your target
12 TARGET=numfmt
  /external/icu4c/samples/translit/
Makefile 11 # Name of your target
12 TARGET=translit
  /external/icu4c/samples/ucnv/
Makefile 10 # Name of your target
11 TARGET=convsamp
  /external/icu4c/samples/ugrep/
Makefile 11 # Name of your target
12 TARGET=ugrep
  /external/llvm/lib/Target/PTX/
PTXSubtarget.cpp 33 std::string TARGET = CPU;
34 if (TARGET.empty())
35 TARGET = "generic";
36 ParseSubtargetFeatures(TARGET, FS);
41 default: llvm_unreachable("Unknown PTX target");
  /external/qemu/distrib/
build-emulator.sh 10 TARGET=emulator
16 --target=*) TARGET=$optarg
22 echo "usage: build-emulator [--target=FILEPATH]"
  /external/icu4c/samples/cal/
Makefile 20 ## Target information
21 TARGET = icucal$(EXEEXT)
45 all-local: $(TARGET)
53 $(RMV) $(OBJECTS) $(TARGET)
59 -$(INVOKE) ./$(TARGET)
65 $(TARGET) : $(OBJECTS)
  /external/icu4c/samples/date/
Makefile 20 ## Target information
21 TARGET = icudate$(EXEEXT)
45 all-local: $(TARGET)
53 $(RMV) $(OBJECTS) $(TARGET)
59 -$(INVOKE) ./$(TARGET)
65 $(TARGET) : $(OBJECTS)
  /external/icu4c/test/perf/DateFmtPerf/
Makefile.in 19 ## Target information
20 TARGET = DateFmtPerf
44 all-local: $(TARGET)
52 $(RMV) $(OBJECTS) $(TARGET)
63 $(TARGET) : $(OBJECTS)
67 xperf: $(TARGET)
68 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) -x $(top_builddir)/perf-output.xml
  /external/bluetooth/glib/
makefile.msc 12 for %d in ($(PARTS)) do nmake -nologo -f makefile.msc sub-one THIS=%d TARGET=all
17 for %d in ($(PARTS)) do nmake -nologo -f makefile.msc sub-one THIS=%d TARGET=clean
21 @nmake -nologo -f makefile.msc $(TARGET)

Completed in 953 milliseconds

1 2 3 4 5 6