~ubuntu-branches/ubuntu/jaunty/pcsc-lite/jaunty-security

« back to all changes in this revision

Viewing changes to libmusclecard/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2005-11-27 18:04:59 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051127180459-qrex2gzpq9d8jexd
Tags: 1.2.9-beta9-1
* New upstream version
* debian/compat: change from 3 to 4

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,
21
21
pkgdatadir = $(datadir)/@PACKAGE@
22
22
pkglibdir = $(libdir)/@PACKAGE@
23
23
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = .
 
24
top_builddir = ..
25
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
26
INSTALL = @INSTALL@
27
27
install_sh_DATA = $(install_sh) -c -m 644
37
37
POST_UNINSTALL = :
38
38
build_triplet = @build@
39
39
host_triplet = @host@
40
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
42
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
43
 
        compile config.guess config.sub depcomp install-sh ltmain.sh \
44
 
        missing mkinstalldirs
45
 
subdir = .
 
40
subdir = libmusclecard
 
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
46
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
48
 
        $(top_srcdir)/configure.in
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
 
44
        $(top_srcdir)/m4/as-ac-expand.m4 $(top_srcdir)/configure.in
49
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
46
        $(ACLOCAL_M4)
51
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52
 
 configure.lineno configure.status.lineno
53
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
54
 
CONFIG_HEADER = config.h
 
47
mkinstalldirs = $(install_sh) -d
 
48
CONFIG_HEADER = $(top_builddir)/config.h
55
49
CONFIG_CLEAN_FILES =
56
50
SOURCES =
57
51
DIST_SOURCES =
65
59
CTAGS = ctags
66
60
DIST_SUBDIRS = $(SUBDIRS)
67
61
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
 
distdir = $(PACKAGE)-$(VERSION)
69
 
top_distdir = $(distdir)
70
 
am__remove_distdir = \
71
 
  { test ! -d $(distdir) \
72
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
73
 
         && rm -fr $(distdir); }; }
74
 
DIST_ARCHIVES = $(distdir).tar.gz
75
 
GZIP_ENV = --best
76
 
distuninstallcheck_listfiles = find . -type f -print
77
 
distcleancheck_listfiles = find . -type f -print
78
62
ACLOCAL = @ACLOCAL@
79
63
AMDEP_FALSE = @AMDEP_FALSE@
80
64
AMDEP_TRUE = @AMDEP_TRUE@
87
71
CC = @CC@
88
72
CCDEPMODE = @CCDEPMODE@
89
73
CFLAGS = @CFLAGS@
 
74
COREFOUNDATION = @COREFOUNDATION@
90
75
CPP = @CPP@
91
76
CPPFLAGS = @CPPFLAGS@
92
77
CXX = @CXX@
104
89
EXEEXT = @EXEEXT@
105
90
F77 = @F77@
106
91
FFLAGS = @FFLAGS@
 
92
HAVE_RUNPID = @HAVE_RUNPID@
 
93
HAVE_SCF_FALSE = @HAVE_SCF_FALSE@
 
94
HAVE_SCF_TRUE = @HAVE_SCF_TRUE@
107
95
INSTALL_DATA = @INSTALL_DATA@
108
96
INSTALL_PROGRAM = @INSTALL_PROGRAM@
109
97
INSTALL_SCRIPT = @INSTALL_SCRIPT@
110
98
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
99
IOKIT = @IOKIT@
111
100
LDFLAGS = @LDFLAGS@
 
101
LEX = @LEX@
 
102
LEXLIB = @LEXLIB@
 
103
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
104
LIBDL = @LIBDL@
112
105
LIBOBJS = @LIBOBJS@
113
106
LIBS = @LIBS@
 
107
LIBSMARTCARD = @LIBSMARTCARD@
114
108
LIBTOOL = @LIBTOOL@
 
109
LIBUSB = @LIBUSB@
115
110
LN_S = @LN_S@
116
111
LTLIBOBJS = @LTLIBOBJS@
117
112
MAINT = @MAINT@
118
113
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
119
114
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
120
115
MAKEINFO = @MAKEINFO@
121
 
NEED_STRLCAT_FALSE = @NEED_STRLCAT_FALSE@
122
 
NEED_STRLCAT_TRUE = @NEED_STRLCAT_TRUE@
123
 
NEED_STRLCPY_FALSE = @NEED_STRLCPY_FALSE@
124
 
NEED_STRLCPY_TRUE = @NEED_STRLCPY_TRUE@
125
116
OBJEXT = @OBJEXT@
126
117
PACKAGE = @PACKAGE@
127
118
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130
121
PACKAGE_TARNAME = @PACKAGE_TARNAME@
131
122
PACKAGE_VERSION = @PACKAGE_VERSION@
132
123
PATH_SEPARATOR = @PATH_SEPARATOR@
133
 
PCSCLITE_CFLAGS = @PCSCLITE_CFLAGS@
134
 
PCSCLITE_LIBS = @PCSCLITE_LIBS@
135
 
PKG_CONFIG = @PKG_CONFIG@
136
124
PTHREAD_CC = @PTHREAD_CC@
137
125
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
138
126
PTHREAD_LIBS = @PTHREAD_LIBS@
140
128
SET_MAKE = @SET_MAKE@
141
129
SHELL = @SHELL@
142
130
STRIP = @STRIP@
 
131
TEST_MINUS_S_SH = @TEST_MINUS_S_SH@
143
132
VERSION = @VERSION@
144
133
ac_ct_AR = @ac_ct_AR@
145
134
ac_ct_CC = @ac_ct_CC@
163
152
build_cpu = @build_cpu@
164
153
build_os = @build_os@
165
154
build_vendor = @build_vendor@
 
155
confdir = @confdir@
 
156
confdir_exp = @confdir_exp@
166
157
datadir = @datadir@
167
158
exec_prefix = @exec_prefix@
 
159
extended_apdu = @extended_apdu@
168
160
host = @host@
169
161
host_alias = @host_alias@
170
162
host_cpu = @host_cpu@
171
163
host_os = @host_os@
 
164
host_to_ccid_16 = @host_to_ccid_16@
 
165
host_to_ccid_32 = @host_to_ccid_32@
172
166
host_vendor = @host_vendor@
173
167
includedir = @includedir@
174
168
infodir = @infodir@
176
170
libdir = @libdir@
177
171
libexecdir = @libexecdir@
178
172
localstatedir = @localstatedir@
 
173
localstatedir_exp = @localstatedir_exp@
179
174
mandir = @mandir@
180
175
mkdir_p = @mkdir_p@
181
176
muscledropdir = @muscledropdir@
182
177
oldincludedir = @oldincludedir@
183
178
prefix = @prefix@
184
179
program_transform_name = @program_transform_name@
 
180
runpid = @runpid@
185
181
sbindir = @sbindir@
 
182
sbindir_exp = @sbindir_exp@
186
183
sharedstatedir = @sharedstatedir@
187
184
sysconfdir = @sysconfdir@
 
185
sysconfdir_exp = @sysconfdir_exp@
188
186
target_alias = @target_alias@
 
187
usbdropdir = @usbdropdir@
189
188
SUBDIRS = doc src utils
190
 
EXTRA_DIST = bootstrap ChangeLog.cvs
191
 
all: config.h
192
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
189
all: all-recursive
193
190
 
194
191
.SUFFIXES:
195
 
am--refresh:
196
 
        @:
197
192
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
198
193
        @for dep in $?; do \
199
194
          case '$(am__configure_deps)' in \
200
195
            *$$dep*) \
201
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
202
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
196
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
203
197
                && exit 0; \
204
198
              exit 1;; \
205
199
          esac; \
206
200
        done; \
207
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
201
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libmusclecard/Makefile'; \
208
202
        cd $(top_srcdir) && \
209
 
          $(AUTOMAKE) --gnu  Makefile
 
203
          $(AUTOMAKE) --gnu  libmusclecard/Makefile
210
204
.PRECIOUS: Makefile
211
205
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212
206
        @case '$?' in \
