|
|
|
@ -1,8 +1,8 @@ |
|
|
|
# Makefile.in generated by automake 1.9.3 from Makefile.am.
|
|
|
|
# Makefile.in generated by automake 1.9.5 from Makefile.am.
|
|
|
|
# @configure_input@
|
|
|
|
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
|
|
# 2003, 2004 Free Software Foundation, Inc.
|
|
|
|
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
@ -262,6 +262,9 @@ SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \ |
|
|
|
TEXIDIR = $(srcdir)/../../texinfo/fsf |
|
|
|
info_TEXINFOS = bfd.texinfo |
|
|
|
MKDOC = chew$(EXEEXT_FOR_BUILD) |
|
|
|
INCLUDES = -D_GNU_SOURCE -I.. -I$(srcdir)/.. -I$(srcdir)/../../include \
|
|
|
|
-I$(srcdir)/../../intl -I../../intl |
|
|
|
|
|
|
|
LIBBFD_H_DEP = \
|
|
|
|
$(srcdir)/../libbfd-in.h \
|
|
|
|
$(srcdir)/../init.c \
|
|
|
|
@ -405,7 +408,7 @@ bfd.html: bfd.texinfo |
|
|
|
$(DVIPS) -o $@ $< |
|
|
|
|
|
|
|
uninstall-info-am: |
|
|
|
$(PRE_UNINSTALL) |
|
|
|
@$(PRE_UNINSTALL) |
|
|
|
@if (install-info --version && \
|
|
|
|
install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
|
|
|
|
list='$(INFO_DEPS)'; \
|
|
|
|
@ -421,7 +424,7 @@ uninstall-info-am: |
|
|
|
relfile=`echo "$$file" | sed 's|^.*/||'`; \
|
|
|
|
relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
|
|
|
|
(if cd "$(DESTDIR)$(infodir)"; then \
|
|
|
|
echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9])"; \
|
|
|
|
echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
|
|
|
|
rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
|
|
|
|
else :; fi); \
|
|
|
|
done |
|
|
|
@ -587,7 +590,7 @@ $(MKDOC): chew.o |
|
|
|
$(CC_FOR_BUILD) -o $(MKDOC) chew.o $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) |
|
|
|
|
|
|
|
chew.o: chew.c |
|
|
|
$(CC_FOR_BUILD) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include -I$(srcdir)/../../intl -I../../intl $(H_CFLAGS) $(CFLAGS_FOR_BUILD) $(srcdir)/chew.c |
|
|
|
$(CC_FOR_BUILD) -c $(INCLUDES) $(H_CFLAGS) $(CFLAGS_FOR_BUILD) $(srcdir)/chew.c |
|
|
|
|
|
|
|
protos: libbfd.h libcoff.h bfd.h |
|
|
|
|
|
|
|
|