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

1 2 3 4 5 6 7 8 91011>>

  /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/ugrep/
Makefile 11 # Name of your target
12 TARGET=ugrep
  /external/icu4c/samples/ustring/
Makefile 10 # Name of your target
11 TARGET=ustring
  /external/opencore/tools_v2/build/make/
prog.mk 45 TARGET := $(strip $(TARGET))
48 $(TARGET)_compiled_objs := $(COMPILED_OBJS)
76 REALTARGET := $(TARGET:%=$(BUILD_ROOT)/bin/$(OUTPUT_DIR_COMPONENT)/%$(TARGET_EXT))
80 $(eval $(TARGET)_LIBDEPS := $(TMPDEPS))
82 $(TARGET)_LDFLAGS := $(LOCAL_LIBDIRS) $($(TARGET)_LIBDEPS) $(LDFLAGS) $(XLDFLAGS)
84 $(REALTARGET): $(COMPILED_OBJS) $($(TARGET)_LIBDEPS)
92 # Pseudo-targets for executables. With this, we can use "make $(TARGET)" instead of "make $(BUILD_ROOT)/bin/$(OUTPUT_DIR_COMPONENT)/%$(TARGET_EXT)"
94 $(TARGET): $(REALTARGET
    [all...]
library.mk 22 MY_TARGET_PLUGINS := $($(TARGET)_plugins)
28 ifneq ($(strip $($(TARGET)_plugins_$(SOLIB))),)
29 MY_TARGET_PLUGINS := $($(TARGET)_plugins_$(SOLIB))
35 # $(info plugins to include $(TARGET) = $(MY_TARGET_PLUGINS))
57 # Set up the target
60 TARGET := $(strip $(TARGET))
63 $(TARGET)_libmode ?= $(DEFAULT_LIBMODE)
64 $(TARGET)_libtype ?= $(DEFAULT_LIBTYPE)
66 $(TARGET)_asm_flags ?= $(DEFAULT_CPP_ASM_FLAGS
    [all...]
  /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/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/compat/
Makefile 20 ## Target information
21 TARGET = tzdate$(EXEEXT)
45 all-local: $(TARGET)
53 $(RMV) $(OBJECTS) $(TARGET)
59 -$(INVOKE) ./$(TARGET) $(TZDATE_OPTS)
65 $(TARGET) : $(OBJECTS)
  /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 664 milliseconds

1 2 3 4 5 6 7 8 91011>>