~ubuntu-branches/ubuntu/gutsy/gnupg2/gutsy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-05-15 13:54:55 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070515135455-89qfyalmgjy6gcqw
Tags: 2.0.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).
  - Build-depend on libcurl3-gnutls-dev
  - g10/call-agent.c: set DBG_ASSUAN to 0 to suppress a debug message
  - Include /doc files as done with gnupg
  - debian/rules: add doc/com-certs.pem to the docs for gpgsm
  - debian/copyright: update download url
  - debian/README.Debian: remove note the gnupg2 isn't released yet.
  - debian/control: Change Maintainer/XSBC-Original-Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  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.
33
33
# along with this program; if not, write to the Free Software
34
34
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
35
35
# USA.
36
 
srcdir = @srcdir@
37
 
top_srcdir = @top_srcdir@
38
36
VPATH = @srcdir@
39
37
pkgdatadir = $(datadir)/@PACKAGE@
40
38
pkglibdir = $(libdir)/@PACKAGE@
41
39
pkgincludedir = $(includedir)/@PACKAGE@
42
 
top_builddir = .
43
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44
 
INSTALL = @INSTALL@
45
41
install_sh_DATA = $(install_sh) -c -m 644
46
42
install_sh_PROGRAM = $(install_sh) -c
47
43
install_sh_SCRIPT = $(install_sh) -c
56
52
build_triplet = @build@
57
53
host_triplet = @host@
58
54
target_triplet = @target@
 
55
subdir = .
59
56
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
60
57
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
61
58
        $(top_srcdir)/configure $(top_srcdir)/intl/Makefile.in \
64
61
        scripts/config.rpath scripts/config.sub scripts/depcomp \
65
62
        scripts/install-sh scripts/mdate-sh scripts/missing \
66
63
        scripts/mkinstalldirs scripts/texinfo.tex
67
 
subdir = .
68
64
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69
65
am__aclocal_m4_deps = $(top_srcdir)/gl/m4/alloca.m4 \
70
66
        $(top_srcdir)/gl/m4/allocsa.m4 $(top_srcdir)/gl/m4/eealloc.m4 \
78
74
        $(top_srcdir)/m4/glibc2.m4 $(top_srcdir)/m4/glibc21.m4 \
79
75
        $(top_srcdir)/m4/gnupg-pth.m4 $(top_srcdir)/m4/gpg-error.m4 \
80
76
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
81
 
        $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-h.m4 \
 
77
        $(top_srcdir)/m4/intl.m4 $(top_srcdir)/m4/intmax.m4 \
82
78
        $(top_srcdir)/m4/inttypes-pri.m4 \
83
79
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \
84
80
        $(top_srcdir)/m4/ksba.m4 $(top_srcdir)/m4/lcmessage.m4 \
99
95
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100
96
        $(ACLOCAL_M4)
101
97
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102
 
 configure.lineno configure.status.lineno
 
98
 configure.lineno config.status.lineno
103
99
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
104
100
CONFIG_HEADER = config.h
105
101
CONFIG_CLEAN_FILES = intl/Makefile pth.h
107
103
DIST_SOURCES =
108
104
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
109
105
        html-recursive info-recursive install-data-recursive \
110
 
        install-exec-recursive install-info-recursive \
111
 
        install-recursive installcheck-recursive installdirs-recursive \
112
 
        pdf-recursive ps-recursive uninstall-info-recursive \
113
 
        uninstall-recursive
 
106
        install-dvi-recursive install-exec-recursive \
 
107
        install-html-recursive install-info-recursive \
 
108
        install-pdf-recursive install-ps-recursive install-recursive \
 
109
        installcheck-recursive installdirs-recursive pdf-recursive \
 
110
        ps-recursive uninstall-recursive
 
111
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
112
  distclean-recursive maintainer-clean-recursive
114
113
ETAGS = etags
115
114
CTAGS = ctags
116
115
DIST_SUBDIRS = m4 intl gl include jnlib common kbx g10 keyserver sm \
129
128
ACLOCAL = @ACLOCAL@
130
129
ALLOCA = @ALLOCA@
131
130
ALLOCA_H = @ALLOCA_H@
132
 
