HomeSort by relevance Sort by last modified time
    Searched refs:TARGETS (Results 1 - 14 of 14) sorted by null

  /external/icu4c/samples/uresb/
resources.mak 4 TARGETS = en.res root.res sr.res
14 all : $(TARGETS)
15 @echo All targets are up to date
18 -erase $(TARGETS)
  /external/iproute2/misc/
Makefile 4 TARGETS=ss nstat ifstat rtacct arpd lnstat
8 all: $(TARGETS)
30 install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
35 rm -f *.o $(TARGETS) ssfilter.c
  /external/iproute2/ip/
Makefile 12 TARGETS=ip rtmon
14 all: $(TARGETS) $(SCRIPTS) $(LIBS)
21 install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
25 rm -f $(ALLOBJ) $(TARGETS)
  /external/proguard/build/
makefile 22 TARGETS = $(PROGUARD) $(PROGUARD_GUI) $(RETRACE) $(ANT_TASK) $(WTK_PLUGIN)
38 # The various targets.
76 $(foreach TARGET,$(TARGETS),$(eval $(call TARGETRULE,$(TARGET))))
94 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONAL_TARGETS)
  /external/ppp/pppd/
Makefile.linux 12 TARGETS = pppd
101 TARGETS += srp-entry
200 all: $(TARGETS)
221 rm -f $(PPPDOBJS) $(EXTRACLEAN) $(TARGETS) *~ #* core
  /external/collada/include/1.4/dom/
domMorph.h 39 * The targets element declares the morph targets, their weights and any user
45 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::TARGETS; }
128 * The targets element declares the morph targets, their weights and any user
181 * Gets the targets element.
182 * @return a daeSmartRef to the targets element.
domTypes.h     [all...]
  /external/llvm/utils/buildit/
GNUmakefile 7 # You can specify TARGETS=ppc (or i386) on the buildit command line to limit the
10 # in TARGETS.
23 targets = echo $(RC_ARCHS) macro
24 TARGETS := $(shell $(targets))
67 $(SRC)/utils/buildit/build_llvm "$(RC_ARCHS)" "$(TARGETS)" \
build_llvm 17 # FIXME: The list of targets is currently hard-coded and TARGETS is not used.
18 TARGETS="$2"
113 configure_opts="--enable-targets=arm --host=arm-apple-darwin10 \
117 configure_opts="--enable-targets=x86 --host=i686-apple-darwin_sim \
120 configure_opts="--enable-targets=arm,x86,cbe"
  /external/quake/quake/src/QW/
Makefile.Solaris 37 TARGETS=$(BUILDDIR)/qwsv
42 $(MAKE) targets BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(DEBUG_CFLAGS)"
47 $(MAKE) targets BUILDDIR=$(BUILD_RELEASE_DIR) CFLAGS="$(RELEASE_CFLAGS)"
51 targets: $(TARGETS)
Makefile.Linux 71 TARGETS=$(BUILDDIR)/qwsv
74 TARGETS=$(BUILDDIR)/qwsv $(BUILDDIR)/qwcl $(BUILDDIR)/qwcl.x11 $(BUILDDIR)/glqwcl $(BUILDDIR)/glqwcl.glx
82 $(MAKE) targets BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(DEBUG_CFLAGS)"
89 $(MAKE) targets BUILDDIR=$(BUILD_RELEASE_DIR) CFLAGS="$(RELEASE_CFLAGS)"
93 targets: $(TARGETS)
  /external/quake/quake/src/WinQuake/
Makefile.Solaris 37 TARGETS=$(BUILDDIR)/quake.sw $(BUILDDIR)/quake.xil
41 $(MAKE) targets BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(DEBUG_CFLAGS)"
45 $(MAKE) targets BUILDDIR=$(BUILD_RELEASE_DIR) CFLAGS="$(RELEASE_CFLAGS)"
49 targets: $(TARGETS)
Makefile.linuxi386 67 TARGETS=$(BUILDDIR)/bin/squake \
81 $(MAKE) targets BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(DEBUG_CFLAGS)"
90 $(MAKE) targets BUILDDIR=$(BUILD_RELEASE_DIR) CFLAGS="$(RELEASE_CFLAGS)"
94 targets: $(TARGETS)
    [all...]
  /external/qemu/
android-configure.sh 99 echo " --install=FILEPATH copy emulator executable to FILEPATH [$TARGETS]"
213 log "Targets : TARGETS=$OPTION_TARGETS"

Completed in 160 milliseconds