added test for url_normalize
[psensor.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 check_PROGRAMS = test-url-encode$(EXEEXT) test-url-normalize$(EXEEXT)
37 TESTS = test-url-encode$(EXEEXT) test-url-normalize$(EXEEXT)
38 subdir = tests
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43         $(ACLOCAL_M4)
44 mkinstalldirs = $(install_sh) -d
45 CONFIG_HEADER = $(top_builddir)/config.h
46 CONFIG_CLEAN_FILES =
47 CONFIG_CLEAN_VPATH_FILES =
48 am_test_url_encode_OBJECTS = test_url_encode.$(OBJEXT)
49 test_url_encode_OBJECTS = $(am_test_url_encode_OBJECTS)
50 test_url_encode_DEPENDENCIES = ../src/lib/libpsensor.a
51 am_test_url_normalize_OBJECTS = test_url_normalize.$(OBJEXT)
52 test_url_normalize_OBJECTS = $(am_test_url_normalize_OBJECTS)
53 test_url_normalize_DEPENDENCIES = ../src/lib/libpsensor.a
54 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
55 depcomp = $(SHELL) $(top_srcdir)/depcomp
56 am__depfiles_maybe = depfiles
57 am__mv = mv -f
58 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
59         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
60 CCLD = $(CC)
61 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
62 SOURCES = $(test_url_encode_SOURCES) $(test_url_normalize_SOURCES)
63 DIST_SOURCES = $(test_url_encode_SOURCES) \
64         $(test_url_normalize_SOURCES)
65 ETAGS = etags
66 CTAGS = ctags
67 am__tty_colors = \
68 red=; grn=; lgn=; blu=; std=
69 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70 ACLOCAL = @ACLOCAL@
71 AMTAR = @AMTAR@
72 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
73 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
74 ATASMART_CFLAGS = @ATASMART_CFLAGS@
75 ATASMART_LIBS = @ATASMART_LIBS@
76 AUTOCONF = @AUTOCONF@
77 AUTOHEADER = @AUTOHEADER@
78 AUTOMAKE = @AUTOMAKE@
79 AWK = @AWK@
80 CC = @CC@
81 CCDEPMODE = @CCDEPMODE@
82 CFLAGS = @CFLAGS@
83 CPP = @CPP@
84 CPPFLAGS = @CPPFLAGS@
85 CURL_CFLAGS = @CURL_CFLAGS@
86 CURL_LIBS = @CURL_LIBS@
87 CYGPATH_W = @CYGPATH_W@
88 DEFS = @DEFS@
89 DEPDIR = @DEPDIR@
90 ECHO_C = @ECHO_C@
91 ECHO_N = @ECHO_N@
92 ECHO_T = @ECHO_T@
93 EGREP = @EGREP@
94 EXEEXT = @EXEEXT@
95 GCONF_CFLAGS = @GCONF_CFLAGS@
96 GCONF_LIBS = @GCONF_LIBS@
97 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
98 GMSGFMT = @GMSGFMT@
99 GMSGFMT_015 = @GMSGFMT_015@
100 GREP = @GREP@
101 GTK_CFLAGS = @GTK_CFLAGS@
102 GTK_LIBS = @GTK_LIBS@
103 GTOP_CFLAGS = @GTOP_CFLAGS@
104 GTOP_LIBS = @GTOP_LIBS@
105 HELP2MAN = @HELP2MAN@
106 INSTALL = @INSTALL@
107 INSTALL_DATA = @INSTALL_DATA@
108 INSTALL_PROGRAM = @INSTALL_PROGRAM@
109 INSTALL_SCRIPT = @INSTALL_SCRIPT@
110 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
111 INTLLIBS = @INTLLIBS@
112 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
113 JSON_CFLAGS = @JSON_CFLAGS@
114 JSON_LIBS = @JSON_LIBS@
115 LDFLAGS = @LDFLAGS@
116 LIBATIADL_CFLAGS = @LIBATIADL_CFLAGS@
117 LIBATIADL_LIBS = @LIBATIADL_LIBS@
118 LIBICONV = @LIBICONV@
119 LIBINTL = @LIBINTL@
120 LIBMICROHTTPD_CFLAGS = @LIBMICROHTTPD_CFLAGS@
121 LIBMICROHTTPD_LIBS = @LIBMICROHTTPD_LIBS@
122 LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
123 LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
124 LIBOBJS = @LIBOBJS@
125 LIBS = @LIBS@
126 LTLIBICONV = @LTLIBICONV@
127 LTLIBINTL = @LTLIBINTL@
128 LTLIBOBJS = @LTLIBOBJS@
129 MAKEINFO = @MAKEINFO@
130 MKDIR_P = @MKDIR_P@
131 MSGFMT = @MSGFMT@
132 MSGFMT_015 = @MSGFMT_015@
133 MSGMERGE = @MSGMERGE@
134 NVIDIA_CFLAGS = @NVIDIA_CFLAGS@
135 NVIDIA_LIBS = @NVIDIA_LIBS@
136 OBJEXT = @OBJEXT@
137 PACKAGE = @PACKAGE@
138 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139 PACKAGE_NAME = @PACKAGE_NAME@
140 PACKAGE_STRING = @PACKAGE_STRING@
141 PACKAGE_TARNAME = @PACKAGE_TARNAME@
142 PACKAGE_URL = @PACKAGE_URL@
143 PACKAGE_VERSION = @PACKAGE_VERSION@
144 PATH_SEPARATOR = @PATH_SEPARATOR@
145 PKG_CONFIG = @PKG_CONFIG@
146 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
147 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
148 POSUB = @POSUB@
149 RANLIB = @RANLIB@
150 SENSORS_LIBS = @SENSORS_LIBS@
151 SET_MAKE = @SET_MAKE@
152 SHELL = @SHELL@
153 STRIP = @STRIP@
154 UNITY_CFLAGS = @UNITY_CFLAGS@
155 UNITY_LIBS = @UNITY_LIBS@
156 USE_NLS = @USE_NLS@
157 VERSION = @VERSION@
158 X11_CFLAGS = @X11_CFLAGS@
159 X11_LIBS = @X11_LIBS@
160 XEXT_CFLAGS = @XEXT_CFLAGS@
161 XEXT_LIBS = @XEXT_LIBS@
162 XGETTEXT = @XGETTEXT@
163 XGETTEXT_015 = @XGETTEXT_015@
164 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
165 XMKMF = @XMKMF@
166 abs_builddir = @abs_builddir@
167 abs_srcdir = @abs_srcdir@
168 abs_top_builddir = @abs_top_builddir@
169 abs_top_srcdir = @abs_top_srcdir@
170 ac_ct_CC = @ac_ct_CC@
171 am__include = @am__include@
172 am__leading_dot = @am__leading_dot@
173 am__quote = @am__quote@
174 am__tar = @am__tar@
175 am__untar = @am__untar@
176 bindir = @bindir@
177 build = @build@
178 build_alias = @build_alias@
179 build_cpu = @build_cpu@
180 build_os = @build_os@
181 build_vendor = @build_vendor@
182 builddir = @builddir@
183 datadir = @datadir@
184 datarootdir = @datarootdir@
185 docdir = @docdir@
186 dvidir = @dvidir@
187 exec_prefix = @exec_prefix@
188 host = @host@
189 host_alias = @host_alias@
190 host_cpu = @host_cpu@
191 host_os = @host_os@
192 host_vendor = @host_vendor@
193 htmldir = @htmldir@
194 includedir = @includedir@
195 infodir = @infodir@
196 install_sh = @install_sh@
197 libdir = @libdir@
198 libexecdir = @libexecdir@
199 localedir = @localedir@
200 localstatedir = @localstatedir@
201 mandir = @mandir@
202 mkdir_p = @mkdir_p@
203 oldincludedir = @oldincludedir@
204 pdfdir = @pdfdir@
205 prefix = @prefix@
206 program_transform_name = @program_transform_name@
207 psdir = @psdir@
208 sbindir = @sbindir@
209 sharedstatedir = @sharedstatedir@
210 srcdir = @srcdir@
211 sysconfdir = @sysconfdir@
212 target_alias = @target_alias@
213 top_build_prefix = @top_build_prefix@
214 top_builddir = @top_builddir@
215 top_srcdir = @top_srcdir@
216 EXTRA_DIST = checkpatch.pl 
217 test_url_encode_SOURCES = test_url_encode.c
218 test_url_encode_LDADD = ../src/lib/libpsensor.a
219 test_url_normalize_SOURCES = test_url_normalize.c
220 test_url_normalize_LDADD = ../src/lib/libpsensor.a
221 all: all-am
222
223 .SUFFIXES:
224 .SUFFIXES: .c .o .obj
225 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
226         @for dep in $?; do \
227           case '$(am__configure_deps)' in \
228             *$$dep*) \
229               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
230                 && { if test -f $@; then exit 0; else break; fi; }; \
231               exit 1;; \
232           esac; \
233         done; \
234         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
235         $(am__cd) $(top_srcdir) && \
236           $(AUTOMAKE) --gnu tests/Makefile
237 .PRECIOUS: Makefile
238 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239         @case '$?' in \
240           *config.status*) \
241             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
242           *) \
243             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
244             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
245         esac;
246
247 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
250 $(top_srcdir)/configure:  $(am__configure_deps)
251         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
253         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254 $(am__aclocal_m4_deps):
255
256 clean-checkPROGRAMS:
257         -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
258 test-url-encode$(EXEEXT): $(test_url_encode_OBJECTS) $(test_url_encode_DEPENDENCIES) 
259         @rm -f test-url-encode$(EXEEXT)
260         $(LINK) $(test_url_encode_OBJECTS) $(test_url_encode_LDADD) $(LIBS)
261 test-url-normalize$(EXEEXT): $(test_url_normalize_OBJECTS) $(test_url_normalize_DEPENDENCIES) 
262         @rm -f test-url-normalize$(EXEEXT)
263         $(LINK) $(test_url_normalize_OBJECTS) $(test_url_normalize_LDADD) $(LIBS)
264
265 mostlyclean-compile:
266         -rm -f *.$(OBJEXT)
267
268 distclean-compile:
269         -rm -f *.tab.c
270
271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_url_encode.Po@am__quote@
272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_url_normalize.Po@am__quote@
273
274 .c.o:
275 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
276 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
277 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
280
281 .c.obj:
282 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
283 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
284 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
285 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
286 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
287
288 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
289         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
290         unique=`for i in $$list; do \
291             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292           done | \
293           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
294               END { if (nonempty) { for (i in files) print i; }; }'`; \
295         mkid -fID $$unique
296 tags: TAGS
297
298 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
299                 $(TAGS_FILES) $(LISP)
300         set x; \
301         here=`pwd`; \
302         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
303         unique=`for i in $$list; do \
304             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
305           done | \
306           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
307               END { if (nonempty) { for (i in files) print i; }; }'`; \
308         shift; \
309         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
310           test -n "$$unique" || unique=$$empty_fix; \
311           if test $$# -gt 0; then \
312             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
313               "$$@" $$unique; \
314           else \
315             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
316               $$unique; \
317           fi; \
318         fi
319 ctags: CTAGS
320 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
321                 $(TAGS_FILES) $(LISP)
322         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
323         unique=`for i in $$list; do \
324             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325           done | \
326           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
327               END { if (nonempty) { for (i in files) print i; }; }'`; \
328         test -z "$(CTAGS_ARGS)$$unique" \
329           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
330              $$unique
331
332 GTAGS:
333         here=`$(am__cd) $(top_builddir) && pwd` \
334           && $(am__cd) $(top_srcdir) \
335           && gtags -i $(GTAGS_ARGS) "$$here"
336
337 distclean-tags:
338         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
339
340 check-TESTS: $(TESTS)
341         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
342         srcdir=$(srcdir); export srcdir; \
343         list=' $(TESTS) '; \
344         $(am__tty_colors); \
345         if test -n "$$list"; then \
346           for tst in $$list; do \
347             if test -f ./$$tst; then dir=./; \
348             elif test -f $$tst; then dir=; \
349             else dir="$(srcdir)/"; fi; \
350             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
351               all=`expr $$all + 1`; \
352               case " $(XFAIL_TESTS) " in \
353               *[\ \     ]$$tst[\ \      ]*) \
354                 xpass=`expr $$xpass + 1`; \
355                 failed=`expr $$failed + 1`; \
356                 col=$$red; res=XPASS; \
357               ;; \
358               *) \
359                 col=$$grn; res=PASS; \
360               ;; \
361               esac; \
362             elif test $$? -ne 77; then \
363               all=`expr $$all + 1`; \
364               case " $(XFAIL_TESTS) " in \
365               *[\ \     ]$$tst[\ \      ]*) \
366                 xfail=`expr $$xfail + 1`; \
367                 col=$$lgn; res=XFAIL; \
368               ;; \
369               *) \
370                 failed=`expr $$failed + 1`; \
371                 col=$$red; res=FAIL; \
372               ;; \
373               esac; \
374             else \
375               skip=`expr $$skip + 1`; \
376               col=$$blu; res=SKIP; \
377             fi; \
378             echo "$${col}$$res$${std}: $$tst"; \
379           done; \
380           if test "$$all" -eq 1; then \
381             tests="test"; \
382             All=""; \
383           else \
384             tests="tests"; \
385             All="All "; \
386           fi; \
387           if test "$$failed" -eq 0; then \
388             if test "$$xfail" -eq 0; then \
389               banner="$$All$$all $$tests passed"; \
390             else \
391               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
392               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
393             fi; \
394           else \
395             if test "$$xpass" -eq 0; then \
396               banner="$$failed of $$all $$tests failed"; \
397             else \
398               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
399               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
400             fi; \
401           fi; \
402           dashes="$$banner"; \
403           skipped=""; \
404           if test "$$skip" -ne 0; then \
405             if test "$$skip" -eq 1; then \
406               skipped="($$skip test was not run)"; \
407             else \
408               skipped="($$skip tests were not run)"; \
409             fi; \
410             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
411               dashes="$$skipped"; \
412           fi; \
413           report=""; \
414           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
415             report="Please report to $(PACKAGE_BUGREPORT)"; \
416             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
417               dashes="$$report"; \
418           fi; \
419           dashes=`echo "$$dashes" | sed s/./=/g`; \
420           if test "$$failed" -eq 0; then \
421             echo "$$grn$$dashes"; \
422           else \
423             echo "$$red$$dashes"; \
424           fi; \
425           echo "$$banner"; \
426           test -z "$$skipped" || echo "$$skipped"; \
427           test -z "$$report" || echo "$$report"; \
428           echo "$$dashes$$std"; \
429           test "$$failed" -eq 0; \
430         else :; fi
431
432 distdir: $(DISTFILES)
433         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
434         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435         list='$(DISTFILES)'; \
436           dist_files=`for file in $$list; do echo $$file; done | \
437           sed -e "s|^$$srcdirstrip/||;t" \
438               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
439         case $$dist_files in \
440           */*) $(MKDIR_P) `echo "$$dist_files" | \
441                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
442                            sort -u` ;; \
443         esac; \
444         for file in $$dist_files; do \
445           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
446           if test -d $$d/$$file; then \
447             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
448             if test -d "$(distdir)/$$file"; then \
449               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450             fi; \
451             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
453               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454             fi; \
455             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
456           else \
457             test -f "$(distdir)/$$file" \
458             || cp -p $$d/$$file "$(distdir)/$$file" \
459             || exit 1; \
460           fi; \
461         done
462 check-am: all-am
463         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
464         $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
465 check: check-am
466 all-am: Makefile
467 installdirs:
468 install: install-am
469 install-exec: install-exec-am
470 install-data: install-data-am
471 uninstall: uninstall-am
472
473 install-am: all-am
474         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
475
476 installcheck: installcheck-am
477 install-strip:
478         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
479           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
480           `test -z '$(STRIP)' || \
481             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
482 mostlyclean-generic:
483
484 clean-generic:
485
486 distclean-generic:
487         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
488         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
489
490 maintainer-clean-generic:
491         @echo "This command is intended for maintainers to use"
492         @echo "it deletes files that may require special tools to rebuild."
493 clean: clean-am
494
495 clean-am: clean-checkPROGRAMS clean-generic mostlyclean-am
496
497 distclean: distclean-am
498         -rm -rf ./$(DEPDIR)
499         -rm -f Makefile
500 distclean-am: clean-am distclean-compile distclean-generic \
501         distclean-tags
502
503 dvi: dvi-am
504
505 dvi-am:
506
507 html: html-am
508
509 html-am:
510
511 info: info-am
512
513 info-am:
514
515 install-data-am:
516
517 install-dvi: install-dvi-am
518
519 install-dvi-am:
520
521 install-exec-am:
522
523 install-html: install-html-am
524
525 install-html-am:
526
527 install-info: install-info-am
528
529 install-info-am:
530
531 install-man:
532
533 install-pdf: install-pdf-am
534
535 install-pdf-am:
536
537 install-ps: install-ps-am
538
539 install-ps-am:
540
541 installcheck-am:
542
543 maintainer-clean: maintainer-clean-am
544         -rm -rf ./$(DEPDIR)
545         -rm -f Makefile
546 maintainer-clean-am: distclean-am maintainer-clean-generic
547
548 mostlyclean: mostlyclean-am
549
550 mostlyclean-am: mostlyclean-compile mostlyclean-generic
551
552 pdf: pdf-am
553
554 pdf-am:
555
556 ps: ps-am
557
558 ps-am:
559
560 uninstall-am:
561
562 .MAKE: check-am install-am install-strip
563
564 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am check-local \
565         clean clean-checkPROGRAMS clean-generic ctags distclean \
566         distclean-compile distclean-generic distclean-tags distdir dvi \
567         dvi-am html html-am info info-am install install-am \
568         install-data install-data-am install-dvi install-dvi-am \
569         install-exec install-exec-am install-html install-html-am \
570         install-info install-info-am install-man install-pdf \
571         install-pdf-am install-ps install-ps-am install-strip \
572         installcheck installcheck-am installdirs maintainer-clean \
573         maintainer-clean-generic mostlyclean mostlyclean-compile \
574         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
575         uninstall-am
576
577 check-local: checkpatch.pl
578         find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl -q --no-tree  -emacs -f {} \;
579         find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl -q --no-tree  -emacs -f {} \;
580
581 # Tell versions [3.59,3.63) of GNU make to not export all variables.
582 # Otherwise a system limit (for SysV at least) may be exceeded.
583 .NOEXPORT: