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

« back to all changes in this revision

Viewing changes to siman/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:
142
142
LIBOBJS = @LIBOBJS@
143
143
LIBS = @LIBS@
144
144
LIBTOOL = @LIBTOOL@
 
145
LIPO = @LIPO@
145
146
LN_S = @LN_S@
146
147
LTLIBOBJS = @LTLIBOBJS@
147
148
MAINT = @MAINT@
149
150
MKDIR_P = @MKDIR_P@
150
151
NM = @NM@
151
152
NMEDIT = @NMEDIT@
 
153
OBJDUMP = @OBJDUMP@
152
154
OBJEXT = @OBJEXT@
 
155
OTOOL = @OTOOL@
 
156
OTOOL64 = @OTOOL64@
153
157
PACKAGE = @PACKAGE@
154
158
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155
159
PACKAGE_NAME = @PACKAGE_NAME@
222
226
CLEANFILES = siman_test.out
223
227
libgslsiman_la_SOURCES = siman.c
224
228
pkginclude_HEADERS = gsl_siman.h
225
 
INCLUDES = -I$(top_builddir)
 
229
INCLUDES = -I$(top_srcdir)
226
230
all: all-am
227
231
 
228
232
.SUFFIXES: