mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Modified to generate the right includes for the new files
This commit is contained in:
@ -20,14 +20,16 @@ DOCFILES = aoutx.texi archive.texi archures.texi \
|
|||||||
bfd.texi cache.texi coffcode.texi \
|
bfd.texi cache.texi coffcode.texi \
|
||||||
core.texi format.texi libbfd.texi \
|
core.texi format.texi libbfd.texi \
|
||||||
opncls.texi reloc.texi section.texi \
|
opncls.texi reloc.texi section.texi \
|
||||||
syms.texi targets.texi
|
syms.texi targets.texi init.texi
|
||||||
|
|
||||||
|
|
||||||
PROTOS = archive.p archures.p bfd.p \
|
PROTOS = archive.p archures.p bfd.p \
|
||||||
coffcode.p core.p format.p \
|
coffcode.p core.p format.p \
|
||||||
libbfd.p opncls.p reloc.p \
|
libbfd.p opncls.p reloc.p \
|
||||||
section.p syms.p targets.p
|
section.p syms.p targets.p \
|
||||||
|
format.p coffcode.p core.p howto.p machines.p init.p
|
||||||
|
|
||||||
IPROTOS = cache.ip libbfd.ip reloc.ip
|
IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip
|
||||||
|
|
||||||
# SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction
|
# SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction
|
||||||
# between VPATH and suffix rules. If you use GNU Make, perhaps other Makes,
|
# between VPATH and suffix rules. If you use GNU Make, perhaps other Makes,
|
||||||
@ -36,14 +38,14 @@ SRCDOC = aoutx.h archive.c archures.c \
|
|||||||
bfd.c cache.c coffcode.h \
|
bfd.c cache.c coffcode.h \
|
||||||
core.c format.c libbfd.c \
|
core.c format.c libbfd.c \
|
||||||
opncls.c reloc.c section.c \
|
opncls.c reloc.c section.c \
|
||||||
syms.c targets.c
|
syms.c targets.c init.c
|
||||||
|
|
||||||
SRCPROT = archive.c archures.c bfd.c \
|
SRCPROT = archive.c archures.c bfd.c \
|
||||||
coffcode.h core.c format.c \
|
coffcode.h core.c format.c \
|
||||||
libbfd.c opncls.c reloc.c \
|
libbfd.c opncls.c reloc.c \
|
||||||
section.c syms.c targets.c
|
section.c syms.c targets.c init.c
|
||||||
|
|
||||||
SRCIPROT = cache.c libbfd.c reloc.c
|
SRCIPROT = cache.c libbfd.c reloc.c howto.c cpu-h8300.c cpu-i960.c archures.c init.c
|
||||||
|
|
||||||
|
|
||||||
docs: protos bfd.info bfd.dvi bfd.ps
|
docs: protos bfd.info bfd.dvi bfd.ps
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/\/\*:init.c\*\//r init.p
|
||||||
/\/\*:archive.c\*\//r archive.p
|
/\/\*:archive.c\*\//r archive.p
|
||||||
/\/\*:archures.c\*\//r archures.p
|
/\/\*:archures.c\*\//r archures.p
|
||||||
/\/\*:bfd.c\*\//r bfd.p
|
/\/\*:bfd.c\*\//r bfd.p
|
||||||
@ -9,3 +10,5 @@
|
|||||||
/\/\*:section.c\*\//r section.p
|
/\/\*:section.c\*\//r section.p
|
||||||
/\/\*:syms.c\*\//r syms.p
|
/\/\*:syms.c\*\//r syms.p
|
||||||
/\/\*:targets.c\*\//r targets.p
|
/\/\*:targets.c\*\//r targets.p
|
||||||
|
/\/\*:howto.c\*\//r howto.p
|
||||||
|
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
/---------------START FROM/,/---------------END FROM/d
|
/---------------START FROM/,/---------------END FROM/d
|
||||||
|
/\/\*:init.c\*\//r init.ip
|
||||||
/\/\*:libbfd.c\*\//r libbfd.ip
|
/\/\*:libbfd.c\*\//r libbfd.ip
|
||||||
/\/\*:cache.c\*\//r cache.ip
|
/\/\*:cache.c\*\//r cache.ip
|
||||||
/\/\*:reloc.c\*\//r reloc.ip
|
/\/\*:howto.c\*\//r howto.ip
|
||||||
|
/\/\*:cpu-h8300.c\*\//r cpu-h8300.ip
|
||||||
|
/\/\*:cpu-i960.c\*\//r cpu-i960.ip
|
||||||
|
/\/\*:cpu-empty.c\*\//r cpu-empty.ip
|
||||||
|
/\/\*:archures.c\*\//r archures.ip
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user