~ubuntu-branches/debian/stretch/bbdb3/stretch

« back to all changes in this revision

Viewing changes to tex/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Barak A. Pearlmutter
  • Date: 2014-03-12 11:09:33 UTC
  • Revision ID: package-import@ubuntu.com-20140312110933-bpex9g0phy8695kq
Tags: upstream-3.1.1
ImportĀ upstreamĀ versionĀ 3.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# tex/Makefile.am for BBDB
 
18
#
 
19
# Copyright (C) 2013 Christian Egli <christian.egli@sbs.ch>
 
20
# Copyright (C) 2013-2014 Roland Winkler <winkler@gnu.org>
 
21
 
22
# This file is part of the Insidious Big Brother Database (aka BBDB),
 
23
 
24
# BBDB is free software: you can redistribute it and/or modify
 
25
# it under the terms of the GNU General Public License as published by
 
26
# the Free Software Foundation, either version 3 of the License, or
 
27
# (at your option) any later version.
 
28
 
29
# BBDB is distributed in the hope that it will be useful,
 
30
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
31
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
32
# GNU General Public License for more details.
 
33
 
34
# You should have received a copy of the GNU General Public License
 
35
# along with BBDB.  If not, see <http://www.gnu.org/licenses/>.
 
36
 
 
37
VPATH = @srcdir@
 
38
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
39
am__make_running_with_option = \
 
40
  case $${target_option-} in \
 
41
      ?) ;; \
 
42
      *) echo "am__make_running_with_option: internal error: invalid" \
 
43
              "target option '$${target_option-}' specified" >&2; \
 
44
         exit 1;; \
 
45
  esac; \
 
46
  has_opt=no; \
 
47
  sane_makeflags=$$MAKEFLAGS; \
 
48
  if $(am__is_gnu_make); then \
 
49
    sane_makeflags=$$MFLAGS; \
 
50
  else \
 
51
    case $$MAKEFLAGS in \
 
52
      *\\[\ \   ]*) \
 
53
        bs=\\; \
 
54
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
55
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
56
    esac; \
 
57
  fi; \
 
58
  skip_next=no; \
 
59
  strip_trailopt () \
 
60
  { \
 
61
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
62
  }; \
 
63
  for flg in $$sane_makeflags; do \
 
64
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
65
    case $$flg in \
 
66
      *=*|--*) continue;; \
 
67
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
68
      -*I?*) strip_trailopt 'I';; \
 
69
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
70
      -*O?*) strip_trailopt 'O';; \
 
71
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
72
      -*l?*) strip_trailopt 'l';; \
 
73
      -[dEDm]) skip_next=yes;; \
 
74
      -[JT]) skip_next=yes;; \
 
75
    esac; \
 
76
    case $$flg in \
 
77
      *$$target_option*) has_opt=yes; break;; \
 
78
    esac; \
 
79
  done; \
 
80
  test $$has_opt = yes
 
81
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
82
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
83
pkgdatadir = $(datadir)/@PACKAGE@
 
84
pkgincludedir = $(includedir)/@PACKAGE@
 
85
pkglibdir = $(libdir)/@PACKAGE@
 
86
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
87
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
88
install_sh_DATA = $(install_sh) -c -m 644
 
89
install_sh_PROGRAM = $(install_sh) -c
 
90
install_sh_SCRIPT = $(install_sh) -c
 
91
INSTALL_HEADER = $(INSTALL_DATA)
 
92
transform = $(program_transform_name)
 
93
NORMAL_INSTALL = :
 
94
PRE_INSTALL = :
 
95
POST_INSTALL = :
 
96
NORMAL_UNINSTALL = :
 
97
PRE_UNINSTALL = :
 
98
POST_UNINSTALL = :
 
99
subdir = tex
 
100
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
101
        $(dist_pkgdata_DATA)
 
102
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
103
am__aclocal_m4_deps = $(top_srcdir)/m4/emacs_vm.m4 \
 
104
        $(top_srcdir)/m4/package_date.m4 $(top_srcdir)/configure.ac
 
105
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
106
        $(ACLOCAL_M4)
 
107
mkinstalldirs = $(install_sh) -d
 
108
CONFIG_CLEAN_FILES =
 
109
CONFIG_CLEAN_VPATH_FILES =
 
110
AM_V_P = $(am__v_P_@AM_V@)
 
111
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
112
am__v_P_0 = false
 
113
am__v_P_1 = :
 
114
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
115
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
116
am__v_GEN_0 = @echo "  GEN     " $@;
 
117
am__v_GEN_1 = 
 
118
AM_V_at = $(am__v_at_@AM_V@)
 
119
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
120
am__v_at_0 = @
 
121
am__v_at_1 = 
 
122
SOURCES =
 
123
DIST_SOURCES =
 
124
am__can_run_installinfo = \
 
125
  case $$AM_UPDATE_INFO_DIR in \
 
126
    n|no|NO) false;; \
 
127
    *) (install-info --version) >/dev/null 2>&1;; \
 
128
  esac
 
129
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
130
am__vpath_adj = case $$p in \
 
131
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
132
    *) f=$$p;; \
 
133
  esac;
 
134
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
135
am__install_max = 40
 
136
am__nobase_strip_setup = \
 
137
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
138
am__nobase_strip = \
 
139
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
140
am__nobase_list = $(am__nobase_strip_setup); \
 
141
  for p in $$list; do echo "$$p $$p"; done | \
 
142
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
143
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
144
    if (++n[$$2] == $(am__install_max)) \
 
145
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
146
    END { for (dir in files) print dir, files[dir] }'
 
147
am__base_list = \
 
148
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
149
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
150
am__uninstall_files_from_dir = { \
 
151
  test -z "$$files" \
 
152
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
153
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
154
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
155
  }
 
156
am__installdirs = "$(DESTDIR)$(pkgdatadir)"
 
157
DATA = $(dist_pkgdata_DATA)
 
158
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
159
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
160
ACLOCAL = @ACLOCAL@
 
161
AMTAR = @AMTAR@
 
162
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
163
AM_ELCFLAGS = @AM_ELCFLAGS@
 
164
AUTOCONF = @AUTOCONF@
 
165
AUTOHEADER = @AUTOHEADER@
 
166
AUTOMAKE = @AUTOMAKE@
 
167
AWK = @AWK@
 
168
CYGPATH_W = @CYGPATH_W@
 
169
DEFS = @DEFS@
 
170
ECHO_C = @ECHO_C@
 
171
ECHO_N = @ECHO_N@
 
172
ECHO_T = @ECHO_T@
 
173
EMACS = @EMACS@
 
174
EMACSLOADPATH = @EMACSLOADPATH@
 
175
INSTALL = @INSTALL@
 
176
INSTALL_DATA = @INSTALL_DATA@
 
177
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
178
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
179
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
180
LIBOBJS = @LIBOBJS@
 
181
LIBS = @LIBS@
 
182
LTLIBOBJS = @LTLIBOBJS@
 
183
MAKEINFO = @MAKEINFO@
 
184
MKDIR_P = @MKDIR_P@
 
185
PACKAGE = @PACKAGE@
 
186
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
187
PACKAGE_DATE = @PACKAGE_DATE@
 
188
PACKAGE_NAME = @PACKAGE_NAME@
 
189
PACKAGE_STRING = @PACKAGE_STRING@
 
190
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
191
PACKAGE_URL = @PACKAGE_URL@
 
192
PACKAGE_VERSION = @PACKAGE_VERSION@
 
193
PATH_SEPARATOR = @PATH_SEPARATOR@
 
194
SET_MAKE = @SET_MAKE@
 
195
SHELL = @SHELL@
 
196
STRIP = @STRIP@
 
197
VERSION = @VERSION@
 
198
abs_builddir = @abs_builddir@
 
199
abs_srcdir = @abs_srcdir@
 
200
abs_top_builddir = @abs_top_builddir@
 
201
abs_top_srcdir = @abs_top_srcdir@
 
202
am__leading_dot = @am__leading_dot@
 
203
am__tar = @am__tar@
 
204
am__untar = @am__untar@
 
205
bindir = @bindir@
 
206
build_alias = @build_alias@
 
207
builddir = @builddir@
 
208
datadir = @datadir@
 
209
datarootdir = @datarootdir@
 
210
docdir = @docdir@
 
211
dvidir = @dvidir@
 
212
exec_prefix = @exec_prefix@
 
213
host_alias = @host_alias@
 
214
htmldir = @htmldir@
 
215
includedir = @includedir@
 
216
infodir = @infodir@
 
217
install_sh = @install_sh@
 
218
libdir = @libdir@
 
219
libexecdir = @libexecdir@
 
220
lispdir = @lispdir@
 
221
localedir = @localedir@
 
222
localstatedir = @localstatedir@
 
223
mandir = @mandir@
 
224
mkdir_p = @mkdir_p@
 
225
oldincludedir = @oldincludedir@
 
226
pdfdir = @pdfdir@
 
227
prefix = @prefix@
 
228
program_transform_name = @program_transform_name@
 
229
psdir = @psdir@
 
230
sbindir = @sbindir@
 
231
sharedstatedir = @sharedstatedir@
 
232
srcdir = @srcdir@
 
233
sysconfdir = @sysconfdir@
 
234
target_alias = @target_alias@
 
235
top_build_prefix = @top_build_prefix@
 
236
top_builddir = @top_builddir@
 
237
top_srcdir = @top_srcdir@
 
238
dist_pkgdata_DATA = \
 
239
        bbdb-cols.tex                           \
 
240
        bbdb-print-brief.tex                    \
 
241
        bbdb-print.tex
 
242
 
 
243
all: all-am
 
244
 
 
245
.SUFFIXES:
 
246
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
247
        @for dep in $?; do \
 
248
          case '$(am__configure_deps)' in \
 
249
            *$$dep*) \
 
250
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
251
                && { if test -f $@; then exit 0; else break; fi; }; \
 
252
              exit 1;; \
 
253
          esac; \
 
254
        done; \
 
255
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tex/Makefile'; \
 
256
        $(am__cd) $(top_srcdir) && \
 
257
          $(AUTOMAKE) --gnu tex/Makefile
 
258
.PRECIOUS: Makefile
 
259
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
260
        @case '$?' in \
 
261
          *config.status*) \
 
262
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
263
          *) \
 
264
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
265
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
266
        esac;
 
267
 
 
268
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
270
 
 
271
$(top_srcdir)/configure:  $(am__configure_deps)
 
272
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
273
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
274
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
275
$(am__aclocal_m4_deps):
 
276
install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
 
277
        @$(NORMAL_INSTALL)
 
278
        @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
279
        if test -n "$$list"; then \
 
280
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
 
281
          $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
 
282
        fi; \
 
283
        for p in $$list; do \
 
284
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
285
          echo "$$d$$p"; \
 
286
        done | $(am__base_list) | \
 
287
        while read files; do \
 
288
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
 
289
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
 
290
        done
 
291
 
 
292
uninstall-dist_pkgdataDATA:
 
293
        @$(NORMAL_UNINSTALL)
 
294
        @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
295
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
296
        dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
 
297
tags TAGS:
 
298
 
 
299
ctags CTAGS:
 
300
 
 
301
cscope cscopelist:
 
302
 
 
303
 
 
304
distdir: $(DISTFILES)
 
305
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
306
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
307
        list='$(DISTFILES)'; \
 
308
          dist_files=`for file in $$list; do echo $$file; done | \
 
309
          sed -e "s|^$$srcdirstrip/||;t" \
 
310
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
311
        case $$dist_files in \
 
312
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
313
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
314
                           sort -u` ;; \
 
315
        esac; \
 
316
        for file in $$dist_files; do \
 
317
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
318
          if test -d $$d/$$file; then \
 
