Lines Matching refs:PACKAGE
78 PACKAGE = $(TOOL)
83 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
87 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
91 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
95 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
102 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
106 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
110 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
114 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
121 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
125 TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
131 echo "==> Making $(PACKAGE)-$(VER)/"
207 -rm -f $(PACKAGE)-$(VER)
208 ln -s proto-toplev $(PACKAGE)-$(VER)
214 echo "==> Making $(PACKAGE)-$(VER).tar"
215 -rm -f $(PACKAGE)-$(VER).tar
216 find $(PACKAGE)-$(VER) -follow $(CVS_NAMES) -prune \
218 | tar cTfh - $(PACKAGE)-$(VER).tar
222 echo "==> Bzipping $(PACKAGE)-$(VER).tar.bz2"
223 -rm -f $(PACKAGE)-$(VER).tar.bz2
224 $(BZIPPROG) -v -9 $(PACKAGE)-$(VER).tar
237 echo - 's /gdb-[0-9\.]*/$(PACKAGE)-'"$(VER)"'/'
239 -e 's/gdb-[0-9][0-9\.]*/$(PACKAGE)-'"$(VER)"'/'
302 $(MAKE) -f $(SELF) gdb-taz TOOL=gdb PACKAGE=gdb+dejagnu \
307 $(MAKE) -f $(SELF) gdb-tar TOOL=gdb PACKAGE=gdb+dejagnu \
314 $(MAKE) -f $(SELF) gdb-taz TOOL=gdb PACKAGE=insight \
319 $(MAKE) -f $(SELF) gdb-tar TOOL=gdb PACKAGE=insight \
326 $(MAKE) -f $(SELF) gdb-taz TOOL=gdb PACKAGE="insight+dejagnu" \
331 $(MAKE) -f $(SELF) gdb-tar TOOL=gdb PACKAGE="insight+dejagnu" \