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

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Augusto van de Wiel (faw)
  • Date: 2007-05-23 23:49:53 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20070523234953-ogno9rnbmth61i7p
Tags: 3.0.50-2etch1
* Changing docs/ll-reportmanual.xml and docs/ll-userguide.xml to fix
  documentation build problems (Closes: #418347).

* lifelines-reports
  - Adding a dependency to lifelines >= 3.0.50 to prevent file conflict.
    (Closes: #405500).

* Updating French translation. Thanks to Bernard Adrian. (Closes: #356671).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
# Process this file with automake to produce Makefile.in
18
 
 
19
18
srcdir = @srcdir@
20
19
top_srcdir = @top_srcdir@
21
20
VPATH = @srcdir@
23
22
pkglibdir = $(libdir)/@PACKAGE@
24
23
pkgincludedir = $(includedir)/@PACKAGE@
25
24
top_builddir = ..
26
 
 
27
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
26
INSTALL = @INSTALL@
29
27
install_sh_DATA = $(install_sh) -c -m 644
37
35
NORMAL_UNINSTALL = :
38
36
PRE_UNINSTALL = :
39
37
POST_UNINSTALL = :
 
38
build_triplet = @build@
40
39
host_triplet = @host@
 
40
subdir = src
 
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/build/gettext/codeset.m4 \
 
44
        $(top_srcdir)/build/gettext/gettext.m4 \
 
45
        $(top_srcdir)/build/gettext/glibc21.m4 \
 
46
        $(top_srcdir)/build/gettext/iconv.m4 \
 
47
        $(top_srcdir)/build/gettext/intdiv0.m4 \
 
48
        $(top_srcdir)/build/gettext/inttypes-pri.m4 \
 
49
        $(top_srcdir)/build/gettext/inttypes.m4 \
 
50
        $(top_srcdir)/build/gettext/inttypes_h.m4 \
 
51
        $(top_srcdir)/build/gettext/lcmessage.m4 \
 
52
        $(top_srcdir)/build/gettext/lib-ld.m4 \
 
53
        $(top_srcdir)/build/gettext/lib-link.m4 \
 
54
        $(top_srcdir)/build/gettext/lib-prefix.m4 \
 
55
        $(top_srcdir)/build/gettext/progtest.m4 \
 
56
        $(top_srcdir)/build/gettext/stdint_h.m4 \
 
57
        $(top_srcdir)/build/gettext/uintmax_t.m4 \
 
58
        $(top_srcdir)/build/gettext/ulonglong.m4 \
 
59
        $(top_srcdir)/build/autotools/acinclude.m4 \
 
60
        $(top_srcdir)/configure.in
 
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
62
        $(ACLOCAL_M4)
 
63
mkinstalldirs = $(SHELL) $(top_srcdir)/build/autotools/mkinstalldirs
 
64
CONFIG_HEADER = $(top_builddir)/config.h
 
65
CONFIG_CLEAN_FILES =
 
66
SOURCES =
 
67
DIST_SOURCES =
 
68
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
69
        html-recursive info-recursive install-data-recursive \
 
70
        install-exec-recursive install-info-recursive \
 
71
        install-recursive installcheck-recursive installdirs-recursive \
 
72
        pdf-recursive ps-recursive uninstall-info-recursive \
 
73
        uninstall-recursive
 
74
ETAGS = etags
 
75
CTAGS = ctags
 
76
DIST_SUBDIRS = $(SUBDIRS)
 
77
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
41
78
ACLOCAL = @ACLOCAL@
42
79
ALLOCA = @ALLOCA@
43
80
AMDEP_FALSE = @AMDEP_FALSE@
84
121
LTLIBICONV = @LTLIBICONV@
85
122
LTLIBINTL = @LTLIBINTL@
86
123
LTLIBOBJS = @LTLIBOBJS@
 
124
MAINT = @MAINT@
 
125
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
126
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
87
127
MAKEINFO = @MAKEINFO@
88
128
MKINSTALLDIRS = @MKINSTALLDIRS@
89
129
MSGFMT = @MSGFMT@
115
155
am__include = @am__include@
116
156
am__leading_dot = @am__leading_dot@
117
157
am__quote = @am__quote@
 
158
am__tar = @am__tar@
 
159
am__untar = @am__untar@
118
160
bindir = @bindir@
119
161
build = @build@
120
162
build_alias = @build_alias@
135
177
libexecdir = @libexecdir@
136
178
localstatedir = @localstatedir@
137
179
mandir = @mandir@
 
180
mkdir_p = @mkdir_p@
138
181
oldincludedir = @oldincludedir@
139
182
prefix = @prefix@
140
183
program_transform_name = @program_transform_name@
142
185
sharedstatedir = @sharedstatedir@
143
186
sysconfdir = @sysconfdir@
144
187
target_alias = @target_alias@
145
 
 
146
188
SUBDIRS = arch btree gedlib interp stdlib liflines hdrs tools ui
147
 
subdir = src
148
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
149
 
mkinstalldirs = $(SHELL) $(top_srcdir)/build/autotools/mkinstalldirs
150
 
CONFIG_HEADER = $(top_builddir)/config.h
151
 
CONFIG_CLEAN_FILES =
152
 
DIST_SOURCES =
153
 
 
154
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
155
 
        ps-recursive install-info-recursive uninstall-info-recursive \
156
 
        all-recursive install-data-recursive install-exec-recursive \
157
 
        installdirs-recursive install-recursive uninstall-recursive \
158
 
        check-recursive installcheck-recursive
159
 
DIST_COMMON = Makefile.am Makefile.in
160
 
DIST_SUBDIRS = $(SUBDIRS)
161
189
all: all-recursive
162
190
 
163
191
.SUFFIXES:
164
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
192
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
193
        @for dep in $?; do \
 
194
          case '$(am__configure_deps)' in \
 
195
            *$$dep*) \
 
196
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
197
                && exit 0; \
 
198
              exit 1;; \
 
199
          esac; \
 
200
        done; \
 
201
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
165
202
        cd $(top_srcdir) && \
166
203
          $(AUTOMAKE) --gnu  src/Makefile
167
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
168
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
204
.PRECIOUS: Makefile
 
205
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
206
        @case '$?' in \
 
207
          *config.status*) \
 
208
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
209
          *) \
 