AMDEP_FALSE = @AMDEP_FALSE@
133
 
AMDEP_TRUE = @AMDEP_TRUE@
134
131
AMTAR = @AMTAR@
135
132
AR = @AR@
136
133
AUTOCONF = @AUTOCONF@
137
134
AUTOHEADER = @AUTOHEADER@
138
135
AUTOMAKE = @AUTOMAKE@
139
136
AWK = @AWK@
140
 
BUILD_AGENT_FALSE = @BUILD_AGENT_FALSE@
141
 
BUILD_AGENT_TRUE = @BUILD_AGENT_TRUE@
142
 
BUILD_DOC_FALSE = @BUILD_DOC_FALSE@
143
 
BUILD_DOC_TRUE = @BUILD_DOC_TRUE@
144
 
BUILD_GPGSM_FALSE = @BUILD_GPGSM_FALSE@
145
 
BUILD_GPGSM_TRUE = @BUILD_GPGSM_TRUE@
146
 
BUILD_GPG_FALSE = @BUILD_GPG_FALSE@
147
 
BUILD_GPG_TRUE = @BUILD_GPG_TRUE@
148
137
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
149
 
BUILD_SCDAEMON_FALSE = @BUILD_SCDAEMON_FALSE@
150
 
BUILD_SCDAEMON_TRUE = @BUILD_SCDAEMON_TRUE@
151
 
BUILD_SYMCRYPTRUN_FALSE = @BUILD_SYMCRYPTRUN_FALSE@
152
 
BUILD_SYMCRYPTRUN_TRUE = @BUILD_SYMCRYPTRUN_TRUE@
153
 
BUILD_TOOLS_FALSE = @BUILD_TOOLS_FALSE@
154
 
BUILD_TOOLS_TRUE = @BUILD_TOOLS_TRUE@
155
138
CATOBJEXT = @CATOBJEXT@
156
139
CC = @CC@
157
140
CCDEPMODE = @CCDEPMODE@
159
142
CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
160
143
CPP = @CPP@
161
144
CPPFLAGS = @CPPFLAGS@
162
 
CROSS_COMPILING_FALSE = @CROSS_COMPILING_FALSE@
163
 
CROSS_COMPILING_TRUE = @CROSS_COMPILING_TRUE@
164
145
CYGPATH_W = @CYGPATH_W@
165
146
DATADIRNAME = @DATADIRNAME@
166
147
DEFS = @DEFS@
171
152
ECHO_N = @ECHO_N@
172
153
ECHO_T = @ECHO_T@
173
154
EGREP = @EGREP@
174
 
ENABLE_BZIP2_SUPPORT_FALSE = @ENABLE_BZIP2_SUPPORT_FALSE@
175
 
ENABLE_BZIP2_SUPPORT_TRUE = @ENABLE_BZIP2_SUPPORT_TRUE@
176
155
EOVERFLOW = @EOVERFLOW@
177
156
EXEEXT = @EXEEXT@
178
 
FAKE_CURL_FALSE = @FAKE_CURL_FALSE@
179
 
FAKE_CURL_TRUE = @FAKE_CURL_TRUE@
180
157
FAQPROG = @FAQPROG@
181
158
GENCAT = @GENCAT@
182
159
GLIBC2 = @GLIBC2@
184
161
GMSGFMT = @GMSGFMT@
185
162
GMSGFMT_015 = @GMSGFMT_015@
186
163
GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
187
 
GNUPG_AGENT_PGM_FALSE = @GNUPG_AGENT_PGM_FALSE@
188
 
GNUPG_AGENT_PGM_TRUE = @GNUPG_AGENT_PGM_TRUE@
189
164
GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
190
 
GNUPG_DIRMNGR_PGM_FALSE = @GNUPG_DIRMNGR_PGM_FALSE@
191
 
GNUPG_DIRMNGR_PGM_TRUE = @GNUPG_DIRMNGR_PGM_TRUE@
192
165
GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
193
 
GNUPG_PINENTRY_PGM_FALSE = @GNUPG_PINENTRY_PGM_FALSE@
194
 
GNUPG_PINENTRY_PGM_TRUE = @GNUPG_PINENTRY_PGM_TRUE@
195
166
GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
196
 
GNUPG_PROTECT_TOOL_PGM_FALSE = @GNUPG_PROTECT_TOOL_PGM_FALSE@
197
 
GNUPG_PROTECT_TOOL_PGM_TRUE = @GNUPG_PROTECT_TOOL_PGM_TRUE@
198
167
GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
199
 
GNUPG_SCDAEMON_PGM_FALSE = @GNUPG_SCDAEMON_PGM_FALSE@
200
 
GNUPG_SCDAEMON_PGM_TRUE = @GNUPG_SCDAEMON_PGM_TRUE@
201
168
GPGKEYS_CURL = @GPGKEYS_CURL@
202
169
GPGKEYS_FINGER = @GPGKEYS_FINGER@
203
170
GPGKEYS_HKP = @GPGKEYS_HKP@
208
175
GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
209
176
GREP = @GREP@
210
177
HAVE_ASPRINTF = @HAVE_ASPRINTF@
211
 
HAVE_DOSISH_SYSTEM_FALSE = @HAVE_DOSISH_SYSTEM_FALSE@
212
 
HAVE_DOSISH_SYSTEM_TRUE = @HAVE_DOSISH_SYSTEM_TRUE@
213
178
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
214
179
HAVE_SNPRINTF = @HAVE_SNPRINTF@
215
 
HAVE_USTAR_FALSE = @HAVE_USTAR_FALSE@
216
 
HAVE_USTAR_TRUE = @HAVE_USTAR_TRUE@
217
180
HAVE_VISIBILITY = @HAVE_VISIBILITY@
218
 
HAVE_W32_SYSTEM_FALSE = @HAVE_W32_SYSTEM_FALSE@
219
 
HAVE_W32_SYSTEM_TRUE = @HAVE_W32_SYSTEM_TRUE@
220
181
HAVE_WPRINTF = @HAVE_WPRINTF@
 
182
INSTALL = @INSTALL@
221
183
INSTALL_DATA = @INSTALL_DATA@
222
184
INSTALL_PROGRAM = @INSTALL_PROGRAM@
223
185
INSTALL_SCRIPT = @INSTALL_SCRIPT@
262
224
LTLIBPTH = @LTLIBPTH@
263
225
LTLIBTHREAD = @LTLIBTHREAD@
264
226
MAINT = @MAINT@
265
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
266
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
267
227
MAKEINFO = @MAKEINFO@
 
228
MKDIR_P = @MKDIR_P@
268
229
MSGFMT = @MSGFMT@
269
230
MSGFMT_015 = @MSGFMT_015@
270
231
MSGMERGE = @MSGMERGE@
280
241
PATH_SEPARATOR = @PATH_SEPARATOR@
281
242
PERL = @PERL@
282
243
POSUB = @POSUB@
 
244
PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
283
245
PTH_CFLAGS = @PTH_CFLAGS@
284
246
PTH_CONFIG = @PTH_CONFIG@
285
247
PTH_LIBS = @PTH_LIBS@
286
248
RANLIB = @RANLIB@
287
 
RUN_GPG_TESTS_FALSE = @RUN_GPG_TESTS_FALSE@
288
 
RUN_GPG_TESTS_TRUE = @RUN_GPG_TESTS_TRUE@
289
 
RUN_PKITS_TESTS_FALSE = @RUN_PKITS_TESTS_FALSE@
290
 
RUN_PKITS_TESTS_TRUE = @RUN_PKITS_TESTS_TRUE@
291
249
SENDMAIL = @SENDMAIL@
292
250
SET_MAKE = @SET_MAKE@
293
251
SHELL = @SHELL@
294
252
SHRED = @SHRED@
295
253
STRIP = @STRIP@
296
254
TAR = @TAR@
297
 
USE_DNS_SRV_FALSE = @USE_DNS_SRV_FALSE@
298
 
USE_DNS_SRV_TRUE = @USE_DNS_SRV_TRUE@
299
255
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
300
 
USE_INTERNAL_REGEX_FALSE = @USE_INTERNAL_REGEX_FALSE@
301
 
USE_INTERNAL_REGEX_TRUE = @USE_INTERNAL_REGEX_TRUE@
302
256
USE_NLS = @USE_NLS@
303
 
USE_SIMPLE_GETTEXT_FALSE = @USE_SIMPLE_GETTEXT_FALSE@
304
 
USE_SIMPLE_GETTEXT_TRUE = @USE_SIMPLE_GETTEXT_TRUE@
305
257
VERSION = @VERSION@
306
258
WOE32DLL = @WOE32DLL@
307
 
WORKING_FAQPROG_FALSE = @WORKING_FAQPROG_FALSE@
308
 
WORKING_FAQPROG_TRUE = @WORKING_FAQPROG_TRUE@
309
259
XGETTEXT = @XGETTEXT@
310
260
XGETTEXT_015 = @XGETTEXT_015@
311
261
ZLIBS = @ZLIBS@
312
262
_libcurl_config = @_libcurl_config@
 
263
abs_builddir = @abs_builddir@
 
264
abs_srcdir = @abs_srcdir@
 
265
abs_top_builddir = @abs_top_builddir@
 
266
abs_top_srcdir = @abs_top_srcdir@
313
267
ac_ct_CC = @ac_ct_CC@
314
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
315
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
316
268
am__include = @am__include@
317
269
am__leading_dot = @am__leading_dot@
318
270
am__quote = @am__quote@
324
276
build_cpu = @build_cpu@
325
277
build_os = @build_os@
326
278
build_vendor = @build_vendor@
 
279
builddir = @builddir@
327
280
datadir = @datadir@
328
281
datarootdir = @datarootdir@
329
282
docdir = @docdir@
351
304
psdir = @psdir@
352
305
sbindir = @sbindir@
353
306
sharedstatedir = @sharedstatedir@
 
307
srcdir = @srcdir@
354
308
sysconfdir = @sysconfdir@
355
309
target = @target@
356
310
target_alias = @target_alias@
357
311
target_cpu = @target_cpu@
358
312
target_os = @target_os@
359
313
target_vendor = @target_vendor@
 
314
top_builddir = @top_builddir@
 
315
top_srcdir = @top_srcdir@
360
316
ACLOCAL_AMFLAGS = -I m4 -I gl/m4
361
317
AUTOMAKE_OPTIONS = dist-bzip2
362
 
DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun
 
318
DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun --enable-mailto
363
319
EXTRA_DIST = scripts/config.rpath autogen.sh README.SVN
364
320
DISTCLEANFILES = g10defs.h 
365
321
@BUILD_GPGSM_FALSE@kbx = 
424
380
config.h: stamp-h1
425
381
        @if test ! -f $@; then \
426
382
          rm -f stamp-h1; \
427
 
          $(MAKE) stamp-h1; \
 
383
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
428
384
        else :; fi
429
385
 
430
386
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
439
395
        -rm -f config.h stamp-h1
440
396
intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
441
397
        cd $(top_builddir) && $(SHELL) ./config.status $@
442
 
uninstall-info-am:
443
398
 
444
399
# This directory's subdirectories are mostly independent; you can cd
445
400
# into them and run `make' without going through this Makefile.
472
427
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
473
428
        fi; test -z "$$fail"
474
429
 
475
 
mostlyclean-recursive clean-recursive distclean-recursive \
476
 
maintainer-clean-recursive:
 
430
$(RECURSIVE_CLEAN_TARGETS):
477
431
        @failcom='exit 1'; \
478
432
        for f in x $$MAKEFLAGS; do \
479
433
          case $$f in \
575
529
 
576
530
distdir: $(DISTFILES)
577
531
        $(am__remove_distdir)
578
 
        mkdir $(distdir)
579
 
        $(mkdir_p) $(distdir)/gl/m4 $(distdir)/intl $(distdir)/jnlib $(distdir)/keyserver $(distdir)/m4 $(distdir)/po $(distdir)/scripts $(distdir)/tools
580
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
581
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
582
 
        list='$(DISTFILES)'; for file in $$list; do \
