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

« back to all changes in this revision

Viewing changes to multifit/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:
137
137
LIBOBJS = @LIBOBJS@
138
138
LIBS = @LIBS@
139
139
LIBTOOL = @LIBTOOL@
 
140
LIPO = @LIPO@
140
141
LN_S = @LN_S@
141
142
LTLIBOBJS = @LTLIBOBJS@
142
143
MAINT = @MAINT@
144
145
MKDIR_P = @MKDIR_P@
145
146
NM = @NM@
146
147
NMEDIT = @NMEDIT@
 
148
OBJDUMP = @OBJDUMP@
147
149
OBJEXT = @OBJEXT@
 
150
OTOOL = @OTOOL@
 
151
OTOOL64 = @OTOOL64@
148
152
PACKAGE = @PACKAGE@
149
153
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150
154
PACKAGE_NAME = @PACKAGE_NAME@
209
213
top_srcdir = @top_srcdir@
210
214
noinst_LTLIBRARIES = libgslmultifit.la 
211
215
pkginclude_HEADERS = gsl_multifit.h gsl_multifit_nlin.h
212
 
INCLUDES = -I$(top_builddir)
 
216
INCLUDES = -I$(top_srcdir)
213
217
libgslmultifit_la_SOURCES = multilinear.c work.c lmder.c fsolver.c fdfsolver.c convergence.c gradient.c covar.c
214
218
noinst_HEADERS = lmutil.c lmpar.c lmset.c lmiterate.c qrsolv.c test_brown.c test_enso.c test_filip.c test_fn.c test_hahn1.c test_kirby2.c test_longley.c test_nelson.c test_pontius.c test_estimator.c
215
219
TESTS = $(check_PROGRAMS)