~ubuntu-branches/ubuntu/maverick/swish-e/maverick

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Drolez
  • Date: 2009-11-05 16:23:33 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091105162333-9xf7dmhhhvt97bvw
Tags: 2.4.7-1
* New upstream release
* Added Japanese and Russian debconf translations. Closes: #543187, #512987

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
EXEEXT = @EXEEXT@
151
151
F77 = @F77@
152
152
FFLAGS = @FFLAGS@
153
 
GREP = @GREP@
154
153
INSTALLDOCS_FALSE = @INSTALLDOCS_FALSE@
155
154
INSTALLDOCS_TRUE = @INSTALLDOCS_TRUE@
156
155
INSTALL_DATA = @INSTALL_DATA@
157
156
INSTALL_PROGRAM = @INSTALL_PROGRAM@
158
157
INSTALL_SCRIPT = @INSTALL_SCRIPT@
159
158
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
159
LARGEFILES_MACROS = @LARGEFILES_MACROS@
160
160
LDFLAGS = @LDFLAGS@
161
161
LIBOBJS = @LIBOBJS@
162
162
LIBS = @LIBS@
195
195
XML2_CONFIG = @XML2_CONFIG@
196
196
Z_CFLAGS = @Z_CFLAGS@
197
197
Z_LIBS = @Z_LIBS@
 
198
ac_ct_AR = @ac_ct_AR@
 
199
ac_ct_AS = @ac_ct_AS@
198
200
ac_ct_CC = @ac_ct_CC@
199
201
ac_ct_CXX = @ac_ct_CXX@
 
202
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
200
203
ac_ct_F77 = @ac_ct_F77@
 
204
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
 
205
ac_ct_RANLIB = @ac_ct_RANLIB@
 
206
ac_ct_STRIP = @ac_ct_STRIP@
201
207
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
202
208
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
203
209
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
214
220
build_os = @build_os@
215
221
build_vendor = @build_vendor@
216
222
datadir = @datadir@
217
 
datarootdir = @datarootdir@
218
 
docdir = @docdir@
219
 
dvidir = @dvidir@
220
223
exec_prefix = @exec_prefix@
221
224
host = @host@
222
225
host_alias = @host_alias@
223
226
host_cpu = @host_cpu@
224
227
host_os = @host_os@
225
228
host_vendor = @host_vendor@
226
 
htmldir = @htmldir@
227
229
includedir = @includedir@
228
230
infodir = @infodir@
229
231
install_sh = @install_sh@
230
232
libdir = @libdir@
231
233
libexecdir = @libexecdir@
232
 
localedir = @localedir@
233
234
localstatedir = @localstatedir@
234
235
mandir = @mandir@
235
236
mkdir_p = @mkdir_p@
236
237
oldincludedir = @oldincludedir@
237
 
pdfdir = @pdfdir@
238
238
prefix = @prefix@
239
239
program_transform_name = @program_transform_name@
240
 
psdir = @psdir@
241
240
sbindir = @sbindir@
242
241
sharedstatedir = @sharedstatedir@
243
242
sysconfdir = @sysconfdir@
254
253
 
255
254
 
256
255
# Until can figure out how to use AM_AUTOMAKE_INIT([-Wall])
257
 
AM_CFLAGS = -Wall
 
256
AM_CFLAGS = -Wall @LARGEFILES_MACROS@
258
257
swish_e_SOURCES = swish.c swish.h  keychar_out.c keychar_out.h dump.c dump.h result_output.c result_output.h
259
258
swish_e_LDADD = libswishindex.la libswish-e.la
260
259
libtest_SOURCES = libtest.c