* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index bd673c923bc3dcc4548f16bdc7826805993ce44b..d8cb06e8194d2f11374962fc021d650d555e331b 100644 (file)
@@ -506,6 +506,9 @@ uninstall: force
 # We do this by grepping through sources.  If that turns out to be too slow,
 # maybe we could just require every .o file to have an initialization routine
 # of a given name (remote-udi.o -> _initialize_remote_udi, etc.).
+#
+# Formatting conventions:  The name of the _initialize_* routines must start
+# in column zero, and must not be inside #if.
 init.c: $(OBS) $(TSOBS)
        @echo Making init.c
        @rm -f init.c-tmp
@@ -726,7 +729,7 @@ distclean: clean
 
 realclean: clean
        @$(MAKE) $(FLAGS_TO_PASS) DO=realclean "DODIRS=$(SUBDIRS)" subdir_do
-       rm -f c-exp.tab.c m2-exp.tab.c ch-exp.tab.c TAGS
+       rm -f c-exp.tab.c m2-exp.tab.c ch-exp.tab.c TAGS $(INFOFILES)
        rm -f nm.h tm.h xm.h config.status
        rm -f y.output yacc.acts yacc.tmp
        rm -f Makefile
@@ -772,8 +775,8 @@ copying.c: COPYING copying.awk
 
 version.c: Makefile
        echo 'char *version = "$(VERSION)";' >version.c
-       echo 'char *host_canonical = "$(host_canonical)";' >> version.c
-       echo 'char *target_canonical = "$(target_canonical)";' >> version.c
+       echo 'char *host_name = "$(host_alias)";' >> version.c
+       echo 'char *target_name = "$(target_alias)";' >> version.c
 
 # c-exp.tab.c is generated in objdir from c-exp.y if it doesn't exist
 # in srcdir, then compiled in objdir to c-exp.tab.o.
@@ -960,7 +963,7 @@ ALLPARAM = config/a29k/nm-ultra3.h config/a29k/tm-a29k.h \
        config/m88k/xm-delta88.h config/m88k/xm-delta88v4.h \
        config/m88k/xm-dgux.h config/m88k/xm-m88k.h \
        config/mips/nm-irix3.h \
-       config/mips/nm-irix4.h config/mips/irix5.h \
+       config/mips/nm-irix4.h config/mips/nm-irix5.h \
        config/mips/nm-mips.h config/mips/nm-riscos.h \
        config/mips/nm-news-mips.h config/mips/tm-bigmips.h \
        config/mips/tm-idt.h config/mips/tm-idtl.h \
This page took 0.023626 seconds and 4 git commands to generate.