Searched refs:PROGRAMS (Results 1 – 25 of 112) sorted by relevance
12345
/external/dropbear/ |
D | Makefile.in | 12 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))
|
D | INSTALL | 13 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
|
D | MULTI | 12 make PROGRAMS="programs you want here" MULTI=1
|
D | SMALL | 4 make PROGRAMS=dropbear
|
/external/llvm/autoconf/ |
D | depcomp | 39 Run PROGRAMS ARGS to compile a file, generating dependencies 44 source Source file read by `PROGRAMS ARGS'.
|
/external/grub/ |
D | depcomp | 39 Run PROGRAMS ARGS to compile a file, generating dependencies 44 source Source file read by `PROGRAMS ARGS'.
|
/external/libvorbis/ |
D | depcomp | 39 Run PROGRAMS ARGS to compile a file, generating dependencies 44 source Source file read by `PROGRAMS ARGS'.
|
/external/libogg/ |
D | depcomp | 39 Run PROGRAMS ARGS to compile a file, generating dependencies 44 source Source file read by `PROGRAMS ARGS'.
|
/external/bison/build-aux/ |
D | depcomp | 39 Run PROGRAMS ARGS to compile a file, generating dependencies 44 source Source file read by `PROGRAMS ARGS'.
|
/external/genext2fs/ |
D | depcomp | 39 Run PROGRAMS ARGS to compile a file, generating dependencies 44 source Source file read by `PROGRAMS ARGS'.
|
/external/libusb/ |
D | depcomp | 40 Run PROGRAMS ARGS to compile a file, generating dependencies 45 source Source file read by `PROGRAMS ARGS'.
|
/external/libffi/ |
D | depcomp | 40 Run PROGRAMS ARGS to compile a file, generating dependencies 45 source Source file read by `PROGRAMS ARGS'.
|
/external/srec/tools/thirdparty/OpenFst/ |
D | README | 22 USING WITH YOUR OWN PROGRAMS:
|
/external/chromium/sdch/open-vcdiff/ |
D | depcomp | 40 Run PROGRAMS ARGS to compile a file, generating dependencies 45 source Source file read by `PROGRAMS ARGS'.
|
/external/libpng/ |
D | depcomp | 38 Run PROGRAMS ARGS to compile a file, generating dependencies 43 source Source file read by `PROGRAMS ARGS'.
|
D | CMakeLists.txt | 252 install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/libpng-config DESTINATION bin) 253 install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${PNGLIB_NAME}-config
|
/external/protobuf/ |
D | depcomp | 40 Run PROGRAMS ARGS to compile a file, generating dependencies 45 source Source file read by `PROGRAMS ARGS'.
|
/external/elfutils/config/ |
D | depcomp | 40 Run PROGRAMS ARGS to compile a file, generating dependencies 45 source Source file read by `PROGRAMS ARGS'.
|
/external/protobuf/gtest/build-aux/ |
D | depcomp | 40 Run PROGRAMS ARGS to compile a file, generating dependencies 45 source Source file read by `PROGRAMS ARGS'.
|
/external/libusb-compat/ |
D | depcomp | 40 Run PROGRAMS ARGS to compile a file, generating dependencies 45 source Source file read by `PROGRAMS ARGS'.
|
/external/openfst/ |
D | depcomp | 38 Run PROGRAMS ARGS to compile a file, generating dependencies 43 source Source file read by `PROGRAMS ARGS'.
|
/external/libmtp/ |
D | depcomp | 38 Run PROGRAMS ARGS to compile a file, generating dependencies 43 source Source file read by `PROGRAMS ARGS'.
|
/external/stressapptest/ |
D | depcomp | 40 Run PROGRAMS ARGS to compile a file, generating dependencies 45 source Source file read by `PROGRAMS ARGS'.
|
/external/libcap-ng/libcap-ng-0.7/ |
D | depcomp | 38 Run PROGRAMS ARGS to compile a file, generating dependencies 43 source Source file read by `PROGRAMS ARGS'.
|
/external/linux-tools-perf/ |
D | Makefile | 196 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