Home
last modified time | relevance | path

Searched refs:PROGRAMS (Results 1 – 25 of 112) sorted by relevance

12345

/external/dropbear/
DMakefile.in12 ifndef PROGRAMS
13 PROGRAMS=dropbear dbclient dropbearkey dropbearconvert
81 ifneq (,$(strip $(foreach prog, $(PROGRAMS), $(findstring ZdropbearZ, Z$(prog)Z))))
84 ifneq (,$(strip $(foreach prog, $(PROGRAMS), $(findstring ZdbclientZ, Z$(prog)Z))))
101 TARGETS=$(PROGRAMS)
120 installdropbearmulti: insdbmulti $(addprefix insmulti, $(PROGRAMS))
168 MULTIOBJS=dbmulti.o $(sort $(foreach prog, $(PROGRAMS), $($(prog)objs)))
169 CFLAGS+=$(addprefix -DDBMULTI_, $(PROGRAMS)) -DDROPBEAR_MULTI
177 multilink: multibinary $(addprefix link, $(PROGRAMS))
DINSTALL13 make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
17 make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install
19 (you can leave items out of the PROGRAMS list to avoid compiling them. If you
20 recompile after changing the PROGRAMS list, you *MUST* "make clean" before
DMULTI12 make PROGRAMS="programs you want here" MULTI=1
DSMALL4 make PROGRAMS=dropbear
/external/llvm/autoconf/
Ddepcomp39 Run PROGRAMS ARGS to compile a file, generating dependencies
44 source Source file read by `PROGRAMS ARGS'.
/external/grub/
Ddepcomp39 Run PROGRAMS ARGS to compile a file, generating dependencies
44 source Source file read by `PROGRAMS ARGS'.
/external/libvorbis/
Ddepcomp39 Run PROGRAMS ARGS to compile a file, generating dependencies
44 source Source file read by `PROGRAMS ARGS'.
/external/libogg/
Ddepcomp39 Run PROGRAMS ARGS to compile a file, generating dependencies
44 source Source file read by `PROGRAMS ARGS'.
/external/bison/build-aux/
Ddepcomp39 Run PROGRAMS ARGS to compile a file, generating dependencies
44 source Source file read by `PROGRAMS ARGS'.
/external/genext2fs/
Ddepcomp39 Run PROGRAMS ARGS to compile a file, generating dependencies
44 source Source file read by `PROGRAMS ARGS'.
/external/libusb/
Ddepcomp40 Run PROGRAMS ARGS to compile a file, generating dependencies
45 source Source file read by `PROGRAMS ARGS'.
/external/libffi/
Ddepcomp40 Run PROGRAMS ARGS to compile a file, generating dependencies
45 source Source file read by `PROGRAMS ARGS'.
/external/srec/tools/thirdparty/OpenFst/
DREADME22 USING WITH YOUR OWN PROGRAMS:
/external/chromium/sdch/open-vcdiff/
Ddepcomp40 Run PROGRAMS ARGS to compile a file, generating dependencies
45 source Source file read by `PROGRAMS ARGS'.
/external/libpng/
Ddepcomp38 Run PROGRAMS ARGS to compile a file, generating dependencies
43 source Source file read by `PROGRAMS ARGS'.
DCMakeLists.txt252 install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/libpng-config DESTINATION bin)
253 install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${PNGLIB_NAME}-config
/external/protobuf/
Ddepcomp40 Run PROGRAMS ARGS to compile a file, generating dependencies
45 source Source file read by `PROGRAMS ARGS'.
/external/elfutils/config/
Ddepcomp40 Run PROGRAMS ARGS to compile a file, generating dependencies
45 source Source file read by `PROGRAMS ARGS'.
/external/protobuf/gtest/build-aux/
Ddepcomp40 Run PROGRAMS ARGS to compile a file, generating dependencies
45 source Source file read by `PROGRAMS ARGS'.
/external/libusb-compat/
Ddepcomp40 Run PROGRAMS ARGS to compile a file, generating dependencies
45 source Source file read by `PROGRAMS ARGS'.
/external/openfst/
Ddepcomp38 Run PROGRAMS ARGS to compile a file, generating dependencies
43 source Source file read by `PROGRAMS ARGS'.
/external/libmtp/
Ddepcomp38 Run PROGRAMS ARGS to compile a file, generating dependencies
43 source Source file read by `PROGRAMS ARGS'.
/external/stressapptest/
Ddepcomp40 Run PROGRAMS ARGS to compile a file, generating dependencies
45 source Source file read by `PROGRAMS ARGS'.
/external/libcap-ng/libcap-ng-0.7/
Ddepcomp38 Run PROGRAMS ARGS to compile a file, generating dependencies
43 source Source file read by `PROGRAMS ARGS'.
/external/linux-tools-perf/
DMakefile196 PROGRAMS += $(OUTPUT)perf
201 ALL_PROGRAMS = $(PROGRAMS) $(SCRIPTS)
659 strip: $(PROGRAMS) $(OUTPUT)perf
660 $(STRIP) $(STRIP_OPTS) $(PROGRAMS) $(OUTPUT)perf
747 $(patsubst perf-%,%.o,$(PROGRAMS)): $(LIB_H) $(wildcard */*.h)

12345