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