0d60bff0319e95a10157c9eada6d3314e0e1db67
[com/asn1c.git] / examples / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = examples
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps =  \
94         $(top_srcdir)/m4/ax_check_compile_and_link_flag.m4 \
95         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
96         $(top_srcdir)/m4/ax_code_coverage.m4 \
97         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101         $(ACLOCAL_M4)
102 DIST_COMMON = $(srcdir)/Makefile.am $(dist_bin_SCRIPTS) \
103         $(am__DIST_COMMON)
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = $(top_builddir)/config.h
106 CONFIG_CLEAN_FILES =
107 CONFIG_CLEAN_VPATH_FILES =
108 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
109 am__vpath_adj = case $$p in \
110     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
111     *) f=$$p;; \
112   esac;
113 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
114 am__install_max = 40
115 am__nobase_strip_setup = \
116   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
117 am__nobase_strip = \
118   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
119 am__nobase_list = $(am__nobase_strip_setup); \
120   for p in $$list; do echo "$$p $$p"; done | \
121   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
122   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
123     if (++n[$$2] == $(am__install_max)) \
124       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
125     END { for (dir in files) print dir, files[dir] }'
126 am__base_list = \
127   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
128   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
129 am__uninstall_files_from_dir = { \
130   test -z "$$files" \
131     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
132     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
133          $(am__cd) "$$dir" && rm -f $$files; }; \
134   }
135 am__installdirs = "$(DESTDIR)$(bindir)"
136 SCRIPTS = $(dist_bin_SCRIPTS)
137 AM_V_P = $(am__v_P_@AM_V@)
138 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
139 am__v_P_0 = false
140 am__v_P_1 = :
141 AM_V_GEN = $(am__v_GEN_@AM_V@)
142 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
143 am__v_GEN_0 = @echo "  GEN     " $@;
144 am__v_GEN_1 = 
145 AM_V_at = $(am__v_at_@AM_V@)
146 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
147 am__v_at_0 = @
148 am__v_at_1 = 
149 SOURCES =
150 DIST_SOURCES =
151 am__can_run_installinfo = \
152   case $$AM_UPDATE_INFO_DIR in \
153     n|no|NO) false;; \
154     *) (install-info --version) >/dev/null 2>&1;; \
155   esac
156 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
157 am__DIST_COMMON = $(srcdir)/Makefile.in README
158 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159 ACLOCAL = @ACLOCAL@
160 ADD_CFLAGS = @ADD_CFLAGS@
161 AMTAR = @AMTAR@
162 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
163 AR = @AR@
164 ASAN_ENV_FLAGS = @ASAN_ENV_FLAGS@
165 AUTOCONF = @AUTOCONF@
166 AUTOHEADER = @AUTOHEADER@
167 AUTOMAKE = @AUTOMAKE@
168 AWK = @AWK@
169 CC = @CC@
170 CCDEPMODE = @CCDEPMODE@
171 CFLAGS = @CFLAGS@
172 CFLAGS_M32 = @CFLAGS_M32@
173 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
174 CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
175 CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
176 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
177 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
178 CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
179 CPP = @CPP@
180 CPPFLAGS = @CPPFLAGS@
181 CXX = @CXX@
182 CXXCPP = @CXXCPP@
183 CXXDEPMODE = @CXXDEPMODE@
184 CXXFLAGS = @CXXFLAGS@
185 CYGPATH_W = @CYGPATH_W@
186 DEFS = @DEFS@
187 DEPDIR = @DEPDIR@
188 DLLTOOL = @DLLTOOL@
189 DSYMUTIL = @DSYMUTIL@
190 DUMPBIN = @DUMPBIN@
191 ECHO_C = @ECHO_C@
192 ECHO_N = @ECHO_N@
193 ECHO_T = @ECHO_T@
194 EGREP = @EGREP@
195 EXEEXT = @EXEEXT@
196 FGREP = @FGREP@
197 GCOV = @GCOV@
198 GENHTML = @GENHTML@
199 GREP = @GREP@
200 INSTALL = @INSTALL@
201 INSTALL_DATA = @INSTALL_DATA@
202 INSTALL_PROGRAM = @INSTALL_PROGRAM@
203 INSTALL_SCRIPT = @INSTALL_SCRIPT@
204 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
205 LCOV = @LCOV@
206 LD = @LD@
207 LDFLAGS = @LDFLAGS@
208 LEX = @LEX@
209 LEXLIB = @LEXLIB@
210 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
211 LIBFUZZER_CFLAGS = @LIBFUZZER_CFLAGS@
212 LIBOBJS = @LIBOBJS@
213 LIBS = @LIBS@
214 LIBTOOL = @LIBTOOL@
215 LIPO = @LIPO@
216 LN_S = @LN_S@
217 LTLIBOBJS = @LTLIBOBJS@
218 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
219 MAKEINFO = @MAKEINFO@
220 MANIFEST_TOOL = @MANIFEST_TOOL@
221 MKDIR_P = @MKDIR_P@
222 NM = @NM@
223 NMEDIT = @NMEDIT@
224 OBJDUMP = @OBJDUMP@
225 OBJEXT = @OBJEXT@
226 OTOOL = @OTOOL@
227 OTOOL64 = @OTOOL64@
228 PACKAGE = @PACKAGE@
229 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
230 PACKAGE_NAME = @PACKAGE_NAME@
231 PACKAGE_STRING = @PACKAGE_STRING@
232 PACKAGE_TARNAME = @PACKAGE_TARNAME@
233 PACKAGE_URL = @PACKAGE_URL@
234 PACKAGE_VERSION = @PACKAGE_VERSION@
235 PANDOC = @PANDOC@
236 PATH_SEPARATOR = @PATH_SEPARATOR@
237 RANLIB = @RANLIB@
238 SANITIZER_CFLAGS = @SANITIZER_CFLAGS@
239 SED = @SED@
240 SET_MAKE = @SET_MAKE@
241 SHELL = @SHELL@
242 SKELETONS_CFLAGS = @SKELETONS_CFLAGS@
243 STRIP = @STRIP@
244 TESTSUITE_CFLAGS = @TESTSUITE_CFLAGS@
245 VERSION = @VERSION@
246 YACC = @YACC@
247 YFLAGS = @YFLAGS@
248 abs_builddir = @abs_builddir@
249 abs_srcdir = @abs_srcdir@
250 abs_top_builddir = @abs_top_builddir@
251 abs_top_srcdir = @abs_top_srcdir@
252 ac_ct_AR = @ac_ct_AR@
253 ac_ct_CC = @ac_ct_CC@
254 ac_ct_CXX = @ac_ct_CXX@
255 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
256 am__include = @am__include@
257 am__leading_dot = @am__leading_dot@
258 am__quote = @am__quote@
259 am__tar = @am__tar@
260 am__untar = @am__untar@
261 bindir = @bindir@
262 build = @build@
263 build_alias = @build_alias@
264 build_cpu = @build_cpu@
265 build_os = @build_os@
266 build_vendor = @build_vendor@
267 builddir = @builddir@
268 datadir = @datadir@
269 datarootdir = @datarootdir@
270 docdir = @docdir@
271 dvidir = @dvidir@
272 exec_prefix = @exec_prefix@
273 host = @host@
274 host_alias = @host_alias@
275 host_cpu = @host_cpu@
276 host_os = @host_os@
277 host_vendor = @host_vendor@
278 htmldir = @htmldir@
279 includedir = @includedir@
280 infodir = @infodir@
281 install_sh = @install_sh@
282 libdir = @libdir@
283 libexecdir = @libexecdir@
284 localedir = @localedir@
285 localstatedir = @localstatedir@
286 mandir = @mandir@
287 mkdir_p = @mkdir_p@
288 oldincludedir = @oldincludedir@
289 pdfdir = @pdfdir@
290 prefix = @prefix@
291 program_transform_name = @program_transform_name@
292 psdir = @psdir@
293 runstatedir = @runstatedir@
294 sbindir = @sbindir@
295 sharedstatedir = @sharedstatedir@
296 srcdir = @srcdir@
297 sysconfdir = @sysconfdir@
298 target_alias = @target_alias@
299 top_build_prefix = @top_build_prefix@
300 top_builddir = @top_builddir@
301 top_srcdir = @top_srcdir@
302 dist_bin_SCRIPTS = crfc2asn1.pl
303 ASN1_SOURCE_1 = rfc3280.txt
304 ASN1_FILES_1 = \
305         rfc3280-PKIX1Explicit88.asn1    \
306         rfc3280-PKIX1Implicit88.asn1
307
308 ASN1_SOURCE_2 = rfc3525.txt
309 ASN1_FILES_2 = \
310         rfc3525-MEDIA-GATEWAY-CONTROL.asn1
311
312 ASN1_SOURCE_3 = rfc4511.txt
313 ASN1_FILES_3 = \
314         rfc4511-Lightweight-Directory-Access-Protocol-V3.asn1
315
316 BUILT_SOURCES = $(ASN1_FILES_1) $(ASN1_FILES_2) $(ASN1_FILES_3)
317 EXTRA_DIST = \
318     rfc3280.txt rfc3525.txt rfc4511.txt \
319     sample.source.1609.2    \
320     sample.source.J2735     \
321     sample.source.LDAP3     \
322     sample.source.LTE-RRC   \
323     sample.source.MEGACO    \
324     sample.source.MHEG5     \
325     sample.source.PKIX1     \
326     sample.source.RRC       \
327     sample.source.S1AP      \
328     sample.source.TAP3      \
329     sample.source.ULP       \
330     sample.makefile.regen
331
332 CLEANFILES = $(ASN1_FILES_1) $(ASN1_FILES_2) $(ASN1_FILES_3)
333 all: $(BUILT_SOURCES)
334         $(MAKE) $(AM_MAKEFLAGS) all-am
335
336 .SUFFIXES:
337 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
338         @for dep in $?; do \
339           case '$(am__configure_deps)' in \
340             *$$dep*) \
341               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
342                 && { if test -f $@; then exit 0; else break; fi; }; \
343               exit 1;; \
344           esac; \
345         done; \
346         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
347         $(am__cd) $(top_srcdir) && \
348           $(AUTOMAKE) --foreign examples/Makefile
349 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350         @case '$?' in \
351           *config.status*) \
352             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
353           *) \
354             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
355             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
356         esac;
357
358 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360
361 $(top_srcdir)/configure:  $(am__configure_deps)
362         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
364         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365 $(am__aclocal_m4_deps):
366 install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
367         @$(NORMAL_INSTALL)
368         @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
369         if test -n "$$list"; then \
370           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
371           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
372         fi; \
373         for p in $$list; do \
374           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
375           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
376         done | \
377         sed -e 'p;s,.*/,,;n' \
378             -e 'h;s|.*|.|' \
379             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
380         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
381           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
382             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
383               if (++n[d] == $(am__install_max)) { \
384                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
385             else { print "f", d "/" $$4, $$1 } } \
386           END { for (d in files) print "f", d, files[d] }' | \
387         while read type dir files; do \
388              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
389              test -z "$$files" || { \
390                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
391                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
392              } \
393         ; done
394
395 uninstall-dist_binSCRIPTS:
396         @$(NORMAL_UNINSTALL)
397         @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
398         files=`for p in $$list; do echo "$$p"; done | \
399                sed -e 's,.*/,,;$(transform)'`; \
400         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
401
402 mostlyclean-libtool:
403         -rm -f *.lo
404
405 clean-libtool:
406         -rm -rf .libs _libs
407 tags TAGS:
408
409 ctags CTAGS:
410
411 cscope cscopelist:
412
413
414 distdir: $(DISTFILES)
415         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
416         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
417         list='$(DISTFILES)'; \
418           dist_files=`for file in $$list; do echo $$file; done | \
419           sed -e "s|^$$srcdirstrip/||;t" \
420               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
421         case $$dist_files in \
422           */*) $(MKDIR_P) `echo "$$dist_files" | \
423                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
424                            sort -u` ;; \
425         esac; \
426         for file in $$dist_files; do \
427           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
428           if test -d $$d/$$file; then \
429             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
430             if test -d "$(distdir)/$$file"; then \
431               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
432             fi; \
433             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
435               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
436             fi; \
437             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
438           else \
439             test -f "$(distdir)/$$file" \
440             || cp -p $$d/$$file "$(distdir)/$$file" \
441             || exit 1; \
442           fi; \
443         done
444         $(MAKE) $(AM_MAKEFLAGS) \
445           top_distdir="$(top_distdir)" distdir="$(distdir)" \
446           dist-hook
447 check-am: all-am
448 check: $(BUILT_SOURCES)
449         $(MAKE) $(AM_MAKEFLAGS) check-am
450 all-am: Makefile $(SCRIPTS)
451 installdirs:
452         for dir in "$(DESTDIR)$(bindir)"; do \
453           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
454         done
455 install: $(BUILT_SOURCES)
456         $(MAKE) $(AM_MAKEFLAGS) install-am
457 install-exec: install-exec-am
458 install-data: install-data-am
459 uninstall: uninstall-am
460
461 install-am: all-am
462         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
463
464 installcheck: installcheck-am
465 install-strip:
466         if test -z '$(STRIP)'; then \
467           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469               install; \
470         else \
471           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
472             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
473             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
474         fi
475 mostlyclean-generic:
476
477 clean-generic:
478         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
479
480 distclean-generic:
481         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
482         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
483
484 maintainer-clean-generic:
485         @echo "This command is intended for maintainers to use"
486         @echo "it deletes files that may require special tools to rebuild."
487         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
488 clean: clean-am
489
490 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
491
492 distclean: distclean-am
493         -rm -f Makefile
494 distclean-am: clean-am distclean-generic
495
496 dvi: dvi-am
497
498 dvi-am:
499
500 html: html-am
501
502 html-am:
503
504 info: info-am
505
506 info-am:
507
508 install-data-am:
509
510 install-dvi: install-dvi-am
511
512 install-dvi-am:
513
514 install-exec-am: install-dist_binSCRIPTS
515
516 install-html: install-html-am
517
518 install-html-am:
519
520 install-info: install-info-am
521
522 install-info-am:
523
524 install-man:
525
526 install-pdf: install-pdf-am
527
528 install-pdf-am:
529
530 install-ps: install-ps-am
531
532 install-ps-am:
533
534 installcheck-am:
535
536 maintainer-clean: maintainer-clean-am
537         -rm -f Makefile
538 maintainer-clean-am: distclean-am maintainer-clean-generic
539
540 mostlyclean: mostlyclean-am
541
542 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
543
544 pdf: pdf-am
545
546 pdf-am:
547
548 ps: ps-am
549
550 ps-am:
551
552 uninstall-am: uninstall-dist_binSCRIPTS
553
554 .MAKE: all check install install-am install-strip
555
556 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
557         clean-local cscopelist-am ctags-am dist-hook distclean \
558         distclean-generic distclean-libtool distdir dvi dvi-am html \
559         html-am info info-am install install-am install-data \
560         install-data-am install-dist_binSCRIPTS install-dvi \
561         install-dvi-am install-exec install-exec-am install-html \
562         install-html-am install-info install-info-am install-man \
563         install-pdf install-pdf-am install-ps install-ps-am \
564         install-strip installcheck installcheck-am installdirs \
565         maintainer-clean maintainer-clean-generic mostlyclean \
566         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
567         tags-am uninstall uninstall-am uninstall-dist_binSCRIPTS
568
569 .PRECIOUS: Makefile
570
571
572 $(ASN1_FILES_1): crfc2asn1.pl $(ASN1_SOURCE_1)
573         ${srcdir}/crfc2asn1.pl ${srcdir}/$(ASN1_SOURCE_1)
574
575 $(ASN1_FILES_2): crfc2asn1.pl $(ASN1_SOURCE_2)
576         ${srcdir}/crfc2asn1.pl ${srcdir}/$(ASN1_SOURCE_2)
577
578 $(ASN1_FILES_3): crfc2asn1.pl $(ASN1_SOURCE_3)
579         ${srcdir}/crfc2asn1.pl ${srcdir}/$(ASN1_SOURCE_3)
580
581 clean-local:
582         for dir in ${srcdir}/sample.source.*; do (cd $$dir && make distclean || :); done
583
584 dist-hook: clean-local
585         rm -f `find $(distdir) -name "*.core" -or -name ".tmp.*"`
586         rm -f `find $(distdir) -name "*.[ch].??????"`
587
588 # Tell versions [3.59,3.63) of GNU make to not export all variables.
589 # Otherwise a system limit (for SysV at least) may be exceeded.
590 .NOEXPORT: