Lines Matching refs:TOOL
69 VER = ` if grep 'AM_INIT_AUTOMAKE.*BFD_VERSION' $(TOOL)/configure.in >/dev/null 2>&1; then \
71 elif grep AM_INIT_AUTOMAKE $(TOOL)/configure.in >/dev/null 2>&1; then \
72 sed < $(TOOL)/configure.in -n 's/AM_INIT_AUTOMAKE[^,]*, *\([^)]*\))/\1/p'; \
73 elif test -f $(TOOL)/version.in; then \
74 head -1 $(TOOL)/version.in; \
75 elif grep VERSION $(TOOL)/Makefile.in > /dev/null 2>&1; then \
76 sed < $(TOOL)/Makefile.in -n 's/^VERSION *= *//p'; \
80 PACKAGE = $(TOOL)
85 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
89 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
93 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
97 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
104 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
108 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
112 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
116 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
123 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
127 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
146 set -e ; dirs="$(DEVO_SUPPORT) $(SUPPORT_FILES) $(TOOL)" ; \
246 $(MAKE) -f $(SELF) taz TOOL=gas \
254 $(MAKE) -f $(SELF) taz TOOL=binutils \
261 $(MAKE) -f $(SELF) taz TOOL=gas \
267 $(MAKE) -f $(SELF) taz TOOL=gnats \
274 $(MAKE) -f $(SELF) gdb-taz TOOL=gdb \
279 $(MAKE) -f $(SELF) gdb-tar TOOL=gdb \
286 $(MAKE) -f $(SELF) gdb-taz TOOL=gdb PACKAGE=insight \
291 $(MAKE) -f $(SELF) gdb-tar TOOL=gdb PACKAGE=insight \