1- # Makefile.in generated automatically by automake 1.4 from Makefile.am
1+ # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
22
3- # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
3+ # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
44# This Makefile.in is free software; the Free Software Foundation
55# gives unlimited permission to copy and/or distribute it,
66# with or without modifications, as long as this notice is preserved.
@@ -312,7 +312,7 @@ GAS_CFILES = \
312312 write.c
313313
314314
315- CFILES = $(GAS_CFILES ) gasp.c itbl-ops.c
315+ CFILES = $(GAS_CFILES ) itbl-ops.c
316316
317317HFILES = \
318318 as.h \
@@ -570,8 +570,8 @@ POTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \
570570 $(HFILES ) $(CFILES ) $(GAS_CFILES )
571571
572572
573- # Note: GASP is now deprecated and will be removed at some point in the future.
574- # Anything that GASP could do can now be done by GAS .
573+ # Note: GASP is now deprecated and has been removed. It is still
574+ # available in the CVS archive or older binutils releases if it is needed .
575575noinst_PROGRAMS = as-new
576576noinst_SCRIPTS = $(GDBINIT )
577577EXTRA_SCRIPTS = .gdbinit
@@ -621,10 +621,6 @@ as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
621621 $(extra_objects ) $(GASLIBS ) $(INTLDEPS )
622622
623623
624- gasp_new_SOURCES = gasp.c macro.c sb.c hash.c
625- gasp_new_LDADD = ../libiberty/libiberty.a $(INTLLIBS )
626- gasp_new_DEPENDENCIES = ../libiberty/libiberty.a $(INTLDEPS )
627-
628624EXPECT = ` if [ -f $$ {rootme}/../expect/expect ] ; then \
629625 echo $$ {rootme}/../expect/expect ; \
630626 else echo expect ; fi `
@@ -642,7 +638,7 @@ EXTRA_as_new_SOURCES = config/m68k-parse.y
642638
643639# stand-alone itbl assembler & disassembler
644640
645- EXTRA_PROGRAMS = gasp-new itbl-test
641+ EXTRA_PROGRAMS = itbl-test
646642itbl_test_SOURCES = itbl-parse.y itbl-lex.l
647643itbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS ) @LEXLIB@
648644
@@ -2380,9 +2376,6 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I.
23802376CPPFLAGS = @CPPFLAGS@
23812377LDFLAGS = @LDFLAGS@
23822378LIBS = @LIBS@
2383- gasp_new_OBJECTS = gasp.$(OBJEXT ) macro.$(OBJEXT ) sb.$(OBJEXT ) \
2384- hash.$(OBJEXT )
2385- gasp_new_LDFLAGS =
23862379itbl_test_OBJECTS = itbl-parse.$(OBJEXT ) itbl-lex.$(OBJEXT )
23872380itbl_test_DEPENDENCIES = itbl-tops.o itbl-test.o \
23882381../libiberty/libiberty.a
@@ -2414,10 +2407,10 @@ configure configure.in gdbinit.in itbl-lex.c itbl-parse.c
24142407
24152408DISTFILES = $(DIST_COMMON ) $(SOURCES ) $(HEADERS ) $(TEXINFOS ) $(EXTRA_DIST )
24162409
2417- TAR = tar
2410+ TAR = gtar
24182411GZIP_ENV = --best
2419- SOURCES = $(gasp_new_SOURCES ) $( itbl_test_SOURCES ) $(as_new_SOURCES ) $(EXTRA_as_new_SOURCES )
2420- OBJECTS = $(gasp_new_OBJECTS ) $( itbl_test_OBJECTS ) $(as_new_OBJECTS )
2412+ SOURCES = $(itbl_test_SOURCES ) $(as_new_SOURCES ) $(EXTRA_as_new_SOURCES )
2413+ OBJECTS = $(itbl_test_OBJECTS ) $(as_new_OBJECTS )
24212414
24222415all : all-redirect
24232416.SUFFIXES :
@@ -2520,10 +2513,6 @@ distclean-libtool:
25202513
25212514maintainer-clean-libtool :
25222515
2523- gasp-new$(EXEEXT ) : $(gasp_new_OBJECTS ) $(gasp_new_DEPENDENCIES )
2524- @rm -f gasp-new$(EXEEXT )
2525- $(LINK ) $(gasp_new_LDFLAGS ) $(gasp_new_OBJECTS ) $(gasp_new_LDADD ) $(LIBS )
2526-
25272516itbl-test$(EXEEXT ) : $(itbl_test_OBJECTS ) $(itbl_test_DEPENDENCIES )
25282517 @rm -f itbl-test$(EXEEXT )
25292518 $(LINK ) $(itbl_test_LDFLAGS ) $(itbl_test_OBJECTS ) $(itbl_test_LDADD ) $(LIBS )
@@ -2575,7 +2564,7 @@ maintainer-clean-recursive:
25752564 dot_seen=no; \
25762565 rev=' ' ; list=' $(SUBDIRS)' ; for subdir in $$ list; do \
25772566 rev=" $$ subdir $$ rev" ; \
2578- test " $$ subdir" = " ." && dot_seen=yes; \
2567+ test " $$ subdir" ! = " ." || dot_seen=yes; \
25792568 done ; \
25802569 test " $$ dot_seen" = " no" && rev=" . $$ rev" ; \
25812570 target=` echo $@ | sed s/-recursive//` ; \
@@ -3274,8 +3263,6 @@ symbols.o: symbols.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h \
32743263 $(INCDIR)/obstack.h subsegs.h struc-symbol.h
32753264write.o : write.c $(INCDIR ) /symcat.h subsegs.h $(INCDIR ) /obstack.h \
32763265 output-file.h dwarf2dbg.h
3277- gasp.o : gasp.c $(INCDIR ) /getopt.h $(INCDIR ) /safe-ctype.h \
3278- sb.h macro.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
32793266itbl-ops.o : itbl-ops.c itbl-ops.h $(INCDIR ) /symcat.h
32803267e-crisaout.o : $(srcdir ) /config/e-crisaout.c $(INCDIR ) /symcat.h \
32813268 emul-target.h
0 commit comments