Imported Upstream version 0.14.0
[platform/upstream/check.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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 VPATH = @srcdir@
19 am__is_gnu_make = { \
20   if test -z '$(MAKELEVEL)'; then \
21     false; \
22   elif test -n '$(MAKE_HOST)'; then \
23     true; \
24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25     true; \
26   else \
27     false; \
28   fi; \
29 }
30 am__make_running_with_option = \
31   case $${target_option-} in \
32       ?) ;; \
33       *) echo "am__make_running_with_option: internal error: invalid" \
34               "target option '$${target_option-}' specified" >&2; \
35          exit 1;; \
36   esac; \
37   has_opt=no; \
38   sane_makeflags=$$MAKEFLAGS; \
39   if $(am__is_gnu_make); then \
40     sane_makeflags=$$MFLAGS; \
41   else \
42     case $$MAKEFLAGS in \
43       *\\[\ \   ]*) \
44         bs=\\; \
45         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
47     esac; \
48   fi; \
49   skip_next=no; \
50   strip_trailopt () \
51   { \
52     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53   }; \
54   for flg in $$sane_makeflags; do \
55     test $$skip_next = yes && { skip_next=no; continue; }; \
56     case $$flg in \
57       *=*|--*) continue;; \
58         -*I) strip_trailopt 'I'; skip_next=yes;; \
59       -*I?*) strip_trailopt 'I';; \
60         -*O) strip_trailopt 'O'; skip_next=yes;; \
61       -*O?*) strip_trailopt 'O';; \
62         -*l) strip_trailopt 'l'; skip_next=yes;; \
63       -*l?*) strip_trailopt 'l';; \
64       -[dEDm]) skip_next=yes;; \
65       -[JT]) skip_next=yes;; \
66     esac; \
67     case $$flg in \
68       *$$target_option*) has_opt=yes; break;; \
69     esac; \
70   done; \
71   test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 subdir = src
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
95         $(top_srcdir)/m4/ax_c_check_flag.m4 \
96         $(top_srcdir)/m4/ax_create_stdint_h.m4 \
97         $(top_srcdir)/m4/librt_timers.m4 $(top_srcdir)/m4/libtool.m4 \
98         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
99         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
100         $(top_srcdir)/m4/snprintf.m4 $(top_srcdir)/configure.ac
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102         $(ACLOCAL_M4)
103 DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
104         $(am__DIST_COMMON)
105 mkinstalldirs = $(install_sh) -d
106 CONFIG_HEADER = $(top_builddir)/config.h
107 CONFIG_CLEAN_FILES = check.h
108 CONFIG_CLEAN_VPATH_FILES =
109 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
110 am__vpath_adj = case $$p in \
111     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
112     *) f=$$p;; \
113   esac;
114 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
115 am__install_max = 40
116 am__nobase_strip_setup = \
117   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
118 am__nobase_strip = \
119   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
120 am__nobase_list = $(am__nobase_strip_setup); \
121   for p in $$list; do echo "$$p $$p"; done | \
122   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
123   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
124     if (++n[$$2] == $(am__install_max)) \
125       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
126     END { for (dir in files) print dir, files[dir] }'
127 am__base_list = \
128   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
129   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
130 am__uninstall_files_from_dir = { \
131   test -z "$$files" \
132     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
133     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
134          $(am__cd) "$$dir" && rm -f $$files; }; \
135   }
136 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
137 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
138 am__DEPENDENCIES_1 =
139 am__objects_1 = check.lo check_error.lo check_list.lo check_log.lo \
140         check_msg.lo check_pack.lo check_print.lo check_run.lo \
141         check_str.lo
142 am__objects_2 =
143 am_libcheck_la_OBJECTS = $(am__objects_1) $(am__objects_2)
144 libcheck_la_OBJECTS = $(am_libcheck_la_OBJECTS)
145 AM_V_lt = $(am__v_lt_@AM_V@)
146 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
147 am__v_lt_0 = --silent
148 am__v_lt_1 = 
149 libcheck_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
150         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
151         $(libcheck_la_LDFLAGS) $(LDFLAGS) -o $@
152 libcheckinternal_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
153         $(top_builddir)/lib/libcompat.la
154 am_libcheckinternal_la_OBJECTS = $(am__objects_1) $(am__objects_2)
155 libcheckinternal_la_OBJECTS = $(am_libcheckinternal_la_OBJECTS)
156 libcheckinternal_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
157         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
158         $(AM_CFLAGS) $(CFLAGS) $(libcheckinternal_la_LDFLAGS) \
159         $(LDFLAGS) -o $@
160 AM_V_P = $(am__v_P_@AM_V@)
161 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
162 am__v_P_0 = false
163 am__v_P_1 = :
164 AM_V_GEN = $(am__v_GEN_@AM_V@)
165 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
166 am__v_GEN_0 = @echo "  GEN     " $@;
167 am__v_GEN_1 = 
168 AM_V_at = $(am__v_at_@AM_V@)
169 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
170 am__v_at_0 = @
171 am__v_at_1 = 
172 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
173 depcomp = $(SHELL) $(top_srcdir)/depcomp
174 am__depfiles_maybe = depfiles
175 am__mv = mv -f
176 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
177         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
178 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
180         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
181         $(AM_CFLAGS) $(CFLAGS)
182 AM_V_CC = $(am__v_CC_@AM_V@)
183 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
184 am__v_CC_0 = @echo "  CC      " $@;
185 am__v_CC_1 = 
186 CCLD = $(CC)
187 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
188         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
189         $(AM_LDFLAGS) $(LDFLAGS) -o $@
190 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
191 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
192 am__v_CCLD_0 = @echo "  CCLD    " $@;
193 am__v_CCLD_1 = 
194 SOURCES = $(libcheck_la_SOURCES) $(libcheckinternal_la_SOURCES)
195 DIST_SOURCES = $(libcheck_la_SOURCES) $(libcheckinternal_la_SOURCES)
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 = $(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 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/check.h.in \
222         $(top_srcdir)/depcomp
223 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
224 ACLOCAL = @ACLOCAL@
225 AMTAR = @AMTAR@
226 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
227 AR = @AR@
228 AUTOCONF = @AUTOCONF@
229 AUTOHEADER = @AUTOHEADER@
230 AUTOMAKE = @AUTOMAKE@
231 AWK = @AWK@
232 AWK_GSUB_DBL_BSLASH = @AWK_GSUB_DBL_BSLASH@
233 AWK_PATH = @AWK_PATH@
234 CC = @CC@
235 CCDEPMODE = @CCDEPMODE@
236 CFLAGS = @CFLAGS@
237 CHECK_MAJOR_VERSION = @CHECK_MAJOR_VERSION@
238 CHECK_MICRO_VERSION = @CHECK_MICRO_VERSION@
239 CHECK_MINOR_VERSION = @CHECK_MINOR_VERSION@
240 CHECK_VERSION = @CHECK_VERSION@
241 CPP = @CPP@
242 CPPFLAGS = @CPPFLAGS@
243 CYGPATH_W = @CYGPATH_W@
244 DEFS = @DEFS@
245 DEPDIR = @DEPDIR@
246 DLLTOOL = @DLLTOOL@
247 DSYMUTIL = @DSYMUTIL@
248 DUMPBIN = @DUMPBIN@
249 ECHO_C = @ECHO_C@
250 ECHO_N = @ECHO_N@
251 ECHO_T = @ECHO_T@
252 EGREP = @EGREP@
253 ENABLE_REGEX = @ENABLE_REGEX@
254 ENABLE_SUBUNIT = @ENABLE_SUBUNIT@
255 EXEEXT = @EXEEXT@
256 FGREP = @FGREP@
257 FILTERDIFF = @FILTERDIFF@
258 GCOV = @GCOV@
259 GCOV_CFLAGS = @GCOV_CFLAGS@
260 GCOV_LIBS = @GCOV_LIBS@
261 GENHTML = @GENHTML@
262 GRAPHVIZ = @GRAPHVIZ@
263 GREP = @GREP@
264 HAVE_FORK = @HAVE_FORK@
265 HAVE_REGEX = @HAVE_REGEX@
266 INSTALL = @INSTALL@
267 INSTALL_DATA = @INSTALL_DATA@
268 INSTALL_PROGRAM = @INSTALL_PROGRAM@
269 INSTALL_SCRIPT = @INSTALL_SCRIPT@
270 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
271 LCOV = @LCOV@
272 LD = @LD@
273 LDFLAGS = @LDFLAGS@
274 LIBOBJS = @LIBOBJS@
275 LIBS = @LIBS@
276 LIBSUBUNIT_CFLAGS = @LIBSUBUNIT_CFLAGS@
277 LIBSUBUNIT_LIBS = @LIBSUBUNIT_LIBS@
278 LIBSUBUNIT_PC = @LIBSUBUNIT_PC@
279 LIBTOOL = @LIBTOOL@
280 LIPO = @LIPO@
281 LN_S = @LN_S@
282 LTLIBOBJS = @LTLIBOBJS@
283 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
284 MAKEINFO = @MAKEINFO@
285 MANIFEST_TOOL = @MANIFEST_TOOL@
286 MKDIR_P = @MKDIR_P@
287 NM = @NM@
288 NMEDIT = @NMEDIT@
289 OBJDUMP = @OBJDUMP@
290 OBJEXT = @OBJEXT@
291 OTOOL = @OTOOL@
292 OTOOL64 = @OTOOL64@
293 PACKAGE = @PACKAGE@
294 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
295 PACKAGE_NAME = @PACKAGE_NAME@
296 PACKAGE_STRING = @PACKAGE_STRING@
297 PACKAGE_TARNAME = @PACKAGE_TARNAME@
298 PACKAGE_URL = @PACKAGE_URL@
299 PACKAGE_VERSION = @PACKAGE_VERSION@
300 PATH_SEPARATOR = @PATH_SEPARATOR@
301 PKG_CONFIG = @PKG_CONFIG@
302 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
303 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
304 PTHREAD_CC = @PTHREAD_CC@
305 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
306 PTHREAD_LIBS = @PTHREAD_LIBS@
307 RANLIB = @RANLIB@
308 SED = @SED@
309 SET_MAKE = @SET_MAKE@
310 SHELL = @SHELL@
311 STRIP = @STRIP@
312 VERSION = @VERSION@
313 abs_builddir = @abs_builddir@
314 abs_srcdir = @abs_srcdir@
315 abs_top_builddir = @abs_top_builddir@
316 abs_top_srcdir = @abs_top_srcdir@
317 ac_ct_AR = @ac_ct_AR@
318 ac_ct_CC = @ac_ct_CC@
319 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
320 acx_pthread_config = @acx_pthread_config@
321 am__include = @am__include@
322 am__leading_dot = @am__leading_dot@
323 am__quote = @am__quote@
324 am__tar = @am__tar@
325 am__untar = @am__untar@
326 bindir = @bindir@
327 build = @build@
328 build_alias = @build_alias@
329 build_cpu = @build_cpu@
330 build_os = @build_os@
331 build_vendor = @build_vendor@
332 builddir = @builddir@
333 datadir = @datadir@
334 datarootdir = @datarootdir@
335 docdir = @docdir@
336 dvidir = @dvidir@
337 exec_prefix = @exec_prefix@
338 host = @host@
339 host_alias = @host_alias@
340 host_cpu = @host_cpu@
341 host_os = @host_os@
342 host_vendor = @host_vendor@
343 htmldir = @htmldir@
344 includedir = @includedir@
345 infodir = @infodir@
346 install_sh = @install_sh@
347 libdir = @libdir@
348 libexecdir = @libexecdir@
349 localedir = @localedir@
350 localstatedir = @localstatedir@
351 mandir = @mandir@
352 mkdir_p = @mkdir_p@
353 oldincludedir = @oldincludedir@
354 pdfdir = @pdfdir@
355 prefix = @prefix@
356 program_transform_name = @program_transform_name@
357 psdir = @psdir@
358 sbindir = @sbindir@
359 sharedstatedir = @sharedstatedir@
360 srcdir = @srcdir@
361 sysconfdir = @sysconfdir@
362 target_alias = @target_alias@
363 top_build_prefix = @top_build_prefix@
364 top_builddir = @top_builddir@
365 top_srcdir = @top_srcdir@
366 lib_LTLIBRARIES = libcheck.la
367 noinst_LTLIBRARIES = libcheckinternal.la
368 include_HEADERS = check.h
369 EXTRA_DIST = check.h.in
370 AM_CFLAGS = @GCOV_CFLAGS@ @PTHREAD_CFLAGS@ $(LIBSUBUNIT_CFLAGS)
371 CFILES = \
372         check.c         \
373         check_error.c   \
374         check_list.c    \
375         check_log.c     \
376         check_msg.c     \
377         check_pack.c    \
378         check_print.c   \
379         check_run.c     \
380         check_str.c
381
382 HFILES = \
383         check.h         \
384         check_error.h   \
385         check_impl.h    \
386         check_list.h    \
387         check_log.h     \
388         check_msg.h     \
389         check_pack.h    \
390         check_print.h   \
391         check_str.h
392
393 EXPORT_SYM = exported.sym
394 libcheck_la_DEPENDENCIES = $(EXPORT_SYM)
395 libcheck_la_LDFLAGS = -no-undefined -export-symbols $(EXPORT_SYM)
396 libcheck_la_SOURCES = $(CFILES) $(HFILES)
397 libcheck_la_LIBADD = @GCOV_LIBS@ @PTHREAD_LIBS@ $(LIBSUBUNIT_LIBS) $(top_builddir)/lib/libcompat.la
398 libcheckinternal_la_LDFLAGS = -no-undefined
399 libcheckinternal_la_SOURCES = $(CFILES) $(HFILES)
400 libcheckinternal_la_LIBADD = @GCOV_LIBS@ @PTHREAD_LIBS@ $(LIBSUBUNIT_LIBS) $(top_builddir)/lib/libcompat.la
401 CLEANFILES = *~ *.gcno $(EXPORT_SYM)
402 LCOV_INPUT = $(CFILES:%.c=.libs/%.gcda)
403 LCOV_OUTPUT = lcov.info
404 LCOV_HTML = lcov_html
405 LCOV_LCOV = @LCOV@
406 LCOV_GENHTML = @GENHTML@
407 all: all-am
408
409 .SUFFIXES:
410 .SUFFIXES: .c .lo .o .obj
411 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
412         @for dep in $?; do \
413           case '$(am__configure_deps)' in \
414             *$$dep*) \
415               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
416                 && { if test -f $@; then exit 0; else break; fi; }; \
417               exit 1;; \
418           esac; \
419         done; \
420         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits src/Makefile'; \
421         $(am__cd) $(top_srcdir) && \
422           $(AUTOMAKE) --gnits src/Makefile
423 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
424         @case '$?' in \
425           *config.status*) \
426             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
427           *) \
428             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
429             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
430         esac;
431
432 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
433         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
434
435 $(top_srcdir)/configure:  $(am__configure_deps)
436         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
438         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439 $(am__aclocal_m4_deps):
440 check.h: $(top_builddir)/config.status $(srcdir)/check.h.in
441         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
442
443 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
444         @$(NORMAL_INSTALL)
445         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
446         list2=; for p in $$list; do \
447           if test -f $$p; then \
448             list2="$$list2 $$p"; \
449           else :; fi; \
450         done; \
451         test -z "$$list2" || { \
452           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
453           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
454           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
455           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
456         }
457
458 uninstall-libLTLIBRARIES:
459         @$(NORMAL_UNINSTALL)
460         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
461         for p in $$list; do \
462           $(am__strip_dir) \
463           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
464           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
465         done
466
467 clean-libLTLIBRARIES:
468         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
469         @list='$(lib_LTLIBRARIES)'; \
470         locs=`for p in $$list; do echo $$p; done | \
471               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
472               sort -u`; \
473         test -z "$$locs" || { \
474           echo rm -f $${locs}; \
475           rm -f $${locs}; \
476         }
477
478 clean-noinstLTLIBRARIES:
479         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
480         @list='$(noinst_LTLIBRARIES)'; \
481         locs=`for p in $$list; do echo $$p; done | \
482               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
483               sort -u`; \
484         test -z "$$locs" || { \
485           echo rm -f $${locs}; \
486           rm -f $${locs}; \
487         }
488
489 libcheck.la: $(libcheck_la_OBJECTS) $(libcheck_la_DEPENDENCIES) $(EXTRA_libcheck_la_DEPENDENCIES) 
490         $(AM_V_CCLD)$(libcheck_la_LINK) -rpath $(libdir) $(libcheck_la_OBJECTS) $(libcheck_la_LIBADD) $(LIBS)
491
492 libcheckinternal.la: $(libcheckinternal_la_OBJECTS) $(libcheckinternal_la_DEPENDENCIES) $(EXTRA_libcheckinternal_la_DEPENDENCIES) 
493         $(AM_V_CCLD)$(libcheckinternal_la_LINK)  $(libcheckinternal_la_OBJECTS) $(libcheckinternal_la_LIBADD) $(LIBS)
494
495 mostlyclean-compile:
496         -rm -f *.$(OBJEXT)
497
498 distclean-compile:
499         -rm -f *.tab.c
500
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check.Plo@am__quote@
502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_error.Plo@am__quote@
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_list.Plo@am__quote@
504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_log.Plo@am__quote@
505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_msg.Plo@am__quote@
506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_pack.Plo@am__quote@
507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_print.Plo@am__quote@
508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_run.Plo@am__quote@
509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_str.Plo@am__quote@
510
511 .c.o:
512 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
513 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
514 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
515 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
516 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
517
518 .c.obj:
519 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
520 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
521 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
522 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
524
525 .c.lo:
526 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
527 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
528 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
529 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
530 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
531
532 mostlyclean-libtool:
533         -rm -f *.lo
534
535 clean-libtool:
536         -rm -rf .libs _libs
537 install-includeHEADERS: $(include_HEADERS)
538         @$(NORMAL_INSTALL)
539         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
540         if test -n "$$list"; then \
541           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
542           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
543         fi; \
544         for p in $$list; do \
545           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
546           echo "$$d$$p"; \
547         done | $(am__base_list) | \
548         while read files; do \
549           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
550           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
551         done
552
553 uninstall-includeHEADERS:
554         @$(NORMAL_UNINSTALL)
555         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
556         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
557         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
558
559 ID: $(am__tagged_files)
560         $(am__define_uniq_tagged_files); mkid -fID $$unique
561 tags: tags-am
562 TAGS: tags
563
564 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
565         set x; \
566         here=`pwd`; \
567         $(am__define_uniq_tagged_files); \
568         shift; \
569         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
570           test -n "$$unique" || unique=$$empty_fix; \
571           if test $$# -gt 0; then \
572             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
573               "$$@" $$unique; \
574           else \
575             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
576               $$unique; \
577           fi; \
578         fi
579 ctags: ctags-am
580
581 CTAGS: ctags
582 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
583         $(am__define_uniq_tagged_files); \
584         test -z "$(CTAGS_ARGS)$$unique" \
585           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
586              $$unique
587
588 GTAGS:
589         here=`$(am__cd) $(top_builddir) && pwd` \
590           && $(am__cd) $(top_srcdir) \
591           && gtags -i $(GTAGS_ARGS) "$$here"
592 cscopelist: cscopelist-am
593
594 cscopelist-am: $(am__tagged_files)
595         list='$(am__tagged_files)'; \
596         case "$(srcdir)" in \
597           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
598           *) sdir=$(subdir)/$(srcdir) ;; \
599         esac; \
600         for i in $$list; do \
601           if test -f "$$i"; then \
602             echo "$(subdir)/$$i"; \
603           else \
604             echo "$$sdir/$$i"; \
605           fi; \
606         done >> $(top_builddir)/cscope.files
607
608 distclean-tags:
609         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
610
611 distdir: $(DISTFILES)
612         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
613         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
614         list='$(DISTFILES)'; \
615           dist_files=`for file in $$list; do echo $$file; done | \
616           sed -e "s|^$$srcdirstrip/||;t" \
617               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
618         case $$dist_files in \
619           */*) $(MKDIR_P) `echo "$$dist_files" | \
620                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
621                            sort -u` ;; \
622         esac; \
623         for file in $$dist_files; do \
624           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
625           if test -d $$d/$$file; then \
626             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
627             if test -d "$(distdir)/$$file"; then \
628               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
629             fi; \
630             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
631               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
632               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
633             fi; \
634             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
635           else \
636             test -f "$(distdir)/$$file" \
637             || cp -p $$d/$$file "$(distdir)/$$file" \
638             || exit 1; \
639           fi; \
640         done
641 check-am: all-am
642 check: check-am
643 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
644 installdirs:
645         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
646           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
647         done
648 install: install-am
649 install-exec: install-exec-am
650 install-data: install-data-am
651 uninstall: uninstall-am
652
653 install-am: all-am
654         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
655
656 installcheck: installcheck-am
657 install-strip:
658         if test -z '$(STRIP)'; then \
659           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
660             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
661               install; \
662         else \
663           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
664             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
665             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
666         fi
667 mostlyclean-generic:
668
669 clean-generic:
670         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
671
672 distclean-generic:
673         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
674         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
675
676 maintainer-clean-generic:
677         @echo "This command is intended for maintainers to use"
678         @echo "it deletes files that may require special tools to rebuild."
679 clean: clean-am
680
681 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
682         clean-noinstLTLIBRARIES mostlyclean-am
683
684 distclean: distclean-am
685         -rm -rf ./$(DEPDIR)
686         -rm -f Makefile
687 distclean-am: clean-am distclean-compile distclean-generic \
688         distclean-tags
689
690 dvi: dvi-am
691
692 dvi-am:
693
694 html: html-am
695
696 html-am:
697
698 info: info-am
699
700 info-am:
701
702 install-data-am: install-includeHEADERS
703
704 install-dvi: install-dvi-am
705
706 install-dvi-am:
707
708 install-exec-am: install-libLTLIBRARIES
709
710 install-html: install-html-am
711
712 install-html-am:
713
714 install-info: install-info-am
715
716 install-info-am:
717
718 install-man:
719
720 install-pdf: install-pdf-am
721
722 install-pdf-am:
723
724 install-ps: install-ps-am
725
726 install-ps-am:
727
728 installcheck-am:
729
730 maintainer-clean: maintainer-clean-am
731         -rm -rf ./$(DEPDIR)
732         -rm -f Makefile
733 maintainer-clean-am: distclean-am maintainer-clean-generic
734
735 mostlyclean: mostlyclean-am
736
737 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
738         mostlyclean-libtool
739
740 pdf: pdf-am
741
742 pdf-am:
743
744 ps: ps-am
745
746 ps-am:
747
748 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
749
750 .MAKE: install-am install-strip
751
752 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
753         clean-libLTLIBRARIES clean-libtool clean-local \
754         clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
755         distclean-compile distclean-generic distclean-libtool \
756         distclean-tags distdir dvi dvi-am html html-am info info-am \
757         install install-am install-data install-data-am install-dvi \
758         install-dvi-am install-exec install-exec-am install-html \
759         install-html-am install-includeHEADERS install-info \
760         install-info-am install-libLTLIBRARIES install-man install-pdf \
761         install-pdf-am install-ps install-ps-am install-strip \
762         installcheck installcheck-am installdirs maintainer-clean \
763         maintainer-clean-generic mostlyclean mostlyclean-compile \
764         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
765         tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
766         uninstall-libLTLIBRARIES
767
768 .PRECIOUS: Makefile
769
770 $(EXPORT_SYM): check.h.in
771         ${SED} -n -e 's/^..*CK_EXPORT[[:space:]][[:space:]]*\([[:alnum:]_][[:alnum:]_]*\)..*$$/\1/p' @top_srcdir@/src/check.h.in > $@
772
773 lcov: $(LCOV_HTML)
774
775 $(LCOV_INPUT): libcheck.la libcheckinternal.la
776         @$(MAKE) -C $(top_builddir)/tests check
777
778 $(LCOV_OUTPUT): $(LCOV_INPUT)
779         $(LCOV_LCOV) --capture --directory . --base-directory . --output-file $@
780
781 $(LCOV_HTML): $(LCOV_OUTPUT)
782         -$(RM) -r $@
783         LANG=C $(LCOV_GENHTML) --output-directory $@ --title "Check Code Coverage" --show-details $<
784         @echo "Point a web browser at $(LCOV_HTML)/index.html to see results."
785
786 clean-local: lcov-clean
787
788 .PHONY: lcov-clean
789 lcov-clean:
790         -$(RM) -r $(LCOV_HTML) $(LCOV_OUTPUT)
791
792 # Tell versions [3.59,3.63) of GNU make to not export all variables.
793 # Otherwise a system limit (for SysV at least) may be exceeded.
794 .NOEXPORT: