~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to opcodes/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
        $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
284
284
 
285
285
libopcodes_la_SOURCES =  dis-buf.c disassemble.c dis-init.c
286
 
libopcodes_la_DEPENDENCIES = $(OFILES) ../bfd/libbfd.la
287
 
libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@ ../bfd/libbfd.la
 
286
# It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
 
287
# Unfortunately this causes libtool to add -L$(libdir), referring to the
 
288
# planned install directory of libbfd.  This can cause us to pick up an
 
289
# old version of libbfd, or to pick up libbfd for the wrong architecture
 
290
# if host != build.
 
291
libopcodes_la_DEPENDENCIES = $(OFILES)
 
292
libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
288
293
libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
289
294
 
290
295
# libtool will build .libs/libopcodes.a.  We create libopcodes.a in
558
563
dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
559
564
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
560
565
dis-init.lo: dis-init.c sysdep.h config.h $(INCDIR)/ansidecl.h \
561
 
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
 
566
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
562
567
disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
563
568
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
564
569
fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \