~ubuntu-branches/ubuntu/trusty/lifelines/trusty

« back to all changes in this revision

Viewing changes to src/interp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Augusto van de Wiel (faw)
  • Date: 2007-08-14 00:02:04 UTC
  • mfrom: (1.1.4 upstream) (3.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20070814000204-mpv5faygl0dgq3qi
Tags: 3.0.61-1
* New upstream release. (Closes: #387856).
* Fixing documentation build problems also fixes FTBFS if built twice in a
  row. (Closes: #424543).
* Adding lynx as a build dependency. This is necessary to generate txt files
  from html, discovered while fixing #424543.
* Upstream fix: charset for gedcom file in unicode. (Closes: #396206).
* Upstream fim: updating documentation about desc-tex2. (Closes: #405501).
* Bumping Standards-Version to 3.7.2 without package changes.
* Dropping local debian patches added upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18
18
 
19
19
# AUTOMAKE_OPTIONS = no-dependencies
20
20
 
21
 
SOURCES = $(libinterp_a_SOURCES)
22
 
 
23
21
srcdir = @srcdir@
24
22
top_srcdir = @top_srcdir@
25
23
VPATH = @srcdir@
42
40
POST_UNINSTALL = :
43
41
build_triplet = @build@
44
42
host_triplet = @host@
 
43
LIBOBJDIR =
45
44
subdir = src/interp
46
45
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in yacc.c \
47
46
        yacc.h
54
53
        $(top_srcdir)/build/gettext/inttypes-pri.m4 \
55
54
        $(top_srcdir)/build/gettext/inttypes.m4 \
56
55
        $(top_srcdir)/build/gettext/inttypes_h.m4 \
 
56
        $(top_srcdir)/build/gettext/isc-posix.m4 \
57
57
        $(top_srcdir)/build/gettext/lcmessage.m4 \
58
58
        $(top_srcdir)/build/gettext/lib-ld.m4 \
59
59
        $(top_srcdir)/build/gettext/lib-link.m4 \
63
63
        $(top_srcdir)/build/gettext/uintmax_t.m4 \
64
64
        $(top_srcdir)/build/gettext/ulonglong.m4 \
65
65
        $(top_srcdir)/build/autotools/acinclude.m4 \
66
 
        $(top_srcdir)/configure.in
 
66
        $(top_srcdir)/configure.ac
67
67
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68
68
        $(ACLOCAL_M4)
69
69
mkinstalldirs = $(SHELL) $(top_srcdir)/build/autotools/mkinstalldirs
77
77
am_libinterp_a_OBJECTS = alloc.$(OBJEXT) builtin.$(OBJEXT) \
78
78
        eval.$(OBJEXT) functab.$(OBJEXT) heapused.$(OBJEXT) \
79
79
        interp.$(OBJEXT) intrpseq.$(OBJEXT) lex.$(OBJEXT) \
80
 
        more.$(OBJEXT) pvalalloc.$(OBJEXT) pvalue.$(OBJEXT) \
81
 
        pvalmath.$(OBJEXT) rassa.$(OBJEXT) rptsort.$(OBJEXT) \
82
 
        rptui.$(OBJEXT) symtab.$(OBJEXT) write.$(OBJEXT) \
83
 
        yacc.$(OBJEXT)
 
80
        more.$(OBJEXT) progerr.$(OBJEXT) pvalalloc.$(OBJEXT) \
 
81
        pvalmath.$(OBJEXT) pvalue.$(OBJEXT) rassa.$(OBJEXT) \
 
82
        rptsort.$(OBJEXT) rptui.$(OBJEXT) symtab.$(OBJEXT) \
 
83
        write.$(OBJEXT) yacc.$(OBJEXT)
84
84
libinterp_a_OBJECTS = $(am_libinterp_a_OBJECTS)
85
85
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
86
86
depcomp = $(SHELL) $(top_srcdir)/build/autotools/depcomp
124
124
GENCAT = @GENCAT@
125
125
GLIBC21 = @GLIBC21@
126
126
GMSGFMT = @GMSGFMT@
 
127
GREP = @GREP@
127
128
INSTALL_DATA = @INSTALL_DATA@
128
129
INSTALL_PROGRAM = @INSTALL_PROGRAM@
129
130
INSTALL_SCRIPT = @INSTALL_SCRIPT@
167
168
VERSION = @VERSION@
168
169
XGETTEXT = @XGETTEXT@
169
170
YACC = @YACC@
 
171
YFLAGS = @YFLAGS@
170
172
ac_ct_CC = @ac_ct_CC@
171
 
ac_ct_RANLIB = @ac_ct_RANLIB@
172
 
ac_ct_STRIP = @ac_ct_STRIP@
173
173
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
174
174
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
175
175
am__include = @am__include@
184
184
build_os = @build_os@
185
185
build_vendor = @build_vendor@
186
186
datadir = @datadir@
 
187
datarootdir = @datarootdir@
 
188
docdir = @docdir@
 
189
dvidir = @dvidir@
187
190
exec_prefix = @exec_prefix@
188
191
host = @host@
189
192
host_alias = @host_alias@
190
193
host_cpu = @host_cpu@
191
194
host_os = @host_os@
192
195
host_vendor = @host_vendor@
 
196
htmldir = @htmldir@
193
197
includedir = @includedir@
194
198
infodir = @infodir@
195
199
install_sh = @install_sh@
196
200
libdir = @libdir@
197
201
libexecdir = @libexecdir@
 
202
localedir = @localedir@
198
203
localstatedir = @localstatedir@
199
204
mandir = @mandir@
200
205
mkdir_p = @mkdir_p@
201
206
oldincludedir = @oldincludedir@
 
207
pdfdir = @pdfdir@
202
208
prefix = @prefix@
203
209
program_transform_name = @program_transform_name@
 
210
psdir = @psdir@
204
211
sbindir = @sbindir@
205
212
sharedstatedir = @sharedstatedir@
206
213
sysconfdir = @sysconfdir@
207
214
target_alias = @target_alias@
208
215
noinst_LIBRARIES = libinterp.a
209
216
libinterp_a_SOURCES = alloc.c builtin.c eval.c functab.c heapused.c \
210
 
        interp.c intrpseq.c lex.c more.c \
211
 
        pvalalloc.c pvalue.c pvalmath.c \
212
 
        rassa.c rptsort.c rptui.c symtab.c write.c yacc.y
 
217
        interp.c intrpseq.c lex.c more.c progerr.c \
 
218
        pvalalloc.c pvalmath.c pvalue.c \
 
219
        rassa.c rptsort.c rptui.c \
 
220
        symtab.c write.c yacc.y
213
221
 
214
222
 
215
223
# $(top_builddir)        for config.h
284
292
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intrpseq.Po@am__quote@
285
293
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Po@am__quote@
286
294
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/more.Po@am__quote@
 
295
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progerr.Po@am__quote@
287
296
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pvalalloc.Po@am__quote@
288
297
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pvalmath.Po@am__quote@
289
298
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pvalue.Po@am__quote@