210
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
211
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
212
        esac;
 
213
 
 
214
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
215
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
216
 
 
217
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
218
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
219
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
220
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
169
221
uninstall-info-am:
170
222
 
171
223
# This directory's subdirectories are mostly independent; you can cd
175
227
#     (which will cause the Makefiles to be regenerated when you run `make');
176
228
# (2) otherwise, pass the desired values on the `make' command line.
177
229
$(RECURSIVE_TARGETS):
178
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
230
        @failcom='exit 1'; \
 
231
        for f in x $$MAKEFLAGS; do \
 
232
          case $$f in \
 
233
            *=* | --[!k]*);; \
 
234
            *k*) failcom='fail=yes';; \
 
235
          esac; \
 
236
        done; \
179
237
        dot_seen=no; \
180
238
        target=`echo $@ | sed s/-recursive//`; \
181
239
        list='$(SUBDIRS)'; for subdir in $$list; do \
187
245
            local_target="$$target"; \
188
246
          fi; \
189
247
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
190
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
248
          || eval $$failcom; \
191
249
        done; \
192
250
        if test "$$dot_seen" = "no"; then \
193
251
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
195
253
 
196
254
mostlyclean-recursive clean-recursive distclean-recursive \
197
255
maintainer-clean-recursive:
198
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
256
        @failcom='exit 1'; \
 
257
        for f in x $$MAKEFLAGS; do \
 
258
          case $$f in \
 
259
            *=* | --[!k]*);; \
 
260
            *k*) failcom='fail=yes';; \
 
261
          esac; \
 
262
        done; \
199
263
        dot_seen=no; \
200
264
        case "$@" in \
201
265
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
216
280
            local_target="$$target"; \
217
281
          fi; \
218
282
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
219
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
283
          || eval $$failcom; \
220
284
        done && test -z "$$fail"
221
285
tags-recursive:
222
286
        list='$(SUBDIRS)'; for subdir in $$list; do \
227
291
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
228
292
        done
229
293
 
230
 
ETAGS = etags
231
 
ETAGSFLAGS =
232
 
 
233
 
CTAGS = ctags
234
 
CTAGSFLAGS =
235
 
 
236
 
tags: TAGS
237
 
 
238
294
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
239
295
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
240
296
        unique=`for i in $$list; do \
243
299
          $(AWK) '    { files[$$0] = 1; } \
244
300
               END { for (i in files) print i; }'`; \
245
301
        mkid -fID $$unique
 
302
tags: TAGS
246
303
 
247
304
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
248
305
                $(TAGS_FILES) $(LISP)
249
306
        tags=; \
250
307
        here=`pwd`; \
251
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
308
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
252
309
          include_option=--etags-include; \
 
310
          empty_fix=.; \
253
311
        else \
254
312
          include_option=--include; \
 
313
          empty_fix=; \
255
314
        fi; \
256
315
        list='$(SUBDIRS)'; for subdir in $$list; do \
257
316
          if test "$$subdir" = .; then :; else \
258
 
            test -f $$subdir/TAGS && \
 
317
            test ! -f $$subdir/TAGS || \
259
318
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
260
319
          fi; \
261
320
        done; \
265
324
          done | \
266
325
          $(AWK) '    { files[$$0] = 1; } \
267
326
               END { for (i in files) print i; }'`; \
268
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
269
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
270
 
             $$tags $$unique
271
 
 
 
327
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
328
          test -n "$$unique" || unique=$$empty_fix; \
 
329
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
330
            $$tags $$unique; \
 
331
        fi
272
332
ctags: CTAGS
273
333
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
274
334
                $(TAGS_FILES) $(LISP)
291
351
 
292
352
distclean-tags:
293
353
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
294
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
295
 
 
296
 
top_distdir = ..
297
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
298
354
 
299
355
distdir: $(DISTFILES)
300
356
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
308
364
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
309
365
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
310
366
            dir="/$$dir"; \
311
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
367
            $(mkdir_p) "$(distdir)$$dir"; \
312
368
          else \
313
369
            dir=''; \
314
370
          fi; \
323
379
            || exit 1; \
324
380
          fi; \
325
381
        done
326
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
382
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
327
383
          if test "$$subdir" = .; then :; else \
328
 
            test -d $(distdir)/$$subdir \
329
 
            || mkdir $(distdir)/$$subdir \
 
384
            test -d "$(distdir)/$$subdir" \
 
385
            || $(mkdir_p) "$(distdir)/$$subdir" \
330
386
            || exit 1; \
 
387
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
388
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
331
389
            (cd $$subdir && \
332
390
              $(MAKE) $(AM_MAKEFLAGS) \
333
 
                top_distdir="$(top_distdir)" \
334
 
                distdir=../$(distdir)/$$subdir \
 
391
                top_distdir="$$top_distdir" \
 
392
                distdir="$$distdir/$$subdir" \
335
393
                distdir) \
336
394
              || exit 1; \
337
395
          fi; \
341
399
all-am: Makefile
342
400
installdirs: installdirs-recursive
343
401
installdirs-am:
344
 
 
345
402
install: install-recursive
346
403
install-exec: install-exec-recursive
347
404
install-data: install-data-recursive
353
410
installcheck: installcheck-recursive
354
411
install-strip:
355
412
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
356
 
          INSTALL_STRIP_FLAG=-s \
 
413
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
357
414
          `test -z '$(STRIP)' || \
358
415
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
359
416
mostlyclean-generic:
361
418
clean-generic:
362
419
 
363
420
distclean-generic:
364
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
421
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
365
422
 
366
423
maintainer-clean-generic:
367
424
        @echo "This command is intended for maintainers to use"
371
428
clean-am: clean-generic mostlyclean-am
372
429
 
373
430
distclean: distclean-recursive
374
 
 
 
431
        -rm -f Makefile
375
432
distclean-am: clean-am distclean-generic distclean-tags
376
433
 
377
434
dvi: dvi-recursive
378
435
 
379
436
dvi-am:
380
437
 
 
438
html: html-recursive
 
439
 
381
440
info: info-recursive
382
441
 
383
442
info-am:
393
452
installcheck-am:
394
453
 
395
454
maintainer-clean: maintainer-clean-recursive
396
 
 
 
455
        -rm -f Makefile
397
456
maintainer-clean-am: distclean-am maintainer-clean-generic
398
457
 
399
458
mostlyclean: mostlyclean-recursive
412
471
 
413
472
uninstall-info: uninstall-info-recursive
414
473
 
415
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
416
 
        clean-generic clean-recursive ctags ctags-recursive distclean \
417
 
        distclean-generic distclean-recursive distclean-tags distdir \
418
 
        dvi dvi-am dvi-recursive info info-am info-recursive install \
419
 
        install-am install-data install-data-am install-data-recursive \
420
 
        install-exec install-exec-am install-exec-recursive \
421
 
        install-info install-info-am install-info-recursive install-man \
422
 
        install-recursive install-strip installcheck installcheck-am \
423
 
        installdirs installdirs-am installdirs-recursive \
424
 
        maintainer-clean maintainer-clean-generic \
 
474
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
475
        clean clean-generic clean-recursive ctags ctags-recursive \
 
476
        distclean distclean-generic distclean-recursive distclean-tags \
 
477
        distdir dvi dvi-am html html-am info info-am install \
 
478
        install-am install-data install-data-am install-exec \
 
479
        install-exec-am install-info install-info-am install-man \
 
480
        install-strip installcheck installcheck-am installdirs \
 
481
        installdirs-am maintainer-clean maintainer-clean-generic \
425
482
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
426
 
        mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
427
 
        ps-recursive tags tags-recursive uninstall uninstall-am \
428
 
        uninstall-info-am uninstall-info-recursive uninstall-recursive
 
483
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
484
        uninstall uninstall-am uninstall-info-am
429
485
 
430
486
# Tell versions [3.59,3.63) of GNU make to not export all variables.
431
487
# Otherwise a system limit (for SysV at least) may be exceeded.