~ubuntu-branches/ubuntu/feisty/avidemux/feisty

« back to all changes in this revision

Viewing changes to libtool

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-05-25 13:02:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050525130229-jw94cav0yhmg7vjw
Tags: 1:2.0.40-0.0
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
 
3
3
# libtoolT - Provide generalized library-building support services.
4
 
# Generated automatically by  (GNU avidemux 2.0.36)
 
4
# Generated automatically by  (GNU avidemux 2.0.40)
5
5
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
6
6
#
7
7
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
6053
6053
 
6054
6054
# Dependencies to place before the objects being linked to create a
6055
6055
# shared library.
6056
 
predep_objects="/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/3.4.2/crtbeginS.o"
 
6056
predep_objects="/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/crtbeginS.o"
6057
6057
 
6058
6058
# Dependencies to place after the objects being linked to create a
6059
6059
# shared library.
6060
 
postdep_objects="/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../../crtn.o"
 
6060
postdep_objects="/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../crtn.o"
6061
6061
 
6062
6062
# Dependencies to place before the objects being linked to create a
6063
6063
# shared library.
6065
6065
 
6066
6066
# Dependencies to place after the objects being linked to create a
6067
6067
# shared library.
6068
 
postdeps="-lgcc -lc -lgcc"
 
6068
postdeps="-lstdc++ -lm -lgcc_s -lc -lgcc_s"
6069
6069
 
6070
6070
# The library search path used internally by the compiler when linking
6071
6071
# a shared library.
6072
 
compiler_lib_search_path="-L/usr/lib/gcc/i686-pc-linux-gnu/3.4.2 -L/usr/lib/gcc/i686-pc-linux-gnu/3.4.2 -L/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../.."
 
6072
compiler_lib_search_path="-L/usr/lib/gcc/i686-pc-linux-gnu/3.4.3 -L/usr/lib/gcc/i686-pc-linux-gnu/3.4.3 -L/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../.."
6073
6073
 
6074
6074
# Method to check whether dependent libraries are shared objects.
6075
6075
deplibs_check_method="pass_all"