~ubuntu-branches/ubuntu/oneiric/soundmodem/oneiric

« back to all changes in this revision

Viewing changes to matlib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2011-06-22 07:12:47 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110622071247-s9548jfjv3shfu1v
Tags: 0.16-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
45
45
        $(srcdir)/Makefile.in
46
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
47
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
48
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
49
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
50
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
51
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.in
48
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
53
        $(ACLOCAL_M4)
50
54
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
156
160
PACKAGE_VERSION = @PACKAGE_VERSION@
157
161
PATH_SEPARATOR = @PATH_SEPARATOR@
158
162
PKG_CONFIG = @PKG_CONFIG@
 
163
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
164
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
159
165
POSUB = @POSUB@
160
166
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
161
167
PTHREAD_LIBS = @PTHREAD_LIBS@