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