~ubuntu-branches/ubuntu/lucid/tidy/lucid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-01-20 21:46:03 UTC
  • mfrom: (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080120214603-poklofici9og61tx
Tags: 20080116cvs-2
* debian/control: build depends on xsltproc
  (closes: #461608)
* debian/tidy.preinst,postinst: add code to move old config file
  (closes: #461623)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#
19
19
#  CVS Info :
20
20
#
21
 
#     $Author: terry_teague $ 
22
 
#     $Date: 2003/04/12 02:58:04 $ 
23
 
#     $Revision: 1.6 $ 
 
21
#     $Author: arnaud02 $ 
 
22
#     $Date: 2006/10/06 09:25:13 $ 
 
23
#     $Revision: 1.7 $ 
24
24
#
25
 
#  Copyright (c) 1998-2003 World Wide Web Consortium
 
25
#  Copyright (c) 1998-2006 World Wide Web Consortium
26
26
#  (Massachusetts Institute of Technology, European Research 
27
27
#  Consortium for Informatics and Mathematics, Keio University).
28
28
#  All Rights Reserved.
112
112
am_libtidy_la_OBJECTS = access.lo attrs.lo istack.lo parser.lo tags.lo \
113
113
        entities.lo lexer.lo pprint.lo clean.lo localize.lo config.lo \
114
114
        alloc.lo attrask.lo attrdict.lo attrget.lo buffio.lo fileio.lo \
115
 
        streamio.lo tagask.lo tmbstr.lo utf8.lo tidylib.lo
 
115
        streamio.lo tagask.lo tmbstr.lo utf8.lo tidylib.lo mappedio.lo
116
116
libtidy_la_OBJECTS = $(am_libtidy_la_OBJECTS)
117
117
DEFAULT_INCLUDES = -I. -I$(srcdir)
118
118
depcomp = $(SHELL) $(top_srcdir)/depcomp
159
159
EXEEXT = @EXEEXT@
160
160
F77 = @F77@
161
161
FFLAGS = @FFLAGS@
 
162
GREP = @GREP@
162
163
INSTALL_DATA = @INSTALL_DATA@
163
164
INSTALL_PROGRAM = @INSTALL_PROGRAM@
164
165
INSTALL_SCRIPT = @INSTALL_SCRIPT@
184
185
PACKAGE_VERSION = @PACKAGE_VERSION@
185
186
PATH_SEPARATOR = @PATH_SEPARATOR@
186
187
RANLIB = @RANLIB@
 
188
SED = @SED@
187
189
SET_MAKE = @SET_MAKE@
188
190
SHELL = @SHELL@
189
191
STRIP = @STRIP@
190
192
VERSION = @VERSION@
191
193
WARNING_CFLAGS = @WARNING_CFLAGS@
192
 
ac_ct_AR = @ac_ct_AR@
193
194
ac_ct_CC = @ac_ct_CC@
194
195
ac_ct_CXX = @ac_ct_CXX@
195
196
ac_ct_F77 = @ac_ct_F77@
196
 
ac_ct_RANLIB = @ac_ct_RANLIB@
197
 
ac_ct_STRIP = @ac_ct_STRIP@
198
197
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
199
198
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
200
199
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
211
210
build_os = @build_os@
212
211
build_vendor = @build_vendor@
213
212
datadir = @datadir@
 
213
datarootdir = @datarootdir@
 
214
docdir = @docdir@
 
215
dvidir = @dvidir@
214
216
exec_prefix = @exec_prefix@
215
217
host = @host@
216
218
host_alias = @host_alias@
217
219
host_cpu = @host_cpu@
218
220
host_os = @host_os@
219
221
host_vendor = @host_vendor@
 
222
htmldir = @htmldir@
220
223
includedir = @includedir@
221
224
infodir = @infodir@
222
225
install_sh = @install_sh@
223
226
libdir = @libdir@
224
227
libexecdir = @libexecdir@
 
228
localedir = @localedir@
225
229
localstatedir = @localstatedir@
226
230
mandir = @mandir@
227
231
mkdir_p = @mkdir_p@
228
232
oldincludedir = @oldincludedir@
 
233
pdfdir = @pdfdir@
229
234
prefix = @prefix@
230
235
program_transform_name = @program_transform_name@
 
236
psdir = @psdir@
231
237
sbindir = @sbindir@
232
238
sharedstatedir = @sharedstatedir@
233
239
sysconfdir = @sysconfdir@
240
246
        clean.c         localize.c      config.c        alloc.c \
241
247
        attrask.c       attrdict.c      attrget.c       buffio.c \
242
248
        fileio.c        streamio.c      tagask.c        tmbstr.c \
243
 
        utf8.c          tidylib.c
 
249
        utf8.c          tidylib.c       mappedio.c
244
250
 
245
251
libtidy_la_LDFLAGS = \
246
252
        -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
248
254
 
249
255
HFILES = \
250
256
        access.h        attrdict.h      attrs.h         clean.h \
251
 
        config.h        entities.h      forward.h       lexer.h \
252
 
        message.h       parser.h        pprint.h        streamio.h \
253
 
        tags.h          tmbstr.h        utf8.h          tidy-int.h
 
257
        config.h        entities.h      fileio.h        forward.h \
 
258
        lexer.h         mappedio.h      message.h       parser.h \
 
259
        pprint.h        streamio.h      tags.h          tmbstr.h \
 
260
        utf8.h          tidy-int.h      version.h
254
261
 
255
262
EXTRA_DIST = $(HFILES)
256
263
all: all-am
336
343
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/istack.Plo@am__quote@
337
344
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lexer.Plo@am__quote@
338
345
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localize.Plo@am__quote@
 
346
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mappedio.Plo@am__quote@
339
347
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@
340
348
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pprint.Plo@am__quote@
341
349
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/streamio.Plo@am__quote@