HomeSort by relevance Sort by last modified time
    Searched defs:SCRIPTS (Results 1 - 7 of 7) sorted by null

  /external/dhcpcd-6.8.2/dhcpcd-hooks/
Makefile 6 SCRIPTS= 01-test 02-dump
7 SCRIPTS+= 10-mtu 10-wpa_supplicant 15-timezone 20-resolv.conf
8 SCRIPTS+= 29-lookup-hostname 30-hostname
9 SCRIPTS+= ${HOOKSCRIPTS}
24 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} ${DESTDIR}${SCRIPTSDIR}
30 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} /tmp/${DISTPREFIX}/dhcpcd-hooks
  /external/iproute2/ip/
Makefile 19 SCRIPTS=ifcfg rtpr routel routef
22 all: $(TARGETS) $(SCRIPTS)
32 install -m 0755 $(SCRIPTS) $(DESTDIR)$(SBINDIR)
  /external/blktrace/
Makefile 6 SCRIPTS = btrace
8 ALL = $(PROGS) $(SCRIPTS) btt/btt btreplay/btrecord btreplay/btreplay \
  /external/scapy/
setup.py 43 SCRIPTS = ['bin/scapy', 'bin/UTscapy']
44 # On Windows we also need additional batch files to run the above scripts
46 SCRIPTS += ['bin/scapy.bat', 'bin/UTscapy.bat']
65 scripts=SCRIPTS, variable
  /external/dhcpcd-6.8.2/
Makefile 33 SCRIPTS= dhcpcd-run-hooks
103 all: config.h ${PROG} ${SCRIPTS} ${MAN5} ${MAN8} ${FILES}
142 _scriptsinstall: ${SCRIPTS}
144 ${INSTALL} -m ${BINMODE} ${SCRIPTS} ${DESTDIR}${SCRIPTSDIR}
  /external/dtc/
Makefile 90 localver_scm = $(shell $(CONFIG_SHELL) ./scripts/setlocalversion)
125 SCRIPTS = dtdiff
191 install-bin: all $(SCRIPTS)
194 $(INSTALL) $(BIN) $(SCRIPTS) $(DESTDIR)$(BINDIR)
  /external/fio/
Makefile 29 SCRIPTS = $(addprefix $(SRCDIR)/,tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio tools/fiologparser.py tools/hist/fiologparser_hist.py)
305 all: $(PROGS) $(T_TEST_PROGS) $(SCRIPTS) FORCE
455 install: $(PROGS) $(SCRIPTS) tools/plot/fio2gnuplot.1 FORCE
457 $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)

Completed in 427 milliseconds