In bfd/:
[deliverable/binutils-gdb.git] / Makefile.in
index f4e34a4f98e996fe80ae739cae81da56a803f670..beab8be4fb1f61ef90eff76c6f38f8a289094122 100644 (file)
@@ -1632,6 +1632,7 @@ configure-target-libiberty: $(ALL_GCC)
 all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newlib
 all-target: $(ALL_TARGET_MODULES)
 install-target: $(INSTALL_TARGET_MODULES)
+install-gdb: install-tcl install-tk install-itcl install-tix install-libgui
 ### other supporting targets
 
 MAKEDIRS= \
@@ -1746,14 +1747,19 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
        else \
          ver=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`; \
        fi; \
-       $(MAKE) -f Makefile.in do-tar-bz2 TOOL=$(TOOL) VER=$$ver
+       if test x"$(PACKAGE)" = x; then \
+         package="$(TOOL)"; \
+       else \
+         package="$(PACKAGE)"; \
+       fi; \
+       $(MAKE) -f Makefile.in do-tar-bz2 TOOL=$(TOOL) VER=$$ver PACKAGE=$$package
 
 do-tar-bz2:
-       echo "==> Making $(TOOL)-$(VER).tar.bz2"
-       -rm -f $(TOOL)-$(VER)
-       ln -s proto-toplev $(TOOL)-$(VER)
-       tar cfh $(TOOL)-$(VER).tar $(TOOL)-$(VER)
-       $(BZIPPROG) -v -9 $(TOOL)-$(VER).tar
+       echo "==> Making $(PACKAGE)-$(VER).tar.bz2"
+       -rm -f $(PACKAGE)-$(VER)
+       ln -s proto-toplev $(PACKAGE)-$(VER)
+       tar cfh $(PACKAGE)-$(VER).tar $(PACKAGE)-$(VER)
+       $(BZIPPROG) -v -9 $(PACKAGE)-$(VER).tar
 
 TEXINFO_SUPPORT= texinfo/texinfo.tex
 DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
@@ -1794,6 +1800,30 @@ gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
        $(MAKE) -f Makefile.in taz TOOL=gdb \
                SUPPORT_FILES="$(GDB_SUPPORT_DIRS)"
 
+.PHONY: dejagnu.tar.bz2
+DEJAGNU_SUPPORT_DIRS=  tcl expect libiberty
+dejagnu.tar.bz2: $(DIST_SUPPORT) $(DEJAGNU_SUPPORT_DIRS) dejagnu
+       $(MAKE) -f Makefile.in taz TOOL=dejagnu \
+               SUPPORT_FILES="$(DEJAGNU_SUPPORT_DIRS)"
+
+.PHONY: gdb+dejagnu.tar.bz2
+GDBD_SUPPORT_DIRS= $(GDB_SUPPORT_DIRS) tcl expect dejagnu
+gdb+dejagnu.tar.bz2: $(DIST_SUPPORT) $(GDBD_SUPPORT_DIRS) gdb
+       $(MAKE) -f Makefile.in taz TOOL=gdb PACKAGE=gdb+dejagnu \
+               SUPPORT_FILES="$(GDBD_SUPPORT_DIRS)"
+
+.PHONY: insight.tar.bz2
+INSIGHT_SUPPORT_DIRS= $(GDB_SUPPORT_DIRS) tcl tk itcl tix libgui
+insight.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
+       $(MAKE) -f Makefile.in taz TOOL=gdb PACKAGE=insight \
+               SUPPORT_FILES="$(INSIGHT_SUPPORT_DIRS)"
+
+.PHONY: insight+dejagnu.tar.bz2
+INSIGHTD_SUPPORT_DIRS= $(INSIGHT_SUPPORT_DIRS) expect dejagnu
+insight+dejagnu.tar.bz2: $(DIST_SUPPORT) $(INSIGHTD_SUPPORT_DIRS) gdb
+       $(MAKE) -f Makefile.in taz TOOL=gdb PACKAGE="insight+dejagnu" \
+               SUPPORT_FILES="$(INSIGHTD_SUPPORT_DIRS)"
+
 .PHONY: newlib.tar.bz2
 NEWLIB_SUPPORT_DIRS=libgloss
 # taz configures for the sun4 target which won't configure newlib.
This page took 0.023274 seconds and 4 git commands to generate.