319
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
320
            if test -d "$(distdir)/$$file"; then \
 
321
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
322
            fi; \
 
323
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
324
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
325
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
326
            fi; \
 
327
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
328
          else \
 
329
            test -f "$(distdir)/$$file" \
 
330
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
331
            || exit 1; \
 
332
          fi; \
 
333
        done
 
334
check-am: all-am
 
335
check: check-am
 
336
all-am: Makefile $(DATA)
 
337
installdirs:
 
338
        for dir in "$(DESTDIR)$(pkgdatadir)"; do \
 
339
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
340
        done
 
341
install: install-am
 
342
install-exec: install-exec-am
 
343
install-data: install-data-am
 
344
uninstall: uninstall-am
 
345
 
 
346
install-am: all-am
 
347
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
348
 
 
349
installcheck: installcheck-am
 
350
install-strip:
 
351
        if test -z '$(STRIP)'; then \
 
352
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
353
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
354
              install; \
 
355
        else \
 
356
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
357
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
358
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
359
        fi
 
360
mostlyclean-generic:
 
361
 
 
362
clean-generic:
 
363
 
 
364
distclean-generic:
 
365
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
366
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
367
 
 
368
maintainer-clean-generic:
 
369
        @echo "This command is intended for maintainers to use"
 
370
        @echo "it deletes files that may require special tools to rebuild."
 
371
clean: clean-am
 
372
 
 
373
clean-am: clean-generic mostlyclean-am
 
374
 
 
375
distclean: distclean-am
 
376
        -rm -f Makefile
 
377
distclean-am: clean-am distclean-generic
 
378
 
 
379
dvi: dvi-am
 
380
 
 
381
dvi-am:
 
382
 
 
383
html: html-am
 
384
 
 
385
html-am:
 
386
 
 
387
info: info-am
 
388
 
 
389
info-am:
 
390
 
 
391
install-data-am: install-dist_pkgdataDATA
 
392
 
 
393
install-dvi: install-dvi-am
 
394
 
 
395
install-dvi-am:
 
396
 
 
397
install-exec-am:
 
398
 
 
399
install-html: install-html-am
 
400
 
 
401
install-html-am:
 
402
 
 
403
install-info: install-info-am
 
404
 
 
405
install-info-am:
 
406
 
 
407
install-man:
 
408
 
 
409
install-pdf: install-pdf-am
 
410
 
 
411
install-pdf-am:
 
412
 
 
413
install-ps: install-ps-am
 
414
 
 
415
install-ps-am:
 
416
 
 
417
installcheck-am:
 
418
 
 
419
maintainer-clean: maintainer-clean-am
 
420
        -rm -f Makefile
 
421
maintainer-clean-am: distclean-am maintainer-clean-generic
 
422
 
 
423
mostlyclean: mostlyclean-am
 
424
 
 
425
mostlyclean-am: mostlyclean-generic
 
426
 
 
427
pdf: pdf-am
 
428
 
 
429
pdf-am:
 
430
 
 
431
ps: ps-am
 
432
 
 
433
ps-am:
 
434
 
 
435
uninstall-am: uninstall-dist_pkgdataDATA
 
436
 
 
437
.MAKE: install-am install-strip
 
438
 
 
439
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
 
440
        ctags-am distclean distclean-generic distdir dvi dvi-am html \
 
441
        html-am info info-am install install-am install-data \
 
442
        install-data-am install-dist_pkgdataDATA install-dvi \
 
443
        install-dvi-am install-exec install-exec-am install-html \
 
444
        install-html-am install-info install-info-am install-man \
 
445
        install-pdf install-pdf-am install-ps install-ps-am \
 
446
        install-strip installcheck installcheck-am installdirs \
 
447
        maintainer-clean maintainer-clean-generic mostlyclean \
 
448
        mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
 
449
        uninstall-am uninstall-dist_pkgdataDATA
 
450
 
 
451
 
 
452
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
453
# Otherwise a system limit (for SysV at least) may be exceeded.
 
454
.NOEXPORT: