blob: ad96c5815041534f66342e631403b89c3c55b11b [file] [log] [blame]
Lev Walkinb3751942012-09-02 19:36:47 -07001# Makefile.in generated by automake 1.11.1 from Makefile.am.
Lev Walkin8e8b5482004-06-17 23:42:48 +00002# @configure_input@
Lev Walkinf15320b2004-06-03 03:38:44 +00003
Lev Walkin8e8b5482004-06-17 23:42:48 +00004# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Lev Walkinb3751942012-09-02 19:36:47 -07005# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
Lev Walkinf15320b2004-06-03 03:38:44 +00007# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
Lev Walkin9dea5c92004-08-07 06:26:40 +000017
Lev Walkinf15320b2004-06-03 03:38:44 +000018VPATH = @srcdir@
Lev Walkinf15320b2004-06-03 03:38:44 +000019pkgdatadir = $(datadir)/@PACKAGE@
Lev Walkinf15320b2004-06-03 03:38:44 +000020pkgincludedir = $(includedir)/@PACKAGE@
Lev Walkinb3751942012-09-02 19:36:47 -070021pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +000023am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Lev Walkin8e8b5482004-06-17 23:42:48 +000024install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
Lev Walkinf15320b2004-06-03 03:38:44 +000027INSTALL_HEADER = $(INSTALL_DATA)
Lev Walkin8e8b5482004-06-17 23:42:48 +000028transform = $(program_transform_name)
Lev Walkinf15320b2004-06-03 03:38:44 +000029NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
Lev Walkin5af1a692006-08-18 01:54:27 +000035build_triplet = @build@
Lev Walkinf15320b2004-06-03 03:38:44 +000036host_triplet = @host@
Lev Walkinf15320b2004-06-03 03:38:44 +000037subdir = doc
Lev Walkin8e8b5482004-06-17 23:42:48 +000038DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Lev Walkinf84cc012014-01-14 02:12:24 -080040am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
41 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
42 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
43 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
Lev Walkin8e8b5482004-06-17 23:42:48 +000044am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
Lev Walkinf15320b2004-06-03 03:38:44 +000046mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47CONFIG_HEADER = $(top_builddir)/config.h
48CONFIG_CLEAN_FILES =
Lev Walkinb3751942012-09-02 19:36:47 -070049CONFIG_CLEAN_VPATH_FILES =
Lev Walkin8e8b5482004-06-17 23:42:48 +000050SOURCES =
Lev Walkinf15320b2004-06-03 03:38:44 +000051DIST_SOURCES =
Lev Walkine7c4b962010-11-09 03:10:36 -080052RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53 html-recursive info-recursive install-data-recursive \
54 install-dvi-recursive install-exec-recursive \
55 install-html-recursive install-info-recursive \
56 install-pdf-recursive install-ps-recursive install-recursive \
57 installcheck-recursive installdirs-recursive pdf-recursive \
58 ps-recursive uninstall-recursive
Lev Walkin5af1a692006-08-18 01:54:27 +000059am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
60am__vpath_adj = case $$p in \
61 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
62 *) f=$$p;; \
63 esac;
Lev Walkinb3751942012-09-02 19:36:47 -070064am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
65am__install_max = 40
66am__nobase_strip_setup = \
67 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
68am__nobase_strip = \
69 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
70am__nobase_list = $(am__nobase_strip_setup); \
71 for p in $$list; do echo "$$p $$p"; done | \
72 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
73 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
74 if (++n[$$2] == $(am__install_max)) \
75 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
76 END { for (dir in files) print dir, files[dir] }'
77am__base_list = \
78 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
79 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Lev Walkin9dea5c92004-08-07 06:26:40 +000080am__installdirs = "$(DESTDIR)$(docsdir)"
Lev Walkin9dea5c92004-08-07 06:26:40 +000081DATA = $(docs_DATA)
Lev Walkine7c4b962010-11-09 03:10:36 -080082RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
83 distclean-recursive maintainer-clean-recursive
Lev Walkinb3751942012-09-02 19:36:47 -070084AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
85 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
86 distdir
Lev Walkine7c4b962010-11-09 03:10:36 -080087ETAGS = etags
88CTAGS = ctags
89DIST_SUBDIRS = $(SUBDIRS)
Lev Walkin8e8b5482004-06-17 23:42:48 +000090DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Lev Walkinb3751942012-09-02 19:36:47 -070091am__relativize = \
92 dir0=`pwd`; \
93 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
94 sed_rest='s,^[^/]*/*,,'; \
95 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
96 sed_butlast='s,/*[^/]*$$,,'; \
97 while test -n "$$dir1"; do \
98 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
99 if test "$$first" != "."; then \
100 if test "$$first" = ".."; then \
101 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
102 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
103 else \
104 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
105 if test "$$first2" = "$$first"; then \
106 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
107 else \
108 dir2="../$$dir2"; \
109 fi; \
110 dir0="$$dir0"/"$$first"; \
111 fi; \
112 fi; \
113 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
114 done; \
115 reldir="$$dir2"
Lev Walkin8e8b5482004-06-17 23:42:48 +0000116ACLOCAL = @ACLOCAL@
Lev Walkinea552152014-01-14 02:15:13 -0800117ADD_CFLAGS = @ADD_CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000118AMTAR = @AMTAR@
119AR = @AR@
120AUTOCONF = @AUTOCONF@
121AUTOHEADER = @AUTOHEADER@
122AUTOMAKE = @AUTOMAKE@
123AWK = @AWK@
124CC = @CC@
125CCDEPMODE = @CCDEPMODE@
126CFLAGS = @CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000127CPP = @CPP@
128CPPFLAGS = @CPPFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000129CYGPATH_W = @CYGPATH_W@
130DEFS = @DEFS@
131DEPDIR = @DEPDIR@
Lev Walkinaef10c32014-01-14 01:47:25 -0800132DLLTOOL = @DLLTOOL@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700133DSYMUTIL = @DSYMUTIL@
134DUMPBIN = @DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000135ECHO_C = @ECHO_C@
136ECHO_N = @ECHO_N@
137ECHO_T = @ECHO_T@
138EGREP = @EGREP@
139EXEEXT = @EXEEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700140FGREP = @FGREP@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000141GREP = @GREP@
Lev Walkin4c776e52010-11-08 02:07:31 -0800142INSTALL = @INSTALL@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000143INSTALL_DATA = @INSTALL_DATA@
144INSTALL_PROGRAM = @INSTALL_PROGRAM@
145INSTALL_SCRIPT = @INSTALL_SCRIPT@
146INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700147LD = @LD@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000148LDFLAGS = @LDFLAGS@
149LEX = @LEX@
150LEXLIB = @LEXLIB@
151LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
152LIBOBJS = @LIBOBJS@
153LIBS = @LIBS@
154LIBTOOL = @LIBTOOL@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700155LIPO = @LIPO@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000156LN_S = @LN_S@
157LTLIBOBJS = @LTLIBOBJS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000158MAKEINFO = @MAKEINFO@
Lev Walkinaef10c32014-01-14 01:47:25 -0800159MANIFEST_TOOL = @MANIFEST_TOOL@
Lev Walkin4c776e52010-11-08 02:07:31 -0800160MKDIR_P = @MKDIR_P@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700161NM = @NM@
162NMEDIT = @NMEDIT@
Lev Walkinaef10c32014-01-14 01:47:25 -0800163OBJDUMP = @OBJDUMP@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000164OBJEXT = @OBJEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700165OTOOL = @OTOOL@
166OTOOL64 = @OTOOL64@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000167PACKAGE = @PACKAGE@
168PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169PACKAGE_NAME = @PACKAGE_NAME@
170PACKAGE_STRING = @PACKAGE_STRING@
171PACKAGE_TARNAME = @PACKAGE_TARNAME@
Lev Walkinaef10c32014-01-14 01:47:25 -0800172PACKAGE_URL = @PACKAGE_URL@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000173PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000174PATH_SEPARATOR = @PATH_SEPARATOR@
175RANLIB = @RANLIB@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700176SED = @SED@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000177SET_MAKE = @SET_MAKE@
178SHELL = @SHELL@
179STRIP = @STRIP@
Lev Walkinf84cc012014-01-14 02:12:24 -0800180TESTSUITE_CFLAGS = @TESTSUITE_CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000181VERSION = @VERSION@
182YACC = @YACC@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000183YFLAGS = @YFLAGS@
Lev Walkin4c776e52010-11-08 02:07:31 -0800184abs_builddir = @abs_builddir@
185abs_srcdir = @abs_srcdir@
186abs_top_builddir = @abs_top_builddir@
187abs_top_srcdir = @abs_top_srcdir@
Lev Walkinaef10c32014-01-14 01:47:25 -0800188ac_ct_AR = @ac_ct_AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000189ac_ct_CC = @ac_ct_CC@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700190ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000191am__include = @am__include@
192am__leading_dot = @am__leading_dot@
193am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000194am__tar = @am__tar@
195am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000196bindir = @bindir@
197build = @build@
198build_alias = @build_alias@
199build_cpu = @build_cpu@
200build_os = @build_os@
201build_vendor = @build_vendor@
Lev Walkin4c776e52010-11-08 02:07:31 -0800202builddir = @builddir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000203datadir = @datadir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000204datarootdir = @datarootdir@
205docdir = @docdir@
206dvidir = @dvidir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000207exec_prefix = @exec_prefix@
208host = @host@
209host_alias = @host_alias@
210host_cpu = @host_cpu@
211host_os = @host_os@
212host_vendor = @host_vendor@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000213htmldir = @htmldir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000214includedir = @includedir@
215infodir = @infodir@
216install_sh = @install_sh@
217libdir = @libdir@
218libexecdir = @libexecdir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000219localedir = @localedir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000220localstatedir = @localstatedir@
221mandir = @mandir@
222mkdir_p = @mkdir_p@
223oldincludedir = @oldincludedir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000224pdfdir = @pdfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000225prefix = @prefix@
226program_transform_name = @program_transform_name@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000227psdir = @psdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000228sbindir = @sbindir@
229sharedstatedir = @sharedstatedir@
Lev Walkin4c776e52010-11-08 02:07:31 -0800230srcdir = @srcdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000231sysconfdir = @sysconfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000232target_alias = @target_alias@
Lev Walkinb3751942012-09-02 19:36:47 -0700233top_build_prefix = @top_build_prefix@
Lev Walkin4c776e52010-11-08 02:07:31 -0800234top_builddir = @top_builddir@
235top_srcdir = @top_srcdir@
Lev Walkine7c4b962010-11-09 03:10:36 -0800236SUBDIRS = docsrc
Lev Walkin9dea5c92004-08-07 06:26:40 +0000237docsdir = $(datadir)/doc/asn1c
Lev Walkine7c4b962010-11-09 03:10:36 -0800238docs_DATA = $(srcdir)/*.pdf
239EXTRA_DIST = $(srcdir)/*.pdf
240all: all-recursive
Lev Walkinf15320b2004-06-03 03:38:44 +0000241
242.SUFFIXES:
Lev Walkine7c4b962010-11-09 03:10:36 -0800243$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000244 @for dep in $?; do \
245 case '$(am__configure_deps)' in \
246 *$$dep*) \
Lev Walkinb3751942012-09-02 19:36:47 -0700247 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
248 && { if test -f $@; then exit 0; else break; fi; }; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000249 exit 1;; \
250 esac; \
251 done; \
Lev Walkinb3751942012-09-02 19:36:47 -0700252 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
253 $(am__cd) $(top_srcdir) && \
254 $(AUTOMAKE) --foreign doc/Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000255.PRECIOUS: Makefile
256Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257 @case '$?' in \
258 *config.status*) \
259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
260 *) \
261 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
262 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
263 esac;
264
265$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
266 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
Lev Walkine7c4b962010-11-09 03:10:36 -0800268$(top_srcdir)/configure: $(am__configure_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000269 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Lev Walkine7c4b962010-11-09 03:10:36 -0800270$(ACLOCAL_M4): $(am__aclocal_m4_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000271 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Lev Walkinb3751942012-09-02 19:36:47 -0700272$(am__aclocal_m4_deps):
Lev Walkinf15320b2004-06-03 03:38:44 +0000273
274mostlyclean-libtool:
275 -rm -f *.lo
276
277clean-libtool:
278 -rm -rf .libs _libs
Lev Walkin9dea5c92004-08-07 06:26:40 +0000279install-docsDATA: $(docs_DATA)
280 @$(NORMAL_INSTALL)
Lev Walkin4c776e52010-11-08 02:07:31 -0800281 test -z "$(docsdir)" || $(MKDIR_P) "$(DESTDIR)$(docsdir)"
Lev Walkinb3751942012-09-02 19:36:47 -0700282 @list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \
283 for p in $$list; do \
Lev Walkin9dea5c92004-08-07 06:26:40 +0000284 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Lev Walkinb3751942012-09-02 19:36:47 -0700285 echo "$$d$$p"; \
286 done | $(am__base_list) | \
287 while read files; do \
288 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docsdir)'"; \
289 $(INSTALL_DATA) $$files "$(DESTDIR)$(docsdir)" || exit $$?; \
Lev Walkin9dea5c92004-08-07 06:26:40 +0000290 done
291
292uninstall-docsDATA:
293 @$(NORMAL_UNINSTALL)
Lev Walkinb3751942012-09-02 19:36:47 -0700294 @list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \
295 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
296 test -n "$$files" || exit 0; \
297 echo " ( cd '$(DESTDIR)$(docsdir)' && rm -f" $$files ")"; \
298 cd "$(DESTDIR)$(docsdir)" && rm -f $$files
Lev Walkine7c4b962010-11-09 03:10:36 -0800299
300# This directory's subdirectories are mostly independent; you can cd
301# into them and run `make' without going through this Makefile.
302# To change the values of `make' variables: instead of editing Makefiles,
303# (1) if the variable is set in `config.status', edit `config.status'
304# (which will cause the Makefiles to be regenerated when you run `make');
305# (2) otherwise, pass the desired values on the `make' command line.
306$(RECURSIVE_TARGETS):
Lev Walkinb3751942012-09-02 19:36:47 -0700307 @fail= failcom='exit 1'; \
Lev Walkine7c4b962010-11-09 03:10:36 -0800308 for f in x $$MAKEFLAGS; do \
309 case $$f in \
310 *=* | --[!k]*);; \
311 *k*) failcom='fail=yes';; \
312 esac; \
313 done; \
314 dot_seen=no; \
315 target=`echo $@ | sed s/-recursive//`; \
316 list='$(SUBDIRS)'; for subdir in $$list; do \
317 echo "Making $$target in $$subdir"; \
318 if test "$$subdir" = "."; then \
319 dot_seen=yes; \
320 local_target="$$target-am"; \
321 else \
322 local_target="$$target"; \
323 fi; \
Lev Walkinb3751942012-09-02 19:36:47 -0700324 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkine7c4b962010-11-09 03:10:36 -0800325 || eval $$failcom; \
326 done; \
327 if test "$$dot_seen" = "no"; then \
328 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
329 fi; test -z "$$fail"
330
331$(RECURSIVE_CLEAN_TARGETS):
Lev Walkinb3751942012-09-02 19:36:47 -0700332 @fail= failcom='exit 1'; \
Lev Walkine7c4b962010-11-09 03:10:36 -0800333 for f in x $$MAKEFLAGS; do \
334 case $$f in \
335 *=* | --[!k]*);; \
336 *k*) failcom='fail=yes';; \
337 esac; \
338 done; \
339 dot_seen=no; \
340 case "$@" in \
341 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
342 *) list='$(SUBDIRS)' ;; \
343 esac; \
344 rev=''; for subdir in $$list; do \
345 if test "$$subdir" = "."; then :; else \
346 rev="$$subdir $$rev"; \
347 fi; \
348 done; \
349 rev="$$rev ."; \
350 target=`echo $@ | sed s/-recursive//`; \
351 for subdir in $$rev; do \
352 echo "Making $$target in $$subdir"; \
353 if test "$$subdir" = "."; then \
354 local_target="$$target-am"; \
355 else \
356 local_target="$$target"; \
357 fi; \
Lev Walkinb3751942012-09-02 19:36:47 -0700358 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkine7c4b962010-11-09 03:10:36 -0800359 || eval $$failcom; \
360 done && test -z "$$fail"
361tags-recursive:
362 list='$(SUBDIRS)'; for subdir in $$list; do \
Lev Walkinb3751942012-09-02 19:36:47 -0700363 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
Lev Walkine7c4b962010-11-09 03:10:36 -0800364 done
365ctags-recursive:
366 list='$(SUBDIRS)'; for subdir in $$list; do \
Lev Walkinb3751942012-09-02 19:36:47 -0700367 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
Lev Walkine7c4b962010-11-09 03:10:36 -0800368 done
369
370ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
371 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
372 unique=`for i in $$list; do \
373 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374 done | \
Lev Walkinb3751942012-09-02 19:36:47 -0700375 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376 END { if (nonempty) { for (i in files) print i; }; }'`; \
Lev Walkine7c4b962010-11-09 03:10:36 -0800377 mkid -fID $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000378tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000379
Lev Walkine7c4b962010-11-09 03:10:36 -0800380TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
381 $(TAGS_FILES) $(LISP)
Lev Walkinb3751942012-09-02 19:36:47 -0700382 set x; \
Lev Walkine7c4b962010-11-09 03:10:36 -0800383 here=`pwd`; \
384 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
385 include_option=--etags-include; \
386 empty_fix=.; \
387 else \
388 include_option=--include; \
389 empty_fix=; \
390 fi; \
391 list='$(SUBDIRS)'; for subdir in $$list; do \
392 if test "$$subdir" = .; then :; else \
393 test ! -f $$subdir/TAGS || \
Lev Walkinb3751942012-09-02 19:36:47 -0700394 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Lev Walkine7c4b962010-11-09 03:10:36 -0800395 fi; \
396 done; \
397 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
398 unique=`for i in $$list; do \
399 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400 done | \
Lev Walkinb3751942012-09-02 19:36:47 -0700401 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
402 END { if (nonempty) { for (i in files) print i; }; }'`; \
403 shift; \
404 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Lev Walkine7c4b962010-11-09 03:10:36 -0800405 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkinb3751942012-09-02 19:36:47 -0700406 if test $$# -gt 0; then \
407 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
408 "$$@" $$unique; \
409 else \
410 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411 $$unique; \
412 fi; \
Lev Walkine7c4b962010-11-09 03:10:36 -0800413 fi
Lev Walkin8e8b5482004-06-17 23:42:48 +0000414ctags: CTAGS
Lev Walkine7c4b962010-11-09 03:10:36 -0800415CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
416 $(TAGS_FILES) $(LISP)
Lev Walkine7c4b962010-11-09 03:10:36 -0800417 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
418 unique=`for i in $$list; do \
419 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420 done | \
Lev Walkinb3751942012-09-02 19:36:47 -0700421 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
422 END { if (nonempty) { for (i in files) print i; }; }'`; \
423 test -z "$(CTAGS_ARGS)$$unique" \
Lev Walkine7c4b962010-11-09 03:10:36 -0800424 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Lev Walkinb3751942012-09-02 19:36:47 -0700425 $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000426
Lev Walkine7c4b962010-11-09 03:10:36 -0800427GTAGS:
428 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinb3751942012-09-02 19:36:47 -0700429 && $(am__cd) $(top_srcdir) \
430 && gtags -i $(GTAGS_ARGS) "$$here"
Lev Walkine7c4b962010-11-09 03:10:36 -0800431
432distclean-tags:
433 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000434
435distdir: $(DISTFILES)
Lev Walkin4c776e52010-11-08 02:07:31 -0800436 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
437 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
438 list='$(DISTFILES)'; \
439 dist_files=`for file in $$list; do echo $$file; done | \
440 sed -e "s|^$$srcdirstrip/||;t" \
441 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
442 case $$dist_files in \
443 */*) $(MKDIR_P) `echo "$$dist_files" | \
444 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
445 sort -u` ;; \
446 esac; \
447 for file in $$dist_files; do \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000448 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000449 if test -d $$d/$$file; then \
Lev Walkin4c776e52010-11-08 02:07:31 -0800450 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Lev Walkinb3751942012-09-02 19:36:47 -0700451 if test -d "$(distdir)/$$file"; then \
452 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000453 fi; \
Lev Walkinb3751942012-09-02 19:36:47 -0700454 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
455 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
456 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
457 fi; \
458 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000459 else \
Lev Walkinb3751942012-09-02 19:36:47 -0700460 test -f "$(distdir)/$$file" \
461 || cp -p $$d/$$file "$(distdir)/$$file" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000462 || exit 1; \
463 fi; \
464 done
Lev Walkinb3751942012-09-02 19:36:47 -0700465 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Lev Walkine7c4b962010-11-09 03:10:36 -0800466 if test "$$subdir" = .; then :; else \
467 test -d "$(distdir)/$$subdir" \
468 || $(MKDIR_P) "$(distdir)/$$subdir" \
469 || exit 1; \
Lev Walkinb3751942012-09-02 19:36:47 -0700470 fi; \
471 done
472 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
473 if test "$$subdir" = .; then :; else \
474 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
475 $(am__relativize); \
476 new_distdir=$$reldir; \
477 dir1=$$subdir; dir2="$(top_distdir)"; \
478 $(am__relativize); \
479 new_top_distdir=$$reldir; \
480 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
481 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
482 ($(am__cd) $$subdir && \
Lev Walkine7c4b962010-11-09 03:10:36 -0800483 $(MAKE) $(AM_MAKEFLAGS) \
Lev Walkinb3751942012-09-02 19:36:47 -0700484 top_distdir="$$new_top_distdir" \
485 distdir="$$new_distdir" \
Lev Walkine7c4b962010-11-09 03:10:36 -0800486 am__remove_distdir=: \
487 am__skip_length_check=: \
Lev Walkinb3751942012-09-02 19:36:47 -0700488 am__skip_mode_fix=: \
Lev Walkine7c4b962010-11-09 03:10:36 -0800489 distdir) \
490 || exit 1; \
491 fi; \
492 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000493check-am: all-am
Lev Walkine7c4b962010-11-09 03:10:36 -0800494check: check-recursive
Lev Walkin9dea5c92004-08-07 06:26:40 +0000495all-am: Makefile $(DATA)
Lev Walkine7c4b962010-11-09 03:10:36 -0800496installdirs: installdirs-recursive
497installdirs-am:
Lev Walkin9dea5c92004-08-07 06:26:40 +0000498 for dir in "$(DESTDIR)$(docsdir)"; do \
Lev Walkin4c776e52010-11-08 02:07:31 -0800499 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Lev Walkin9dea5c92004-08-07 06:26:40 +0000500 done
Lev Walkine7c4b962010-11-09 03:10:36 -0800501install: install-recursive
502install-exec: install-exec-recursive
503install-data: install-data-recursive
504uninstall: uninstall-recursive
Lev Walkinf15320b2004-06-03 03:38:44 +0000505
506install-am: all-am
507 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
508
Lev Walkine7c4b962010-11-09 03:10:36 -0800509installcheck: installcheck-recursive
Lev Walkinf15320b2004-06-03 03:38:44 +0000510install-strip:
511 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000512 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000513 `test -z '$(STRIP)' || \
514 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
515mostlyclean-generic:
516
517clean-generic:
Lev Walkinf15320b2004-06-03 03:38:44 +0000518
519distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000520 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinb3751942012-09-02 19:36:47 -0700521 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000522
523maintainer-clean-generic:
524 @echo "This command is intended for maintainers to use"
525 @echo "it deletes files that may require special tools to rebuild."
Lev Walkine7c4b962010-11-09 03:10:36 -0800526clean: clean-recursive
Lev Walkinf15320b2004-06-03 03:38:44 +0000527
528clean-am: clean-generic clean-libtool mostlyclean-am
529
Lev Walkine7c4b962010-11-09 03:10:36 -0800530distclean: distclean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000531 -rm -f Makefile
Lev Walkine7c4b962010-11-09 03:10:36 -0800532distclean-am: clean-am distclean-generic distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000533
Lev Walkine7c4b962010-11-09 03:10:36 -0800534dvi: dvi-recursive
Lev Walkinf15320b2004-06-03 03:38:44 +0000535
536dvi-am:
537
Lev Walkine7c4b962010-11-09 03:10:36 -0800538html: html-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000539
Lev Walkinb3751942012-09-02 19:36:47 -0700540html-am:
541
Lev Walkine7c4b962010-11-09 03:10:36 -0800542info: info-recursive
Lev Walkinf15320b2004-06-03 03:38:44 +0000543
544info-am:
545
Lev Walkin9dea5c92004-08-07 06:26:40 +0000546install-data-am: install-docsDATA
Lev Walkinf15320b2004-06-03 03:38:44 +0000547
Lev Walkine7c4b962010-11-09 03:10:36 -0800548install-dvi: install-dvi-recursive
Lev Walkin4c776e52010-11-08 02:07:31 -0800549
Lev Walkinb3751942012-09-02 19:36:47 -0700550install-dvi-am:
551
Lev Walkinf15320b2004-06-03 03:38:44 +0000552install-exec-am:
553
Lev Walkine7c4b962010-11-09 03:10:36 -0800554install-html: install-html-recursive
Lev Walkin4c776e52010-11-08 02:07:31 -0800555
Lev Walkinb3751942012-09-02 19:36:47 -0700556install-html-am:
557
Lev Walkine7c4b962010-11-09 03:10:36 -0800558install-info: install-info-recursive
Lev Walkinf15320b2004-06-03 03:38:44 +0000559
Lev Walkinb3751942012-09-02 19:36:47 -0700560install-info-am:
561
Lev Walkinf15320b2004-06-03 03:38:44 +0000562install-man:
563
Lev Walkine7c4b962010-11-09 03:10:36 -0800564install-pdf: install-pdf-recursive
Lev Walkin4c776e52010-11-08 02:07:31 -0800565
Lev Walkinb3751942012-09-02 19:36:47 -0700566install-pdf-am:
567
Lev Walkine7c4b962010-11-09 03:10:36 -0800568install-ps: install-ps-recursive
Lev Walkin4c776e52010-11-08 02:07:31 -0800569
Lev Walkinb3751942012-09-02 19:36:47 -0700570install-ps-am:
571
Lev Walkinf15320b2004-06-03 03:38:44 +0000572installcheck-am:
573
Lev Walkine7c4b962010-11-09 03:10:36 -0800574maintainer-clean: maintainer-clean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000575 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000576maintainer-clean-am: distclean-am maintainer-clean-generic
577
Lev Walkine7c4b962010-11-09 03:10:36 -0800578mostlyclean: mostlyclean-recursive
Lev Walkinf15320b2004-06-03 03:38:44 +0000579
580mostlyclean-am: mostlyclean-generic mostlyclean-libtool
581
Lev Walkine7c4b962010-11-09 03:10:36 -0800582pdf: pdf-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000583
584pdf-am:
585
Lev Walkine7c4b962010-11-09 03:10:36 -0800586ps: ps-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000587
588ps-am:
589
Lev Walkin4c776e52010-11-08 02:07:31 -0800590uninstall-am: uninstall-docsDATA
591
Lev Walkinb3751942012-09-02 19:36:47 -0700592.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
593 install-am install-strip tags-recursive
Lev Walkinf15320b2004-06-03 03:38:44 +0000594
Lev Walkine7c4b962010-11-09 03:10:36 -0800595.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
596 all all-am check check-am clean clean-generic clean-libtool \
597 ctags ctags-recursive distclean distclean-generic \
598 distclean-libtool distclean-tags distdir dvi dvi-am html \
599 html-am info info-am install install-am install-data \
600 install-data-am install-docsDATA install-dvi install-dvi-am \
601 install-exec install-exec-am install-html install-html-am \
602 install-info install-info-am install-man install-pdf \
603 install-pdf-am install-ps install-ps-am install-strip \
604 installcheck installcheck-am installdirs installdirs-am \
Lev Walkin9dea5c92004-08-07 06:26:40 +0000605 maintainer-clean maintainer-clean-generic mostlyclean \
606 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Lev Walkine7c4b962010-11-09 03:10:36 -0800607 tags tags-recursive uninstall uninstall-am uninstall-docsDATA
Lev Walkinf15320b2004-06-03 03:38:44 +0000608
Lev Walkinb3751942012-09-02 19:36:47 -0700609
Lev Walkinf15320b2004-06-03 03:38:44 +0000610# Tell versions [3.59,3.63) of GNU make to not export all variables.
611# Otherwise a system limit (for SysV at least) may be exceeded.
612.NOEXPORT: