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

« back to all changes in this revision

Viewing changes to blas/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:
126
126
LIBOBJS = @LIBOBJS@
127
127
LIBS = @LIBS@
128
128
LIBTOOL = @LIBTOOL@
 
129
LIPO = @LIPO@
129
130
LN_S = @LN_S@
130
131
LTLIBOBJS = @LTLIBOBJS@
131
132
MAINT = @MAINT@
133
134
MKDIR_P = @MKDIR_P@
134
135
NM = @NM@
135
136
NMEDIT = @NMEDIT@
 
137
OBJDUMP = @OBJDUMP@
136
138
OBJEXT = @OBJEXT@
 
139
OTOOL = @OTOOL@
 
140
OTOOL64 = @OTOOL64@
137
141
PACKAGE = @PACKAGE@
138
142
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139
143
PACKAGE_NAME = @PACKAGE_NAME@