microsoft/onnxruntime-extensions

Public

mirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9e7f8e5b1dd903dfdbb526fdb68db0ef83d9a7e8

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

cmake/externals/farmhash/src/Makefile.in

1029lines · modecode

1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18
19VPATH = @srcdir@
20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21am__make_running_with_option = \
22 case $${target_option-} in \
23 ?) ;; \
24 *) echo "am__make_running_with_option: internal error: invalid" \
25 "target option '$${target_option-}' specified" >&2; \
26 exit 1;; \
27 esac; \
28 has_opt=no; \
29 sane_makeflags=$$MAKEFLAGS; \
30 if $(am__is_gnu_make); then \
31 sane_makeflags=$$MFLAGS; \
32 else \
33 case $$MAKEFLAGS in \
34 *\\[\ \ ]*) \
35 bs=\\; \
36 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
38 esac; \
39 fi; \
40 skip_next=no; \
41 strip_trailopt () \
42 { \
43 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44 }; \
45 for flg in $$sane_makeflags; do \
46 test $$skip_next = yes && { skip_next=no; continue; }; \
47 case $$flg in \
48 *=*|--*) continue;; \
49 -*I) strip_trailopt 'I'; skip_next=yes;; \
50 -*I?*) strip_trailopt 'I';; \
51 -*O) strip_trailopt 'O'; skip_next=yes;; \
52 -*O?*) strip_trailopt 'O';; \
53 -*l) strip_trailopt 'l'; skip_next=yes;; \
54 -*l?*) strip_trailopt 'l';; \
55 -[dEDm]) skip_next=yes;; \
56 -[JT]) skip_next=yes;; \
57 esac; \
58 case $$flg in \
59 *$$target_option*) has_opt=yes; break;; \
60 esac; \
61 done; \
62 test $$has_opt = yes
63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65pkgdatadir = $(datadir)/@PACKAGE@
66pkgincludedir = $(includedir)/@PACKAGE@
67pkglibdir = $(libdir)/@PACKAGE@
68pkglibexecdir = $(libexecdir)/@PACKAGE@
69am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70install_sh_DATA = $(install_sh) -c -m 644
71install_sh_PROGRAM = $(install_sh) -c
72install_sh_SCRIPT = $(install_sh) -c
73INSTALL_HEADER = $(INSTALL_DATA)
74transform = $(program_transform_name)
75NORMAL_INSTALL = :
76PRE_INSTALL = :
77POST_INSTALL = :
78NORMAL_UNINSTALL = :
79PRE_UNINSTALL = :
80POST_UNINSTALL = :
81build_triplet = @build@
82host_triplet = @host@
83TESTS = farmhash_unittest$(EXEEXT)
84noinst_PROGRAMS = $(am__EXEEXT_1)
85subdir = src
86DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
87 $(top_srcdir)/depcomp $(include_HEADERS) \
88 $(top_srcdir)/test-driver
89ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
91 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
92 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
93 $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95 $(ACLOCAL_M4)
96mkinstalldirs = $(install_sh) -d
97CONFIG_HEADER = $(top_builddir)/config.h
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
101am__vpath_adj = case $$p in \
102 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103 *) f=$$p;; \
104 esac;
105am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
106am__install_max = 40
107am__nobase_strip_setup = \
108 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
109am__nobase_strip = \
110 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
111am__nobase_list = $(am__nobase_strip_setup); \
112 for p in $$list; do echo "$$p $$p"; done | \
113 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
114 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
115 if (++n[$$2] == $(am__install_max)) \
116 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
117 END { for (dir in files) print dir, files[dir] }'
118am__base_list = \
119 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
120 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
121am__uninstall_files_from_dir = { \
122 test -z "$$files" \
123 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
124 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
125 $(am__cd) "$$dir" && rm -f $$files; }; \
126 }
127am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
128LTLIBRARIES = $(lib_LTLIBRARIES)
129libfarmhash_la_LIBADD =
130am_libfarmhash_la_OBJECTS = farmhash.lo
131libfarmhash_la_OBJECTS = $(am_libfarmhash_la_OBJECTS)
132AM_V_lt = $(am__v_lt_@AM_V@)
133am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
134am__v_lt_0 = --silent
135am__v_lt_1 =
136am__EXEEXT_1 = farmhash_unittest$(EXEEXT)
137PROGRAMS = $(noinst_PROGRAMS)
138am_farmhash_unittest_OBJECTS = farm-test.$(OBJEXT)
139farmhash_unittest_OBJECTS = $(am_farmhash_unittest_OBJECTS)
140farmhash_unittest_DEPENDENCIES = libfarmhash.la
141AM_V_P = $(am__v_P_@AM_V@)
142am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
143am__v_P_0 = false
144am__v_P_1 = :
145AM_V_GEN = $(am__v_GEN_@AM_V@)
146am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147am__v_GEN_0 = @echo " GEN " $@;
148am__v_GEN_1 =
149AM_V_at = $(am__v_at_@AM_V@)
150am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151am__v_at_0 = @
152am__v_at_1 =
153DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
154depcomp = $(SHELL) $(top_srcdir)/depcomp
155am__depfiles_maybe = depfiles
156am__mv = mv -f
157CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
158 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
159LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
160 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
161 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
162 $(AM_CXXFLAGS) $(CXXFLAGS)
163AM_V_CXX = $(am__v_CXX_@AM_V@)
164am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
165am__v_CXX_0 = @echo " CXX " $@;
166am__v_CXX_1 =
167CXXLD = $(CXX)
168CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
169 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
170 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
171AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
172am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
173am__v_CXXLD_0 = @echo " CXXLD " $@;
174am__v_CXXLD_1 =
175SOURCES = $(libfarmhash_la_SOURCES) $(farmhash_unittest_SOURCES)
176DIST_SOURCES = $(libfarmhash_la_SOURCES) $(farmhash_unittest_SOURCES)
177am__can_run_installinfo = \
178 case $$AM_UPDATE_INFO_DIR in \
179 n|no|NO) false;; \
180 *) (install-info --version) >/dev/null 2>&1;; \
181 esac
182HEADERS = $(include_HEADERS)
183am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184# Read a list of newline-separated strings from the standard input,
185# and print each of them once, without duplicates. Input order is
186# *not* preserved.
187am__uniquify_input = $(AWK) '\
188 BEGIN { nonempty = 0; } \
189 { items[$$0] = 1; nonempty = 1; } \
190 END { if (nonempty) { for (i in items) print i; }; } \
191'
192# Make sure the list of sources is unique. This is necessary because,
193# e.g., the same source file might be shared among _SOURCES variables
194# for different programs/libraries.
195am__define_uniq_tagged_files = \
196 list='$(am__tagged_files)'; \
197 unique=`for i in $$list; do \
198 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199 done | $(am__uniquify_input)`
200ETAGS = etags
201CTAGS = ctags
202am__tty_colors_dummy = \
203 mgn= red= grn= lgn= blu= brg= std=; \
204 am__color_tests=no
205am__tty_colors = { \
206 $(am__tty_colors_dummy); \
207 if test "X$(AM_COLOR_TESTS)" = Xno; then \
208 am__color_tests=no; \
209 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
210 am__color_tests=yes; \
211 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
212 am__color_tests=yes; \
213 fi; \
214 if test $$am__color_tests = yes; then \
215 red=''; \
216 grn=''; \
217 lgn=''; \
218 blu=''; \
219 mgn=''; \
220 brg=''; \
221 std=''; \
222 fi; \
223}
224am__recheck_rx = ^[ ]*:recheck:[ ]*
225am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
226am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
227# A command that, given a newline-separated list of test names on the
228# standard input, print the name of the tests that are to be re-run
229# upon "make recheck".
230am__list_recheck_tests = $(AWK) '{ \
231 recheck = 1; \
232 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
233 { \
234 if (rc < 0) \
235 { \
236 if ((getline line2 < ($$0 ".log")) < 0) \
237 recheck = 0; \
238 break; \
239 } \
240 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
241 { \
242 recheck = 0; \
243 break; \
244 } \
245 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
246 { \
247 break; \
248 } \
249 }; \
250 if (recheck) \
251 print $$0; \
252 close ($$0 ".trs"); \
253 close ($$0 ".log"); \
254}'
255# A command that, given a newline-separated list of test names on the
256# standard input, create the global log from their .trs and .log files.
257am__create_global_log = $(AWK) ' \
258function fatal(msg) \
259{ \
260 print "fatal: making $@: " msg | "cat >&2"; \
261 exit 1; \
262} \
263function rst_section(header) \
264{ \
265 print header; \
266 len = length(header); \
267 for (i = 1; i <= len; i = i + 1) \
268 printf "="; \
269 printf "\n\n"; \
270} \
271{ \
272 copy_in_global_log = 1; \
273 global_test_result = "RUN"; \
274 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
275 { \
276 if (rc < 0) \
277 fatal("failed to read from " $$0 ".trs"); \
278 if (line ~ /$(am__global_test_result_rx)/) \
279 { \
280 sub("$(am__global_test_result_rx)", "", line); \
281 sub("[ ]*$$", "", line); \
282 global_test_result = line; \
283 } \
284 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
285 copy_in_global_log = 0; \
286 }; \
287 if (copy_in_global_log) \
288 { \
289 rst_section(global_test_result ": " $$0); \
290 while ((rc = (getline line < ($$0 ".log"))) != 0) \
291 { \
292 if (rc < 0) \
293 fatal("failed to read from " $$0 ".log"); \
294 print line; \
295 }; \
296 printf "\n"; \
297 }; \
298 close ($$0 ".trs"); \
299 close ($$0 ".log"); \
300}'
301# Restructured Text title.
302am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
303# Solaris 10 'make', and several other traditional 'make' implementations,
304# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
305# by disabling -e (using the XSI extension "set +e") if it's set.
306am__sh_e_setup = case $$- in *e*) set +e;; esac
307# Default flags passed to test drivers.
308am__common_driver_flags = \
309 --color-tests "$$am__color_tests" \
310 --enable-hard-errors "$$am__enable_hard_errors" \
311 --expect-failure "$$am__expect_failure"
312# To be inserted before the command running the test. Creates the
313# directory for the log if needed. Stores in $dir the directory
314# containing $f, in $tst the test, in $log the log. Executes the
315# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
316# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
317# will run the test scripts (or their associated LOG_COMPILER, if
318# thy have one).
319am__check_pre = \
320$(am__sh_e_setup); \
321$(am__vpath_adj_setup) $(am__vpath_adj) \
322$(am__tty_colors); \
323srcdir=$(srcdir); export srcdir; \
324case "$@" in \
325 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
326 *) am__odir=.;; \
327esac; \
328test "x$$am__odir" = x"." || test -d "$$am__odir" \
329 || $(MKDIR_P) "$$am__odir" || exit $$?; \
330if test -f "./$$f"; then dir=./; \
331elif test -f "$$f"; then dir=; \
332else dir="$(srcdir)/"; fi; \
333tst=$$dir$$f; log='$@'; \
334if test -n '$(DISABLE_HARD_ERRORS)'; then \
335 am__enable_hard_errors=no; \
336else \
337 am__enable_hard_errors=yes; \
338fi; \
339case " $(XFAIL_TESTS) " in \
340 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
341 am__expect_failure=yes;; \
342 *) \
343 am__expect_failure=no;; \
344esac; \
345$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
346# A shell command to get the names of the tests scripts with any registered
347# extension removed (i.e., equivalently, the names of the test logs, with
348# the '.log' extension removed). The result is saved in the shell variable
349# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
350# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
351# since that might cause problem with VPATH rewrites for suffix-less tests.
352# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
353am__set_TESTS_bases = \
354 bases='$(TEST_LOGS)'; \
355 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
356 bases=`echo $$bases`
357RECHECK_LOGS = $(TEST_LOGS)
358AM_RECURSIVE_TARGETS = check recheck
359TEST_SUITE_LOG = test-suite.log
360TEST_EXTENSIONS = @EXEEXT@ .test
361LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
362LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
363am__set_b = \
364 case '$@' in \
365 */*) \
366 case '$*' in \
367 */*) b='$*';; \
368 *) b=`echo '$@' | sed 's/\.log$$//'`; \
369 esac;; \
370 *) \
371 b='$*';; \
372 esac
373am__test_logs1 = $(TESTS:=.log)
374am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
375TEST_LOGS = $(am__test_logs2:.test.log=.log)
376TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
377TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
378 $(TEST_LOG_FLAGS)
379DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
380ACLOCAL = @ACLOCAL@
381AMTAR = @AMTAR@
382AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
383AR = @AR@
384AUTOCONF = @AUTOCONF@
385AUTOHEADER = @AUTOHEADER@
386AUTOMAKE = @AUTOMAKE@
387AWK = @AWK@
388CC = @CC@
389CCDEPMODE = @CCDEPMODE@
390CFLAGS = @CFLAGS@
391CPP = @CPP@
392CPPFLAGS = @CPPFLAGS@
393CXX = @CXX@
394CXXCPP = @CXXCPP@
395CXXDEPMODE = @CXXDEPMODE@
396CXXFLAGS = @CXXFLAGS@
397CYGPATH_W = @CYGPATH_W@
398DEFS = @DEFS@
399DEPDIR = @DEPDIR@
400DLLTOOL = @DLLTOOL@
401DSYMUTIL = @DSYMUTIL@
402DUMPBIN = @DUMPBIN@
403ECHO_C = @ECHO_C@
404ECHO_N = @ECHO_N@
405ECHO_T = @ECHO_T@
406EGREP = @EGREP@
407EXEEXT = @EXEEXT@
408FGREP = @FGREP@
409GREP = @GREP@
410INSTALL = @INSTALL@
411INSTALL_DATA = @INSTALL_DATA@
412INSTALL_PROGRAM = @INSTALL_PROGRAM@
413INSTALL_SCRIPT = @INSTALL_SCRIPT@
414INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
415LD = @LD@
416LDFLAGS = @LDFLAGS@
417LIBOBJS = @LIBOBJS@
418LIBS = @LIBS@
419LIBTOOL = @LIBTOOL@
420LIPO = @LIPO@
421LN_S = @LN_S@
422LTLIBOBJS = @LTLIBOBJS@
423MAKEINFO = @MAKEINFO@
424MANIFEST_TOOL = @MANIFEST_TOOL@
425MKDIR_P = @MKDIR_P@
426NM = @NM@
427NMEDIT = @NMEDIT@
428OBJDUMP = @OBJDUMP@
429OBJEXT = @OBJEXT@
430OTOOL = @OTOOL@
431OTOOL64 = @OTOOL64@
432PACKAGE = @PACKAGE@
433PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
434PACKAGE_NAME = @PACKAGE_NAME@
435PACKAGE_STRING = @PACKAGE_STRING@
436PACKAGE_TARNAME = @PACKAGE_TARNAME@
437PACKAGE_URL = @PACKAGE_URL@
438PACKAGE_VERSION = @PACKAGE_VERSION@
439PATH_SEPARATOR = @PATH_SEPARATOR@
440RANLIB = @RANLIB@
441SED = @SED@
442SET_MAKE = @SET_MAKE@
443SHELL = @SHELL@
444STRIP = @STRIP@
445VERSION = @VERSION@
446abs_builddir = @abs_builddir@
447abs_srcdir = @abs_srcdir@
448abs_top_builddir = @abs_top_builddir@
449abs_top_srcdir = @abs_top_srcdir@
450ac_ct_AR = @ac_ct_AR@
451ac_ct_CC = @ac_ct_CC@
452ac_ct_CXX = @ac_ct_CXX@
453ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
454am__include = @am__include@
455am__leading_dot = @am__leading_dot@
456am__quote = @am__quote@
457am__tar = @am__tar@
458am__untar = @am__untar@
459bindir = @bindir@
460build = @build@
461build_alias = @build_alias@
462build_cpu = @build_cpu@
463build_os = @build_os@
464build_vendor = @build_vendor@
465builddir = @builddir@
466datadir = @datadir@
467datarootdir = @datarootdir@
468docdir = @docdir@
469dvidir = @dvidir@
470exec_prefix = @exec_prefix@
471host = @host@
472host_alias = @host_alias@
473host_cpu = @host_cpu@
474host_os = @host_os@
475host_vendor = @host_vendor@
476htmldir = @htmldir@
477includedir = @includedir@
478infodir = @infodir@
479install_sh = @install_sh@
480libdir = @libdir@
481libexecdir = @libexecdir@
482localedir = @localedir@
483localstatedir = @localstatedir@
484mandir = @mandir@
485mkdir_p = @mkdir_p@
486oldincludedir = @oldincludedir@
487pdfdir = @pdfdir@
488prefix = @prefix@
489program_transform_name = @program_transform_name@
490psdir = @psdir@
491sbindir = @sbindir@
492sharedstatedir = @sharedstatedir@
493srcdir = @srcdir@
494sysconfdir = @sysconfdir@
495target_alias = @target_alias@
496top_build_prefix = @top_build_prefix@
497top_builddir = @top_builddir@
498top_srcdir = @top_srcdir@
499
500# library
501lib_LTLIBRARIES = libfarmhash.la
502libfarmhash_la_SOURCES = farmhash.cc
503include_HEADERS = farmhash.h
504
505# test
506farmhash_unittest_SOURCES = farm-test.cc
507farmhash_unittest_LDADD = libfarmhash.la
508all: all-am
509
510.SUFFIXES:
511.SUFFIXES: .cc .lo .log .o .obj .test .test$(EXEEXT) .trs
512$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
513 @for dep in $?; do \
514 case '$(am__configure_deps)' in \
515 *$$dep*) \
516 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
517 && { if test -f $@; then exit 0; else break; fi; }; \
518 exit 1;; \
519 esac; \
520 done; \
521 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
522 $(am__cd) $(top_srcdir) && \
523 $(AUTOMAKE) --foreign src/Makefile
524.PRECIOUS: Makefile
525Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
526 @case '$?' in \
527 *config.status*) \
528 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
529 *) \
530 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
531 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
532 esac;
533
534$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
535 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
536
537$(top_srcdir)/configure: $(am__configure_deps)
538 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
539$(ACLOCAL_M4): $(am__aclocal_m4_deps)
540 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
541$(am__aclocal_m4_deps):
542
543install-libLTLIBRARIES: $(lib_LTLIBRARIES)
544 @$(NORMAL_INSTALL)
545 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
546 list2=; for p in $$list; do \
547 if test -f $$p; then \
548 list2="$$list2 $$p"; \
549 else :; fi; \
550 done; \
551 test -z "$$list2" || { \
552 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
553 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
554 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
555 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
556 }
557
558uninstall-libLTLIBRARIES:
559 @$(NORMAL_UNINSTALL)
560 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
561 for p in $$list; do \
562 $(am__strip_dir) \
563 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
564 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
565 done
566
567clean-libLTLIBRARIES:
568 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
569 @list='$(lib_LTLIBRARIES)'; \
570 locs=`for p in $$list; do echo $$p; done | \
571 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
572 sort -u`; \
573 test -z "$$locs" || { \
574 echo rm -f $${locs}; \
575 rm -f $${locs}; \
576 }
577
578libfarmhash.la: $(libfarmhash_la_OBJECTS) $(libfarmhash_la_DEPENDENCIES) $(EXTRA_libfarmhash_la_DEPENDENCIES)
579 $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libfarmhash_la_OBJECTS) $(libfarmhash_la_LIBADD) $(LIBS)
580
581clean-noinstPROGRAMS:
582 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
583 echo " rm -f" $$list; \
584 rm -f $$list || exit $$?; \
585 test -n "$(EXEEXT)" || exit 0; \
586 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
587 echo " rm -f" $$list; \
588 rm -f $$list
589
590farmhash_unittest$(EXEEXT): $(farmhash_unittest_OBJECTS) $(farmhash_unittest_DEPENDENCIES) $(EXTRA_farmhash_unittest_DEPENDENCIES)
591 @rm -f farmhash_unittest$(EXEEXT)
592 $(AM_V_CXXLD)$(CXXLINK) $(farmhash_unittest_OBJECTS) $(farmhash_unittest_LDADD) $(LIBS)
593
594mostlyclean-compile:
595 -rm -f *.$(OBJEXT)
596
597distclean-compile:
598 -rm -f *.tab.c
599
600@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/farm-test.Po@am__quote@
601@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/farmhash.Plo@am__quote@
602
603.cc.o:
604@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
605@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
606@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
607@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
609
610.cc.obj:
611@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
612@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
613@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
614@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
616
617.cc.lo:
618@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
619@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
620@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
621@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
623
624mostlyclean-libtool:
625 -rm -f *.lo
626
627clean-libtool:
628 -rm -rf .libs _libs
629install-includeHEADERS: $(include_HEADERS)
630 @$(NORMAL_INSTALL)
631 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
632 if test -n "$$list"; then \
633 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
634 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
635 fi; \
636 for p in $$list; do \
637 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
638 echo "$$d$$p"; \
639 done | $(am__base_list) | \
640 while read files; do \
641 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
642 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
643 done
644
645uninstall-includeHEADERS:
646 @$(NORMAL_UNINSTALL)
647 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
648 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
649 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
650
651ID: $(am__tagged_files)
652 $(am__define_uniq_tagged_files); mkid -fID $$unique
653tags: tags-am
654TAGS: tags
655
656tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
657 set x; \
658 here=`pwd`; \
659 $(am__define_uniq_tagged_files); \
660 shift; \
661 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
662 test -n "$$unique" || unique=$$empty_fix; \
663 if test $$# -gt 0; then \
664 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
665 "$$@" $$unique; \
666 else \
667 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
668 $$unique; \
669 fi; \
670 fi
671ctags: ctags-am
672
673CTAGS: ctags
674ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
675 $(am__define_uniq_tagged_files); \
676 test -z "$(CTAGS_ARGS)$$unique" \
677 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
678 $$unique
679
680GTAGS:
681 here=`$(am__cd) $(top_builddir) && pwd` \
682 && $(am__cd) $(top_srcdir) \
683 && gtags -i $(GTAGS_ARGS) "$$here"
684cscopelist: cscopelist-am
685
686cscopelist-am: $(am__tagged_files)
687 list='$(am__tagged_files)'; \
688 case "$(srcdir)" in \
689 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
690 *) sdir=$(subdir)/$(srcdir) ;; \
691 esac; \
692 for i in $$list; do \
693 if test -f "$$i"; then \
694 echo "$(subdir)/$$i"; \
695 else \
696 echo "$$sdir/$$i"; \
697 fi; \
698 done >> $(top_builddir)/cscope.files
699
700distclean-tags:
701 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
702
703# Recover from deleted '.trs' file; this should ensure that
704# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
705# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
706# to avoid problems with "make -n".
707.log.trs:
708 rm -f $< $@
709 $(MAKE) $(AM_MAKEFLAGS) $<
710
711# Leading 'am--fnord' is there to ensure the list of targets does not
712# expand to empty, as could happen e.g. with make check TESTS=''.
713am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
714am--force-recheck:
715 @:
716
717$(TEST_SUITE_LOG): $(TEST_LOGS)
718 @$(am__set_TESTS_bases); \
719 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
720 redo_bases=`for i in $$bases; do \
721 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
722 done`; \
723 if test -n "$$redo_bases"; then \
724 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
725 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
726 if $(am__make_dryrun); then :; else \
727 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
728 fi; \
729 fi; \
730 if test -n "$$am__remaking_logs"; then \
731 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
732 "recursion detected" >&2; \
733 else \
734 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
735 fi; \
736 if $(am__make_dryrun); then :; else \
737 st=0; \
738 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
739 for i in $$redo_bases; do \
740 test -f $$i.trs && test -r $$i.trs \
741 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
742 test -f $$i.log && test -r $$i.log \
743 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
744 done; \
745 test $$st -eq 0 || exit 1; \
746 fi
747 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
748 ws='[ ]'; \
749 results=`for b in $$bases; do echo $$b.trs; done`; \
750 test -n "$$results" || results=/dev/null; \
751 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
752 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
753 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
754 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
755 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
756 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
757 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
758 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
759 success=true; \
760 else \
761 success=false; \
762 fi; \
763 br='==================='; br=$$br$$br$$br$$br; \
764 result_count () \
765 { \
766 if test x"$$1" = x"--maybe-color"; then \
767 maybe_colorize=yes; \
768 elif test x"$$1" = x"--no-color"; then \
769 maybe_colorize=no; \
770 else \
771 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
772 fi; \
773 shift; \
774 desc=$$1 count=$$2; \
775 if test $$maybe_colorize = yes && test $$count -gt 0; then \
776 color_start=$$3 color_end=$$std; \
777 else \
778 color_start= color_end=; \
779 fi; \
780 echo "$${color_start}# $$desc $$count$${color_end}"; \
781 }; \
782 create_testsuite_report () \
783 { \
784 result_count $$1 "TOTAL:" $$all "$$brg"; \
785 result_count $$1 "PASS: " $$pass "$$grn"; \
786 result_count $$1 "SKIP: " $$skip "$$blu"; \
787 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
788 result_count $$1 "FAIL: " $$fail "$$red"; \
789 result_count $$1 "XPASS:" $$xpass "$$red"; \
790 result_count $$1 "ERROR:" $$error "$$mgn"; \
791 }; \
792 { \
793 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
794 $(am__rst_title); \
795 create_testsuite_report --no-color; \
796 echo; \
797 echo ".. contents:: :depth: 2"; \
798 echo; \
799 for b in $$bases; do echo $$b; done \
800 | $(am__create_global_log); \
801 } >$(TEST_SUITE_LOG).tmp || exit 1; \
802 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
803 if $$success; then \
804 col="$$grn"; \
805 else \
806 col="$$red"; \
807 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
808 fi; \
809 echo "$${col}$$br$${std}"; \
810 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
811 echo "$${col}$$br$${std}"; \
812 create_testsuite_report --maybe-color; \
813 echo "$$col$$br$$std"; \
814 if $$success; then :; else \
815 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
816 if test -n "$(PACKAGE_BUGREPORT)"; then \
817 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
818 fi; \
819 echo "$$col$$br$$std"; \
820 fi; \
821 $$success || exit 1
822
823check-TESTS:
824 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
825 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
826 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
827 @set +e; $(am__set_TESTS_bases); \
828 log_list=`for i in $$bases; do echo $$i.log; done`; \
829 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
830 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
831 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
832 exit $$?;
833recheck: all
834 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
835 @set +e; $(am__set_TESTS_bases); \
836 bases=`for i in $$bases; do echo $$i; done \
837 | $(am__list_recheck_tests)` || exit 1; \
838 log_list=`for i in $$bases; do echo $$i.log; done`; \
839 log_list=`echo $$log_list`; \
840 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
841 am__force_recheck=am--force-recheck \
842 TEST_LOGS="$$log_list"; \
843 exit $$?
844farmhash_unittest.log: farmhash_unittest$(EXEEXT)
845 @p='farmhash_unittest$(EXEEXT)'; \
846 b='farmhash_unittest'; \
847 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
848 --log-file $$b.log --trs-file $$b.trs \
849 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
850 "$$tst" $(AM_TESTS_FD_REDIRECT)
851.test.log:
852 @p='$<'; \
853 $(am__set_b); \
854 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
855 --log-file $$b.log --trs-file $$b.trs \
856 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
857 "$$tst" $(AM_TESTS_FD_REDIRECT)
858@am__EXEEXT_TRUE@.test$(EXEEXT).log:
859@am__EXEEXT_TRUE@ @p='$<'; \
860@am__EXEEXT_TRUE@ $(am__set_b); \
861@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
862@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
863@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
864@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
865
866distdir: $(DISTFILES)
867 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
868 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
869 list='$(DISTFILES)'; \
870 dist_files=`for file in $$list; do echo $$file; done | \
871 sed -e "s|^$$srcdirstrip/||;t" \
872 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
873 case $$dist_files in \
874 */*) $(MKDIR_P) `echo "$$dist_files" | \
875 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
876 sort -u` ;; \
877 esac; \
878 for file in $$dist_files; do \
879 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
880 if test -d $$d/$$file; then \
881 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
882 if test -d "$(distdir)/$$file"; then \
883 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
884 fi; \
885 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
886 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
887 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
888 fi; \
889 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
890 else \
891 test -f "$(distdir)/$$file" \
892 || cp -p $$d/$$file "$(distdir)/$$file" \
893 || exit 1; \
894 fi; \
895 done
896check-am: all-am
897 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
898check: check-am
899all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
900installdirs:
901 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
902 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
903 done
904install: install-am
905install-exec: install-exec-am
906install-data: install-data-am
907uninstall: uninstall-am
908
909install-am: all-am
910 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
911
912installcheck: installcheck-am
913install-strip:
914 if test -z '$(STRIP)'; then \
915 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
916 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
917 install; \
918 else \
919 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
920 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
921 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
922 fi
923mostlyclean-generic:
924 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
925 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
926 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
927
928clean-generic:
929
930distclean-generic:
931 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
932 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
933
934maintainer-clean-generic:
935 @echo "This command is intended for maintainers to use"
936 @echo "it deletes files that may require special tools to rebuild."
937clean: clean-am
938
939clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
940 clean-noinstPROGRAMS mostlyclean-am
941
942distclean: distclean-am
943 -rm -rf ./$(DEPDIR)
944 -rm -f Makefile
945distclean-am: clean-am distclean-compile distclean-generic \
946 distclean-tags
947
948dvi: dvi-am
949
950dvi-am:
951
952html: html-am
953
954html-am:
955
956info: info-am
957
958info-am:
959
960install-data-am: install-includeHEADERS
961
962install-dvi: install-dvi-am
963
964install-dvi-am:
965
966install-exec-am: install-libLTLIBRARIES
967
968install-html: install-html-am
969
970install-html-am:
971
972install-info: install-info-am
973
974install-info-am:
975
976install-man:
977
978install-pdf: install-pdf-am
979
980install-pdf-am:
981
982install-ps: install-ps-am
983
984install-ps-am:
985
986installcheck-am:
987
988maintainer-clean: maintainer-clean-am
989 -rm -rf ./$(DEPDIR)
990 -rm -f Makefile
991maintainer-clean-am: distclean-am maintainer-clean-generic
992
993mostlyclean: mostlyclean-am
994
995mostlyclean-am: mostlyclean-compile mostlyclean-generic \
996 mostlyclean-libtool
997
998pdf: pdf-am
999
1000pdf-am:
1001
1002ps: ps-am
1003
1004ps-am:
1005
1006uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
1007
1008.MAKE: check-am install-am install-strip
1009
1010.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1011 clean-generic clean-libLTLIBRARIES clean-libtool \
1012 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
1013 distclean-compile distclean-generic distclean-libtool \
1014 distclean-tags distdir dvi dvi-am html html-am info info-am \
1015 install install-am install-data install-data-am install-dvi \
1016 install-dvi-am install-exec install-exec-am install-html \
1017 install-html-am install-includeHEADERS install-info \
1018 install-info-am install-libLTLIBRARIES install-man install-pdf \
1019 install-pdf-am install-ps install-ps-am install-strip \
1020 installcheck installcheck-am installdirs maintainer-clean \
1021 maintainer-clean-generic mostlyclean mostlyclean-compile \
1022 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1023 recheck tags tags-am uninstall uninstall-am \
1024 uninstall-includeHEADERS uninstall-libLTLIBRARIES
1025
1026
1027# Tell versions [3.59,3.63) of GNU make to not export all variables.
1028# Otherwise a system limit (for SysV at least) may be exceeded.
1029.NOEXPORT:
1030