~ubuntu-branches/debian/sid/gsl/sid

« back to all changes in this revision

Viewing changes to roots/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2008-12-16 06:17:55 UTC
  • mfrom: (1.3.2 upstream) (3.1.15 jaunty)
  • Revision ID: james.westby@ubuntu.com-20081216061755-9la7p0qwrhopk8pl
Tags: 1.12+dfsg-1
* New upstream version released today

* doc/*: As before, removed the 'non-free' documentation to create a 
  source package that complies with Debian's interpretation of what is free. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
LIBOBJS = @LIBOBJS@
137
137
LIBS = @LIBS@
138
138
LIBTOOL = @LIBTOOL@
 
139
LIPO = @LIPO@
139
140
LN_S = @LN_S@
140
141
LTLIBOBJS = @LTLIBOBJS@
141
142
MAINT = @MAINT@
143
144
MKDIR_P = @MKDIR_P@
144
145
NM = @NM@
145
146
NMEDIT = @NMEDIT@
 
147
OBJDUMP = @OBJDUMP@
146
148
OBJEXT = @OBJEXT@
 
149
OTOOL = @OTOOL@
 
150
OTOOL64 = @OTOOL64@
147
151
PACKAGE = @PACKAGE@
148
152
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
149
153
PACKAGE_NAME = @PACKAGE_NAME@
209
213
noinst_LTLIBRARIES = libgslroots.la 
210
214
pkginclude_HEADERS = gsl_roots.h
211
215
noinst_HEADERS = roots.h
212
 
INCLUDES = -I$(top_builddir)
 
216
INCLUDES = -I$(top_srcdir)
213
217
libgslroots_la_SOURCES = bisection.c brent.c falsepos.c newton.c  secant.c steffenson.c convergence.c fsolver.c fdfsolver.c 
214
218
TESTS = $(check_PROGRAMS)
215
219
test_SOURCES = test.c test_funcs.c test.h