blob: 7ba7e1dea44dd523eb3dbba8ccc77c3d1699cfac [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001# 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
19VPATH = @srcdir@
20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21am__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
63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65pkgdatadir = $(datadir)/@PACKAGE@
66pkgincludedir = $(includedir)/@PACKAGE@
67pkglibdir = $(libdir)/@PACKAGE@
68pkglibexecdir = $(libexecdir)/@PACKAGE@
69am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70install_sh_DATA = $(install_sh) -c -m 644
71install_sh_PROGRAM = $(install_sh) -c
72install_sh_SCRIPT = $(install_sh) -c
73INSTALL_HEADER = $(INSTALL_DATA)
74transform = $(program_transform_name)
75NORMAL_INSTALL = :
76PRE_INSTALL = :
77POST_INSTALL = :
78NORMAL_UNINSTALL = :
79PRE_UNINSTALL = :
80POST_UNINSTALL = :
81build_triplet = @build@
82host_triplet = @host@
83bin_PROGRAMS = vpe_api_test$(EXEEXT) vpe_json_test$(EXEEXT)
84subdir = .
85DIST_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
89ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92 $(ACLOCAL_M4)
93am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94 configure.lineno config.status.lineno
95mkinstalldirs = $(install_sh) -d
96CONFIG_CLEAN_FILES =
97CONFIG_CLEAN_VPATH_FILES =
98am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
99am__vpath_adj = case $$p in \
100 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
101 *) f=$$p;; \
102 esac;
103am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
104am__install_max = 40
105am__nobase_strip_setup = \
106 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
107am__nobase_strip = \
108 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
109am__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] }'
116am__base_list = \
117 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
118 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
119am__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 }
125am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
126 "$(DESTDIR)$(includedir)"
127LTLIBRARIES = $(lib_LTLIBRARIES)
128libvatplugin_la_LIBADD =
129am__dirstamp = $(am__leading_dot)dirstamp
130am_libvatplugin_la_OBJECTS = vat/plugin_api.lo
131libvatplugin_la_OBJECTS = $(am_libvatplugin_la_OBJECTS)
132AM_V_lt = $(am__v_lt_@AM_V@)
133am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
134am__v_lt_0 = --silent
135am__v_lt_1 =
136PROGRAMS = $(bin_PROGRAMS)
137am_vpe_api_test_OBJECTS = vat/api_format.$(OBJEXT) vat/main.$(OBJEXT) \
138 vat/plugin.$(OBJEXT) vat/json_format.$(OBJEXT)
139vpe_api_test_OBJECTS = $(am_vpe_api_test_OBJECTS)
140vpe_api_test_DEPENDENCIES = libvatplugin.la
141am_vpe_json_test_OBJECTS = vat/json_format.$(OBJEXT) \
142 vat/json_test.$(OBJEXT)
143vpe_json_test_OBJECTS = $(am_vpe_json_test_OBJECTS)
144vpe_json_test_DEPENDENCIES =
145AM_V_P = $(am__v_P_@AM_V@)
146am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
147am__v_P_0 = false
148am__v_P_1 = :
149AM_V_GEN = $(am__v_GEN_@AM_V@)
150am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
151am__v_GEN_0 = @echo " GEN " $@;
152am__v_GEN_1 =
153AM_V_at = $(am__v_at_@AM_V@)
154am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
155am__v_at_0 = @
156am__v_at_1 =
157DEFAULT_INCLUDES = -I.@am__isrc@
158depcomp = $(SHELL) $(top_srcdir)/depcomp
159am__depfiles_maybe = depfiles
160am__mv = mv -f
161COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
162 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
163LTCOMPILE = $(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)
167AM_V_CC = $(am__v_CC_@AM_V@)
168am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
169am__v_CC_0 = @echo " CC " $@;
170am__v_CC_1 =
171CCLD = $(CC)
172LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
173 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
174 $(AM_LDFLAGS) $(LDFLAGS) -o $@
175AM_V_CCLD = $(am__v_CCLD_@AM_V@)
176am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
177am__v_CCLD_0 = @echo " CCLD " $@;
178am__v_CCLD_1 =
179SOURCES = $(libvatplugin_la_SOURCES) $(vpe_api_test_SOURCES) \
180 $(vpe_json_test_SOURCES)
181DIST_SOURCES = $(libvatplugin_la_SOURCES) $(vpe_api_test_SOURCES) \
182 $(vpe_json_test_SOURCES)
183am__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
188HEADERS = $(nobase_include_HEADERS)
189am__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.
193am__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.
201am__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)`
206ETAGS = etags
207CTAGS = ctags
208CSCOPE = cscope
209AM_RECURSIVE_TARGETS = cscope
210DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
211distdir = $(PACKAGE)-$(VERSION)
212top_distdir = $(distdir)
213am__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
219am__post_remove_distdir = $(am__remove_distdir)
220DIST_ARCHIVES = $(distdir).tar.gz
221GZIP_ENV = --best
222DIST_TARGETS = dist-gzip
223distuninstallcheck_listfiles = find . -type f -print
224am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
225 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
226distcleancheck_listfiles = find . -type f -print
227ACLOCAL = @ACLOCAL@
228AMTAR = @AMTAR@
229AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
230AR = @AR@
231AUTOCONF = @AUTOCONF@
232AUTOHEADER = @AUTOHEADER@
233AUTOMAKE = @AUTOMAKE@
234AWK = @AWK@
235CC = @CC@
236CCAS = @CCAS@
237CCASDEPMODE = @CCASDEPMODE@
238CCASFLAGS = @CCASFLAGS@
239CCDEPMODE = @CCDEPMODE@
240CFLAGS = @CFLAGS@
241CPP = @CPP@
242CPPFLAGS = @CPPFLAGS@
243CYGPATH_W = @CYGPATH_W@
244DEFS = @DEFS@
245DEPDIR = @DEPDIR@
246DLLTOOL = @DLLTOOL@
247DPDK = @DPDK@
248DSYMUTIL = @DSYMUTIL@
249DUMPBIN = @DUMPBIN@
250ECHO_C = @ECHO_C@
251ECHO_N = @ECHO_N@
252ECHO_T = @ECHO_T@
253EGREP = @EGREP@
254EXEEXT = @EXEEXT@
255FGREP = @FGREP@
256GREP = @GREP@
257INSTALL = @INSTALL@
258INSTALL_DATA = @INSTALL_DATA@
259INSTALL_PROGRAM = @INSTALL_PROGRAM@
260INSTALL_SCRIPT = @INSTALL_SCRIPT@
261INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
262LD = @LD@
263LDFLAGS = @LDFLAGS@
264LIBOBJS = @LIBOBJS@
265LIBS = @LIBS@
266LIBTOOL = @LIBTOOL@
267LIPO = @LIPO@
268LN_S = @LN_S@
269LTLIBOBJS = @LTLIBOBJS@
270MAKEINFO = @MAKEINFO@
271MANIFEST_TOOL = @MANIFEST_TOOL@
272MKDIR_P = @MKDIR_P@
273NM = @NM@
274NMEDIT = @NMEDIT@
275OBJDUMP = @OBJDUMP@
276OBJEXT = @OBJEXT@
277OTOOL = @OTOOL@
278OTOOL64 = @OTOOL64@
279PACKAGE = @PACKAGE@
280PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
281PACKAGE_NAME = @PACKAGE_NAME@
282PACKAGE_STRING = @PACKAGE_STRING@
283PACKAGE_TARNAME = @PACKAGE_TARNAME@
284PACKAGE_URL = @PACKAGE_URL@
285PACKAGE_VERSION = @PACKAGE_VERSION@
286PATH_SEPARATOR = @PATH_SEPARATOR@
287Q_PLATFORM_DEFINE = @Q_PLATFORM_DEFINE@
288Q_PLATFORM_PLUGPATH = @Q_PLATFORM_PLUGPATH@
289RANLIB = @RANLIB@
290SED = @SED@
291SET_MAKE = @SET_MAKE@
292SHELL = @SHELL@
293STRIP = @STRIP@
294VERSION = @VERSION@
295abs_builddir = @abs_builddir@
296abs_srcdir = @abs_srcdir@
297abs_top_builddir = @abs_top_builddir@
298abs_top_srcdir = @abs_top_srcdir@
299ac_ct_AR = @ac_ct_AR@
300ac_ct_CC = @ac_ct_CC@
301ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
302am__include = @am__include@
303am__leading_dot = @am__leading_dot@
304am__quote = @am__quote@
305am__tar = @am__tar@
306am__untar = @am__untar@
307bindir = @bindir@
308build = @build@
309build_alias = @build_alias@
310build_cpu = @build_cpu@
311build_os = @build_os@
312build_vendor = @build_vendor@
313builddir = @builddir@
314datadir = @datadir@
315datarootdir = @datarootdir@
316docdir = @docdir@
317dvidir = @dvidir@
318exec_prefix = @exec_prefix@
319host = @host@
320host_alias = @host_alias@
321host_cpu = @host_cpu@
322host_os = @host_os@
323host_vendor = @host_vendor@
324htmldir = @htmldir@
325includedir = @includedir@
326infodir = @infodir@
327install_sh = @install_sh@
328libdir = @libdir@
329libexecdir = @libexecdir@
330localedir = @localedir@
331localstatedir = @localstatedir@
332mandir = @mandir@
333mkdir_p = @mkdir_p@
334oldincludedir = @oldincludedir@
335pdfdir = @pdfdir@
336prefix = @prefix@
337program_transform_name = @program_transform_name@
338psdir = @psdir@
339sbindir = @sbindir@
340sharedstatedir = @sharedstatedir@
341srcdir = @srcdir@
342sysconfdir = @sysconfdir@
343target_alias = @target_alias@
344top_build_prefix = @top_build_prefix@
345top_builddir = @top_builddir@
346top_srcdir = @top_srcdir@
347AUTOMAKE_OPTIONS = foreign subdir-objects
348AM_CFLAGS = -Wall @Q_PLATFORM_DEFINE@ @Q_PLATFORM_PLUGPATH@ @DPDK@
349libvatplugin_la_SOURCES = \
350 vat/plugin_api.c
351
352lib_LTLIBRARIES = libvatplugin.la
353vpe_api_test_SOURCES = vat/api_format.c vat/main.c vat/plugin.c vat/vat.h vat/json_format.h vat/json_format.c
354vpe_json_test_SOURCES = vat/json_format.h vat/json_format.c vat/json_test.c
355vpe_api_test_LDADD = -lvlibmemoryclient -lvlibapi -lsvm \
356 -lvppinfra -lpthread -lm \
357 -lrt -ldl libvatplugin.la
358
359vpe_json_test_LDADD = -lvppinfra -lm
360nobase_include_HEADERS = vat/vat.h vat/json_format.h
361all: all-am
362
363.SUFFIXES:
364.SUFFIXES: .c .lo .o .obj
365am--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
381Makefile: $(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
400install-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
415uninstall-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
424clean-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 }
434vat/$(am__dirstamp):
435 @$(MKDIR_P) vat
436 @: > vat/$(am__dirstamp)
437vat/$(DEPDIR)/$(am__dirstamp):
438 @$(MKDIR_P) vat/$(DEPDIR)
439 @: > vat/$(DEPDIR)/$(am__dirstamp)
440vat/plugin_api.lo: vat/$(am__dirstamp) vat/$(DEPDIR)/$(am__dirstamp)
441
442libvatplugin.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)
444install-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
474uninstall-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
485clean-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
493vat/api_format.$(OBJEXT): vat/$(am__dirstamp) \
494 vat/$(DEPDIR)/$(am__dirstamp)
495vat/main.$(OBJEXT): vat/$(am__dirstamp) vat/$(DEPDIR)/$(am__dirstamp)
496vat/plugin.$(OBJEXT): vat/$(am__dirstamp) \
497 vat/$(DEPDIR)/$(am__dirstamp)
498vat/json_format.$(OBJEXT): vat/$(am__dirstamp) \
499 vat/$(DEPDIR)/$(am__dirstamp)
500
501vpe_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)
504vat/json_test.$(OBJEXT): vat/$(am__dirstamp) \
505 vat/$(DEPDIR)/$(am__dirstamp)
506
507vpe_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
511mostlyclean-compile:
512 -rm -f *.$(OBJEXT)
513 -rm -f vat/*.$(OBJEXT)
514 -rm -f vat/*.lo
515
516distclean-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
550mostlyclean-libtool:
551 -rm -f *.lo
552
553clean-libtool:
554 -rm -rf .libs _libs
555 -rm -rf vat/.libs vat/_libs
556
557distclean-libtool:
558 -rm -f libtool config.lt
559install-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
578uninstall-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
584ID: $(am__tagged_files)
585 $(am__define_uniq_tagged_files); mkid -fID $$unique
586tags: tags-am
587TAGS: tags
588
589tags-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
604ctags: ctags-am
605
606CTAGS: ctags
607ctags-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
613GTAGS:
614 here=`$(am__cd) $(top_builddir) && pwd` \
615 && $(am__cd) $(top_srcdir) \
616 && gtags -i $(GTAGS_ARGS) "$$here"
617cscope: cscope.files
618 test ! -s cscope.files \
619 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
620clean-cscope:
621 -rm -f cscope.files
622cscope.files: clean-cscope cscopelist
623cscopelist: cscopelist-am
624
625cscopelist-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
639distclean-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
643distdir: $(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)"
682dist-gzip: distdir
683 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
684 $(am__post_remove_distdir)
685
686dist-bzip2: distdir
687 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
688 $(am__post_remove_distdir)
689
690dist-lzip: distdir
691 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
692 $(am__post_remove_distdir)
693
694dist-xz: distdir
695 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
696 $(am__post_remove_distdir)
697
698dist-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
705dist-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
712dist-zip: distdir
713 -rm -f $(distdir).zip
714 zip -rq $(distdir).zip $(distdir)
715 $(am__post_remove_distdir)
716
717dist 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.
724distcheck: 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'
780distuninstallcheck:
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
797distcleancheck: 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
806check-am: all-am
807check: check-am
808all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
809install-binPROGRAMS: install-libLTLIBRARIES
810
811installdirs:
812 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
813 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
814 done
815install: install-am
816install-exec: install-exec-am
817install-data: install-data-am
818uninstall: uninstall-am
819
820install-am: all-am
821 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
822
823installcheck: installcheck-am
824install-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
834mostlyclean-generic:
835
836clean-generic:
837
838distclean-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
844maintainer-clean-generic:
845 @echo "This command is intended for maintainers to use"
846 @echo "it deletes files that may require special tools to rebuild."
847clean: clean-am
848
849clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
850 clean-libtool mostlyclean-am
851
852distclean: distclean-am
853 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
854 -rm -rf vat/$(DEPDIR)
855 -rm -f Makefile
856distclean-am: clean-am distclean-compile distclean-generic \
857 distclean-libtool distclean-tags
858
859dvi: dvi-am
860
861dvi-am:
862
863html: html-am
864
865html-am:
866
867info: info-am
868
869info-am:
870
871install-data-am: install-nobase_includeHEADERS
872
873install-dvi: install-dvi-am
874
875install-dvi-am:
876
877install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
878
879install-html: install-html-am
880
881install-html-am:
882
883install-info: install-info-am
884
885install-info-am:
886
887install-man:
888
889install-pdf: install-pdf-am
890
891install-pdf-am:
892
893install-ps: install-ps-am
894
895install-ps-am:
896
897installcheck-am:
898
899maintainer-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
904maintainer-clean-am: distclean-am maintainer-clean-generic
905
906mostlyclean: mostlyclean-am
907
908mostlyclean-am: mostlyclean-compile mostlyclean-generic \
909 mostlyclean-libtool
910
911pdf: pdf-am
912
913pdf-am:
914
915ps: ps-am
916
917ps-am:
918
919uninstall-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: