mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
Tue May 12 13:29:20 1998 Jeff Holcomb <jeffh@cygnus.com>
* Makefile.in (install-only): Add images/icons.txt and images2/icons.txt to files that need to be installed.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Tue May 12 13:29:20 1998 Jeff Holcomb <jeffh@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in (install-only): Add images/icons.txt and
|
||||||
|
images2/icons.txt to files that need to be installed.
|
||||||
|
|
||||||
Tue May 5 09:30:25 1998 Christopher Faylor <cgf@cygnus.com>
|
Tue May 5 09:30:25 1998 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* gdbtk.c (_initialize_gdbtk): Use correct device names in
|
* gdbtk.c (_initialize_gdbtk): Use correct device names in
|
||||||
|
@ -605,7 +605,7 @@ install-only:
|
|||||||
$(SHELL) $(srcdir)/../mkinstalldirs $(datadir)/gdbtcl/help \
|
$(SHELL) $(srcdir)/../mkinstalldirs $(datadir)/gdbtcl/help \
|
||||||
$(datadir)/gdbtcl/help/images; \
|
$(datadir)/gdbtcl/help/images; \
|
||||||
cd $(srcdir)/gdbtcl2 ; \
|
cd $(srcdir)/gdbtcl2 ; \
|
||||||
for i in *.tcl images/*.gif images2/*.gif tclIndex help/*.html help/index.toc help/images/*.gif; \
|
for i in *.tcl images/*.gif images2/*.gif images/icons.txt images2/icons.txt tclIndex help/*.html help/index.toc help/images/*.gif; \
|
||||||
do \
|
do \
|
||||||
$(INSTALL_DATA) $$i $(datadir)/gdbtcl/$$i ; \
|
$(INSTALL_DATA) $$i $(datadir)/gdbtcl/$$i ; \
|
||||||
done ;
|
done ;
|
||||||
@ -726,22 +726,6 @@ gdb1$(EXEEXT): gdb$(EXEEXT)
|
|||||||
rm -f gdb1$(EXEEXT)
|
rm -f gdb1$(EXEEXT)
|
||||||
cp gdb$(EXEEXT) gdb1$(EXEEXT)
|
cp gdb$(EXEEXT) gdb1$(EXEEXT)
|
||||||
|
|
||||||
### fixme - this can't be right.
|
|
||||||
# This checks the configure.in file versus the config/ directory.
|
|
||||||
config-check: config-check-hosts config-check-targets
|
|
||||||
config-check-hosts:
|
|
||||||
grep gdb_host= $(srcdir)/configure.in | \
|
|
||||||
sed -e 's/.*gdb_host=//' -e 's/ ;;$$/.mh/' | sort -u >HOSTconf.o
|
|
||||||
(cd $(srcdir)/config; ls *.mh) >HOSTdir.o
|
|
||||||
diff -u HOSTconf.o HOSTdir.o
|
|
||||||
|
|
||||||
### fixme - nor can this.
|
|
||||||
config-check-targets:
|
|
||||||
grep gdb_target= $(srcdir)/configure.in | \
|
|
||||||
sed -e 's/.*gdb_target=//' -e 's/ ;;$$/.mh/' | sort -u >TARGconf.o
|
|
||||||
(cd $(srcdir)/config; ls *.mt) >TARGdir.o
|
|
||||||
diff -u HOSTconf.o HOSTdir.o
|
|
||||||
|
|
||||||
# FIXME. These are not generated by "make depend" because they only are there
|
# FIXME. These are not generated by "make depend" because they only are there
|
||||||
# for some machines.
|
# for some machines.
|
||||||
# But these rules don't do what we want; we want to hack the foo.o: tm.h
|
# But these rules don't do what we want; we want to hack the foo.o: tm.h
|
||||||
@ -799,15 +783,21 @@ distclean: clean
|
|||||||
rm -f config.log config.cache
|
rm -f config.log config.cache
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
|
|
||||||
maintainer-clean realclean: distclean clean
|
maintainer-clean: local-maintainer-clean do-maintainer-clean distclean
|
||||||
|
realclean: maintainer-clean
|
||||||
|
|
||||||
|
local-maintainer-clean:
|
||||||
@echo "This command is intended for maintainers to use;"
|
@echo "This command is intended for maintainers to use;"
|
||||||
@echo "it deletes files that may require special tools to rebuild."
|
@echo "it deletes files that may require special tools to rebuild."
|
||||||
@$(MAKE) $(FLAGS_TO_PASS) DO=maintainer-clean "DODIRS=$(SUBDIRS)" subdir_do
|
|
||||||
rm -f c-exp.tab.c jv-exp.tab.c f-exp.tab.c m2-exp.tab.c
|
rm -f c-exp.tab.c jv-exp.tab.c f-exp.tab.c m2-exp.tab.c
|
||||||
rm -f TAGS $(INFOFILES)
|
rm -f TAGS $(INFOFILES)
|
||||||
rm -f $(YYFILES)
|
rm -f $(YYFILES)
|
||||||
rm -f nm.h tm.h xm.h config.status
|
rm -f nm.h tm.h xm.h config.status
|
||||||
|
|
||||||
|
do-maintainer-clean:
|
||||||
|
@$(MAKE) $(FLAGS_TO_PASS) DO=maintainer-clean "DODIRS=$(SUBDIRS)" \
|
||||||
|
subdir_do
|
||||||
|
|
||||||
diststuff: $(DISTSTUFF)
|
diststuff: $(DISTSTUFF)
|
||||||
cd doc; $(MAKE) $(MFLAGS) all-doc
|
cd doc; $(MAKE) $(MFLAGS) all-doc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user