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