Searched refs:PROGRAMS (Results 1 – 25 of 83) sorted by relevance
1234
/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/grub/ |
D | depcomp | 39 Run PROGRAMS ARGS to compile a file, generating dependencies 44 source Source file read by `PROGRAMS ARGS'.
|
/external/strace/ |
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/dbus/ |
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/libffi/ |
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/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/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/srec/tools/thirdparty/OpenFst/ |
D | README | 22 USING WITH YOUR OWN PROGRAMS:
|
/external/chromium/third_party/libevent/sample/ |
D | Makefile.in | 46 PROGRAMS = $(noinst_PROGRAMS) 339 all-am: Makefile $(PROGRAMS)
|
/external/grub/stage1/ |
D | Makefile.in | 52 PROGRAMS = $(noinst_PROGRAMS) 340 all-am: Makefile $(PROGRAMS) $(DATA)
|
/external/elfutils/src/ |
D | Makefile | 73 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) macro 505 all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
|
D | Makefile.in | 73 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) 505 all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
|
/external/grub/grub/ |
D | Makefile.in | 54 PROGRAMS = $(sbin_PROGRAMS) 354 all-am: Makefile $(PROGRAMS)
|
/external/bison/src/ |
D | Makefile.in | 80 PROGRAMS = $(bin_PROGRAMS) 517 all-am: Makefile $(PROGRAMS) $(SCRIPTS)
|
D | Makefile | 80 PROGRAMS = $(bin_PROGRAMS) macro 517 all-am: Makefile $(PROGRAMS) $(SCRIPTS)
|
/external/grub/util/ |
D | Makefile.in | 59 PROGRAMS = $(bin_PROGRAMS) 385 all-am: Makefile $(PROGRAMS) $(SCRIPTS)
|
/external/chromium/third_party/libevent/test/ |
D | Makefile.in | 47 PROGRAMS = $(noinst_PROGRAMS) 374 all-am: Makefile $(PROGRAMS)
|
1234