Lines Matching refs:PACKAGE
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)" \
133 echo "==> Making $(PACKAGE)-$(VER)/"
203 -rm -f $(PACKAGE)-$(VER)
204 ln -s proto-toplev $(PACKAGE)-$(VER)
210 echo "==> Making $(PACKAGE)-$(VER).tar"
211 -rm -f $(PACKAGE)-$(VER).tar
212 find $(PACKAGE)-$(VER) -follow $(CVS_NAMES) -prune \
214 | tar cTfh - $(PACKAGE)-$(VER).tar
218 echo "==> Bzipping $(PACKAGE)-$(VER).tar.bz2"
219 -rm -f $(PACKAGE)-$(VER).tar.bz2
220 $(BZIPPROG) -v -9 $(PACKAGE)-$(VER).tar
234 echo - 's /gdb-[0-9\.]*/$(PACKAGE)-'"$(VER)"'/'
236 -e 's/gdb-[0-9][0-9\.]*/$(PACKAGE)-'"$(VER)"'/'
286 $(MAKE) -f $(SELF) gdb-taz TOOL=gdb PACKAGE=insight \
291 $(MAKE) -f $(SELF) gdb-tar TOOL=gdb PACKAGE=insight \