diff options
author | David MacKenzie <djm@cygnus> | 1993-08-07 01:35:00 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-08-07 01:35:00 +0000 |
commit | dcdfa32cec6fd584912ff0940bb495859f8aabeb (patch) | |
tree | 10f0dbcddfbc866993ba29de223aca0ff598a2fe /bfd/Makefile.in | |
parent | b83bde3970f3931142c866536ebba28df206071d (diff) | |
download | gdb-dcdfa32cec6fd584912ff0940bb495859f8aabeb.zip gdb-dcdfa32cec6fd584912ff0940bb495859f8aabeb.tar.gz gdb-dcdfa32cec6fd584912ff0940bb495859f8aabeb.tar.bz2 |
cleanups
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index e53bba1..0f417f6a 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -175,7 +175,13 @@ clean-info: install-info: force @$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) -# HDEPFILES comes from the host config; TDEPFILES from the target config. +# Various kinds of .o files to put in libbfd.a: +# BFD_LIBS Generic routines, always needed. +# BFD_BACKENDS Routines the target needs if it is the configured target. +# BFD_MACHINES Architecture-specific routines in cpu-*.o. +# Always set to ALL_MACHINES for now. +# HDEPFILES Routines the host needs, regardless of target. +# TDEPFILES Routines the target needs, regardless of host. OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) $(HDEPFILES) $(TDEPFILES) ofiles : Makefile |