213
207
          *config.status*) \
214
 
            echo ' $(SHELL) ./config.status'; \
215
 
            $(SHELL) ./config.status;; \
 
208
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
216
209
          *) \
217
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
218
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
210
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
211
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
219
212
        esac;
220
213
 
221
214
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
222
 
        $(SHELL) ./config.status --recheck
 
215
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223
216
 
224
217
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
225
 
        cd $(srcdir) && $(AUTOCONF)
 
218
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226
219
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
227
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
228
 
 
229
 
config.h: stamp-h1
230
 
        @if test ! -f $@; then \
231
 
          rm -f stamp-h1; \
232
 
          $(MAKE) stamp-h1; \
233
 
        else :; fi
234
 
 
235
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
236
 
        @rm -f stamp-h1
237
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
238
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
239
 
        cd $(top_srcdir) && $(AUTOHEADER)
240
 
        rm -f stamp-h1
241
 
        touch $@
242
 
 
243
 
distclean-hdr:
244
 
        -rm -f config.h stamp-h1
 
220
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
221
 
246
222
mostlyclean-libtool:
247
223
        -rm -f *.lo
334
310
        mkid -fID $$unique
335
311
tags: TAGS
336
312
 
337
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
313
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338
314
                $(TAGS_FILES) $(LISP)
339
315
        tags=; \
340
316
        here=`pwd`; \
351
327
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
352
328
          fi; \
353
329
        done; \
354
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
330
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
355
331
        unique=`for i in $$list; do \
356
332
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357
333
          done | \
363
339
            $$tags $$unique; \
364
340
        fi
365
341
ctags: CTAGS
366
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
342
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367
343
                $(TAGS_FILES) $(LISP)
368
344
        tags=; \
369
345
        here=`pwd`; \
370
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
346
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
371
347
        unique=`for i in $$list; do \
372
348
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373
349
          done | \
386
362
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
387
363
 
388
364
distdir: $(DISTFILES)
389
 
        $(am__remove_distdir)
390
 
        mkdir $(distdir)
391
 
        $(mkdir_p) $(distdir)/src $(distdir)/utils/bundleTool
392
365
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
393
366
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
394
367
        list='$(DISTFILES)'; for file in $$list; do \
430
403
              || exit 1; \
431
404
          fi; \
432
405
        done
433
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
434
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
435
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
436
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
437
 
        || chmod -R a+r $(distdir)
438
 
dist-gzip: distdir
439
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
440
 
        $(am__remove_distdir)
441
 
 
442
 
dist-bzip2: distdir
443
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
444
 
        $(am__remove_distdir)
445
 
 
446
 
dist-tarZ: distdir
447
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
448
 
        $(am__remove_distdir)
449
 
 
450
 
dist-shar: distdir
451
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
452
 
        $(am__remove_distdir)
453
 
 
454
 
dist-zip: distdir
455
 
        -rm -f $(distdir).zip
456
 
        zip -rq $(distdir).zip $(distdir)
457
 
        $(am__remove_distdir)
458
 
 
459
 
dist dist-all: distdir
460
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
461
 
        $(am__remove_distdir)
462
 
 
463
 
# This target untars the dist file and tries a VPATH configuration.  Then
464
 
# it guarantees that the distribution is self-contained by making another
465
 
# tarfile.
466
 
distcheck: dist
467
 
        case '$(DIST_ARCHIVES)' in \
468
 
        *.tar.gz*) \
469
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
470
 
        *.tar.bz2*) \
471
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
472
 
        *.tar.Z*) \
473
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
474
 
        *.shar.gz*) \
475
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
476
 
        *.zip*) \
477
 
          unzip $(distdir).zip ;;\
478
 
        esac
479
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
480
 
        mkdir $(distdir)/_build
481
 
        mkdir $(distdir)/_inst
482
 
        chmod a-w $(distdir)
483
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
484
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
485
 
          && cd $(distdir)/_build \
486
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
487
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
488
 
          && $(MAKE) $(AM_MAKEFLAGS) \
489
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
490
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
491
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
492
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
493
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
494
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
495
 
                distuninstallcheck \
496
 
          && chmod -R a-w "$$dc_install_base" \
497
 
          && ({ \
498
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
499
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
500
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
501
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
502
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
503
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
504
 
          && rm -rf "$$dc_destdir" \
505
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
506
 
          && rm -rf $(DIST_ARCHIVES) \
507
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
508
 
        $(am__remove_distdir)
509
 
        @(echo "$(distdir) archives ready for distribution: "; \
510
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
511
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
512
 
distuninstallcheck:
513
 
        @cd $(distuninstallcheck_dir) \
514
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
515
 
           || { echo "ERROR: files left after uninstall:" ; \
516
 
                if test -n "$(DESTDIR)"; then \
517
 
                  echo "  (check DESTDIR support)"; \
518
 
                fi ; \
519
 
                $(distuninstallcheck_listfiles) ; \
520
 
                exit 1; } >&2
521
 
distcleancheck: distclean
522
 
        @if test '$(srcdir)' = . ; then \
523
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
524
 
          exit 1 ; \
525
 
        fi
526
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
527
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
528
 
               $(distcleancheck_listfiles) ; \
529
 
               exit 1; } >&2
530
406
check-am: all-am
531
407
check: check-recursive
532
 
all-am: Makefile config.h
 
408
all-am: Makefile
533
409
installdirs: installdirs-recursive
534
410
installdirs-am:
535
411
install: install-recursive
561
437
clean-am: clean-generic clean-libtool mostlyclean-am
562
438
 
563
439
distclean: distclean-recursive
564
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
565
440
        -rm -f Makefile
566
 
distclean-am: clean-am distclean-generic distclean-hdr \
567
 
        distclean-libtool distclean-tags
 
441
distclean-am: clean-am distclean-generic distclean-libtool \
 
442
        distclean-tags
568
443
 
569
444
dvi: dvi-recursive
570
445
 
587
462
installcheck-am:
588
463
 
589
464
maintainer-clean: maintainer-clean-recursive
590
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
591
 
        -rm -rf $(top_srcdir)/autom4te.cache
592
465
        -rm -f Makefile
593
466
maintainer-clean-am: distclean-am maintainer-clean-generic
594
467
 
608
481
 
609
482
uninstall-info: uninstall-info-recursive
610
483
 
611
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
612
 
        check-am clean clean-generic clean-libtool clean-recursive \
613
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
614
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
615
 
        distclean-generic distclean-hdr distclean-libtool \
616
 
        distclean-recursive distclean-tags distcleancheck distdir \
617
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
618
 
        install install-am install-data install-data-am install-exec \
619
 
        install-exec-am install-info install-info-am install-man \
620
 
        install-strip installcheck installcheck-am installdirs \
621
 
        installdirs-am maintainer-clean maintainer-clean-generic \
622
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
623
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
624
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am
625
 
 
626
 
 
627
 
ChangeLog.cvs:
628
 
        rcs2log | perl -pe 's/rousseau /Ludovic Rousseau /; \
629
 
        s/corcoran /David Corcoran /; s/oznet /Chris Osgood/; \
630
 
        s/toni-guest /Toni Andjelkovic/' > $@
 
484
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
485
        clean clean-generic clean-libtool clean-recursive ctags \
 
486
        ctags-recursive distclean distclean-generic distclean-libtool \
 
487
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
488
        html-am info info-am install install-am install-data \
 
489
        install-data-am install-exec install-exec-am install-info \
 
490
        install-info-am install-man install-strip installcheck \
 
491
        installcheck-am installdirs installdirs-am maintainer-clean \
 
492
        maintainer-clean-generic maintainer-clean-recursive \
 
493
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
494
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
495
        uninstall uninstall-am uninstall-info-am
 
496
 
631
497
# Tell versions [3.59,3.63) of GNU make to not export all variables.
632
498
# Otherwise a system limit (for SysV at least) may be exceeded.
633
499
.NOEXPORT: