Initial commit of vpp code.
[vpp.git] / vpp-api-test / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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
18
19 VPATH = @srcdir@
20 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21 am__make_running_with_option = \
22   case $${target_option-} in \
23       ?) ;; \
24       *) echo "am__make_running_with_option: internal error: invalid" \
25               "target option '$${target_option-}' specified" >&2; \
26          exit 1;; \
27   esac; \
28   has_opt=no; \
29   sane_makeflags=$$MAKEFLAGS; \
30   if $(am__is_gnu_make); then \
31     sane_makeflags=$$MFLAGS; \
32   else \
33     case $$MAKEFLAGS in \
34       *\\[\ \   ]*) \
35         bs=\\; \
36         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
38     esac; \
39   fi; \
40   skip_next=no; \
41   strip_trailopt () \
42   { \
43     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44   }; \
45   for flg in $$sane_makeflags; do \
46     test $$skip_next = yes && { skip_next=no; continue; }; \
47     case $$flg in \
48       *=*|--*) continue;; \
49         -*I) strip_trailopt 'I'; skip_next=yes;; \
50       -*I?*) strip_trailopt 'I';; \
51         -*O) strip_trailopt 'O'; skip_next=yes;; \
52       -*O?*) strip_trailopt 'O';; \
53         -*l) strip_trailopt 'l'; skip_next=yes;; \
54       -*l?*) strip_trailopt 'l';; \
55       -[dEDm]) skip_next=yes;; \
56       -[JT]) skip_next=yes;; \
57     esac; \
58     case $$flg in \
59       *$$target_option*) has_opt=yes; break;; \
60     esac; \
61   done; \
62   test $$has_opt = yes
63 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65 pkgdatadir = $(datadir)/@PACKAGE@
66 pkgincludedir = $(includedir)/@PACKAGE@
67 pkglibdir = $(libdir)/@PACKAGE@
68 pkglibexecdir = $(libexecdir)/@PACKAGE@
69 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70 install_sh_DATA = $(install_sh) -c -m 644
71 install_sh_PROGRAM = $(install_sh) -c
72 install_sh_SCRIPT = $(install_sh) -c
73 INSTALL_HEADER = $(INSTALL_DATA)
74 transform = $(program_transform_name)
75 NORMAL_INSTALL = :
76 PRE_INSTALL = :
77 POST_INSTALL = :
78 NORMAL_UNINSTALL = :
79 PRE_UNINSTALL = :
80 POST_UNINSTALL = :
81 build_triplet = @build@
82 host_triplet = @host@
83 bin_PROGRAMS = vpe_api_test$(EXEEXT) vpe_json_test$(EXEEXT)
84 subdir = .
85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86         $(top_srcdir)/configure $(am__configure_deps) depcomp \
87         $(nobase_include_HEADERS) compile config.guess config.sub \
88         install-sh missing ltmain.sh
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92         $(ACLOCAL_M4)
93 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94  configure.lineno config.status.lineno
95 mkinstalldirs = $(install_sh) -d
96 CONFIG_CLEAN_FILES =
97 CONFIG_CLEAN_VPATH_FILES =
98 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
99 am__vpath_adj = case $$p in \
100     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
101     *) f=$$p;; \
102   esac;
103 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
104 am__install_max = 40
105 am__nobase_strip_setup = \
106   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
107 am__nobase_strip = \
108   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
109 am__nobase_list = $(am__nobase_strip_setup); \
110   for p in $$list; do echo "$$p $$p"; done | \
111   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
112   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
113     if (++n[$$2] == $(am__install_max)) \
114       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
115     END { for (dir in files) print dir, files[dir] }'
116 am__base_list = \
117   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
118   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
119 am__uninstall_files_from_dir = { \
120   test -z "$$files" \
121     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
122     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
123          $(am__cd) "$$dir" && rm -f $$files; }; \
124   }
125 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
126         "$(DESTDIR)$(includedir)"
127 LTLIBRARIES = $(lib_LTLIBRARIES)
128 libvatplugin_la_LIBADD =
129 am__dirstamp = $(am__leading_dot)dirstamp
130 am_libvatplugin_la_OBJECTS = vat/plugin_api.lo
131 libvatplugin_la_OBJECTS = $(am_libvatplugin_la_OBJECTS)
132 AM_V_lt = $(am__v_lt_@AM_V@)
133 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
134 am__v_lt_0 = --silent
135 am__v_lt_1 = 
136 PROGRAMS = $(bin_PROGRAMS)
137 am_vpe_api_test_OBJECTS = vat/api_format.$(OBJEXT) vat/main.$(OBJEXT) \
138         vat/plugin.$(OBJEXT) vat/json_format.$(OBJEXT)
139 vpe_api_test_OBJECTS = $(am_vpe_api_test_OBJECTS)
140 vpe_api_test_DEPENDENCIES = libvatplugin.la
141 am_vpe_json_test_OBJECTS = vat/json_format.$(OBJEXT) \
142         vat/json_test.$(OBJEXT)
143 vpe_json_test_OBJECTS = $(am_vpe_json_test_OBJECTS)
144 vpe_json_test_DEPENDENCIES =
145 AM_V_P = $(am__v_P_@AM_V@)
146 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
147 am__v_P_0 = false
148 am__v_P_1 = :
149 AM_V_GEN = $(am__v_GEN_@AM_V@)
150 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
151 am__v_GEN_0 = @echo "  GEN     " $@;
152 am__v_GEN_1 = 
153 AM_V_at = $(am__v_at_@AM_V@)
154 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
155 am__v_at_0 = @
156 am__v_at_1 = 
157 DEFAULT_INCLUDES = -I.@am__isrc@
158 depcomp = $(SHELL) $(top_srcdir)/depcomp
159 am__depfiles_maybe = depfiles
160 am__mv = mv -f
161 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
162         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
163 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
164         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
165         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
166         $(AM_CFLAGS) $(CFLAGS)
167 AM_V_CC = $(am__v_CC_@AM_V@)
168 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
169 am__v_CC_0 = @echo "  CC      " $@;
170 am__v_CC_1 = 
171 CCLD = $(CC)
172 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
173         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
174         $(AM_LDFLAGS) $(LDFLAGS) -o $@
175 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
176 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
177 am__v_CCLD_0 = @echo "  CCLD    " $@;
178 am__v_CCLD_1 = 
179 SOURCES = $(libvatplugin_la_SOURCES) $(vpe_api_test_SOURCES) \
180         $(vpe_json_test_SOURCES)
181 DIST_SOURCES = $(libvatplugin_la_SOURCES) $(vpe_api_test_SOURCES) \
182         $(vpe_json_test_SOURCES)
183 am__can_run_installinfo = \
184   case $$AM_UPDATE_INFO_DIR in \
185     n|no|NO) false;; \
186     *) (install-info --version) >/dev/null 2>&1;; \
187   esac
188 HEADERS = $(nobase_include_HEADERS)
189 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
190 # Read a list of newline-separated strings from the standard input,
191 # and print each of them once, without duplicates.  Input order is
192 # *not* preserved.
193 am__uniquify_input = $(AWK) '\
194   BEGIN { nonempty = 0; } \
195   { items[$$0] = 1; nonempty = 1; } \
196   END { if (nonempty) { for (i in items) print i; }; } \
197 '
198 # Make sure the list of sources is unique.  This is necessary because,
199 # e.g., the same source file might be shared among _SOURCES variables
200 # for different programs/libraries.
201 am__define_uniq_tagged_files = \
202   list='$(am__tagged_files)'; \
203   unique=`for i in $$list; do \
204     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205   done | $(am__uniquify_input)`
206 ETAGS = etags
207 CTAGS = ctags
208 CSCOPE = cscope
209 AM_RECURSIVE_TARGETS = cscope
210 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
211 distdir = $(PACKAGE)-$(VERSION)
212 top_distdir = $(distdir)
213 am__remove_distdir = \
214   if test -d "$(distdir)"; then \
215     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
216       && rm -rf "$(distdir)" \
217       || { sleep 5 && rm -rf "$(distdir)"; }; \
218   else :; fi
219 am__post_remove_distdir = $(am__remove_distdir)
220 DIST_ARCHIVES = $(distdir).tar.gz
221 GZIP_ENV = --best
222 DIST_TARGETS = dist-gzip
223 distuninstallcheck_listfiles = find . -type f -print
224 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
225   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
226 distcleancheck_listfiles = find . -type f -print
227 ACLOCAL = @ACLOCAL@
228 AMTAR = @AMTAR@
229 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
230 AR = @AR@
231 AUTOCONF = @AUTOCONF@
232 AUTOHEADER = @AUTOHEADER@
233 AUTOMAKE = @AUTOMAKE@
234 AWK = @AWK@
235 CC = @CC@
236 CCAS = @CCAS@
237 CCASDEPMODE = @CCASDEPMODE@
238 CCASFLAGS = @CCASFLAGS@
239 CCDEPMODE = @CCDEPMODE@
240 CFLAGS = @CFLAGS@
241 CPP = @CPP@
242 CPPFLAGS = @CPPFLAGS@
243 CYGPATH_W = @CYGPATH_W@
244 DEFS = @DEFS@
245 DEPDIR = @DEPDIR@
246 DLLTOOL = @DLLTOOL@
247 DPDK = @DPDK@
248 DSYMUTIL = @DSYMUTIL@
249 DUMPBIN = @DUMPBIN@
250 ECHO_C = @ECHO_C@
251 ECHO_N = @ECHO_N@
252 ECHO_T = @ECHO_T@
253 EGREP = @EGREP@
254 EXEEXT = @EXEEXT@
255 FGREP = @FGREP@
256 GREP = @GREP@
257 INSTALL = @INSTALL@
258 INSTALL_DATA = @INSTALL_DATA@
259 INSTALL_PROGRAM = @INSTALL_PROGRAM@
260 INSTALL_SCRIPT = @INSTALL_SCRIPT@
261 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
262 LD = @LD@
263 LDFLAGS = @LDFLAGS@
264 LIBOBJS = @LIBOBJS@
265 LIBS = @LIBS@
266 LIBTOOL = @LIBTOOL@
267 LIPO = @LIPO@
268 LN_S = @LN_S@
269 LTLIBOBJS = @LTLIBOBJS@
270 MAKEINFO = @MAKEINFO@
271 MANIFEST_TOOL = @MANIFEST_TOOL@
272 MKDIR_P = @MKDIR_P@
273 NM = @NM@
274 NMEDIT = @NMEDIT@
275 OBJDUMP = @OBJDUMP@
276 OBJEXT = @OBJEXT@
277 OTOOL = @OTOOL@
278 OTOOL64 = @OTOOL64@
279 PACKAGE = @PACKAGE@
280 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
281 PACKAGE_NAME = @PACKAGE_NAME@
282 PACKAGE_STRING = @PACKAGE_STRING@
283 PACKAGE_TARNAME = @PACKAGE_TARNAME@
284 PACKAGE_URL = @PACKAGE_URL@
285 PACKAGE_VERSION = @PACKAGE_VERSION@
286 PATH_SEPARATOR = @PATH_SEPARATOR@
287 Q_PLATFORM_DEFINE = @Q_PLATFORM_DEFINE@
288 Q_PLATFORM_PLUGPATH = @Q_PLATFORM_PLUGPATH@
289 RANLIB = @RANLIB@
290 SED = @SED@
291 SET_MAKE = @SET_MAKE@
292 SHELL = @SHELL@
293 STRIP = @STRIP@
294 VERSION = @VERSION@
295 abs_builddir = @abs_builddir@
296 abs_srcdir = @abs_srcdir@
297 abs_top_builddir = @abs_top_builddir@
298 abs_top_srcdir = @abs_top_srcdir@
299 ac_ct_AR = @ac_ct_AR@
300 ac_ct_CC = @ac_ct_CC@
301 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
302 am__include = @am__include@
303 am__leading_dot = @am__leading_dot@
304 am__quote = @am__quote@
305 am__tar = @am__tar@
306 am__untar = @am__untar@
307 bindir = @bindir@
308 build = @build@
309 build_alias = @build_alias@
310 build_cpu = @build_cpu@
311 build_os = @build_os@
312 build_vendor = @build_vendor@
313 builddir = @builddir@
314 datadir = @datadir@
315 datarootdir = @datarootdir@
316 docdir = @docdir@
317 dvidir = @dvidir@
318 exec_prefix = @exec_prefix@
319 host = @host@
320 host_alias = @host_alias@
321 host_cpu = @host_cpu@
322 host_os = @host_os@
323 host_vendor = @host_vendor@
324 htmldir = @htmldir@
325 includedir = @includedir@
326 infodir = @infodir@
327 install_sh = @install_sh@
328 libdir = @libdir@
329 libexecdir = @libexecdir@
330 localedir = @localedir@
331 localstatedir = @localstatedir@
332 mandir = @mandir@
333 mkdir_p = @mkdir_p@
334 oldincludedir = @oldincludedir@
335 pdfdir = @pdfdir@
336 prefix = @prefix@
337 program_transform_name = @program_transform_name@
338 psdir = @psdir@
339 sbindir = @sbindir@
340 sharedstatedir = @sharedstatedir@
341 srcdir = @srcdir@
342 sysconfdir = @sysconfdir@
343 target_alias = @target_alias@
344 top_build_prefix = @top_build_prefix@
345 top_builddir = @top_builddir@
346 top_srcdir = @top_srcdir@
347 AUTOMAKE_OPTIONS = foreign subdir-objects
348 AM_CFLAGS = -Wall @Q_PLATFORM_DEFINE@ @Q_PLATFORM_PLUGPATH@ @DPDK@
349 libvatplugin_la_SOURCES = \
350   vat/plugin_api.c
351
352 lib_LTLIBRARIES = libvatplugin.la       
353 vpe_api_test_SOURCES = vat/api_format.c vat/main.c vat/plugin.c vat/vat.h vat/json_format.h vat/json_format.c
354 vpe_json_test_SOURCES = vat/json_format.h vat/json_format.c vat/json_test.c
355 vpe_api_test_LDADD = -lvlibmemoryclient -lvlibapi -lsvm \
356         -lvppinfra -lpthread -lm \
357         -lrt -ldl libvatplugin.la
358
359 vpe_json_test_LDADD = -lvppinfra -lm
360 nobase_include_HEADERS = vat/vat.h vat/json_format.h
361 all: all-am
362
363 .SUFFIXES:
364 .SUFFIXES: .c .lo .o .obj
365 am--refresh: Makefile
366         @:
367 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
368         @for dep in $?; do \
369           case '$(am__configure_deps)' in \
370             *$$dep*) \
371               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
372               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
373                 && exit 0; \
374               exit 1;; \
375           esac; \
376         done; \
377         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
378         $(am__cd) $(top_srcdir) && \
379           $(AUTOMAKE) --foreign Makefile
380 .PRECIOUS: Makefile
381 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
382         @case '$?' in \
383           *config.status*) \
384             echo ' $(SHELL) ./config.status'; \
385             $(SHELL) ./config.status;; \
386           *) \
387             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
388             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
389         esac;
390
391 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
392         $(SHELL) ./config.status --recheck
393
394 $(top_srcdir)/configure:  $(am__configure_deps)
395         $(am__cd) $(srcdir) && $(AUTOCONF)
396 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
397         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
398 $(am__aclocal_m4_deps):
399
400 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
401         @$(NORMAL_INSTALL)
402         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
403         list2=; for p in $$list; do \
404           if test -f $$p; then \
405             list2="$$list2 $$p"; \
406           else :; fi; \
407         done; \
408         test -z "$$list2" || { \
409           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
410           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
411           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
412           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
413         }
414
415 uninstall-libLTLIBRARIES:
416         @$(NORMAL_UNINSTALL)
417         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
418         for p in $$list; do \
419           $(am__strip_dir) \
420           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
421           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
422         done
423
424 clean-libLTLIBRARIES:
425         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
426         @list='$(lib_LTLIBRARIES)'; \
427         locs=`for p in $$list; do echo $$p; done | \
428               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
429               sort -u`; \
430         test -z "$$locs" || { \
431           echo rm -f $${locs}; \
432           rm -f $${locs}; \
433         }
434 vat/$(am__dirstamp):
435         @$(MKDIR_P) vat
436         @: > vat/$(am__dirstamp)
437 vat/$(DEPDIR)/$(am__dirstamp):
438         @$(MKDIR_P) vat/$(DEPDIR)
439         @: > vat/$(DEPDIR)/$(am__dirstamp)
440 vat/plugin_api.lo: vat/$(am__dirstamp) vat/$(DEPDIR)/$(am__dirstamp)
441
442 libvatplugin.la: $(libvatplugin_la_OBJECTS) $(libvatplugin_la_DEPENDENCIES) $(EXTRA_libvatplugin_la_DEPENDENCIES) 
443         $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libvatplugin_la_OBJECTS) $(libvatplugin_la_LIBADD) $(LIBS)
444 install-binPROGRAMS: $(bin_PROGRAMS)
445         @$(NORMAL_INSTALL)
446         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
447         if test -n "$$list"; then \
448           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
449           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
450         fi; \
451         for p in $$list; do echo "$$p $$p"; done | \
452         sed 's/$(EXEEXT)$$//' | \
453         while read p p1; do if test -f $$p \
454          || test -f $$p1 \
455           ; then echo "$$p"; echo "$$p"; else :; fi; \
456         done | \
457         sed -e 'p;s,.*/,,;n;h' \
458             -e 's|.*|.|' \
459             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
460         sed 'N;N;N;s,\n, ,g' | \
461         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
462           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
463             if ($$2 == $$4) files[d] = files[d] " " $$1; \
464             else { print "f", $$3 "/" $$4, $$1; } } \
465           END { for (d in files) print "f", d, files[d] }' | \
466         while read type dir files; do \
467             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
468             test -z "$$files" || { \
469             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
470             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
471             } \
472         ; done
473
474 uninstall-binPROGRAMS:
475         @$(NORMAL_UNINSTALL)
476         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
477         files=`for p in $$list; do echo "$$p"; done | \
478           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
479               -e 's/$$/$(EXEEXT)/' \
480         `; \
481         test -n "$$list" || exit 0; \
482         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
483         cd "$(DESTDIR)$(bindir)" && rm -f $$files
484
485 clean-binPROGRAMS:
486         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
487         echo " rm -f" $$list; \
488         rm -f $$list || exit $$?; \
489         test -n "$(EXEEXT)" || exit 0; \
490         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
491         echo " rm -f" $$list; \
492         rm -f $$list
493 vat/api_format.$(OBJEXT): vat/$(am__dirstamp) \
494         vat/$(DEPDIR)/$(am__dirstamp)
495 vat/main.$(OBJEXT): vat/$(am__dirstamp) vat/$(DEPDIR)/$(am__dirstamp)
496 vat/plugin.$(OBJEXT): vat/$(am__dirstamp) \
497         vat/$(DEPDIR)/$(am__dirstamp)
498 vat/json_format.$(OBJEXT): vat/$(am__dirstamp) \
499         vat/$(DEPDIR)/$(am__dirstamp)
500
501 vpe_api_test$(EXEEXT): $(vpe_api_test_OBJECTS) $(vpe_api_test_DEPENDENCIES) $(EXTRA_vpe_api_test_DEPENDENCIES) 
502         @rm -f vpe_api_test$(EXEEXT)
503         $(AM_V_CCLD)$(LINK) $(vpe_api_test_OBJECTS) $(vpe_api_test_LDADD) $(LIBS)
504 vat/json_test.$(OBJEXT): vat/$(am__dirstamp) \
505         vat/$(DEPDIR)/$(am__dirstamp)
506
507 vpe_json_test$(EXEEXT): $(vpe_json_test_OBJECTS) $(vpe_json_test_DEPENDENCIES) $(EXTRA_vpe_json_test_DEPENDENCIES) 
508         @rm -f vpe_json_test$(EXEEXT)
509         $(AM_V_CCLD)$(LINK) $(vpe_json_test_OBJECTS) $(vpe_json_test_LDADD) $(LIBS)
510
511 mostlyclean-compile:
512         -rm -f *.$(OBJEXT)
513         -rm -f vat/*.$(OBJEXT)
514         -rm -f vat/*.lo
515
516 distclean-compile:
517         -rm -f *.tab.c
518
519 @AMDEP_TRUE@@am__include@ @am__quote@vat/$(DEPDIR)/api_format.Po@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@vat/$(DEPDIR)/json_format.Po@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@vat/$(DEPDIR)/json_test.Po@am__quote@
522 @AMDEP_TRUE@@am__include@ @am__quote@vat/$(DEPDIR)/main.Po@am__quote@
523 @AMDEP_TRUE@@am__include@ @am__quote@vat/$(DEPDIR)/plugin.Po@am__quote@
524 @AMDEP_TRUE@@am__include@ @am__quote@vat/$(DEPDIR)/plugin_api.Plo@am__quote@
525
526 .c.o:
527 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
528 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
529 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
530 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
531 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
533
534 .c.obj:
535 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
536 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
537 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
538 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
539 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
541
542 .c.lo:
543 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
544 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
545 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
546 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
547 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
548 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
549
550 mostlyclean-libtool:
551         -rm -f *.lo
552
553 clean-libtool:
554         -rm -rf .libs _libs
555         -rm -rf vat/.libs vat/_libs
556
557 distclean-libtool:
558         -rm -f libtool config.lt
559 install-nobase_includeHEADERS: $(nobase_include_HEADERS)
560         @$(NORMAL_INSTALL)
561         @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
562         if test -n "$$list"; then \
563           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
564           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
565         fi; \
566         $(am__nobase_list) | while read dir files; do \
567           xfiles=; for file in $$files; do \
568             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
569             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
570           test -z "$$xfiles" || { \
571             test "x$$dir" = x. || { \
572               echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
573               $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
574             echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
575             $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
576         done
577
578 uninstall-nobase_includeHEADERS:
579         @$(NORMAL_UNINSTALL)
580         @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
581         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
582         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
583
584 ID: $(am__tagged_files)
585         $(am__define_uniq_tagged_files); mkid -fID $$unique
586 tags: tags-am
587 TAGS: tags
588
589 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
590         set x; \
591         here=`pwd`; \
592         $(am__define_uniq_tagged_files); \
593         shift; \
594         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
595           test -n "$$unique" || unique=$$empty_fix; \
596           if test $$# -gt 0; then \
597             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598               "$$@" $$unique; \
599           else \
600             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
601               $$unique; \
602           fi; \
603         fi
604 ctags: ctags-am
605
606 CTAGS: ctags
607 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
608         $(am__define_uniq_tagged_files); \
609         test -z "$(CTAGS_ARGS)$$unique" \
610           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
611              $$unique
612
613 GTAGS:
614         here=`$(am__cd) $(top_builddir) && pwd` \
615           && $(am__cd) $(top_srcdir) \
616           && gtags -i $(GTAGS_ARGS) "$$here"
617 cscope: cscope.files
618         test ! -s cscope.files \
619           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
620 clean-cscope:
621         -rm -f cscope.files
622 cscope.files: clean-cscope cscopelist
623 cscopelist: cscopelist-am
624
625 cscopelist-am: $(am__tagged_files)
626         list='$(am__tagged_files)'; \
627         case "$(srcdir)" in \
628           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
629           *) sdir=$(subdir)/$(srcdir) ;; \
630         esac; \
631         for i in $$list; do \
632           if test -f "$$i"; then \
633             echo "$(subdir)/$$i"; \
634           else \
635             echo "$$sdir/$$i"; \
636           fi; \
637         done >> $(top_builddir)/cscope.files
638
639 distclean-tags:
640         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
641         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
642
643 distdir: $(DISTFILES)
644         $(am__remove_distdir)
645         test -d "$(distdir)" || mkdir "$(distdir)"
646         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
647         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
648         list='$(DISTFILES)'; \
649           dist_files=`for file in $$list; do echo $$file; done | \
650           sed -e "s|^$$srcdirstrip/||;t" \
651               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
652         case $$dist_files in \
653           */*) $(MKDIR_P) `echo "$$dist_files" | \
654                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
655                            sort -u` ;; \
656         esac; \
657         for file in $$dist_files; do \
658           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
659           if test -d $$d/$$file; then \
660             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
661             if test -d "$(distdir)/$$file"; then \
662               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
663             fi; \
664             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
665               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
666               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
667             fi; \
668             cp -fpR $$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         -test -n "$(am__skip_mode_fix)" \
676         || find "$(distdir)" -type d ! -perm -755 \
677                 -exec chmod u+rwx,go+rx {} \; -o \
678           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
679           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
680           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
681         || chmod -R a+r "$(distdir)"
682 dist-gzip: distdir
683         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
684         $(am__post_remove_distdir)
685
686 dist-bzip2: distdir
687         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
688         $(am__post_remove_distdir)
689
690 dist-lzip: distdir
691         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
692         $(am__post_remove_distdir)
693
694 dist-xz: distdir
695         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
696         $(am__post_remove_distdir)
697
698 dist-tarZ: distdir
699         @echo WARNING: "Support for shar distribution archives is" \
700                        "deprecated." >&2
701         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
702         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
703         $(am__post_remove_distdir)
704
705 dist-shar: distdir
706         @echo WARNING: "Support for distribution archives compressed with" \
707                        "legacy program 'compress' is deprecated." >&2
708         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
709         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
710         $(am__post_remove_distdir)
711
712 dist-zip: distdir
713         -rm -f $(distdir).zip
714         zip -rq $(distdir).zip $(distdir)
715         $(am__post_remove_distdir)
716
717 dist dist-all:
718         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
719         $(am__post_remove_distdir)
720
721 # This target untars the dist file and tries a VPATH configuration.  Then
722 # it guarantees that the distribution is self-contained by making another
723 # tarfile.
724 distcheck: dist
725         case '$(DIST_ARCHIVES)' in \
726         *.tar.gz*) \
727           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
728         *.tar.bz2*) \
729           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
730         *.tar.lz*) \
731           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
732         *.tar.xz*) \
733           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
734         *.tar.Z*) \
735           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
736         *.shar.gz*) \
737           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
738         *.zip*) \
739           unzip $(distdir).zip ;;\
740         esac
741         chmod -R a-w $(distdir)
742         chmod u+w $(distdir)
743         mkdir $(distdir)/_build $(distdir)/_inst
744         chmod a-w $(distdir)
745         test -d $(distdir)/_build || exit 0; \
746         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
747           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
748           && am__cwd=`pwd` \
749           && $(am__cd) $(distdir)/_build \
750           && ../configure \
751             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
752             $(DISTCHECK_CONFIGURE_FLAGS) \
753             --srcdir=.. --prefix="$$dc_install_base" \
754           && $(MAKE) $(AM_MAKEFLAGS) \
755           && $(MAKE) $(AM_MAKEFLAGS) dvi \
756           && $(MAKE) $(AM_MAKEFLAGS) check \
757           && $(MAKE) $(AM_MAKEFLAGS) install \
758           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
759           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
760           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
761                 distuninstallcheck \
762           && chmod -R a-w "$$dc_install_base" \
763           && ({ \
764                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
765                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
766                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
767                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
768                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
769               } || { rm -rf "$$dc_destdir"; exit 1; }) \
770           && rm -rf "$$dc_destdir" \
771           && $(MAKE) $(AM_MAKEFLAGS) dist \
772           && rm -rf $(DIST_ARCHIVES) \
773           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
774           && cd "$$am__cwd" \
775           || exit 1
776         $(am__post_remove_distdir)
777         @(echo "$(distdir) archives ready for distribution: "; \
778           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
779           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
780 distuninstallcheck:
781         @test -n '$(distuninstallcheck_dir)' || { \
782           echo 'ERROR: trying to run $@ with an empty' \
783                '$$(distuninstallcheck_dir)' >&2; \
784           exit 1; \
785         }; \
786         $(am__cd) '$(distuninstallcheck_dir)' || { \
787           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
788           exit 1; \
789         }; \
790         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
791            || { echo "ERROR: files left after uninstall:" ; \
792                 if test -n "$(DESTDIR)"; then \
793                   echo "  (check DESTDIR support)"; \
794                 fi ; \
795                 $(distuninstallcheck_listfiles) ; \
796                 exit 1; } >&2
797 distcleancheck: distclean
798         @if test '$(srcdir)' = . ; then \
799           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
800           exit 1 ; \
801         fi
802         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
803           || { echo "ERROR: files left in build directory after distclean:" ; \
804                $(distcleancheck_listfiles) ; \
805                exit 1; } >&2
806 check-am: all-am
807 check: check-am
808 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
809 install-binPROGRAMS: install-libLTLIBRARIES
810
811 installdirs:
812         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
813           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
814         done
815 install: install-am
816 install-exec: install-exec-am
817 install-data: install-data-am
818 uninstall: uninstall-am
819
820 install-am: all-am
821         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
822
823 installcheck: installcheck-am
824 install-strip:
825         if test -z '$(STRIP)'; then \
826           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
827             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
828               install; \
829         else \
830           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
831             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
832             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
833         fi
834 mostlyclean-generic:
835
836 clean-generic:
837
838 distclean-generic:
839         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
840         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
841         -rm -f vat/$(DEPDIR)/$(am__dirstamp)
842         -rm -f vat/$(am__dirstamp)
843
844 maintainer-clean-generic:
845         @echo "This command is intended for maintainers to use"
846         @echo "it deletes files that may require special tools to rebuild."
847 clean: clean-am
848
849 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
850         clean-libtool mostlyclean-am
851
852 distclean: distclean-am
853         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
854         -rm -rf vat/$(DEPDIR)
855         -rm -f Makefile
856 distclean-am: clean-am distclean-compile distclean-generic \
857         distclean-libtool distclean-tags
858
859 dvi: dvi-am
860
861 dvi-am:
862
863 html: html-am
864
865 html-am:
866
867 info: info-am
868
869 info-am:
870
871 install-data-am: install-nobase_includeHEADERS
872
873 install-dvi: install-dvi-am
874
875 install-dvi-am:
876
877 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
878
879 install-html: install-html-am
880
881 install-html-am:
882
883 install-info: install-info-am
884
885 install-info-am:
886
887 install-man:
888
889 install-pdf: install-pdf-am
890
891 install-pdf-am:
892
893 install-ps: install-ps-am
894
895 install-ps-am:
896
897 installcheck-am:
898
899 maintainer-clean: maintainer-clean-am
900         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
901         -rm -rf $(top_srcdir)/autom4te.cache
902         -rm -rf vat/$(DEPDIR)
903         -rm -f Makefile
904 maintainer-clean-am: distclean-am maintainer-clean-generic
905
906 mostlyclean: mostlyclean-am
907
908 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
909         mostlyclean-libtool
910
911 pdf: pdf-am
912
913 pdf-am:
914
915 ps: ps-am
916
917 ps-am:
918
919 uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
920         uninstall-nobase_includeHEADERS
921
922 .MAKE: install-am install-strip
923
924 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
925         clean-binPROGRAMS clean-cscope clean-generic \
926         clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
927         ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
928         dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
929         distclean-compile distclean-generic distclean-libtool \
930         distclean-tags distcleancheck distdir distuninstallcheck dvi \
931         dvi-am html html-am info info-am install install-am \
932         install-binPROGRAMS install-data install-data-am install-dvi \
933         install-dvi-am install-exec install-exec-am install-html \
934         install-html-am install-info install-info-am \
935         install-libLTLIBRARIES install-man \
936         install-nobase_includeHEADERS install-pdf install-pdf-am \
937         install-ps install-ps-am install-strip installcheck \
938         installcheck-am installdirs maintainer-clean \
939         maintainer-clean-generic mostlyclean mostlyclean-compile \
940         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
941         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
942         uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS
943
944
945 # Tell versions [3.59,3.63) of GNU make to not export all variables.
946 # Otherwise a system limit (for SysV at least) may be exceeded.
947 .NOEXPORT: