~ubuntu-branches/ubuntu/trusty/libtasn1-3/trusty

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2006-06-07 20:14:52 UTC
  • Revision ID: james.westby@ubuntu.com-20060607201452-7a9dojyu7i2kfbyp
Tags: upstream-0.3.4
ImportĀ upstreamĀ versionĀ 0.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
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
# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation
 
18
#
 
19
# This file is part of LIBTASN1.
 
20
#
 
21
# This file is free software; you can redistribute it and/or modify it
 
22
# under the terms of the GNU General Public License as published by
 
23
# the Free Software Foundation; either version 2 of the License, or
 
24
# (at your option) any later version.
 
25
#
 
26
# This file is distributed in the hope that it will be useful, but
 
27
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
28
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
29
# General Public License for more details.
 
30
#
 
31
# You should have received a copy of the GNU General Public License
 
32
# along with this file; if not, write to the Free Software Foundation,
 
33
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
34
srcdir = @srcdir@
 
35
top_srcdir = @top_srcdir@
 
36
VPATH = @srcdir@
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
top_builddir = ..
 
41
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
42
INSTALL = @INSTALL@
 
43
install_sh_DATA = $(install_sh) -c -m 644
 
44
install_sh_PROGRAM = $(install_sh) -c
 
45
install_sh_SCRIPT = $(install_sh) -c
 
46
INSTALL_HEADER = $(INSTALL_DATA)
 
47
transform = $(program_transform_name)
 
48
NORMAL_INSTALL = :
 
49
PRE_INSTALL = :
 
50
POST_INSTALL = :
 
51
NORMAL_UNINSTALL = :
 
52
PRE_UNINSTALL = :
 
53
POST_UNINSTALL = :
 
54
build_triplet = @build@
 
55
host_triplet = @host@
 
56
subdir = doc
 
57
DIST_COMMON = $(dist_man_MANS) $(libtasn1_TEXINFOS) \
 
58
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
59
        $(srcdir)/stamp-vti $(srcdir)/version.texi TODO mdate-sh \
 
60
        texinfo.tex
 
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
62
am__aclocal_m4_deps = $(top_srcdir)/gl/m4/getopt.m4 \
 
63
        $(top_srcdir)/gl/m4/gnulib-comp.m4 \
 
64
        $(top_srcdir)/gl/m4/memmove.m4 \
 
65
        $(top_srcdir)/gl/m4/onceonly_2_57.m4 \
 
66
        $(top_srcdir)/gl/m4/strdup.m4 $(top_srcdir)/gl/m4/unistd_h.m4 \
 
67
        $(top_srcdir)/m4/autobuild.m4 $(top_srcdir)/m4/gtk-doc.m4 \
 
68
        $(top_srcdir)/configure.in
 
69
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
70
        $(ACLOCAL_M4)
 
71
mkinstalldirs = $(install_sh) -d
 
72
CONFIG_HEADER = $(top_builddir)/config.h
 
73
CONFIG_CLEAN_FILES =
 
74
SOURCES =
 
75
DIST_SOURCES =
 
76
INFO_DEPS = $(srcdir)/libtasn1.info
 
77
am__TEXINFO_TEX_DIR = $(srcdir)
 
78
DVIS = libtasn1.dvi
 
79
PDFS = libtasn1.pdf
 
80
PSS = libtasn1.ps
 
81
HTMLS = libtasn1.html
 
82
TEXINFOS = libtasn1.texi
 
83
TEXI2DVI = texi2dvi
 
84
TEXI2PDF = $(TEXI2DVI) --pdf --batch
 
85
MAKEINFOHTML = $(MAKEINFO) --html
 
86
DVIPS = dvips
 
87
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
88
        html-recursive info-recursive install-data-recursive \
 
89
        install-exec-recursive install-info-recursive \
 
90
        install-recursive installcheck-recursive installdirs-recursive \
 
91
        pdf-recursive ps-recursive uninstall-info-recursive \
 
92
        uninstall-recursive
 
93
am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" \
 
94
        "$(DESTDIR)$(man3dir)"
 
95
man1dir = $(mandir)/man1
 
96
man3dir = $(mandir)/man3
 
97
NROFF = nroff
 
98
MANS = $(dist_man_MANS)
 
99
ETAGS = etags
 
100
CTAGS = ctags
 
101
DIST_SUBDIRS = reference
 
102
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
103
ACLOCAL = @ACLOCAL@
 
104
ALLOCA = @ALLOCA@
 
105
AMDEP_FALSE = @AMDEP_FALSE@
 
106
AMDEP_TRUE = @AMDEP_TRUE@
 
107
AMTAR = @AMTAR@
 
108
AR = @AR@
 
109
AUTOCONF = @AUTOCONF@
 
110
AUTOHEADER = @AUTOHEADER@
 
111
AUTOMAKE = @AUTOMAKE@
 
112
AWK = @AWK@
 
113
CC = @CC@
 
114
CCDEPMODE = @CCDEPMODE@
 
115
CFLAGS = @CFLAGS@
 
116
CPP = @CPP@
 
117
CPPFLAGS = @CPPFLAGS@
 
118
CXX = @CXX@
 
119
CXXCPP = @CXXCPP@
 
120
CXXDEPMODE = @CXXDEPMODE@
 
121
CXXFLAGS = @CXXFLAGS@
 
122
CYGPATH_W = @CYGPATH_W@
 
123
DEFS = @DEFS@
 
124
DEPDIR = @DEPDIR@
 
125
ECHO = @ECHO@
 
126
ECHO_C = @ECHO_C@
 
127
ECHO_N = @ECHO_N@
 
128
ECHO_T = @ECHO_T@
 
129
EGREP = @EGREP@
 
130
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
 
131
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
 
132
EXEEXT = @EXEEXT@
 
133
F77 = @F77@
 
134
FFLAGS = @FFLAGS@
 
135
GETOPT_H = @GETOPT_H@
 
136
GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@
 
137
GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@
 
138
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
 
139
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
 
140
HAVE_LD_VERSION_SCRIPT_FALSE = @HAVE_LD_VERSION_SCRIPT_FALSE@
 
141
HAVE_LD_VERSION_SCRIPT_TRUE = @HAVE_LD_VERSION_SCRIPT_TRUE@
 
142
HELP2MAN = @HELP2MAN@
 
143
HTML_DIR = @HTML_DIR@
 
144
INSTALL_DATA = @INSTALL_DATA@
 
145
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
146
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
147
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
148
LDFLAGS = @LDFLAGS@
 
149
LIBOBJS = @LIBOBJS@
 
150
LIBS = @LIBS@
 
151
LIBTASN1_CFLAGS = @LIBTASN1_CFLAGS@
 
152
LIBTASN1_LIBS = @LIBTASN1_LIBS@
 
153
LIBTOOL = @LIBTOOL@
 
154
LN_S = @LN_S@
 
155
LTLIBOBJS = @LTLIBOBJS@
 
156
LT_AGE = @LT_AGE@
 
157
LT_CURRENT = @LT_CURRENT@
 
158
LT_REVISION = @LT_REVISION@
 
159
MAKEINFO = @MAKEINFO@
 
160
OBJEXT = @OBJEXT@
 
161
PACKAGE = @PACKAGE@
 
162
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
163
PACKAGE_NAME = @PACKAGE_NAME@
 
164
PACKAGE_STRING = @PACKAGE_STRING@
 
165
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
166
PACKAGE_VERSION = @PACKAGE_VERSION@
 
167
PATH_SEPARATOR = @PATH_SEPARATOR@
 
168
PERL = @PERL@
 
169
PKG_CONFIG = @PKG_CONFIG@
 
170
RANLIB = @RANLIB@
 
171
SET_MAKE = @SET_MAKE@
 
172
SHELL = @SHELL@
 
173
STRIP = @STRIP@
 
174
UNISTD_H = @UNISTD_H@
 
175
VERSION = @VERSION@
 
176
YACC = @YACC@
 
177
ac_ct_AR = @ac_ct_AR@
 
178
ac_ct_CC = @ac_ct_CC@
 
179
ac_ct_CXX = @ac_ct_CXX@
 
180
ac_ct_F77 = @ac_ct_F77@
 
181
ac_ct_RANLIB = @ac_ct_RANLIB@
 
182
ac_ct_STRIP = @ac_ct_STRIP@
 
183
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
184
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
185
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
186
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
187
am__include = @am__include@
 
188
am__leading_dot = @am__leading_dot@
 
189
am__quote = @am__quote@
 
190
am__tar = @am__tar@
 
191
am__untar = @am__untar@
 
192
bindir = @bindir@
 
193
build = @build@
 
194
build_alias = @build_alias@
 
195
build_cpu = @build_cpu@
 
196
build_os = @build_os@
 
197
build_vendor = @build_vendor@
 
198
datadir = @datadir@
 
199
exec_prefix = @exec_prefix@
 
200
host = @host@
 
201
host_alias = @host_alias@
 
202
host_cpu = @host_cpu@
 
203
host_os = @host_os@
 
204
host_vendor = @host_vendor@
 
205
includedir = @includedir@
 
206
infodir = @infodir@
 
207
install_sh = @install_sh@
 
208
libdir = @libdir@
 
209
libexecdir = @libexecdir@
 
210
localstatedir = @localstatedir@
 
211
mandir = @mandir@
 
212
mkdir_p = @mkdir_p@
 
213
oldincludedir = @oldincludedir@
 
214
prefix = @prefix@
 
215
program_transform_name = @program_transform_name@
 
216
sbindir = @sbindir@
 
217
sharedstatedir = @sharedstatedir@
 
218
sysconfdir = @sysconfdir@
 
219
target_alias = @target_alias@
 
220
@ENABLE_GTK_DOC_TRUE@SUBDIRS = reference
 
221
EXTRA_DIST = gdoc TODO libtasn1.html libtasn1.ps libtasn1.pdf
 
222
info_TEXINFOS = libtasn1.texi
 
223
libtasn1_TEXINFOS = fdl.texi $(gdoc_TEXINFOS)
 
224
AM_MAKEINFOFLAGS = -I $(top_builddir)/doc
 
225
AM_MAKEINFOHTMLFLAGS = --no-split
 
226
dist_man_MANS = $(gdoc_MANS) asn1Parser.1 asn1Coding.1 asn1Decoding.1
 
227
HELP2MAN_OPTS = --info-page libtasn1
 
228
gdoc_MANS = man/asn1_get_length_der.3 man/asn1_get_tag_der.3 man/asn1_get_octet_der.3 man/asn1_get_bit_der.3 man/asn1_der_decoding.3 man/asn1_der_decoding_element.3 man/asn1_der_decoding_startEnd.3 man/asn1_expand_any_defined_by.3 man/asn1_expand_octet_string.3 man/libtasn1_perror.3 man/libtasn1_strerror.3 man/asn1_find_node.3 man/asn1_check_version.3 man/asn1_length_der.3 man/asn1_octet_der.3 man/asn1_bit_der.3 man/asn1_der_coding.3 man/asn1_write_value.3 man/asn1_read_value.3 man/asn1_read_tag.3 man/asn1_array2tree.3 man/asn1_delete_structure.3 man/asn1_delete_element.3 man/asn1_create_element.3 man/asn1_print_structure.3 man/asn1_number_of_elements.3 man/asn1_find_structure_from_oid.3 man/asn1_copy_node.3 man/asn1_parser2tree.3 man/asn1_parser2array.3
 
229
gdoc_TEXINFOS = texi/decoding.c.texi texi/errors.c.texi \
 
230
        texi/parser_aux.c.texi texi/coding.c.texi texi/element.c.texi \
 
231
        texi/gstr.c.texi texi/structure.c.texi texi/ASN1.c.texi \
 
232
        texi/asn1_get_length_der.texi texi/asn1_get_tag_der.texi \
 
233
        texi/asn1_get_octet_der.texi texi/asn1_get_bit_der.texi \
 
234
        texi/asn1_der_decoding.texi \
 
235
        texi/asn1_der_decoding_element.texi \
 
236
        texi/asn1_der_decoding_startEnd.texi \
 
237
        texi/asn1_expand_any_defined_by.texi \
 
238
        texi/asn1_expand_octet_string.texi texi/libtasn1_perror.texi \
 
239
        texi/libtasn1_strerror.texi texi/asn1_find_node.texi \
 
240
        texi/asn1_check_version.texi texi/asn1_length_der.texi \
 
241
        texi/asn1_octet_der.texi texi/asn1_bit_der.texi \
 
242
        texi/asn1_der_coding.texi texi/asn1_write_value.texi \
 
243
        texi/asn1_read_value.texi texi/asn1_read_tag.texi \
 
244
        texi/asn1_array2tree.texi texi/asn1_delete_structure.texi \
 
245
        texi/asn1_delete_element.texi texi/asn1_create_element.texi \
 
246
        texi/asn1_print_structure.texi \
 
247
        texi/asn1_number_of_elements.texi \
 
248
        texi/asn1_find_structure_from_oid.texi \
 
249
        texi/asn1_copy_node.texi texi/asn1_parser2tree.texi \
 
250
        texi/asn1_parser2array.texi
 
251
GDOC_SRC = $(top_srcdir)/lib/decoding.c $(top_srcdir)/lib/errors.c      \
 
252
        $(top_srcdir)/lib/parser_aux.c $(top_srcdir)/lib/coding.c       \
 
253
        $(top_srcdir)/lib/element.c $(top_srcdir)/lib/gstr.c            \
 
254
        $(top_srcdir)/lib/structure.c $(top_builddir)/lib/ASN1.c
 
255
 
 
256
all: all-recursive
 
257
 
 
258
.SUFFIXES:
 
259
.SUFFIXES: .dvi .html .info .pdf .ps .texi
 
260
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
261
        @for dep in $?; do \
 
262
          case '$(am__configure_deps)' in \
 
263
            *$$dep*) \
 
264
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
265
                && exit 0; \
 
266
              exit 1;; \
 
267
          esac; \
 
268
        done; \
 
269
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  doc/Makefile'; \
 
270
        cd $(top_srcdir) && \
 
271
          $(AUTOMAKE) --gnits  doc/Makefile
 
272
.PRECIOUS: Makefile
 
273
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
274
        @case '$?' in \
 
275
          *config.status*) \
 
276
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
277
          *) \
 
278
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
279
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
280
        esac;
 
281
 
 
282
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
283
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
284
 
 
285
$(top_srcdir)/configure:  $(am__configure_deps)
 
286
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
287
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
288
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
289
 
 
290
mostlyclean-libtool:
 
291
        -rm -f *.lo
 
292
 
 
293
clean-libtool:
 
294
        -rm -rf .libs _libs
 
295
 
 
296
distclean-libtool:
 
297
        -rm -f libtool
 
298
 
 
299
.texi.info:
 
300
        restore=: && backupdir="$(am__leading_dot)am$$$$" && \
 
301
        am__cwd=`pwd` && cd $(srcdir) && \
 
302
        rm -rf $$backupdir && mkdir $$backupdir && \
 
303
        if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
 
304
          for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
 
305
            if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
 
306
          done; \
 
307
        else :; fi && \
 
308
        cd "$$am__cwd"; \
 
309
        if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
 
310
         -o $@ $<; \
 
311
        then \
 
312
          rc=0; \
 
313
          cd $(srcdir); \
 
314
        else \
 
315
          rc=$$?; \
 
316
          cd $(srcdir) && \
 
317
          $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
 
318
        fi; \
 
319
        rm -rf $$backupdir; exit $$rc
 
320
 
 
321
.texi.dvi:
 
322
        TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
 
323
        MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
 
324
        $(TEXI2DVI) $<
 
325
 
 
326
.texi.pdf:
 
327
        TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
 
328
        MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
 
329
        $(TEXI2PDF) $<
 
330
 
 
331
.texi.html:
 
332
        rm -rf $(@:.html=.htp)
 
333
        if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
 
334
         -o $(@:.html=.htp) $<; \
 
335
        then \
 
336
          rm -rf $@; \
 
337
          if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
 
338
            mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
 
339
        else \
 
340
          if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
 
341
            rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
 
342
          exit 1; \
 
343
        fi
 
344
$(srcdir)/libtasn1.info: libtasn1.texi $(srcdir)/version.texi $(libtasn1_TEXINFOS)
 
345
libtasn1.dvi: libtasn1.texi $(srcdir)/version.texi $(libtasn1_TEXINFOS)
 
346
libtasn1.pdf: libtasn1.texi $(srcdir)/version.texi $(libtasn1_TEXINFOS)
 
347
libtasn1.html: libtasn1.texi $(srcdir)/version.texi $(libtasn1_TEXINFOS)
 
348
$(srcdir)/version.texi:  $(srcdir)/stamp-vti
 
349
$(srcdir)/stamp-vti: libtasn1.texi $(top_srcdir)/configure
 
350
        @(dir=.; test -f ./libtasn1.texi || dir=$(srcdir); \
 
351
        set `$(SHELL) $(srcdir)/mdate-sh $$dir/libtasn1.texi`; \
 
352
        echo "@set UPDATED $$1 $$2 $$3"; \
 
353
        echo "@set UPDATED-MONTH $$2 $$3"; \
 
354
        echo "@set EDITION $(VERSION)"; \
 
355
        echo "@set VERSION $(VERSION)") > vti.tmp
 
356
        @cmp -s vti.tmp $(srcdir)/version.texi \
 
357
          || (echo "Updating $(srcdir)/version.texi"; \
 
358
              cp vti.tmp $(srcdir)/version.texi)
 
359
        -@rm -f vti.tmp
 
360
        @cp $(srcdir)/version.texi $@
 
361
 
 
362
mostlyclean-vti:
 
363
        -rm -f vti.tmp
 
364
 
 
365
maintainer-clean-vti:
 
366
        -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
 
367
.dvi.ps:
 
368
        TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
 
369
        $(DVIPS) -o $@ $<
 
370
 
 
371
uninstall-info-am:
 
372
        @$(PRE_UNINSTALL)
 
373
        @if (install-info --version && \
 
374
             install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
 
375
          list='$(INFO_DEPS)'; \
 
376
          for file in $$list; do \
 
377
            relfile=`echo "$$file" | sed 's|^.*/||'`; \
 
378
            echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
 
379
            install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
 
380
          done; \
 
381
        else :; fi
 
382
        @$(NORMAL_UNINSTALL)
 
383
        @list='$(INFO_DEPS)'; \
 
384
        for file in $$list; do \
 
385
          relfile=`echo "$$file" | sed 's|^.*/||'`; \
 
386
          relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
 
387
          (if cd "$(DESTDIR)$(infodir)"; then \
 
388
             echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
 
389
             rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
 
390
           else :; fi); \
 
391
        done
 
392
 
 
393
dist-info: $(INFO_DEPS)
 
394
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
395
        list='$(INFO_DEPS)'; \
 
396
        for base in $$list; do \
 
397
          case $$base in \
 
398
            $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
 
399
          esac; \
 
400
          if test -f $$base; then d=.; else d=$(srcdir); fi; \
 
401
          base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
 
402
          for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
 
403
            if test -f $$file; then \
 
404
              relfile=`expr "$$file" : "$$d/\(.*\)"`; \
 
405
              test -f $(distdir)/$$relfile || \
 
406
                cp -p $$file $(distdir)/$$relfile; \
 
407
            else :; fi; \
 
408
          done; \
 
409
        done
 
410
 
 
411
mostlyclean-aminfo:
 
412
        -rm -rf libtasn1.aux libtasn1.cp libtasn1.cps libtasn1.fn libtasn1.fns \
 
413
          libtasn1.ky libtasn1.kys libtasn1.log libtasn1.pg \
 
414
          libtasn1.tmp libtasn1.toc libtasn1.tp libtasn1.vr \
 
415
          libtasn1.vrs libtasn1.dvi libtasn1.pdf libtasn1.ps \
 
416
          libtasn1.html
 
417
 
 
418
maintainer-clean-aminfo:
 
419
        @list='$(INFO_DEPS)'; for i in $$list; do \
 
420
          i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
 
421
          echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
 
422
          rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
 
423
        done
 
424
install-man1: $(man1_MANS) $(man_MANS)
 
425
        @$(NORMAL_INSTALL)
 
426
        test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
 
427
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
428
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
429
        for i in $$l2; do \
 
430
          case "$$i" in \
 
431
            *.1*) list="$$list $$i" ;; \
 
432
          esac; \
 
433
        done; \
 
434
        for i in $$list; do \
 
435
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
436
          else file=$$i; fi; \
 
437
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
438
          case "$$ext" in \
 
439
            1*) ;; \
 
440
            *) ext='1' ;; \
 
441
          esac; \
 
442
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
443
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
444
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
445
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
446
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
 
447
        done
 
448
uninstall-man1:
 
449
        @$(NORMAL_UNINSTALL)
 
450
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
451
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
452
        for i in $$l2; do \
 
453
          case "$$i" in \
 
454
            *.1*) list="$$list $$i" ;; \
 
455
          esac; \
 
456
        done; \
 
457
        for i in $$list; do \
 
458
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
459
          case "$$ext" in \
 
460
            1*) ;; \
 
461
            *) ext='1' ;; \
 
462
          esac; \
 
463
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
464
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
465
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
466
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
 
467
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
 
468
        done
 
469
install-man3: $(man3_MANS) $(man_MANS)
 
470
        @$(NORMAL_INSTALL)
 
471
        test -z "$(man3dir)" || $(mkdir_p) "$(DESTDIR)$(man3dir)"
 
472
        @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
 
473
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
474
        for i in $$l2; do \
 
475
          case "$$i" in \
 
476
            *.3*) list="$$list $$i" ;; \
 
477
          esac; \
 
478
        done; \
 
479
        for i in $$list; do \
 
480
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
481
          else file=$$i; fi; \
 
482
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
483
          case "$$ext" in \
 
484
            3*) ;; \
 
485
            *) ext='3' ;; \
 
486
          esac; \
 
487
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
488
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
489
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
490
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
 
491
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \
 
492
        done
 
493
uninstall-man3:
 
494
        @$(NORMAL_UNINSTALL)
 
495
        @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
 
496
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
497
        for i in $$l2; do \
 
498
          case "$$i" in \
 
499
            *.3*) list="$$list $$i" ;; \
 
500
          esac; \
 
501
        done; \
 
502
        for i in $$list; do \
 
503
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
504
          case "$$ext" in \
 
505
            3*) ;; \
 
506
            *) ext='3' ;; \
 
507
          esac; \
 
508
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
509
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
510
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
511
          echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
 
512
          rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
 
513
        done
 
514
 
 
515
# This directory's subdirectories are mostly independent; you can cd
 
516
# into them and run `make' without going through this Makefile.
 
517
# To change the values of `make' variables: instead of editing Makefiles,
 
518
# (1) if the variable is set in `config.status', edit `config.status'
 
519
#     (which will cause the Makefiles to be regenerated when you run `make');
 
520
# (2) otherwise, pass the desired values on the `make' command line.
 
521
$(RECURSIVE_TARGETS):
 
522
        @failcom='exit 1'; \
 
523
        for f in x $$MAKEFLAGS; do \
 
524
          case $$f in \
 
525
            *=* | --[!k]*);; \
 
526
            *k*) failcom='fail=yes';; \
 
527
          esac; \
 
528
        done; \
 
529
        dot_seen=no; \
 
530
        target=`echo $@ | sed s/-recursive//`; \
 
531
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
532
          echo "Making $$target in $$subdir"; \
 
533
          if test "$$subdir" = "."; then \
 
534
            dot_seen=yes; \
 
535
            local_target="$$target-am"; \
 
536
          else \
 
537
            local_target="$$target"; \
 
538
          fi; \
 
539
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
540
          || eval $$failcom; \
 
541
        done; \
 
542
        if test "$$dot_seen" = "no"; then \
 
543
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
544
        fi; test -z "$$fail"
 
545
 
 
546
mostlyclean-recursive clean-recursive distclean-recursive \
 
547
maintainer-clean-recursive:
 
548
        @failcom='exit 1'; \
 
549
        for f in x $$MAKEFLAGS; do \
 
550
          case $$f in \
 
551
            *=* | --[!k]*);; \
 
552
            *k*) failcom='fail=yes';; \
 
553
          esac; \
 
554
        done; \
 
555
        dot_seen=no; \
 
556
        case "$@" in \
 
557
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
558
          *) list='$(SUBDIRS)' ;; \
 
559
        esac; \
 
560
        rev=''; for subdir in $$list; do \
 
561
          if test "$$subdir" = "."; then :; else \
 
562
            rev="$$subdir $$rev"; \
 
563
          fi; \
 
564
        done; \
 
565
        rev="$$rev ."; \
 
566
        target=`echo $@ | sed s/-recursive//`; \
 
567
        for subdir in $$rev; do \
 
568
          echo "Making $$target in $$subdir"; \
 
569
          if test "$$subdir" = "."; then \
 
570
            local_target="$$target-am"; \
 
571
          else \
 
572
            local_target="$$target"; \
 
573
          fi; \
 
574
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
575
          || eval $$failcom; \
 
576
        done && test -z "$$fail"
 
577
tags-recursive:
 
578
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
579
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
580
        done
 
581
ctags-recursive:
 
582
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
583
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
584
        done
 
585
 
 
586
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
587
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
588
        unique=`for i in $$list; do \
 
589
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
590
          done | \
 
591
          $(AWK) '    { files[$$0] = 1; } \
 
592
               END { for (i in files) print i; }'`; \
 
593
        mkid -fID $$unique
 
594
tags: TAGS
 
595
 
 
596
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
597
                $(TAGS_FILES) $(LISP)
 
598
        tags=; \
 
599
        here=`pwd`; \
 
600
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
601
          include_option=--etags-include; \
 
602
          empty_fix=.; \
 
603
        else \
 
604
          include_option=--include; \
 
605
          empty_fix=; \
 
606
        fi; \
 
607
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
608
          if test "$$subdir" = .; then :; else \
 
609
            test ! -f $$subdir/TAGS || \
 
610
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
611
          fi; \
 
612
        done; \
 
613
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
614
        unique=`for i in $$list; do \
 
615
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
616
          done | \
 
617
          $(AWK) '    { files[$$0] = 1; } \
 
618
               END { for (i in files) print i; }'`; \
 
619
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
620
          test -n "$$unique" || unique=$$empty_fix; \
 
621
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
622
            $$tags $$unique; \
 
623
        fi
 
624
ctags: CTAGS
 
625
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
626
                $(TAGS_FILES) $(LISP)
 
627
        tags=; \
 
628
        here=`pwd`; \
 
629
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
630
        unique=`for i in $$list; do \
 
631
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
632
          done | \
 
633
          $(AWK) '    { files[$$0] = 1; } \
 
634
               END { for (i in files) print i; }'`; \
 
635
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
636
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
637
             $$tags $$unique
 
638
 
 
639
GTAGS:
 
640
        here=`$(am__cd) $(top_builddir) && pwd` \
 
641
          && cd $(top_srcdir) \
 
642
          && gtags -i $(GTAGS_ARGS) $$here
 
643
 
 
644
distclean-tags:
 
645
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
646
 
 
647
distdir: $(DISTFILES)
 
648
        $(mkdir_p) $(distdir)/man $(distdir)/texi
 
649
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
650
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
651
        list='$(DISTFILES)'; for file in $$list; do \
 
652
          case $$file in \
 
653
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
654
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
655
          esac; \
 
656
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
657
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
658
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
659
            dir="/$$dir"; \
 
660
            $(mkdir_p) "$(distdir)$$dir"; \
 
661
          else \
 
662
            dir=''; \
 
663
          fi; \
 
664
          if test -d $$d/$$file; then \
 
665
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
666
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
667
            fi; \
 
668
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
669
          else \
 
670
            test -f $(distdir)/$$file \
 
671
            || cp -p $$d/$$file $(distdir)/$$file \
 
672
            || exit 1; \
 
673
          fi; \
 
674
        done
 
675
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
676
          if test "$$subdir" = .; then :; else \
 
677
            test -d "$(distdir)/$$subdir" \
 
678
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
679
            || exit 1; \
 
680
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
681
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
682
            (cd $$subdir && \
 
683
              $(MAKE) $(AM_MAKEFLAGS) \
 
684
                top_distdir="$$top_distdir" \
 
685
                distdir="$$distdir/$$subdir" \
 
686
                distdir) \
 
687
              || exit 1; \
 
688
          fi; \
 
689
        done
 
690
        $(MAKE) $(AM_MAKEFLAGS) \
 
691
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
692
          dist-info
 
693
check-am: all-am
 
694
check: check-recursive
 
695
all-am: Makefile $(INFO_DEPS) $(MANS)
 
696
installdirs: installdirs-recursive
 
697
installdirs-am:
 
698
        for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)"; do \
 
699
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
700
        done
 
701
install: install-recursive
 
702
install-exec: install-exec-recursive
 
703
install-data: install-data-recursive
 
704
uninstall: uninstall-recursive
 
705
 
 
706
install-am: all-am
 
707
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
708
 
 
709
installcheck: installcheck-recursive
 
710
install-strip:
 
711
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
712
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
713
          `test -z '$(STRIP)' || \
 
714
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
715
mostlyclean-generic:
 
716
 
 
717
clean-generic:
 
718
 
 
719
distclean-generic:
 
720
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
721
 
 
722
maintainer-clean-generic:
 
723
        @echo "This command is intended for maintainers to use"
 
724
        @echo "it deletes files that may require special tools to rebuild."
 
725
clean: clean-recursive
 
726
 
 
727
clean-am: clean-generic clean-libtool mostlyclean-am
 
728
 
 
729
distclean: distclean-recursive
 
730
        -rm -f Makefile
 
731
distclean-am: clean-am distclean-generic distclean-libtool \
 
732
        distclean-tags
 
733
 
 
734
dvi: dvi-recursive
 
735
 
 
736
dvi-am: $(DVIS)
 
737
 
 
738
html: html-recursive
 
739
 
 
740
html-am: $(HTMLS)
 
741
 
 
742
info: info-recursive
 
743
 
 
744
info-am: $(INFO_DEPS)
 
745
 
 
746
install-data-am: install-info-am install-man
 
747
 
 
748
install-exec-am:
 
749
 
 
750
install-info: install-info-recursive
 
751
 
 
752
install-info-am: $(INFO_DEPS)
 
753
        @$(NORMAL_INSTALL)
 
754
        test -z "$(infodir)" || $(mkdir_p) "$(DESTDIR)$(infodir)"
 
755
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
756
        list='$(INFO_DEPS)'; \
 
757
        for file in $$list; do \
 
758
          case $$file in \
 
759
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
760
          esac; \
 
761
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
762
          file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
 
763
          for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
 
764
                       $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
 
765
            if test -f $$ifile; then \
 
766
              relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
 
767
              echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
 
768
              $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
 
769
            else : ; fi; \
 
770
          done; \
 
771
        done
 
772
        @$(POST_INSTALL)
 
773
        @if (install-info --version && \
 
774
             install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
 
775
          list='$(INFO_DEPS)'; \
 
776
          for file in $$list; do \
 
777
            relfile=`echo "$$file" | sed 's|^.*/||'`; \
 
778
            echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
 
779
            install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
 
780
          done; \
 
781
        else : ; fi
 
782
install-man: install-man1 install-man3
 
783
 
 
784
installcheck-am:
 
785
 
 
786
maintainer-clean: maintainer-clean-recursive
 
787
        -rm -f Makefile
 
788
maintainer-clean-am: distclean-am maintainer-clean-aminfo \
 
789
        maintainer-clean-generic maintainer-clean-vti
 
790
 
 
791
mostlyclean: mostlyclean-recursive
 
792
 
 
793
mostlyclean-am: mostlyclean-aminfo mostlyclean-generic \
 
794
        mostlyclean-libtool mostlyclean-vti
 
795
 
 
796
pdf: pdf-recursive
 
797
 
 
798
pdf-am: $(PDFS)
 
799
 
 
800
ps: ps-recursive
 
801
 
 
802
ps-am: $(PSS)
 
803
 
 
804
uninstall-am: uninstall-info-am uninstall-man
 
805
 
 
806
uninstall-info: uninstall-info-recursive
 
807
 
 
808
uninstall-man: uninstall-man1 uninstall-man3
 
809
 
 
810
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
811
        clean clean-generic clean-libtool clean-recursive ctags \
 
812
        ctags-recursive dist-info distclean distclean-generic \
 
813
        distclean-libtool distclean-recursive distclean-tags distdir \
 
814
        dvi dvi-am html html-am info info-am install install-am \
 
815
        install-data install-data-am install-exec install-exec-am \
 
816
        install-info install-info-am install-man install-man1 \
 
817
        install-man3 install-strip installcheck installcheck-am \
 
818
        installdirs installdirs-am maintainer-clean \
 
819
        maintainer-clean-aminfo maintainer-clean-generic \
 
820
        maintainer-clean-recursive maintainer-clean-vti mostlyclean \
 
821
        mostlyclean-aminfo mostlyclean-generic mostlyclean-libtool \
 
822
        mostlyclean-recursive mostlyclean-vti pdf pdf-am ps ps-am tags \
 
823
        tags-recursive uninstall uninstall-am uninstall-info-am \
 
824
        uninstall-man uninstall-man1 uninstall-man3
 
825
 
 
826
 
 
827
asn1Parser.1: $(top_srcdir)/src/asn1Parser.c $(top_srcdir)/configure.in
 
828
        $(HELP2MAN) $(HELP2MAN_OPTS) \
 
829
                --name="ASN.1 syntax tree generator for libtasn1" \
 
830
                --output=$@ $(top_builddir)/src/asn1Parser$(EXEEXT)
 
831
 
 
832
asn1Coding.1: $(top_srcdir)/src/asn1Coding.c $(top_srcdir)/configure.in
 
833
        $(HELP2MAN) $(HELP2MAN_OPTS) \
 
834
                --name="ASN.1 DER encoder" \
 
835
                --output=$@ $(top_builddir)/src/asn1Coding$(EXEEXT)
 
836
 
 
837
asn1Decoding.1: $(top_srcdir)/src/asn1Decoding.c $(top_srcdir)/configure.in
 
838
        $(HELP2MAN) $(HELP2MAN_OPTS) \
 
839
                --name="ASN.1 DER decoder" \
 
840
                --output=$@ $(top_builddir)/src/asn1Decoding$(EXEEXT)
 
841
 
 
842
$(gdoc_MANS) $(gdoc_TEXINFOS):
 
843
        make update-makefile
 
844
        make Makefile
 
845
        make doit
 
846
 
 
847
update-makefile:
 
848
        @MANS=""; \
 
849
        TEXINFOS=""; \
 
850
        for i in $(GDOC_SRC); do \
 
851
                BASE=`basename $$i`; \
 
852
                TEXINFOS="$$TEXINFOS texi/$$BASE.texi"; \
 
853
        done; \
 
854
        FUNCS=`$(srcdir)/gdoc -listfunc $(GDOC_SRC)`; \
 
855
        for i in $$FUNCS; do \
 
856
                MANS="$$MANS man/$$i.3"; \
 
857
                TEXINFOS="$$TEXINFOS texi/$$i.texi"; \
 
858
        done; \
 
859
        perl -pi -e "s,^gdoc_MANS =.*,gdoc_MANS =$$MANS,;" \
 
860
                -e "s,^gdoc_TEXINFOS =.*,gdoc_TEXINFOS =$$TEXINFOS,;" \
 
861
                Makefile.am
 
862
 
 
863
doit:
 
864
        $(mkdir_p) man texi; \
 
865
        for i in `$(srcdir)/gdoc -listfunc $(GDOC_SRC)`; do \
 
866
                echo -n "Creating documentation for $$i... " && \
 
867
                $(srcdir)/gdoc -man \
 
868
                        -module $(PACKAGE) -sourceversion $(VERSION) \
 
869
                        -include libtasn1.h \
 
870
                        -seeinfo $(PACKAGE) -verbatimcopying \
 
871
                        -copyright "2001, 2002, 2003 Fabio Fiorina" \
 
872
                        -function $$i \
 
873
                        $(GDOC_SRC) > man/$$i.3 && \
 
874
                $(srcdir)/gdoc -texinfo -function $$i \
 
875
                        $(GDOC_SRC) > texi/$$i.texi && \
 
876
                echo "ok"; \
 
877
        done; \
 
878
        for i in $(GDOC_SRC); do \
 
879
                BASE=`basename $$i`; \
 
880
                echo -n "Creating documentation for $$i... " && \
 
881
                $(srcdir)/gdoc -texinfo $$i > texi/$$BASE.texi && \
 
882
                echo "ok"; \
 
883
        done
 
884
 
 
885
.PHONY: update-makefile doit
 
886
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
887
# Otherwise a system limit (for SysV at least) may be exceeded.
 
888
.NOEXPORT: