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

« back to all changes in this revision

Viewing changes to const/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:
127
127
LIBOBJS = @LIBOBJS@
128
128
LIBS = @LIBS@
129
129
LIBTOOL = @LIBTOOL@
 
130
LIPO = @LIPO@
130
131
LN_S = @LN_S@
131
132
LTLIBOBJS = @LTLIBOBJS@
132
133
MAINT = @MAINT@
134
135
MKDIR_P = @MKDIR_P@
135
136
NM = @NM@
136
137
NMEDIT = @NMEDIT@
 
138
OBJDUMP = @OBJDUMP@
137
139
OBJEXT = @OBJEXT@
 
140
OTOOL = @OTOOL@
 
141
OTOOL64 = @OTOOL64@
138
142
PACKAGE = @PACKAGE@
139
143
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140
144
PACKAGE_NAME = @PACKAGE_NAME@
198
202
top_builddir = @top_builddir@
199
203
top_srcdir = @top_srcdir@
200
204
pkginclude_HEADERS = gsl_const.h gsl_const_cgs.h gsl_const_mks.h gsl_const_cgsm.h gsl_const_mksa.h gsl_const_num.h
201
 
INCLUDES = -I$(top_builddir)
 
205
INCLUDES = -I$(top_srcdir)
202
206
TESTS = $(check_PROGRAMS)
203
207
test_SOURCES = test.c
204
208
test_LDADD = ../ieee-utils/libgslieeeutils.la  ../err/libgslerr.la ../test/libgsltest.la ../sys/libgslsys.la ../utils/libutils.la