Lines Matching refs:PACKAGE
81 PACKAGE = $(TOOL)
86 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
90 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
94 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
98 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
105 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
109 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
113 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
117 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
124 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
128 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
134 echo "==> Making $(PACKAGE)-$(VER)/"
204 -rm -f $(PACKAGE)-$(VER)
205 ln -s proto-toplev $(PACKAGE)-$(VER)
211 echo "==> Making $(PACKAGE)-$(VER).tar"
212 -rm -f $(PACKAGE)-$(VER).tar
213 find $(PACKAGE)-$(VER) -follow $(CVS_NAMES) -prune \
215 | tar cTfh - $(PACKAGE)-$(VER).tar
219 echo "==> Bzipping $(PACKAGE)-$(VER).tar.bz2"
220 -rm -f $(PACKAGE)-$(VER).tar.bz2
221 $(BZIPPROG) -v -9 $(PACKAGE)-$(VER).tar
235 echo - 's /gdb-[0-9\.]*/$(PACKAGE)-'"$(VER)"'/'
237 -e 's/gdb-[0-9][0-9\.]*/$(PACKAGE)-'"$(VER)"'/'
287 $(MAKE) -f $(SELF) gdb-taz TOOL=gdb PACKAGE=insight \
292 $(MAKE) -f $(SELF) gdb-tar TOOL=gdb PACKAGE=insight \