583
 
          case $$file in \
584
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
585
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
586
 
          esac; \
 
532
        test -d $(distdir) || mkdir $(distdir)
 
533
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
534
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
535
        list='$(DISTFILES)'; \
 
536
          dist_files=`for file in $$list; do echo $$file; done | \
 
537
          sed -e "s|^$$srcdirstrip/||;t" \
 
538
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
539
        case $$dist_files in \
 
540
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
541
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
542
                           sort -u` ;; \
 
543
        esac; \
 
544
        for file in $$dist_files; do \
587
545
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
588
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
589
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
590
 
            dir="/$$dir"; \
591
 
            $(mkdir_p) "$(distdir)$$dir"; \
592
 
          else \
593
 
            dir=''; \
594
 
          fi; \
595
546
          if test -d $$d/$$file; then \
 
547
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
596
548
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
597
549
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
598
550
            fi; \
606
558
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
607
559
          if test "$$subdir" = .; then :; else \
608
560
            test -d "$(distdir)/$$subdir" \
609
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
561
            || $(MKDIR_P) "$(distdir)/$$subdir" \
610
562
            || exit 1; \
611
563
            distdir=`$(am__cd) $(distdir) && pwd`; \
612
564
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
614
566
              $(MAKE) $(AM_MAKEFLAGS) \
615
567
                top_distdir="$$top_distdir" \
616
568
                distdir="$$distdir/$$subdir" \
 
569
                am__remove_distdir=: \
 
570
                am__skip_length_check=: \
617
571
                distdir) \
618
572
              || exit 1; \
619
573
          fi; \
624
578
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
625
579
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
626
580
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
627
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
581
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
628
582
        || chmod -R a+r $(distdir)
629
583
dist-gzip: distdir
630
584
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
700
654
        $(am__remove_distdir)
701
655
        @(echo "$(distdir) archives ready for distribution: "; \
702
656
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
703
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
657
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
704
658
distuninstallcheck:
705
659
        @cd $(distuninstallcheck_dir) \
706
660
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
770
724
 
771
725
install-data-am:
772
726
 
 
727
install-dvi: install-dvi-recursive
 
728
 
773
729
install-exec-am:
774
730
 
 
731
install-html: install-html-recursive
 
732
 
775
733
install-info: install-info-recursive
776
734
 
777
735
install-man:
778
736
 
 
737
install-pdf: install-pdf-recursive
 
738
 
 
739
install-ps: install-ps-recursive
 
740
 
779
741
installcheck-am:
780
742
 
781
743
maintainer-clean: maintainer-clean-recursive
796
758
 
797
759
ps-am:
798
760
 
799
 
uninstall-am: uninstall-info-am
800
 
 
801
 
uninstall-info: uninstall-info-recursive
802
 
 
803
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
804
 
        check-am clean clean-generic clean-recursive ctags \
805
 
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
806
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
807
 
        distclean-generic distclean-hdr distclean-recursive \
808
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
809
 
        dvi-am html html-am info info-am install install-am \
810
 
        install-data install-data-am install-exec install-exec-am \
811
 
        install-info install-info-am install-man install-strip \
812
 
        installcheck installcheck-am installdirs installdirs-am \
813
 
        maintainer-clean maintainer-clean-generic \
814
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
815
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
816
 
        uninstall uninstall-am uninstall-info-am
 
761
uninstall-am:
 
762
 
 
763
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
764
        install-strip
 
765
 
 
766
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
767
        all all-am am--refresh check check-am clean clean-generic \
 
768
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
769
        dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
 
770
        distclean-generic distclean-hdr distclean-tags distcleancheck \
 
771
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
772
        info-am install install-am install-data install-data-am \
 
773
        install-dvi install-dvi-am install-exec install-exec-am \
 
774
        install-html install-html-am install-info install-info-am \
 
775
        install-man install-pdf install-pdf-am install-ps \
 
776
        install-ps-am install-strip installcheck installcheck-am \
 
777
        installdirs installdirs-am maintainer-clean \
 
778
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
779
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
817
780
 
818
781
 
819
782
dist-hook: