Lines Matching refs:libopcodes
42 bfdlib_LTLIBRARIES = libopcodes.la
49 noinst_LTLIBRARIES = libopcodes.la
86 # C source files that correspond to .o's ending up in libopcodes
269 # C source files that correspond to .o's ending up in libopcodes.
306 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
308 # programs that use libopcodes.a simultaneously. This is a hack which
311 noinst_LIBRARIES = libopcodes.a
314 stamp-lib: libopcodes.la
316 if [ -f $$libtooldir/libopcodes.a ]; then \
317 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
318 $(RANLIB) libopcodes.tmp; \
319 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
323 libopcodes.a: stamp-lib ; @true
333 libopcodes.a stamp-lib