includedir = $(prefix)/include
docdir = $(datadir)/doc
-VERSION=2.1.4
+VERSION=cygnus-2.2.1
SHELL = /bin/sh
$(srcdir)/symbols.c \
$(srcdir)/write.c \
$(srcdir)/listing.c \
+ $(srcdir)/ecoff.c \
$(srcdir)/xmalloc.c
# in an expedient order
$(srcdir)/struc-symbol.h \
$(srcdir)/subsegs.h \
$(srcdir)/symbols.h \
- $(srcdir)/write.h
+ $(srcdir)/write.h \
+ $(srcdir)/ecoff.h
LINKED_HEADERS = \
a.out.gnu.h \
symbols.o \
write.o \
listing.o \
+ ecoff.o \
xmalloc.o
#### host, target, and site specific Makefile frags come in here.
targ-cpu.h struc-symbol.h \
write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h \
subsegs.h output-file.h
+ecoff.o : ecoff.c as.h host.h targ-env.h obj-format.h \
+ targ-cpu.h struc-symbol.h \
+ write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h \
+ ecoff.h $(srcdir)/../include/coff/internal.h \
+ $(srcdir)/../include/coff/sym.h $(srcdir)/../include/coff/ecoff.h \
+ $(srcdir)/../include/coff/symconst.h $(srcdir)/../include/aout/stab_gnu.h
xmalloc.o : xmalloc.c
atof-targ.o : atof-targ.c as.h host.h targ-env.h obj-format.h \
targ-cpu.h struc-symbol.h \