1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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# Housekeeping
19########################################################################
20
21VPATH = @srcdir@
22am__is_gnu_make = { \
23  if test -z '$(MAKELEVEL)'; then \
24    false; \
25  elif test -n '$(MAKE_HOST)'; then \
26    true; \
27  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28    true; \
29  else \
30    false; \
31  fi; \
32}
33am__make_running_with_option = \
34  case $${target_option-} in \
35      ?) ;; \
36      *) echo "am__make_running_with_option: internal error: invalid" \
37              "target option '$${target_option-}' specified" >&2; \
38         exit 1;; \
39  esac; \
40  has_opt=no; \
41  sane_makeflags=$$MAKEFLAGS; \
42  if $(am__is_gnu_make); then \
43    sane_makeflags=$$MFLAGS; \
44  else \
45    case $$MAKEFLAGS in \
46      *\\[\ \	]*) \
47        bs=\\; \
48        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
50    esac; \
51  fi; \
52  skip_next=no; \
53  strip_trailopt () \
54  { \
55    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56  }; \
57  for flg in $$sane_makeflags; do \
58    test $$skip_next = yes && { skip_next=no; continue; }; \
59    case $$flg in \
60      *=*|--*) continue;; \
61        -*I) strip_trailopt 'I'; skip_next=yes;; \
62      -*I?*) strip_trailopt 'I';; \
63        -*O) strip_trailopt 'O'; skip_next=yes;; \
64      -*O?*) strip_trailopt 'O';; \
65        -*l) strip_trailopt 'l'; skip_next=yes;; \
66      -*l?*) strip_trailopt 'l';; \
67      -[dEDm]) skip_next=yes;; \
68      -[JT]) skip_next=yes;; \
69    esac; \
70    case $$flg in \
71      *$$target_option*) has_opt=yes; break;; \
72    esac; \
73  done; \
74  test $$has_opt = yes
75am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77pkgdatadir = $(datadir)/@PACKAGE@
78pkgincludedir = $(includedir)/@PACKAGE@
79pkglibdir = $(libdir)/@PACKAGE@
80pkglibexecdir = $(libexecdir)/@PACKAGE@
81am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82install_sh_DATA = $(install_sh) -c -m 644
83install_sh_PROGRAM = $(install_sh) -c
84install_sh_SCRIPT = $(install_sh) -c
85INSTALL_HEADER = $(INSTALL_DATA)
86transform = $(program_transform_name)
87NORMAL_INSTALL = :
88PRE_INSTALL = :
89POST_INSTALL = :
90NORMAL_UNINSTALL = :
91PRE_UNINSTALL = :
92POST_UNINSTALL = :
93build_triplet = @build@
94host_triplet = @host@
95EXTRA_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
96	$(am__EXEEXT_4) $(am__EXEEXT_5)
97check_PROGRAMS = test-endian$(EXEEXT) test-camera-list$(EXEEXT) \
98	test-pedantic-c$(EXEEXT) $(am__EXEEXT_6) $(am__EXEEXT_7) \
99	$(am__EXEEXT_8) $(am__EXEEXT_9) $(am__EXEEXT_10) \
100	$(am__EXEEXT_11) $(am__EXEEXT_12) $(am__EXEEXT_13)
101TESTS = test-endian$(EXEEXT) test-camera-list$(EXEEXT) \
102	test-pedantic-c$(EXEEXT) $(am__EXEEXT_6) $(am__EXEEXT_7) \
103	$(am__EXEEXT_8) $(am__EXEEXT_9) $(am__EXEEXT_10) \
104	$(am__EXEEXT_11) $(am__EXEEXT_12) $(am__EXEEXT_13)
105noinst_PROGRAMS = print-libgphoto2-version$(EXEEXT) \
106	test-gphoto2$(EXEEXT) test-filesys$(EXEEXT)
107@HAVE_CXX_TRUE@am__append_1 = test-pedantic-cxx
108@HAVE_CXX_TRUE@am__append_2 = test-pedantic-cxx
109@HAVE_CXX_FALSE@am__append_3 = test-pedantic-cxx
110@GP_HAVE_PEDANTIC_FLAGS_C90_TRUE@am__append_4 = test-pedantic-c90
111@GP_HAVE_PEDANTIC_FLAGS_C90_TRUE@am__append_5 = test-pedantic-c90
112@GP_HAVE_PEDANTIC_FLAGS_C99_TRUE@am__append_6 = test-pedantic-c99
113@GP_HAVE_PEDANTIC_FLAGS_C99_TRUE@am__append_7 = test-pedantic-c99
114@GP_HAVE_PEDANTIC_FLAGS_C11_TRUE@am__append_8 = test-pedantic-c11
115@GP_HAVE_PEDANTIC_FLAGS_C11_TRUE@am__append_9 = test-pedantic-c11
116@GP_HAVE_PEDANTIC_FLAGS_CXX98_TRUE@@HAVE_CXX_TRUE@am__append_10 = test-pedantic-cxx98
117@GP_HAVE_PEDANTIC_FLAGS_CXX98_TRUE@@HAVE_CXX_TRUE@am__append_11 = test-pedantic-cxx98
118@GP_HAVE_PEDANTIC_FLAGS_CXX98_TRUE@@HAVE_CXX_FALSE@am__append_12 = test-pedantic-cxx98
119@GP_HAVE_PEDANTIC_FLAGS_CXX11_TRUE@@HAVE_CXX_TRUE@am__append_13 = test-pedantic-cxx11
120@GP_HAVE_PEDANTIC_FLAGS_CXX11_TRUE@@HAVE_CXX_TRUE@am__append_14 = test-pedantic-cxx11
121@GP_HAVE_PEDANTIC_FLAGS_CXX11_TRUE@@HAVE_CXX_FALSE@am__append_15 = test-pedantic-cxx11
122@GP_HAVE_PEDANTIC_FLAGS_CXX14_TRUE@@HAVE_CXX_TRUE@am__append_16 = test-pedantic-cxx14
123@GP_HAVE_PEDANTIC_FLAGS_CXX14_TRUE@@HAVE_CXX_TRUE@am__append_17 = test-pedantic-cxx14
124@GP_HAVE_PEDANTIC_FLAGS_CXX14_TRUE@@HAVE_CXX_FALSE@am__append_18 = test-pedantic-cxx14
125@GP_HAVE_PEDANTIC_FLAGS_CXX17_TRUE@@HAVE_CXX_TRUE@am__append_19 = test-pedantic-cxx17
126@GP_HAVE_PEDANTIC_FLAGS_CXX17_TRUE@@HAVE_CXX_TRUE@am__append_20 = test-pedantic-cxx17
127@GP_HAVE_PEDANTIC_FLAGS_CXX17_TRUE@@HAVE_CXX_FALSE@am__append_21 = test-pedantic-cxx17
128subdir = tests
129ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
130am__aclocal_m4_deps = $(top_srcdir)/gphoto-m4/gp-byteorder.m4 \
131	$(top_srcdir)/gphoto-m4/gp-camlibs.m4 \
132	$(top_srcdir)/gphoto-m4/gp-check-doxygen.m4 \
133	$(top_srcdir)/gphoto-m4/gp-check-library.m4 \
134	$(top_srcdir)/gphoto-m4/gp-check-shell-environment.m4 \
135	$(top_srcdir)/gphoto-m4/gp-config-msg.m4 \
136	$(top_srcdir)/gphoto-m4/gp-documentation.m4 \
137	$(top_srcdir)/gphoto-m4/gp-gettext-hack.m4 \
138	$(top_srcdir)/gphoto-m4/gp-internal-docs.m4 \
139	$(top_srcdir)/gphoto-m4/gp-libltdl.m4 \
140	$(top_srcdir)/gphoto-m4/gp-packaging.m4 \
141	$(top_srcdir)/gphoto-m4/gp-pedantic-compiler-flags.m4 \
142	$(top_srcdir)/gphoto-m4/gp-progs.m4 \
143	$(top_srcdir)/gphoto-m4/gp-references.m4 \
144	$(top_srcdir)/gphoto-m4/gp-set.m4 \
145	$(top_srcdir)/gphoto-m4/gp-sleep.m4 \
146	$(top_srcdir)/gphoto-m4/gp-stdint.m4 \
147	$(top_srcdir)/gphoto-m4/gp-udev.m4 \
148	$(top_srcdir)/gphoto-m4/gp-va-copy.m4 \
149	$(top_srcdir)/auto-m4/gettext.m4 \
150	$(top_srcdir)/auto-m4/iconv.m4 $(top_srcdir)/auto-m4/lib-ld.m4 \
151	$(top_srcdir)/auto-m4/lib-link.m4 \
152	$(top_srcdir)/auto-m4/lib-prefix.m4 \
153	$(top_srcdir)/auto-m4/libtool.m4 \
154	$(top_srcdir)/auto-m4/ltoptions.m4 \
155	$(top_srcdir)/auto-m4/ltsugar.m4 \
156	$(top_srcdir)/auto-m4/ltversion.m4 \
157	$(top_srcdir)/auto-m4/lt~obsolete.m4 \
158	$(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \
159	$(top_srcdir)/auto-m4/progtest.m4 $(top_srcdir)/configure.ac
160am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
161	$(ACLOCAL_M4)
162DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
163mkinstalldirs = $(SHELL) $(top_srcdir)/auto-aux/mkinstalldirs
164CONFIG_HEADER = $(top_builddir)/config.h
165CONFIG_CLEAN_FILES =
166CONFIG_CLEAN_VPATH_FILES =
167@HAVE_CXX_FALSE@am__EXEEXT_1 = test-pedantic-cxx$(EXEEXT)
168@GP_HAVE_PEDANTIC_FLAGS_CXX98_TRUE@@HAVE_CXX_FALSE@am__EXEEXT_2 = test-pedantic-cxx98$(EXEEXT)
169@GP_HAVE_PEDANTIC_FLAGS_CXX11_TRUE@@HAVE_CXX_FALSE@am__EXEEXT_3 = test-pedantic-cxx11$(EXEEXT)
170@GP_HAVE_PEDANTIC_FLAGS_CXX14_TRUE@@HAVE_CXX_FALSE@am__EXEEXT_4 = test-pedantic-cxx14$(EXEEXT)
171@GP_HAVE_PEDANTIC_FLAGS_CXX17_TRUE@@HAVE_CXX_FALSE@am__EXEEXT_5 = test-pedantic-cxx17$(EXEEXT)
172@HAVE_CXX_TRUE@am__EXEEXT_6 = test-pedantic-cxx$(EXEEXT)
173@GP_HAVE_PEDANTIC_FLAGS_C90_TRUE@am__EXEEXT_7 =  \
174@GP_HAVE_PEDANTIC_FLAGS_C90_TRUE@	test-pedantic-c90$(EXEEXT)
175@GP_HAVE_PEDANTIC_FLAGS_C99_TRUE@am__EXEEXT_8 =  \
176@GP_HAVE_PEDANTIC_FLAGS_C99_TRUE@	test-pedantic-c99$(EXEEXT)
177@GP_HAVE_PEDANTIC_FLAGS_C11_TRUE@am__EXEEXT_9 =  \
178@GP_HAVE_PEDANTIC_FLAGS_C11_TRUE@	test-pedantic-c11$(EXEEXT)
179@GP_HAVE_PEDANTIC_FLAGS_CXX98_TRUE@@HAVE_CXX_TRUE@am__EXEEXT_10 = test-pedantic-cxx98$(EXEEXT)
180@GP_HAVE_PEDANTIC_FLAGS_CXX11_TRUE@@HAVE_CXX_TRUE@am__EXEEXT_11 = test-pedantic-cxx11$(EXEEXT)
181@GP_HAVE_PEDANTIC_FLAGS_CXX14_TRUE@@HAVE_CXX_TRUE@am__EXEEXT_12 = test-pedantic-cxx14$(EXEEXT)
182@GP_HAVE_PEDANTIC_FLAGS_CXX17_TRUE@@HAVE_CXX_TRUE@am__EXEEXT_13 = test-pedantic-cxx17$(EXEEXT)
183PROGRAMS = $(noinst_PROGRAMS)
184am_print_libgphoto2_version_OBJECTS =  \
185	print-libgphoto2-version.$(OBJEXT)
186print_libgphoto2_version_OBJECTS =  \
187	$(am_print_libgphoto2_version_OBJECTS)
188am__DEPENDENCIES_1 =
189print_libgphoto2_version_DEPENDENCIES =  \
190	$(top_builddir)/libgphoto2/libgphoto2.la \
191	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
192	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
193	$(am__DEPENDENCIES_1)
194AM_V_lt = $(am__v_lt_@AM_V@)
195am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
196am__v_lt_0 = --silent
197am__v_lt_1 =
198am_test_camera_list_OBJECTS = test-camera-list.$(OBJEXT)
199test_camera_list_OBJECTS = $(am_test_camera_list_OBJECTS)
200test_camera_list_DEPENDENCIES =  \
201	$(top_builddir)/libgphoto2/libgphoto2.la \
202	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
203	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
204	$(am__DEPENDENCIES_1)
205am_test_endian_OBJECTS = test-endian.$(OBJEXT)
206test_endian_OBJECTS = $(am_test_endian_OBJECTS)
207test_endian_DEPENDENCIES = $(top_builddir)/libgphoto2/libgphoto2.la \
208	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
209	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
210	$(am__DEPENDENCIES_1)
211am_test_filesys_OBJECTS = test-filesys.$(OBJEXT)
212test_filesys_OBJECTS = $(am_test_filesys_OBJECTS)
213test_filesys_DEPENDENCIES = $(top_builddir)/libgphoto2/libgphoto2.la \
214	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
215	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
216	$(am__DEPENDENCIES_1)
217am_test_gphoto2_OBJECTS = test-gphoto2.$(OBJEXT)
218test_gphoto2_OBJECTS = $(am_test_gphoto2_OBJECTS)
219test_gphoto2_DEPENDENCIES = $(top_builddir)/libgphoto2/libgphoto2.la \
220	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
221	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
222	$(am__DEPENDENCIES_1)
223am_test_pedantic_c_OBJECTS =  \
224	test_pedantic_c-test-pedantic-compilation.$(OBJEXT)
225test_pedantic_c_OBJECTS = $(am_test_pedantic_c_OBJECTS)
226test_pedantic_c_DEPENDENCIES =  \
227	$(top_builddir)/libgphoto2/libgphoto2.la \
228	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
229	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
230	$(am__DEPENDENCIES_1)
231test_pedantic_c_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
232	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
233	$(test_pedantic_c_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
234	-o $@
235am__test_pedantic_c11_SOURCES_DIST = test-pedantic-compilation.c
236@GP_HAVE_PEDANTIC_FLAGS_C11_TRUE@am_test_pedantic_c11_OBJECTS = test_pedantic_c11-test-pedantic-compilation.$(OBJEXT)
237test_pedantic_c11_OBJECTS = $(am_test_pedantic_c11_OBJECTS)
238test_pedantic_c11_DEPENDENCIES =
239test_pedantic_c11_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
240	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
241	$(test_pedantic_c11_CFLAGS) $(CFLAGS) \
242	$(test_pedantic_c11_LDFLAGS) $(LDFLAGS) -o $@
243am__test_pedantic_c90_SOURCES_DIST = test-pedantic-compilation.c
244@GP_HAVE_PEDANTIC_FLAGS_C90_TRUE@am_test_pedantic_c90_OBJECTS = test_pedantic_c90-test-pedantic-compilation.$(OBJEXT)
245test_pedantic_c90_OBJECTS = $(am_test_pedantic_c90_OBJECTS)
246test_pedantic_c90_DEPENDENCIES =
247test_pedantic_c90_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
248	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
249	$(test_pedantic_c90_CFLAGS) $(CFLAGS) \
250	$(test_pedantic_c90_LDFLAGS) $(LDFLAGS) -o $@
251am__test_pedantic_c99_SOURCES_DIST = test-pedantic-compilation.c
252@GP_HAVE_PEDANTIC_FLAGS_C99_TRUE@am_test_pedantic_c99_OBJECTS = test_pedantic_c99-test-pedantic-compilation.$(OBJEXT)
253test_pedantic_c99_OBJECTS = $(am_test_pedantic_c99_OBJECTS)
254test_pedantic_c99_DEPENDENCIES =
255test_pedantic_c99_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
256	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
257	$(test_pedantic_c99_CFLAGS) $(CFLAGS) \
258	$(test_pedantic_c99_LDFLAGS) $(LDFLAGS) -o $@
259am_test_pedantic_cxx_OBJECTS =  \
260	test_pedantic_cxx-test-pedantic-compilation.$(OBJEXT)
261test_pedantic_cxx_OBJECTS = $(am_test_pedantic_cxx_OBJECTS)
262test_pedantic_cxx_DEPENDENCIES =  \
263	$(top_builddir)/libgphoto2/libgphoto2.la \
264	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
265	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
266	$(am__DEPENDENCIES_1)
267test_pedantic_cxx_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
268	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
269	$(test_pedantic_cxx_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
270	$(LDFLAGS) -o $@
271am__test_pedantic_cxx11_SOURCES_DIST = test-pedantic-compilation.cxx
272@GP_HAVE_PEDANTIC_FLAGS_CXX11_TRUE@am_test_pedantic_cxx11_OBJECTS = test_pedantic_cxx11-test-pedantic-compilation.$(OBJEXT)
273test_pedantic_cxx11_OBJECTS = $(am_test_pedantic_cxx11_OBJECTS)
274test_pedantic_cxx11_DEPENDENCIES =
275test_pedantic_cxx11_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
276	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
277	$(test_pedantic_cxx11_CXXFLAGS) $(CXXFLAGS) \
278	$(test_pedantic_cxx11_LDFLAGS) $(LDFLAGS) -o $@
279am__test_pedantic_cxx14_SOURCES_DIST = test-pedantic-compilation.cxx
280@GP_HAVE_PEDANTIC_FLAGS_CXX14_TRUE@am_test_pedantic_cxx14_OBJECTS = test_pedantic_cxx14-test-pedantic-compilation.$(OBJEXT)
281test_pedantic_cxx14_OBJECTS = $(am_test_pedantic_cxx14_OBJECTS)
282test_pedantic_cxx14_DEPENDENCIES =
283test_pedantic_cxx14_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
284	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
285	$(test_pedantic_cxx14_CXXFLAGS) $(CXXFLAGS) \
286	$(test_pedantic_cxx14_LDFLAGS) $(LDFLAGS) -o $@
287am__test_pedantic_cxx17_SOURCES_DIST = test-pedantic-compilation.cxx
288@GP_HAVE_PEDANTIC_FLAGS_CXX17_TRUE@am_test_pedantic_cxx17_OBJECTS = test_pedantic_cxx17-test-pedantic-compilation.$(OBJEXT)
289test_pedantic_cxx17_OBJECTS = $(am_test_pedantic_cxx17_OBJECTS)
290test_pedantic_cxx17_DEPENDENCIES =
291test_pedantic_cxx17_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
292	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
293	$(test_pedantic_cxx17_CXXFLAGS) $(CXXFLAGS) \
294	$(test_pedantic_cxx17_LDFLAGS) $(LDFLAGS) -o $@
295am__test_pedantic_cxx98_SOURCES_DIST = test-pedantic-compilation.cxx
296@GP_HAVE_PEDANTIC_FLAGS_CXX98_TRUE@am_test_pedantic_cxx98_OBJECTS = test_pedantic_cxx98-test-pedantic-compilation.$(OBJEXT)
297test_pedantic_cxx98_OBJECTS = $(am_test_pedantic_cxx98_OBJECTS)
298test_pedantic_cxx98_DEPENDENCIES =
299test_pedantic_cxx98_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
300	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
301	$(test_pedantic_cxx98_CXXFLAGS) $(CXXFLAGS) \
302	$(test_pedantic_cxx98_LDFLAGS) $(LDFLAGS) -o $@
303AM_V_P = $(am__v_P_@AM_V@)
304am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
305am__v_P_0 = false
306am__v_P_1 = :
307AM_V_GEN = $(am__v_GEN_@AM_V@)
308am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
309am__v_GEN_0 = @echo "  GEN     " $@;
310am__v_GEN_1 =
311AM_V_at = $(am__v_at_@AM_V@)
312am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
313am__v_at_0 = @
314am__v_at_1 =
315DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
316depcomp = $(SHELL) $(top_srcdir)/auto-aux/depcomp
317am__maybe_remake_depfiles = depfiles
318am__depfiles_remade = ./$(DEPDIR)/print-libgphoto2-version.Po \
319	./$(DEPDIR)/test-camera-list.Po ./$(DEPDIR)/test-endian.Po \
320	./$(DEPDIR)/test-filesys.Po ./$(DEPDIR)/test-gphoto2.Po \
321	./$(DEPDIR)/test_pedantic_c-test-pedantic-compilation.Po \
322	./$(DEPDIR)/test_pedantic_c11-test-pedantic-compilation.Po \
323	./$(DEPDIR)/test_pedantic_c90-test-pedantic-compilation.Po \
324	./$(DEPDIR)/test_pedantic_c99-test-pedantic-compilation.Po \
325	./$(DEPDIR)/test_pedantic_cxx-test-pedantic-compilation.Po \
326	./$(DEPDIR)/test_pedantic_cxx11-test-pedantic-compilation.Po \
327	./$(DEPDIR)/test_pedantic_cxx14-test-pedantic-compilation.Po \
328	./$(DEPDIR)/test_pedantic_cxx17-test-pedantic-compilation.Po \
329	./$(DEPDIR)/test_pedantic_cxx98-test-pedantic-compilation.Po
330am__mv = mv -f
331COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
332	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
333LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
334	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
335	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
336	$(AM_CFLAGS) $(CFLAGS)
337AM_V_CC = $(am__v_CC_@AM_V@)
338am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
339am__v_CC_0 = @echo "  CC      " $@;
340am__v_CC_1 =
341CCLD = $(CC)
342LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
343	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
344	$(AM_LDFLAGS) $(LDFLAGS) -o $@
345AM_V_CCLD = $(am__v_CCLD_@AM_V@)
346am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
347am__v_CCLD_0 = @echo "  CCLD    " $@;
348am__v_CCLD_1 =
349CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
350	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
351LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
352	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
353	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
354	$(AM_CXXFLAGS) $(CXXFLAGS)
355AM_V_CXX = $(am__v_CXX_@AM_V@)
356am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
357am__v_CXX_0 = @echo "  CXX     " $@;
358am__v_CXX_1 =
359CXXLD = $(CXX)
360CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
361	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
362	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
363AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
364am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
365am__v_CXXLD_0 = @echo "  CXXLD   " $@;
366am__v_CXXLD_1 =
367SOURCES = $(print_libgphoto2_version_SOURCES) \
368	$(test_camera_list_SOURCES) $(test_endian_SOURCES) \
369	$(test_filesys_SOURCES) $(test_gphoto2_SOURCES) \
370	$(test_pedantic_c_SOURCES) $(test_pedantic_c11_SOURCES) \
371	$(test_pedantic_c90_SOURCES) $(test_pedantic_c99_SOURCES) \
372	$(test_pedantic_cxx_SOURCES) $(test_pedantic_cxx11_SOURCES) \
373	$(test_pedantic_cxx14_SOURCES) $(test_pedantic_cxx17_SOURCES) \
374	$(test_pedantic_cxx98_SOURCES)
375DIST_SOURCES = $(print_libgphoto2_version_SOURCES) \
376	$(test_camera_list_SOURCES) $(test_endian_SOURCES) \
377	$(test_filesys_SOURCES) $(test_gphoto2_SOURCES) \
378	$(test_pedantic_c_SOURCES) \
379	$(am__test_pedantic_c11_SOURCES_DIST) \
380	$(am__test_pedantic_c90_SOURCES_DIST) \
381	$(am__test_pedantic_c99_SOURCES_DIST) \
382	$(test_pedantic_cxx_SOURCES) \
383	$(am__test_pedantic_cxx11_SOURCES_DIST) \
384	$(am__test_pedantic_cxx14_SOURCES_DIST) \
385	$(am__test_pedantic_cxx17_SOURCES_DIST) \
386	$(am__test_pedantic_cxx98_SOURCES_DIST)
387RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
388	ctags-recursive dvi-recursive html-recursive info-recursive \
389	install-data-recursive install-dvi-recursive \
390	install-exec-recursive install-html-recursive \
391	install-info-recursive install-pdf-recursive \
392	install-ps-recursive install-recursive installcheck-recursive \
393	installdirs-recursive pdf-recursive ps-recursive \
394	tags-recursive uninstall-recursive
395am__can_run_installinfo = \
396  case $$AM_UPDATE_INFO_DIR in \
397    n|no|NO) false;; \
398    *) (install-info --version) >/dev/null 2>&1;; \
399  esac
400RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
401  distclean-recursive maintainer-clean-recursive
402am__recursive_targets = \
403  $(RECURSIVE_TARGETS) \
404  $(RECURSIVE_CLEAN_TARGETS) \
405  $(am__extra_recursive_targets)
406AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
407	check recheck distdir distdir-am
408am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
409# Read a list of newline-separated strings from the standard input,
410# and print each of them once, without duplicates.  Input order is
411# *not* preserved.
412am__uniquify_input = $(AWK) '\
413  BEGIN { nonempty = 0; } \
414  { items[$$0] = 1; nonempty = 1; } \
415  END { if (nonempty) { for (i in items) print i; }; } \
416'
417# Make sure the list of sources is unique.  This is necessary because,
418# e.g., the same source file might be shared among _SOURCES variables
419# for different programs/libraries.
420am__define_uniq_tagged_files = \
421  list='$(am__tagged_files)'; \
422  unique=`for i in $$list; do \
423    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424  done | $(am__uniquify_input)`
425ETAGS = etags
426CTAGS = ctags
427am__tty_colors_dummy = \
428  mgn= red= grn= lgn= blu= brg= std=; \
429  am__color_tests=no
430am__tty_colors = { \
431  $(am__tty_colors_dummy); \
432  if test "X$(AM_COLOR_TESTS)" = Xno; then \
433    am__color_tests=no; \
434  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
435    am__color_tests=yes; \
436  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
437    am__color_tests=yes; \
438  fi; \
439  if test $$am__color_tests = yes; then \
440    red=''; \
441    grn=''; \
442    lgn=''; \
443    blu=''; \
444    mgn=''; \
445    brg=''; \
446    std=''; \
447  fi; \
448}
449am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
450am__vpath_adj = case $$p in \
451    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
452    *) f=$$p;; \
453  esac;
454am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
455am__install_max = 40
456am__nobase_strip_setup = \
457  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
458am__nobase_strip = \
459  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
460am__nobase_list = $(am__nobase_strip_setup); \
461  for p in $$list; do echo "$$p $$p"; done | \
462  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
463  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
464    if (++n[$$2] == $(am__install_max)) \
465      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
466    END { for (dir in files) print dir, files[dir] }'
467am__base_list = \
468  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
469  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
470am__uninstall_files_from_dir = { \
471  test -z "$$files" \
472    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
473    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
474         $(am__cd) "$$dir" && rm -f $$files; }; \
475  }
476am__recheck_rx = ^[ 	]*:recheck:[ 	]*
477am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
478am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
479# A command that, given a newline-separated list of test names on the
480# standard input, print the name of the tests that are to be re-run
481# upon "make recheck".
482am__list_recheck_tests = $(AWK) '{ \
483  recheck = 1; \
484  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
485    { \
486      if (rc < 0) \
487        { \
488          if ((getline line2 < ($$0 ".log")) < 0) \
489	    recheck = 0; \
490          break; \
491        } \
492      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
493        { \
494          recheck = 0; \
495          break; \
496        } \
497      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
498        { \
499          break; \
500        } \
501    }; \
502  if (recheck) \
503    print $$0; \
504  close ($$0 ".trs"); \
505  close ($$0 ".log"); \
506}'
507# A command that, given a newline-separated list of test names on the
508# standard input, create the global log from their .trs and .log files.
509am__create_global_log = $(AWK) ' \
510function fatal(msg) \
511{ \
512  print "fatal: making $@: " msg | "cat >&2"; \
513  exit 1; \
514} \
515function rst_section(header) \
516{ \
517  print header; \
518  len = length(header); \
519  for (i = 1; i <= len; i = i + 1) \
520    printf "="; \
521  printf "\n\n"; \
522} \
523{ \
524  copy_in_global_log = 1; \
525  global_test_result = "RUN"; \
526  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
527    { \
528      if (rc < 0) \
529         fatal("failed to read from " $$0 ".trs"); \
530      if (line ~ /$(am__global_test_result_rx)/) \
531        { \
532          sub("$(am__global_test_result_rx)", "", line); \
533          sub("[ 	]*$$", "", line); \
534          global_test_result = line; \
535        } \
536      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
537        copy_in_global_log = 0; \
538    }; \
539  if (copy_in_global_log) \
540    { \
541      rst_section(global_test_result ": " $$0); \
542      while ((rc = (getline line < ($$0 ".log"))) != 0) \
543      { \
544        if (rc < 0) \
545          fatal("failed to read from " $$0 ".log"); \
546        print line; \
547      }; \
548      printf "\n"; \
549    }; \
550  close ($$0 ".trs"); \
551  close ($$0 ".log"); \
552}'
553# Restructured Text title.
554am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
555# Solaris 10 'make', and several other traditional 'make' implementations,
556# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
557# by disabling -e (using the XSI extension "set +e") if it's set.
558am__sh_e_setup = case $$- in *e*) set +e;; esac
559# Default flags passed to test drivers.
560am__common_driver_flags = \
561  --color-tests "$$am__color_tests" \
562  --enable-hard-errors "$$am__enable_hard_errors" \
563  --expect-failure "$$am__expect_failure"
564# To be inserted before the command running the test.  Creates the
565# directory for the log if needed.  Stores in $dir the directory
566# containing $f, in $tst the test, in $log the log.  Executes the
567# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
568# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
569# will run the test scripts (or their associated LOG_COMPILER, if
570# thy have one).
571am__check_pre = \
572$(am__sh_e_setup);					\
573$(am__vpath_adj_setup) $(am__vpath_adj)			\
574$(am__tty_colors);					\
575srcdir=$(srcdir); export srcdir;			\
576case "$@" in						\
577  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
578    *) am__odir=.;; 					\
579esac;							\
580test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
581  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
582if test -f "./$$f"; then dir=./;			\
583elif test -f "$$f"; then dir=;				\
584else dir="$(srcdir)/"; fi;				\
585tst=$$dir$$f; log='$@'; 				\
586if test -n '$(DISABLE_HARD_ERRORS)'; then		\
587  am__enable_hard_errors=no; 				\
588else							\
589  am__enable_hard_errors=yes; 				\
590fi; 							\
591case " $(XFAIL_TESTS) " in				\
592  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
593    am__expect_failure=yes;;				\
594  *)							\
595    am__expect_failure=no;;				\
596esac; 							\
597$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
598# A shell command to get the names of the tests scripts with any registered
599# extension removed (i.e., equivalently, the names of the test logs, with
600# the '.log' extension removed).  The result is saved in the shell variable
601# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
602# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
603# since that might cause problem with VPATH rewrites for suffix-less tests.
604# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
605am__set_TESTS_bases = \
606  bases='$(TEST_LOGS)'; \
607  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
608  bases=`echo $$bases`
609RECHECK_LOGS = $(TEST_LOGS)
610TEST_SUITE_LOG = test-suite.log
611TEST_EXTENSIONS = @EXEEXT@ .test
612LOG_DRIVER = $(SHELL) $(top_srcdir)/auto-aux/test-driver
613LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
614am__set_b = \
615  case '$@' in \
616    */*) \
617      case '$*' in \
618        */*) b='$*';; \
619          *) b=`echo '$@' | sed 's/\.log$$//'`; \
620       esac;; \
621    *) \
622      b='$*';; \
623  esac
624am__test_logs1 = $(TESTS:=.log)
625am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
626TEST_LOGS = $(am__test_logs2:.test.log=.log)
627TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/auto-aux/test-driver
628TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
629	$(TEST_LOG_FLAGS)
630DIST_SUBDIRS = $(SUBDIRS)
631am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/auto-aux/depcomp \
632	$(top_srcdir)/auto-aux/mkinstalldirs \
633	$(top_srcdir)/auto-aux/test-driver \
634	$(top_srcdir)/installcheck.mk
635DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
636am__relativize = \
637  dir0=`pwd`; \
638  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
639  sed_rest='s,^[^/]*/*,,'; \
640  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
641  sed_butlast='s,/*[^/]*$$,,'; \
642  while test -n "$$dir1"; do \
643    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
644    if test "$$first" != "."; then \
645      if test "$$first" = ".."; then \
646        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
647        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
648      else \
649        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
650        if test "$$first2" = "$$first"; then \
651          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
652        else \
653          dir2="../$$dir2"; \
654        fi; \
655        dir0="$$dir0"/"$$first"; \
656      fi; \
657    fi; \
658    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
659  done; \
660  reldir="$$dir2"
661ACLOCAL = @ACLOCAL@
662AMTAR = @AMTAR@
663AM_CFLAGS = @AM_CFLAGS@
664
665########################################################################
666# Define test programs
667########################################################################
668
669# Default CPPFLAGS to use
670AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir) -I$(top_builddir) \
671	-I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 \
672	-I$(top_builddir)/libgphoto2
673AM_CXXFLAGS = @AM_CXXFLAGS@
674AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
675AM_LDFLAGS = @AM_LDFLAGS@
676AR = @AR@
677AS = @AS@
678AUTOCONF = @AUTOCONF@
679AUTOHEADER = @AUTOHEADER@
680AUTOMAKE = @AUTOMAKE@
681AWK = @AWK@
682BISON = @BISON@
683CC = @CC@
684CCDEPMODE = @CCDEPMODE@
685CFLAGS = @CFLAGS@
686CMP = @CMP@
687COMM = @COMM@
688CPP = @CPP@
689CPPFLAGS = @CPPFLAGS@
690CXX = @CXX@
691CXXCPP = @CXXCPP@
692CXXDEPMODE = @CXXDEPMODE@
693CXXFLAGS = @CXXFLAGS@
694CYGPATH_W = @CYGPATH_W@
695DEFS = @DEFS@
696DEPDIR = @DEPDIR@
697DLLTOOL = @DLLTOOL@
698DOT = @DOT@
699DOXYGEN = @DOXYGEN@
700DOXYGEN_OUTPUT_DIR = @DOXYGEN_OUTPUT_DIR@
701DSYMUTIL = @DSYMUTIL@
702DUMPBIN = @DUMPBIN@
703ECHO_C = @ECHO_C@
704ECHO_N = @ECHO_N@
705ECHO_T = @ECHO_T@
706EGREP = @EGREP@
707EXEEXT = @EXEEXT@
708EXPR = @EXPR@
709FGREP = @FGREP@
710FLEX = @FLEX@
711GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
712GMSGFMT = @GMSGFMT@
713GP_CAMLIB_SET = @GP_CAMLIB_SET@
714GP_CAMLIB_SET_EVERYTHING = @GP_CAMLIB_SET_EVERYTHING@
715GP_PEDANTIC_CFLAGS_C11 = @GP_PEDANTIC_CFLAGS_C11@
716GP_PEDANTIC_CFLAGS_C90 = @GP_PEDANTIC_CFLAGS_C90@
717GP_PEDANTIC_CFLAGS_C99 = @GP_PEDANTIC_CFLAGS_C99@
718GP_PEDANTIC_CXXFLAGS_CXX11 = @GP_PEDANTIC_CXXFLAGS_CXX11@
719GP_PEDANTIC_CXXFLAGS_CXX14 = @GP_PEDANTIC_CXXFLAGS_CXX14@
720GP_PEDANTIC_CXXFLAGS_CXX17 = @GP_PEDANTIC_CXXFLAGS_CXX17@
721GP_PEDANTIC_CXXFLAGS_CXX98 = @GP_PEDANTIC_CXXFLAGS_CXX98@
722GREP = @GREP@
723GTKDOC = @GTKDOC@
724HAVE_DOT = @HAVE_DOT@
725HTML_APIDOC_DIR = @HTML_APIDOC_DIR@
726HTML_APIDOC_INTERNALS_DIR = @HTML_APIDOC_INTERNALS_DIR@
727INSTALL = @INSTALL@
728INSTALL_DATA = @INSTALL_DATA@
729INSTALL_PROGRAM = @INSTALL_PROGRAM@
730INSTALL_SCRIPT = @INSTALL_SCRIPT@
731INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
732INTLLIBS = @INTLLIBS@
733LD = @LD@
734LDFLAGS = @LDFLAGS@
735LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
736LIBCURL_CONFIG_PROG = @LIBCURL_CONFIG_PROG@
737LIBCURL_LIBS = @LIBCURL_LIBS@
738LIBEXIF_CFLAGS = @LIBEXIF_CFLAGS@
739LIBEXIF_CONFIG_PROG = @LIBEXIF_CONFIG_PROG@
740LIBEXIF_LIBS = @LIBEXIF_LIBS@
741LIBGD_CFLAGS = @LIBGD_CFLAGS@
742LIBGD_CONFIG_PROG = @LIBGD_CONFIG_PROG@
743LIBGD_LIBS = @LIBGD_LIBS@
744LIBGPHOTO2_AGE = @LIBGPHOTO2_AGE@
745LIBGPHOTO2_CURRENT = @LIBGPHOTO2_CURRENT@
746LIBGPHOTO2_CURRENT_MIN = @LIBGPHOTO2_CURRENT_MIN@
747LIBGPHOTO2_REVISION = @LIBGPHOTO2_REVISION@
748LIBGPHOTO2_VERSION_INFO = @LIBGPHOTO2_VERSION_INFO@
749LIBICONV = @LIBICONV@
750LIBINTL = @LIBINTL@
751LIBJPEG = @LIBJPEG@
752LIBLTDL = @LIBLTDL@
753LIBOBJS = @LIBOBJS@
754LIBS = @LIBS@
755LIBTOOL = @LIBTOOL@
756LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
757LIBXML2_CONFIG_PROG = @LIBXML2_CONFIG_PROG@
758LIBXML2_LIBS = @LIBXML2_LIBS@
759LIPO = @LIPO@
760LN_S = @LN_S@
761LTDLINCL = @LTDLINCL@
762LTLIBICONV = @LTLIBICONV@
763LTLIBINTL = @LTLIBINTL@
764LTLIBOBJS = @LTLIBOBJS@
765LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
766MAIL_GPHOTO_DEVEL = @MAIL_GPHOTO_DEVEL@
767MAIL_GPHOTO_TRANSLATION = @MAIL_GPHOTO_TRANSLATION@
768MAIL_GPHOTO_USER = @MAIL_GPHOTO_USER@
769MAKEINFO = @MAKEINFO@
770MANIFEST_TOOL = @MANIFEST_TOOL@
771MKDIR_P = @MKDIR_P@
772MKINSTALLDIRS = @MKINSTALLDIRS@
773MSGFMT = @MSGFMT@
774MSGMERGE = @MSGMERGE@
775NM = @NM@
776NMEDIT = @NMEDIT@
777NO_UNUSED_CFLAGS = @NO_UNUSED_CFLAGS@
778OBJDUMP = @OBJDUMP@
779OBJEXT = @OBJEXT@
780OTOOL = @OTOOL@
781OTOOL64 = @OTOOL64@
782PACKAGE = @PACKAGE@
783PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
784PACKAGE_NAME = @PACKAGE_NAME@
785PACKAGE_STRING = @PACKAGE_STRING@
786PACKAGE_TARNAME = @PACKAGE_TARNAME@
787PACKAGE_URL = @PACKAGE_URL@
788PACKAGE_VERSION = @PACKAGE_VERSION@
789PATH_SEPARATOR = @PATH_SEPARATOR@
790PKG_CONFIG = @PKG_CONFIG@
791PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
792PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
793POSUB = @POSUB@
794RANLIB = @RANLIB@
795REQUIREMENTS_FOR_LIBCURL = @REQUIREMENTS_FOR_LIBCURL@
796REQUIREMENTS_FOR_LIBEXIF = @REQUIREMENTS_FOR_LIBEXIF@
797REQUIREMENTS_FOR_LIBGD = @REQUIREMENTS_FOR_LIBGD@
798REQUIREMENTS_FOR_LIBXML2 = @REQUIREMENTS_FOR_LIBXML2@
799RPMBUILD = @RPMBUILD@
800SED = @SED@
801SET_MAKE = @SET_MAKE@
802SHELL = @SHELL@
803SLEEP = @SLEEP@
804SORT = @SORT@
805STRIP = @STRIP@
806TR = @TR@
807UNIQ = @UNIQ@
808URL_DIGICAM_LIST = @URL_DIGICAM_LIST@
809URL_GPHOTO_HOME = @URL_GPHOTO_HOME@
810URL_GPHOTO_PROJECT = @URL_GPHOTO_PROJECT@
811URL_JPHOTO_HOME = @URL_JPHOTO_HOME@
812URL_USB_MASSSTORAGE = @URL_USB_MASSSTORAGE@
813USE_NLS = @USE_NLS@
814VERSION = @VERSION@
815VERSIONMAPLDFLAGS = @VERSIONMAPLDFLAGS@
816XGETTEXT = @XGETTEXT@
817abs_builddir = @abs_builddir@
818abs_srcdir = @abs_srcdir@
819abs_top_builddir = @abs_top_builddir@
820abs_top_srcdir = @abs_top_srcdir@
821ac_ct_AR = @ac_ct_AR@
822ac_ct_CC = @ac_ct_CC@
823ac_ct_CXX = @ac_ct_CXX@
824ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
825am__include = @am__include@
826am__leading_dot = @am__leading_dot@
827am__quote = @am__quote@
828am__tar = @am__tar@
829am__untar = @am__untar@
830apidocdir = @apidocdir@
831bindir = @bindir@
832build = @build@
833build_alias = @build_alias@
834build_cpu = @build_cpu@
835build_os = @build_os@
836build_vendor = @build_vendor@
837builddir = @builddir@
838camlibdir = @camlibdir@
839camlibdocdir = @camlibdocdir@
840datadir = @datadir@
841datarootdir = @datarootdir@
842docdir = @docdir@
843dvidir = @dvidir@
844effective_target = @effective_target@
845exec_prefix = @exec_prefix@
846host = @host@
847host_alias = @host_alias@
848host_cpu = @host_cpu@
849host_os = @host_os@
850host_vendor = @host_vendor@
851hotplugdocdir = @hotplugdocdir@
852hotplugusermapdir = @hotplugusermapdir@
853htmldir = @htmldir@
854includedir = @includedir@
855infodir = @infodir@
856install_sh = @install_sh@
857libdir = @libdir@
858libexecdir = @libexecdir@
859localedir = @localedir@
860localstatedir = @localstatedir@
861mandir = @mandir@
862mkdir_p = @mkdir_p@
863oldincludedir = @oldincludedir@
864pdfdir = @pdfdir@
865pkgconfigdir = @pkgconfigdir@
866prefix = @prefix@
867program_transform_name = @program_transform_name@
868psdir = @psdir@
869sbindir = @sbindir@
870sharedstatedir = @sharedstatedir@
871srcdir = @srcdir@
872subdirs = @subdirs@
873sysconfdir = @sysconfdir@
874target_alias = @target_alias@
875top_build_prefix = @top_build_prefix@
876top_builddir = @top_builddir@
877top_srcdir = @top_srcdir@
878udevscriptdir = @udevscriptdir@
879utilsdir = @utilsdir@
880SUBDIRS = ddb
881INSTALL_TESTS = test-camera-list
882
883########################################################################
884# Set up test environment
885########################################################################
886
887# Now that we build all the camlibs in one directory, we can run our checks
888# with CAMLIBS set to the camlib build directory.
889TESTS_ENVIRONMENT = env \
890	CAMLIBS="$(top_builddir)/camlibs"
891
892
893# After installation, this will be CAMLIBS = $(DESTDIR)$(camlibdir)
894INSTALL_TESTS_ENVIRONMENT = env \
895	CAMLIBS="$(DESTDIR)$(camlibdir)" \
896	LD_LIBRARY_PATH="$(DESTDIR)$(libdir)$${LD_LIBRARY_PATH+:$${LD_LIBRARY_PATH}}"
897
898test_endian_SOURCES = test-endian.c
899test_endian_LDADD = \
900	$(top_builddir)/libgphoto2/libgphoto2.la \
901	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
902	$(LIBLTDL) \
903	$(LIBEXIF_LIBS) \
904	$(INTLLIBS)
905
906print_libgphoto2_version_SOURCES = print-libgphoto2-version.c
907print_libgphoto2_version_LDADD =  \
908	$(top_builddir)/libgphoto2/libgphoto2.la \
909	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
910	$(LIBLTDL) $(LIBEXIF_LIBS) $(INTLLIBS)
911test_gphoto2_SOURCES = test-gphoto2.c
912test_gphoto2_LDADD = \
913	$(top_builddir)/libgphoto2/libgphoto2.la \
914	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
915	$(LIBLTDL) \
916	$(LIBEXIF_LIBS) \
917	$(INTLLIBS)
918
919test_filesys_SOURCES = test-filesys.c
920test_filesys_LDADD = \
921	$(top_builddir)/libgphoto2/libgphoto2.la \
922	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
923	$(LIBLTDL) \
924	$(LIBEXIF_LIBS) \
925	$(INTLLIBS)
926
927test_camera_list_SOURCES = test-camera-list.c
928test_camera_list_LDADD = \
929	$(top_builddir)/libgphoto2/libgphoto2.la \
930	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
931	$(LIBLTDL) \
932	$(LIBEXIF_LIBS) \
933	$(INTLLIBS)
934
935@HAVE_GCC_FALSE@PEDANTIC_CFLAGS =
936
937########################################################################
938# Old pedantic compilation test
939########################################################################
940@HAVE_GCC_TRUE@PEDANTIC_CFLAGS = -std=c99 -pedantic-errors -W -Wall -Wextra -Werror
941@HAVE_GCC_FALSE@PEDANTIC_CXXFLAGS =
942@HAVE_GCC_TRUE@PEDANTIC_CXXFLAGS = -std=c++98 -pedantic-errors -W -Wall -Wextra -Werror
943test_pedantic_c_SOURCES = test-pedantic-compilation.c
944test_pedantic_c_CPPFLAGS = \
945	$(AM_CPPFLAGS) $(CPPFLAGS) \
946	-U_GPHOTO2_INTERNAL_CODE
947
948test_pedantic_c_CFLAGS = \
949	$(AM_CFLAGS) $(PEDANTIC_CFLAGS) $(CFLAGS) \
950	-U_GPHOTO2_INTERNAL_CODE
951
952test_pedantic_c_LDADD = \
953	$(top_builddir)/libgphoto2/libgphoto2.la \
954	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
955	$(LIBLTDL) \
956	$(LIBEXIF_LIBS) \
957	$(INTLLIBS)
958
959test_pedantic_cxx_SOURCES = test-pedantic-compilation.cxx
960test_pedantic_cxx_CPPFLAGS = \
961	$(AM_CPPFLAGS) $(CPPFLAGS) \
962	-U_GPHOTO2_INTERNAL_CODE
963
964test_pedantic_cxx_CXXFLAGS = \
965	$(AM_CXXFLAGS) $(PEDANTIC_CXXFLAGS) $(CXXFLAGS) \
966	-U_GPHOTO2_INTERNAL_CODE
967
968test_pedantic_cxx_LDADD = \
969	$(top_builddir)/libgphoto2/libgphoto2.la \
970	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
971	$(LIBLTDL) \
972	$(LIBEXIF_LIBS) \
973	$(INTLLIBS)
974
975
976########################################################################
977# Test pendantic compilation for multiple language standard
978########################################################################
979generic_pedantic_cppflags = -I$(top_srcdir)/libgphoto2_port \
980	-I$(top_srcdir)
981@GP_HAVE_PEDANTIC_FLAGS_C90_TRUE@test_pedantic_c90_SOURCES = test-pedantic-compilation.c
982@GP_HAVE_PEDANTIC_FLAGS_C90_TRUE@test_pedantic_c90_CPPFLAGS = $(generic_pedantic_cppflags)
983@GP_HAVE_PEDANTIC_FLAGS_C90_TRUE@test_pedantic_c90_CFLAGS = $(GP_PEDANTIC_CFLAGS_C90)
984@GP_HAVE_PEDANTIC_FLAGS_C90_TRUE@test_pedantic_c90_LDADD =
985@GP_HAVE_PEDANTIC_FLAGS_C90_TRUE@test_pedantic_c90_LDFLAGS =
986@GP_HAVE_PEDANTIC_FLAGS_C99_TRUE@test_pedantic_c99_SOURCES = test-pedantic-compilation.c
987@GP_HAVE_PEDANTIC_FLAGS_C99_TRUE@test_pedantic_c99_CPPFLAGS = $(generic_pedantic_cppflags)
988@GP_HAVE_PEDANTIC_FLAGS_C99_TRUE@test_pedantic_c99_CFLAGS = $(GP_PEDANTIC_CFLAGS_C99)
989@GP_HAVE_PEDANTIC_FLAGS_C99_TRUE@test_pedantic_c99_LDADD =
990@GP_HAVE_PEDANTIC_FLAGS_C99_TRUE@test_pedantic_c99_LDFLAGS =
991@GP_HAVE_PEDANTIC_FLAGS_C11_TRUE@test_pedantic_c11_SOURCES = test-pedantic-compilation.c
992@GP_HAVE_PEDANTIC_FLAGS_C11_TRUE@test_pedantic_c11_CPPFLAGS = $(generic_pedantic_cppflags)
993@GP_HAVE_PEDANTIC_FLAGS_C11_TRUE@test_pedantic_c11_CFLAGS = $(GP_PEDANTIC_CFLAGS_C11)
994@GP_HAVE_PEDANTIC_FLAGS_C11_TRUE@test_pedantic_c11_LDADD =
995@GP_HAVE_PEDANTIC_FLAGS_C11_TRUE@test_pedantic_c11_LDFLAGS =
996@GP_HAVE_PEDANTIC_FLAGS_CXX98_TRUE@test_pedantic_cxx98_SOURCES = test-pedantic-compilation.cxx
997@GP_HAVE_PEDANTIC_FLAGS_CXX98_TRUE@test_pedantic_cxx98_CPPFLAGS = $(generic_pedantic_cppflags)
998@GP_HAVE_PEDANTIC_FLAGS_CXX98_TRUE@test_pedantic_cxx98_CXXFLAGS = $(GP_PEDANTIC_CXXFLAGS_CXX98)
999@GP_HAVE_PEDANTIC_FLAGS_CXX98_TRUE@test_pedantic_cxx98_LDADD =
1000@GP_HAVE_PEDANTIC_FLAGS_CXX98_TRUE@test_pedantic_cxx98_LDFLAGS =
1001@GP_HAVE_PEDANTIC_FLAGS_CXX11_TRUE@test_pedantic_cxx11_SOURCES = test-pedantic-compilation.cxx
1002@GP_HAVE_PEDANTIC_FLAGS_CXX11_TRUE@test_pedantic_cxx11_CPPFLAGS = $(generic_pedantic_cppflags)
1003@GP_HAVE_PEDANTIC_FLAGS_CXX11_TRUE@test_pedantic_cxx11_CXXFLAGS = $(GP_PEDANTIC_CXXFLAGS_CXX11)
1004@GP_HAVE_PEDANTIC_FLAGS_CXX11_TRUE@test_pedantic_cxx11_LDADD =
1005@GP_HAVE_PEDANTIC_FLAGS_CXX11_TRUE@test_pedantic_cxx11_LDFLAGS =
1006@GP_HAVE_PEDANTIC_FLAGS_CXX14_TRUE@test_pedantic_cxx14_SOURCES = test-pedantic-compilation.cxx
1007@GP_HAVE_PEDANTIC_FLAGS_CXX14_TRUE@test_pedantic_cxx14_CPPFLAGS = $(generic_pedantic_cppflags)
1008@GP_HAVE_PEDANTIC_FLAGS_CXX14_TRUE@test_pedantic_cxx14_CXXFLAGS = $(GP_PEDANTIC_CXXFLAGS_CXX14)
1009@GP_HAVE_PEDANTIC_FLAGS_CXX14_TRUE@test_pedantic_cxx14_LDADD =
1010@GP_HAVE_PEDANTIC_FLAGS_CXX14_TRUE@test_pedantic_cxx14_LDFLAGS =
1011@GP_HAVE_PEDANTIC_FLAGS_CXX17_TRUE@test_pedantic_cxx17_SOURCES = test-pedantic-compilation.cxx
1012@GP_HAVE_PEDANTIC_FLAGS_CXX17_TRUE@test_pedantic_cxx17_CPPFLAGS = $(generic_pedantic_cppflags)
1013@GP_HAVE_PEDANTIC_FLAGS_CXX17_TRUE@test_pedantic_cxx17_CXXFLAGS = $(GP_PEDANTIC_CXXFLAGS_CXX17)
1014@GP_HAVE_PEDANTIC_FLAGS_CXX17_TRUE@test_pedantic_cxx17_LDADD =
1015@GP_HAVE_PEDANTIC_FLAGS_CXX17_TRUE@test_pedantic_cxx17_LDFLAGS =
1016all: all-recursive
1017
1018.SUFFIXES:
1019.SUFFIXES: .c .cxx .lo .log .o .obj .test .test$(EXEEXT) .trs
1020$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/installcheck.mk $(am__configure_deps)
1021	@for dep in $?; do \
1022	  case '$(am__configure_deps)' in \
1023	    *$$dep*) \
1024	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1025	        && { if test -f $@; then exit 0; else break; fi; }; \
1026	      exit 1;; \
1027	  esac; \
1028	done; \
1029	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
1030	$(am__cd) $(top_srcdir) && \
1031	  $(AUTOMAKE) --foreign tests/Makefile
1032Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1033	@case '$?' in \
1034	  *config.status*) \
1035	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1036	  *) \
1037	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
1038	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1039	esac;
1040$(top_srcdir)/installcheck.mk $(am__empty):
1041
1042$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1043	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1044
1045$(top_srcdir)/configure:  $(am__configure_deps)
1046	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1047$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1048	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1049$(am__aclocal_m4_deps):
1050
1051clean-checkPROGRAMS:
1052	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
1053	echo " rm -f" $$list; \
1054	rm -f $$list || exit $$?; \
1055	test -n "$(EXEEXT)" || exit 0; \
1056	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1057	echo " rm -f" $$list; \
1058	rm -f $$list
1059
1060clean-noinstPROGRAMS:
1061	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1062	echo " rm -f" $$list; \
1063	rm -f $$list || exit $$?; \
1064	test -n "$(EXEEXT)" || exit 0; \
1065	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1066	echo " rm -f" $$list; \
1067	rm -f $$list
1068
1069print-libgphoto2-version$(EXEEXT): $(print_libgphoto2_version_OBJECTS) $(print_libgphoto2_version_DEPENDENCIES) $(EXTRA_print_libgphoto2_version_DEPENDENCIES)
1070	@rm -f print-libgphoto2-version$(EXEEXT)
1071	$(AM_V_CCLD)$(LINK) $(print_libgphoto2_version_OBJECTS) $(print_libgphoto2_version_LDADD) $(LIBS)
1072
1073test-camera-list$(EXEEXT): $(test_camera_list_OBJECTS) $(test_camera_list_DEPENDENCIES) $(EXTRA_test_camera_list_DEPENDENCIES)
1074	@rm -f test-camera-list$(EXEEXT)
1075	$(AM_V_CCLD)$(LINK) $(test_camera_list_OBJECTS) $(test_camera_list_LDADD) $(LIBS)
1076
1077test-endian$(EXEEXT): $(test_endian_OBJECTS) $(test_endian_DEPENDENCIES) $(EXTRA_test_endian_DEPENDENCIES)
1078	@rm -f test-endian$(EXEEXT)
1079	$(AM_V_CCLD)$(LINK) $(test_endian_OBJECTS) $(test_endian_LDADD) $(LIBS)
1080
1081test-filesys$(EXEEXT): $(test_filesys_OBJECTS) $(test_filesys_DEPENDENCIES) $(EXTRA_test_filesys_DEPENDENCIES)
1082	@rm -f test-filesys$(EXEEXT)
1083	$(AM_V_CCLD)$(LINK) $(test_filesys_OBJECTS) $(test_filesys_LDADD) $(LIBS)
1084
1085test-gphoto2$(EXEEXT): $(test_gphoto2_OBJECTS) $(test_gphoto2_DEPENDENCIES) $(EXTRA_test_gphoto2_DEPENDENCIES)
1086	@rm -f test-gphoto2$(EXEEXT)
1087	$(AM_V_CCLD)$(LINK) $(test_gphoto2_OBJECTS) $(test_gphoto2_LDADD) $(LIBS)
1088
1089test-pedantic-c$(EXEEXT): $(test_pedantic_c_OBJECTS) $(test_pedantic_c_DEPENDENCIES) $(EXTRA_test_pedantic_c_DEPENDENCIES)
1090	@rm -f test-pedantic-c$(EXEEXT)
1091	$(AM_V_CCLD)$(test_pedantic_c_LINK) $(test_pedantic_c_OBJECTS) $(test_pedantic_c_LDADD) $(LIBS)
1092
1093test-pedantic-c11$(EXEEXT): $(test_pedantic_c11_OBJECTS) $(test_pedantic_c11_DEPENDENCIES) $(EXTRA_test_pedantic_c11_DEPENDENCIES)
1094	@rm -f test-pedantic-c11$(EXEEXT)
1095	$(AM_V_CCLD)$(test_pedantic_c11_LINK) $(test_pedantic_c11_OBJECTS) $(test_pedantic_c11_LDADD) $(LIBS)
1096
1097test-pedantic-c90$(EXEEXT): $(test_pedantic_c90_OBJECTS) $(test_pedantic_c90_DEPENDENCIES) $(EXTRA_test_pedantic_c90_DEPENDENCIES)
1098	@rm -f test-pedantic-c90$(EXEEXT)
1099	$(AM_V_CCLD)$(test_pedantic_c90_LINK) $(test_pedantic_c90_OBJECTS) $(test_pedantic_c90_LDADD) $(LIBS)
1100
1101test-pedantic-c99$(EXEEXT): $(test_pedantic_c99_OBJECTS) $(test_pedantic_c99_DEPENDENCIES) $(EXTRA_test_pedantic_c99_DEPENDENCIES)
1102	@rm -f test-pedantic-c99$(EXEEXT)
1103	$(AM_V_CCLD)$(test_pedantic_c99_LINK) $(test_pedantic_c99_OBJECTS) $(test_pedantic_c99_LDADD) $(LIBS)
1104
1105test-pedantic-cxx$(EXEEXT): $(test_pedantic_cxx_OBJECTS) $(test_pedantic_cxx_DEPENDENCIES) $(EXTRA_test_pedantic_cxx_DEPENDENCIES)
1106	@rm -f test-pedantic-cxx$(EXEEXT)
1107	$(AM_V_CXXLD)$(test_pedantic_cxx_LINK) $(test_pedantic_cxx_OBJECTS) $(test_pedantic_cxx_LDADD) $(LIBS)
1108
1109test-pedantic-cxx11$(EXEEXT): $(test_pedantic_cxx11_OBJECTS) $(test_pedantic_cxx11_DEPENDENCIES) $(EXTRA_test_pedantic_cxx11_DEPENDENCIES)
1110	@rm -f test-pedantic-cxx11$(EXEEXT)
1111	$(AM_V_CXXLD)$(test_pedantic_cxx11_LINK) $(test_pedantic_cxx11_OBJECTS) $(test_pedantic_cxx11_LDADD) $(LIBS)
1112
1113test-pedantic-cxx14$(EXEEXT): $(test_pedantic_cxx14_OBJECTS) $(test_pedantic_cxx14_DEPENDENCIES) $(EXTRA_test_pedantic_cxx14_DEPENDENCIES)
1114	@rm -f test-pedantic-cxx14$(EXEEXT)
1115	$(AM_V_CXXLD)$(test_pedantic_cxx14_LINK) $(test_pedantic_cxx14_OBJECTS) $(test_pedantic_cxx14_LDADD) $(LIBS)
1116
1117test-pedantic-cxx17$(EXEEXT): $(test_pedantic_cxx17_OBJECTS) $(test_pedantic_cxx17_DEPENDENCIES) $(EXTRA_test_pedantic_cxx17_DEPENDENCIES)
1118	@rm -f test-pedantic-cxx17$(EXEEXT)
1119	$(AM_V_CXXLD)$(test_pedantic_cxx17_LINK) $(test_pedantic_cxx17_OBJECTS) $(test_pedantic_cxx17_LDADD) $(LIBS)
1120
1121test-pedantic-cxx98$(EXEEXT): $(test_pedantic_cxx98_OBJECTS) $(test_pedantic_cxx98_DEPENDENCIES) $(EXTRA_test_pedantic_cxx98_DEPENDENCIES)
1122	@rm -f test-pedantic-cxx98$(EXEEXT)
1123	$(AM_V_CXXLD)$(test_pedantic_cxx98_LINK) $(test_pedantic_cxx98_OBJECTS) $(test_pedantic_cxx98_LDADD) $(LIBS)
1124
1125mostlyclean-compile:
1126	-rm -f *.$(OBJEXT)
1127
1128distclean-compile:
1129	-rm -f *.tab.c
1130
1131@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print-libgphoto2-version.Po@am__quote@ # am--include-marker
1132@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-camera-list.Po@am__quote@ # am--include-marker
1133@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-endian.Po@am__quote@ # am--include-marker
1134@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-filesys.Po@am__quote@ # am--include-marker
1135@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gphoto2.Po@am__quote@ # am--include-marker
1136@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pedantic_c-test-pedantic-compilation.Po@am__quote@ # am--include-marker
1137@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pedantic_c11-test-pedantic-compilation.Po@am__quote@ # am--include-marker
1138@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pedantic_c90-test-pedantic-compilation.Po@am__quote@ # am--include-marker
1139@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pedantic_c99-test-pedantic-compilation.Po@am__quote@ # am--include-marker
1140@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pedantic_cxx-test-pedantic-compilation.Po@am__quote@ # am--include-marker
1141@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pedantic_cxx11-test-pedantic-compilation.Po@am__quote@ # am--include-marker
1142@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pedantic_cxx14-test-pedantic-compilation.Po@am__quote@ # am--include-marker
1143@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pedantic_cxx17-test-pedantic-compilation.Po@am__quote@ # am--include-marker
1144@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pedantic_cxx98-test-pedantic-compilation.Po@am__quote@ # am--include-marker
1145
1146$(am__depfiles_remade):
1147	@$(MKDIR_P) $(@D)
1148	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
1149
1150am--depfiles: $(am__depfiles_remade)
1151
1152.c.o:
1153@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1154@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1155@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1156@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1157@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1158@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1159
1160.c.obj:
1161@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1162@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1163@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1164@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1165@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1166@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1167
1168.c.lo:
1169@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1170@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1171@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1172@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1173@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1174@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1175
1176test_pedantic_c-test-pedantic-compilation.o: test-pedantic-compilation.c
1177@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c_CFLAGS) $(CFLAGS) -MT test_pedantic_c-test-pedantic-compilation.o -MD -MP -MF $(DEPDIR)/test_pedantic_c-test-pedantic-compilation.Tpo -c -o test_pedantic_c-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.c' || echo '$(srcdir)/'`test-pedantic-compilation.c
1178@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_c-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_c-test-pedantic-compilation.Po
1179@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test-pedantic-compilation.c' object='test_pedantic_c-test-pedantic-compilation.o' libtool=no @AMDEPBACKSLASH@
1180@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1181@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c_CFLAGS) $(CFLAGS) -c -o test_pedantic_c-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.c' || echo '$(srcdir)/'`test-pedantic-compilation.c
1182
1183test_pedantic_c-test-pedantic-compilation.obj: test-pedantic-compilation.c
1184@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c_CFLAGS) $(CFLAGS) -MT test_pedantic_c-test-pedantic-compilation.obj -MD -MP -MF $(DEPDIR)/test_pedantic_c-test-pedantic-compilation.Tpo -c -o test_pedantic_c-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.c'; then $(CYGPATH_W) 'test-pedantic-compilation.c'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.c'; fi`
1185@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_c-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_c-test-pedantic-compilation.Po
1186@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test-pedantic-compilation.c' object='test_pedantic_c-test-pedantic-compilation.obj' libtool=no @AMDEPBACKSLASH@
1187@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1188@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c_CFLAGS) $(CFLAGS) -c -o test_pedantic_c-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.c'; then $(CYGPATH_W) 'test-pedantic-compilation.c'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.c'; fi`
1189
1190test_pedantic_c11-test-pedantic-compilation.o: test-pedantic-compilation.c
1191@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c11_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c11_CFLAGS) $(CFLAGS) -MT test_pedantic_c11-test-pedantic-compilation.o -MD -MP -MF $(DEPDIR)/test_pedantic_c11-test-pedantic-compilation.Tpo -c -o test_pedantic_c11-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.c' || echo '$(srcdir)/'`test-pedantic-compilation.c
1192@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_c11-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_c11-test-pedantic-compilation.Po
1193@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test-pedantic-compilation.c' object='test_pedantic_c11-test-pedantic-compilation.o' libtool=no @AMDEPBACKSLASH@
1194@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1195@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c11_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c11_CFLAGS) $(CFLAGS) -c -o test_pedantic_c11-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.c' || echo '$(srcdir)/'`test-pedantic-compilation.c
1196
1197test_pedantic_c11-test-pedantic-compilation.obj: test-pedantic-compilation.c
1198@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c11_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c11_CFLAGS) $(CFLAGS) -MT test_pedantic_c11-test-pedantic-compilation.obj -MD -MP -MF $(DEPDIR)/test_pedantic_c11-test-pedantic-compilation.Tpo -c -o test_pedantic_c11-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.c'; then $(CYGPATH_W) 'test-pedantic-compilation.c'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.c'; fi`
1199@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_c11-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_c11-test-pedantic-compilation.Po
1200@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test-pedantic-compilation.c' object='test_pedantic_c11-test-pedantic-compilation.obj' libtool=no @AMDEPBACKSLASH@
1201@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1202@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c11_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c11_CFLAGS) $(CFLAGS) -c -o test_pedantic_c11-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.c'; then $(CYGPATH_W) 'test-pedantic-compilation.c'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.c'; fi`
1203
1204test_pedantic_c90-test-pedantic-compilation.o: test-pedantic-compilation.c
1205@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c90_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c90_CFLAGS) $(CFLAGS) -MT test_pedantic_c90-test-pedantic-compilation.o -MD -MP -MF $(DEPDIR)/test_pedantic_c90-test-pedantic-compilation.Tpo -c -o test_pedantic_c90-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.c' || echo '$(srcdir)/'`test-pedantic-compilation.c
1206@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_c90-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_c90-test-pedantic-compilation.Po
1207@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test-pedantic-compilation.c' object='test_pedantic_c90-test-pedantic-compilation.o' libtool=no @AMDEPBACKSLASH@
1208@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1209@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c90_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c90_CFLAGS) $(CFLAGS) -c -o test_pedantic_c90-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.c' || echo '$(srcdir)/'`test-pedantic-compilation.c
1210
1211test_pedantic_c90-test-pedantic-compilation.obj: test-pedantic-compilation.c
1212@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c90_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c90_CFLAGS) $(CFLAGS) -MT test_pedantic_c90-test-pedantic-compilation.obj -MD -MP -MF $(DEPDIR)/test_pedantic_c90-test-pedantic-compilation.Tpo -c -o test_pedantic_c90-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.c'; then $(CYGPATH_W) 'test-pedantic-compilation.c'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.c'; fi`
1213@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_c90-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_c90-test-pedantic-compilation.Po
1214@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test-pedantic-compilation.c' object='test_pedantic_c90-test-pedantic-compilation.obj' libtool=no @AMDEPBACKSLASH@
1215@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1216@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c90_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c90_CFLAGS) $(CFLAGS) -c -o test_pedantic_c90-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.c'; then $(CYGPATH_W) 'test-pedantic-compilation.c'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.c'; fi`
1217
1218test_pedantic_c99-test-pedantic-compilation.o: test-pedantic-compilation.c
1219@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c99_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c99_CFLAGS) $(CFLAGS) -MT test_pedantic_c99-test-pedantic-compilation.o -MD -MP -MF $(DEPDIR)/test_pedantic_c99-test-pedantic-compilation.Tpo -c -o test_pedantic_c99-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.c' || echo '$(srcdir)/'`test-pedantic-compilation.c
1220@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_c99-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_c99-test-pedantic-compilation.Po
1221@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test-pedantic-compilation.c' object='test_pedantic_c99-test-pedantic-compilation.o' libtool=no @AMDEPBACKSLASH@
1222@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1223@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c99_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c99_CFLAGS) $(CFLAGS) -c -o test_pedantic_c99-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.c' || echo '$(srcdir)/'`test-pedantic-compilation.c
1224
1225test_pedantic_c99-test-pedantic-compilation.obj: test-pedantic-compilation.c
1226@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c99_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c99_CFLAGS) $(CFLAGS) -MT test_pedantic_c99-test-pedantic-compilation.obj -MD -MP -MF $(DEPDIR)/test_pedantic_c99-test-pedantic-compilation.Tpo -c -o test_pedantic_c99-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.c'; then $(CYGPATH_W) 'test-pedantic-compilation.c'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.c'; fi`
1227@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_c99-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_c99-test-pedantic-compilation.Po
1228@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test-pedantic-compilation.c' object='test_pedantic_c99-test-pedantic-compilation.obj' libtool=no @AMDEPBACKSLASH@
1229@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1230@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_c99_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_c99_CFLAGS) $(CFLAGS) -c -o test_pedantic_c99-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.c'; then $(CYGPATH_W) 'test-pedantic-compilation.c'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.c'; fi`
1231
1232.cxx.o:
1233@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1234@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1235@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1236@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1237@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1238@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
1239
1240.cxx.obj:
1241@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1242@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1243@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1244@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1245@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1246@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1247
1248.cxx.lo:
1249@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1250@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1251@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1252@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1253@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1254@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
1255
1256test_pedantic_cxx-test-pedantic-compilation.o: test-pedantic-compilation.cxx
1257@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx_CXXFLAGS) $(CXXFLAGS) -MT test_pedantic_cxx-test-pedantic-compilation.o -MD -MP -MF $(DEPDIR)/test_pedantic_cxx-test-pedantic-compilation.Tpo -c -o test_pedantic_cxx-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.cxx' || echo '$(srcdir)/'`test-pedantic-compilation.cxx
1258@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_cxx-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_cxx-test-pedantic-compilation.Po
1259@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='test-pedantic-compilation.cxx' object='test_pedantic_cxx-test-pedantic-compilation.o' libtool=no @AMDEPBACKSLASH@
1260@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1261@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx_CXXFLAGS) $(CXXFLAGS) -c -o test_pedantic_cxx-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.cxx' || echo '$(srcdir)/'`test-pedantic-compilation.cxx
1262
1263test_pedantic_cxx-test-pedantic-compilation.obj: test-pedantic-compilation.cxx
1264@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx_CXXFLAGS) $(CXXFLAGS) -MT test_pedantic_cxx-test-pedantic-compilation.obj -MD -MP -MF $(DEPDIR)/test_pedantic_cxx-test-pedantic-compilation.Tpo -c -o test_pedantic_cxx-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.cxx'; then $(CYGPATH_W) 'test-pedantic-compilation.cxx'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.cxx'; fi`
1265@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_cxx-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_cxx-test-pedantic-compilation.Po
1266@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='test-pedantic-compilation.cxx' object='test_pedantic_cxx-test-pedantic-compilation.obj' libtool=no @AMDEPBACKSLASH@
1267@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1268@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx_CXXFLAGS) $(CXXFLAGS) -c -o test_pedantic_cxx-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.cxx'; then $(CYGPATH_W) 'test-pedantic-compilation.cxx'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.cxx'; fi`
1269
1270test_pedantic_cxx11-test-pedantic-compilation.o: test-pedantic-compilation.cxx
1271@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx11_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx11_CXXFLAGS) $(CXXFLAGS) -MT test_pedantic_cxx11-test-pedantic-compilation.o -MD -MP -MF $(DEPDIR)/test_pedantic_cxx11-test-pedantic-compilation.Tpo -c -o test_pedantic_cxx11-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.cxx' || echo '$(srcdir)/'`test-pedantic-compilation.cxx
1272@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_cxx11-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_cxx11-test-pedantic-compilation.Po
1273@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='test-pedantic-compilation.cxx' object='test_pedantic_cxx11-test-pedantic-compilation.o' libtool=no @AMDEPBACKSLASH@
1274@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1275@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx11_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx11_CXXFLAGS) $(CXXFLAGS) -c -o test_pedantic_cxx11-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.cxx' || echo '$(srcdir)/'`test-pedantic-compilation.cxx
1276
1277test_pedantic_cxx11-test-pedantic-compilation.obj: test-pedantic-compilation.cxx
1278@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx11_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx11_CXXFLAGS) $(CXXFLAGS) -MT test_pedantic_cxx11-test-pedantic-compilation.obj -MD -MP -MF $(DEPDIR)/test_pedantic_cxx11-test-pedantic-compilation.Tpo -c -o test_pedantic_cxx11-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.cxx'; then $(CYGPATH_W) 'test-pedantic-compilation.cxx'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.cxx'; fi`
1279@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_cxx11-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_cxx11-test-pedantic-compilation.Po
1280@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='test-pedantic-compilation.cxx' object='test_pedantic_cxx11-test-pedantic-compilation.obj' libtool=no @AMDEPBACKSLASH@
1281@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1282@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx11_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx11_CXXFLAGS) $(CXXFLAGS) -c -o test_pedantic_cxx11-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.cxx'; then $(CYGPATH_W) 'test-pedantic-compilation.cxx'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.cxx'; fi`
1283
1284test_pedantic_cxx14-test-pedantic-compilation.o: test-pedantic-compilation.cxx
1285@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx14_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx14_CXXFLAGS) $(CXXFLAGS) -MT test_pedantic_cxx14-test-pedantic-compilation.o -MD -MP -MF $(DEPDIR)/test_pedantic_cxx14-test-pedantic-compilation.Tpo -c -o test_pedantic_cxx14-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.cxx' || echo '$(srcdir)/'`test-pedantic-compilation.cxx
1286@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_cxx14-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_cxx14-test-pedantic-compilation.Po
1287@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='test-pedantic-compilation.cxx' object='test_pedantic_cxx14-test-pedantic-compilation.o' libtool=no @AMDEPBACKSLASH@
1288@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1289@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx14_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx14_CXXFLAGS) $(CXXFLAGS) -c -o test_pedantic_cxx14-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.cxx' || echo '$(srcdir)/'`test-pedantic-compilation.cxx
1290
1291test_pedantic_cxx14-test-pedantic-compilation.obj: test-pedantic-compilation.cxx
1292@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx14_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx14_CXXFLAGS) $(CXXFLAGS) -MT test_pedantic_cxx14-test-pedantic-compilation.obj -MD -MP -MF $(DEPDIR)/test_pedantic_cxx14-test-pedantic-compilation.Tpo -c -o test_pedantic_cxx14-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.cxx'; then $(CYGPATH_W) 'test-pedantic-compilation.cxx'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.cxx'; fi`
1293@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_cxx14-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_cxx14-test-pedantic-compilation.Po
1294@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='test-pedantic-compilation.cxx' object='test_pedantic_cxx14-test-pedantic-compilation.obj' libtool=no @AMDEPBACKSLASH@
1295@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1296@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx14_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx14_CXXFLAGS) $(CXXFLAGS) -c -o test_pedantic_cxx14-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.cxx'; then $(CYGPATH_W) 'test-pedantic-compilation.cxx'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.cxx'; fi`
1297
1298test_pedantic_cxx17-test-pedantic-compilation.o: test-pedantic-compilation.cxx
1299@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx17_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx17_CXXFLAGS) $(CXXFLAGS) -MT test_pedantic_cxx17-test-pedantic-compilation.o -MD -MP -MF $(DEPDIR)/test_pedantic_cxx17-test-pedantic-compilation.Tpo -c -o test_pedantic_cxx17-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.cxx' || echo '$(srcdir)/'`test-pedantic-compilation.cxx
1300@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_cxx17-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_cxx17-test-pedantic-compilation.Po
1301@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='test-pedantic-compilation.cxx' object='test_pedantic_cxx17-test-pedantic-compilation.o' libtool=no @AMDEPBACKSLASH@
1302@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1303@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx17_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx17_CXXFLAGS) $(CXXFLAGS) -c -o test_pedantic_cxx17-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.cxx' || echo '$(srcdir)/'`test-pedantic-compilation.cxx
1304
1305test_pedantic_cxx17-test-pedantic-compilation.obj: test-pedantic-compilation.cxx
1306@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx17_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx17_CXXFLAGS) $(CXXFLAGS) -MT test_pedantic_cxx17-test-pedantic-compilation.obj -MD -MP -MF $(DEPDIR)/test_pedantic_cxx17-test-pedantic-compilation.Tpo -c -o test_pedantic_cxx17-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.cxx'; then $(CYGPATH_W) 'test-pedantic-compilation.cxx'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.cxx'; fi`
1307@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_cxx17-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_cxx17-test-pedantic-compilation.Po
1308@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='test-pedantic-compilation.cxx' object='test_pedantic_cxx17-test-pedantic-compilation.obj' libtool=no @AMDEPBACKSLASH@
1309@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1310@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx17_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx17_CXXFLAGS) $(CXXFLAGS) -c -o test_pedantic_cxx17-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.cxx'; then $(CYGPATH_W) 'test-pedantic-compilation.cxx'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.cxx'; fi`
1311
1312test_pedantic_cxx98-test-pedantic-compilation.o: test-pedantic-compilation.cxx
1313@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx98_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx98_CXXFLAGS) $(CXXFLAGS) -MT test_pedantic_cxx98-test-pedantic-compilation.o -MD -MP -MF $(DEPDIR)/test_pedantic_cxx98-test-pedantic-compilation.Tpo -c -o test_pedantic_cxx98-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.cxx' || echo '$(srcdir)/'`test-pedantic-compilation.cxx
1314@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_cxx98-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_cxx98-test-pedantic-compilation.Po
1315@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='test-pedantic-compilation.cxx' object='test_pedantic_cxx98-test-pedantic-compilation.o' libtool=no @AMDEPBACKSLASH@
1316@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1317@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx98_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx98_CXXFLAGS) $(CXXFLAGS) -c -o test_pedantic_cxx98-test-pedantic-compilation.o `test -f 'test-pedantic-compilation.cxx' || echo '$(srcdir)/'`test-pedantic-compilation.cxx
1318
1319test_pedantic_cxx98-test-pedantic-compilation.obj: test-pedantic-compilation.cxx
1320@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx98_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx98_CXXFLAGS) $(CXXFLAGS) -MT test_pedantic_cxx98-test-pedantic-compilation.obj -MD -MP -MF $(DEPDIR)/test_pedantic_cxx98-test-pedantic-compilation.Tpo -c -o test_pedantic_cxx98-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.cxx'; then $(CYGPATH_W) 'test-pedantic-compilation.cxx'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.cxx'; fi`
1321@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_pedantic_cxx98-test-pedantic-compilation.Tpo $(DEPDIR)/test_pedantic_cxx98-test-pedantic-compilation.Po
1322@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='test-pedantic-compilation.cxx' object='test_pedantic_cxx98-test-pedantic-compilation.obj' libtool=no @AMDEPBACKSLASH@
1323@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1324@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_pedantic_cxx98_CPPFLAGS) $(CPPFLAGS) $(test_pedantic_cxx98_CXXFLAGS) $(CXXFLAGS) -c -o test_pedantic_cxx98-test-pedantic-compilation.obj `if test -f 'test-pedantic-compilation.cxx'; then $(CYGPATH_W) 'test-pedantic-compilation.cxx'; else $(CYGPATH_W) '$(srcdir)/test-pedantic-compilation.cxx'; fi`
1325
1326mostlyclean-libtool:
1327	-rm -f *.lo
1328
1329clean-libtool:
1330	-rm -rf .libs _libs
1331
1332# This directory's subdirectories are mostly independent; you can cd
1333# into them and run 'make' without going through this Makefile.
1334# To change the values of 'make' variables: instead of editing Makefiles,
1335# (1) if the variable is set in 'config.status', edit 'config.status'
1336#     (which will cause the Makefiles to be regenerated when you run 'make');
1337# (2) otherwise, pass the desired values on the 'make' command line.
1338$(am__recursive_targets):
1339	@fail=; \
1340	if $(am__make_keepgoing); then \
1341	  failcom='fail=yes'; \
1342	else \
1343	  failcom='exit 1'; \
1344	fi; \
1345	dot_seen=no; \
1346	target=`echo $@ | sed s/-recursive//`; \
1347	case "$@" in \
1348	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1349	  *) list='$(SUBDIRS)' ;; \
1350	esac; \
1351	for subdir in $$list; do \
1352	  echo "Making $$target in $$subdir"; \
1353	  if test "$$subdir" = "."; then \
1354	    dot_seen=yes; \
1355	    local_target="$$target-am"; \
1356	  else \
1357	    local_target="$$target"; \
1358	  fi; \
1359	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1360	  || eval $$failcom; \
1361	done; \
1362	if test "$$dot_seen" = "no"; then \
1363	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1364	fi; test -z "$$fail"
1365
1366ID: $(am__tagged_files)
1367	$(am__define_uniq_tagged_files); mkid -fID $$unique
1368tags: tags-recursive
1369TAGS: tags
1370
1371tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1372	set x; \
1373	here=`pwd`; \
1374	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1375	  include_option=--etags-include; \
1376	  empty_fix=.; \
1377	else \
1378	  include_option=--include; \
1379	  empty_fix=; \
1380	fi; \
1381	list='$(SUBDIRS)'; for subdir in $$list; do \
1382	  if test "$$subdir" = .; then :; else \
1383	    test ! -f $$subdir/TAGS || \
1384	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1385	  fi; \
1386	done; \
1387	$(am__define_uniq_tagged_files); \
1388	shift; \
1389	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1390	  test -n "$$unique" || unique=$$empty_fix; \
1391	  if test $$# -gt 0; then \
1392	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1393	      "$$@" $$unique; \
1394	  else \
1395	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1396	      $$unique; \
1397	  fi; \
1398	fi
1399ctags: ctags-recursive
1400
1401CTAGS: ctags
1402ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1403	$(am__define_uniq_tagged_files); \
1404	test -z "$(CTAGS_ARGS)$$unique" \
1405	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1406	     $$unique
1407
1408GTAGS:
1409	here=`$(am__cd) $(top_builddir) && pwd` \
1410	  && $(am__cd) $(top_srcdir) \
1411	  && gtags -i $(GTAGS_ARGS) "$$here"
1412cscopelist: cscopelist-recursive
1413
1414cscopelist-am: $(am__tagged_files)
1415	list='$(am__tagged_files)'; \
1416	case "$(srcdir)" in \
1417	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1418	  *) sdir=$(subdir)/$(srcdir) ;; \
1419	esac; \
1420	for i in $$list; do \
1421	  if test -f "$$i"; then \
1422	    echo "$(subdir)/$$i"; \
1423	  else \
1424	    echo "$$sdir/$$i"; \
1425	  fi; \
1426	done >> $(top_builddir)/cscope.files
1427
1428distclean-tags:
1429	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1430
1431# Recover from deleted '.trs' file; this should ensure that
1432# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1433# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1434# to avoid problems with "make -n".
1435.log.trs:
1436	rm -f $< $@
1437	$(MAKE) $(AM_MAKEFLAGS) $<
1438
1439# Leading 'am--fnord' is there to ensure the list of targets does not
1440# expand to empty, as could happen e.g. with make check TESTS=''.
1441am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1442am--force-recheck:
1443	@:
1444
1445$(TEST_SUITE_LOG): $(TEST_LOGS)
1446	@$(am__set_TESTS_bases); \
1447	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1448	redo_bases=`for i in $$bases; do \
1449	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1450	            done`; \
1451	if test -n "$$redo_bases"; then \
1452	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1453	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1454	  if $(am__make_dryrun); then :; else \
1455	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1456	  fi; \
1457	fi; \
1458	if test -n "$$am__remaking_logs"; then \
1459	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1460	       "recursion detected" >&2; \
1461	elif test -n "$$redo_logs"; then \
1462	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1463	fi; \
1464	if $(am__make_dryrun); then :; else \
1465	  st=0;  \
1466	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1467	  for i in $$redo_bases; do \
1468	    test -f $$i.trs && test -r $$i.trs \
1469	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1470	    test -f $$i.log && test -r $$i.log \
1471	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1472	  done; \
1473	  test $$st -eq 0 || exit 1; \
1474	fi
1475	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1476	ws='[ 	]'; \
1477	results=`for b in $$bases; do echo $$b.trs; done`; \
1478	test -n "$$results" || results=/dev/null; \
1479	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1480	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1481	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1482	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1483	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1484	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1485	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1486	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1487	  success=true; \
1488	else \
1489	  success=false; \
1490	fi; \
1491	br='==================='; br=$$br$$br$$br$$br; \
1492	result_count () \
1493	{ \
1494	    if test x"$$1" = x"--maybe-color"; then \
1495	      maybe_colorize=yes; \
1496	    elif test x"$$1" = x"--no-color"; then \
1497	      maybe_colorize=no; \
1498	    else \
1499	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1500	    fi; \
1501	    shift; \
1502	    desc=$$1 count=$$2; \
1503	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
1504	      color_start=$$3 color_end=$$std; \
1505	    else \
1506	      color_start= color_end=; \
1507	    fi; \
1508	    echo "$${color_start}# $$desc $$count$${color_end}"; \
1509	}; \
1510	create_testsuite_report () \
1511	{ \
1512	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
1513	  result_count $$1 "PASS: " $$pass  "$$grn"; \
1514	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
1515	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1516	  result_count $$1 "FAIL: " $$fail  "$$red"; \
1517	  result_count $$1 "XPASS:" $$xpass "$$red"; \
1518	  result_count $$1 "ERROR:" $$error "$$mgn"; \
1519	}; \
1520	{								\
1521	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
1522	    $(am__rst_title);						\
1523	  create_testsuite_report --no-color;				\
1524	  echo;								\
1525	  echo ".. contents:: :depth: 2";				\
1526	  echo;								\
1527	  for b in $$bases; do echo $$b; done				\
1528	    | $(am__create_global_log);					\
1529	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
1530	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
1531	if $$success; then						\
1532	  col="$$grn";							\
1533	 else								\
1534	  col="$$red";							\
1535	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
1536	fi;								\
1537	echo "$${col}$$br$${std}"; 					\
1538	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1539	echo "$${col}$$br$${std}"; 					\
1540	create_testsuite_report --maybe-color;				\
1541	echo "$$col$$br$$std";						\
1542	if $$success; then :; else					\
1543	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1544	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1545	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1546	  fi;								\
1547	  echo "$$col$$br$$std";					\
1548	fi;								\
1549	$$success || exit 1
1550
1551check-TESTS: $(check_PROGRAMS)
1552	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1553	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1554	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1555	@set +e; $(am__set_TESTS_bases); \
1556	log_list=`for i in $$bases; do echo $$i.log; done`; \
1557	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1558	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1559	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1560	exit $$?;
1561recheck: all $(check_PROGRAMS)
1562	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1563	@set +e; $(am__set_TESTS_bases); \
1564	bases=`for i in $$bases; do echo $$i; done \
1565	         | $(am__list_recheck_tests)` || exit 1; \
1566	log_list=`for i in $$bases; do echo $$i.log; done`; \
1567	log_list=`echo $$log_list`; \
1568	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1569	        am__force_recheck=am--force-recheck \
1570	        TEST_LOGS="$$log_list"; \
1571	exit $$?
1572test-endian.log: test-endian$(EXEEXT)
1573	@p='test-endian$(EXEEXT)'; \
1574	b='test-endian'; \
1575	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1576	--log-file $$b.log --trs-file $$b.trs \
1577	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1578	"$$tst" $(AM_TESTS_FD_REDIRECT)
1579test-camera-list.log: test-camera-list$(EXEEXT)
1580	@p='test-camera-list$(EXEEXT)'; \
1581	b='test-camera-list'; \
1582	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1583	--log-file $$b.log --trs-file $$b.trs \
1584	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1585	"$$tst" $(AM_TESTS_FD_REDIRECT)
1586test-pedantic-c.log: test-pedantic-c$(EXEEXT)
1587	@p='test-pedantic-c$(EXEEXT)'; \
1588	b='test-pedantic-c'; \
1589	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1590	--log-file $$b.log --trs-file $$b.trs \
1591	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1592	"$$tst" $(AM_TESTS_FD_REDIRECT)
1593test-pedantic-cxx.log: test-pedantic-cxx$(EXEEXT)
1594	@p='test-pedantic-cxx$(EXEEXT)'; \
1595	b='test-pedantic-cxx'; \
1596	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1597	--log-file $$b.log --trs-file $$b.trs \
1598	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1599	"$$tst" $(AM_TESTS_FD_REDIRECT)
1600test-pedantic-c90.log: test-pedantic-c90$(EXEEXT)
1601	@p='test-pedantic-c90$(EXEEXT)'; \
1602	b='test-pedantic-c90'; \
1603	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1604	--log-file $$b.log --trs-file $$b.trs \
1605	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1606	"$$tst" $(AM_TESTS_FD_REDIRECT)
1607test-pedantic-c99.log: test-pedantic-c99$(EXEEXT)
1608	@p='test-pedantic-c99$(EXEEXT)'; \
1609	b='test-pedantic-c99'; \
1610	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1611	--log-file $$b.log --trs-file $$b.trs \
1612	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1613	"$$tst" $(AM_TESTS_FD_REDIRECT)
1614test-pedantic-c11.log: test-pedantic-c11$(EXEEXT)
1615	@p='test-pedantic-c11$(EXEEXT)'; \
1616	b='test-pedantic-c11'; \
1617	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1618	--log-file $$b.log --trs-file $$b.trs \
1619	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1620	"$$tst" $(AM_TESTS_FD_REDIRECT)
1621test-pedantic-cxx98.log: test-pedantic-cxx98$(EXEEXT)
1622	@p='test-pedantic-cxx98$(EXEEXT)'; \
1623	b='test-pedantic-cxx98'; \
1624	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1625	--log-file $$b.log --trs-file $$b.trs \
1626	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1627	"$$tst" $(AM_TESTS_FD_REDIRECT)
1628test-pedantic-cxx11.log: test-pedantic-cxx11$(EXEEXT)
1629	@p='test-pedantic-cxx11$(EXEEXT)'; \
1630	b='test-pedantic-cxx11'; \
1631	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1632	--log-file $$b.log --trs-file $$b.trs \
1633	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1634	"$$tst" $(AM_TESTS_FD_REDIRECT)
1635test-pedantic-cxx14.log: test-pedantic-cxx14$(EXEEXT)
1636	@p='test-pedantic-cxx14$(EXEEXT)'; \
1637	b='test-pedantic-cxx14'; \
1638	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1639	--log-file $$b.log --trs-file $$b.trs \
1640	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1641	"$$tst" $(AM_TESTS_FD_REDIRECT)
1642test-pedantic-cxx17.log: test-pedantic-cxx17$(EXEEXT)
1643	@p='test-pedantic-cxx17$(EXEEXT)'; \
1644	b='test-pedantic-cxx17'; \
1645	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1646	--log-file $$b.log --trs-file $$b.trs \
1647	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1648	"$$tst" $(AM_TESTS_FD_REDIRECT)
1649.test.log:
1650	@p='$<'; \
1651	$(am__set_b); \
1652	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1653	--log-file $$b.log --trs-file $$b.trs \
1654	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1655	"$$tst" $(AM_TESTS_FD_REDIRECT)
1656@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1657@am__EXEEXT_TRUE@	@p='$<'; \
1658@am__EXEEXT_TRUE@	$(am__set_b); \
1659@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1660@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1661@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1662@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1663
1664distdir: $(BUILT_SOURCES)
1665	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1666
1667distdir-am: $(DISTFILES)
1668	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1669	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1670	list='$(DISTFILES)'; \
1671	  dist_files=`for file in $$list; do echo $$file; done | \
1672	  sed -e "s|^$$srcdirstrip/||;t" \
1673	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1674	case $$dist_files in \
1675	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1676			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1677			   sort -u` ;; \
1678	esac; \
1679	for file in $$dist_files; do \
1680	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1681	  if test -d $$d/$$file; then \
1682	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1683	    if test -d "$(distdir)/$$file"; then \
1684	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1685	    fi; \
1686	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1687	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1688	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1689	    fi; \
1690	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1691	  else \
1692	    test -f "$(distdir)/$$file" \
1693	    || cp -p $$d/$$file "$(distdir)/$$file" \
1694	    || exit 1; \
1695	  fi; \
1696	done
1697	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1698	  if test "$$subdir" = .; then :; else \
1699	    $(am__make_dryrun) \
1700	      || test -d "$(distdir)/$$subdir" \
1701	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1702	      || exit 1; \
1703	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1704	    $(am__relativize); \
1705	    new_distdir=$$reldir; \
1706	    dir1=$$subdir; dir2="$(top_distdir)"; \
1707	    $(am__relativize); \
1708	    new_top_distdir=$$reldir; \
1709	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1710	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1711	    ($(am__cd) $$subdir && \
1712	      $(MAKE) $(AM_MAKEFLAGS) \
1713	        top_distdir="$$new_top_distdir" \
1714	        distdir="$$new_distdir" \
1715		am__remove_distdir=: \
1716		am__skip_length_check=: \
1717		am__skip_mode_fix=: \
1718	        distdir) \
1719	      || exit 1; \
1720	  fi; \
1721	done
1722check-am: all-am
1723	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1724	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1725check: check-recursive
1726all-am: Makefile $(PROGRAMS)
1727installdirs: installdirs-recursive
1728installdirs-am:
1729install: install-recursive
1730install-exec: install-exec-recursive
1731install-data: install-data-recursive
1732uninstall: uninstall-recursive
1733
1734install-am: all-am
1735	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1736
1737installcheck: installcheck-recursive
1738install-strip:
1739	if test -z '$(STRIP)'; then \
1740	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1741	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1742	      install; \
1743	else \
1744	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1745	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1746	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1747	fi
1748mostlyclean-generic:
1749	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1750	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1751	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1752
1753clean-generic:
1754
1755distclean-generic:
1756	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1757	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1758
1759maintainer-clean-generic:
1760	@echo "This command is intended for maintainers to use"
1761	@echo "it deletes files that may require special tools to rebuild."
1762clean: clean-recursive
1763
1764clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
1765	clean-noinstPROGRAMS mostlyclean-am
1766
1767distclean: distclean-recursive
1768		-rm -f ./$(DEPDIR)/print-libgphoto2-version.Po
1769	-rm -f ./$(DEPDIR)/test-camera-list.Po
1770	-rm -f ./$(DEPDIR)/test-endian.Po
1771	-rm -f ./$(DEPDIR)/test-filesys.Po
1772	-rm -f ./$(DEPDIR)/test-gphoto2.Po
1773	-rm -f ./$(DEPDIR)/test_pedantic_c-test-pedantic-compilation.Po
1774	-rm -f ./$(DEPDIR)/test_pedantic_c11-test-pedantic-compilation.Po
1775	-rm -f ./$(DEPDIR)/test_pedantic_c90-test-pedantic-compilation.Po
1776	-rm -f ./$(DEPDIR)/test_pedantic_c99-test-pedantic-compilation.Po
1777	-rm -f ./$(DEPDIR)/test_pedantic_cxx-test-pedantic-compilation.Po
1778	-rm -f ./$(DEPDIR)/test_pedantic_cxx11-test-pedantic-compilation.Po
1779	-rm -f ./$(DEPDIR)/test_pedantic_cxx14-test-pedantic-compilation.Po
1780	-rm -f ./$(DEPDIR)/test_pedantic_cxx17-test-pedantic-compilation.Po
1781	-rm -f ./$(DEPDIR)/test_pedantic_cxx98-test-pedantic-compilation.Po
1782	-rm -f Makefile
1783distclean-am: clean-am distclean-compile distclean-generic \
1784	distclean-tags
1785
1786dvi: dvi-recursive
1787
1788dvi-am:
1789
1790html: html-recursive
1791
1792html-am:
1793
1794info: info-recursive
1795
1796info-am:
1797
1798install-data-am:
1799
1800install-dvi: install-dvi-recursive
1801
1802install-dvi-am:
1803
1804install-exec-am:
1805
1806install-html: install-html-recursive
1807
1808install-html-am:
1809
1810install-info: install-info-recursive
1811
1812install-info-am:
1813
1814install-man:
1815
1816install-pdf: install-pdf-recursive
1817
1818install-pdf-am:
1819
1820install-ps: install-ps-recursive
1821
1822install-ps-am:
1823
1824installcheck-am: installcheck-local
1825
1826maintainer-clean: maintainer-clean-recursive
1827		-rm -f ./$(DEPDIR)/print-libgphoto2-version.Po
1828	-rm -f ./$(DEPDIR)/test-camera-list.Po
1829	-rm -f ./$(DEPDIR)/test-endian.Po
1830	-rm -f ./$(DEPDIR)/test-filesys.Po
1831	-rm -f ./$(DEPDIR)/test-gphoto2.Po
1832	-rm -f ./$(DEPDIR)/test_pedantic_c-test-pedantic-compilation.Po
1833	-rm -f ./$(DEPDIR)/test_pedantic_c11-test-pedantic-compilation.Po
1834	-rm -f ./$(DEPDIR)/test_pedantic_c90-test-pedantic-compilation.Po
1835	-rm -f ./$(DEPDIR)/test_pedantic_c99-test-pedantic-compilation.Po
1836	-rm -f ./$(DEPDIR)/test_pedantic_cxx-test-pedantic-compilation.Po
1837	-rm -f ./$(DEPDIR)/test_pedantic_cxx11-test-pedantic-compilation.Po
1838	-rm -f ./$(DEPDIR)/test_pedantic_cxx14-test-pedantic-compilation.Po
1839	-rm -f ./$(DEPDIR)/test_pedantic_cxx17-test-pedantic-compilation.Po
1840	-rm -f ./$(DEPDIR)/test_pedantic_cxx98-test-pedantic-compilation.Po
1841	-rm -f Makefile
1842maintainer-clean-am: distclean-am maintainer-clean-generic
1843
1844mostlyclean: mostlyclean-recursive
1845
1846mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1847	mostlyclean-libtool
1848
1849pdf: pdf-recursive
1850
1851pdf-am:
1852
1853ps: ps-recursive
1854
1855ps-am:
1856
1857uninstall-am:
1858
1859.MAKE: $(am__recursive_targets) check-am install-am install-strip
1860
1861.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1862	am--depfiles check check-TESTS check-am clean \
1863	clean-checkPROGRAMS clean-generic clean-libtool \
1864	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
1865	distclean-compile distclean-generic distclean-libtool \
1866	distclean-tags distdir dvi dvi-am html html-am info info-am \
1867	install install-am install-data install-data-am install-dvi \
1868	install-dvi-am install-exec install-exec-am install-html \
1869	install-html-am install-info install-info-am install-man \
1870	install-pdf install-pdf-am install-ps install-ps-am \
1871	install-strip installcheck installcheck-am installcheck-local \
1872	installdirs installdirs-am maintainer-clean \
1873	maintainer-clean-generic mostlyclean mostlyclean-compile \
1874	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1875	recheck tags tags-am uninstall uninstall-am
1876
1877.PRECIOUS: Makefile
1878
1879
1880# FIXME: Only run this if not cross-compiling
1881installcheck-local: $(INSTALL_TESTS) $(INSTALLCHECK_DEPS)
1882	@total=0; failed=0; success=0; ignored=0; \
1883	echo "Running \"installcheck\" test cases..."; \
1884	for script in $(INSTALL_TESTS); do \
1885		echo "Test case: $$script"; \
1886		total="$$(expr $$total + 1)"; \
1887		if test -f "./$$script"; then dir="./"; \
1888		elif test -f "$$script"; then dir=""; \
1889		else dir="$(srcdir)/"; fi; \
1890		if $(INSTALL_TESTS_ENVIRONMENT) "$$dir/$$script"; then \
1891			echo "SUCCEEDED: $$script"; \
1892			success="$$(expr $$success + 1)"; \
1893		else \
1894			s="$$?"; \
1895			if test "$$s" = "77"; then \
1896				echo "FAILURE IGNORED (return code $$s): $$script"; \
1897				ignored="$$(expr $$ignored + 1)"; \
1898			else \
1899				echo "FAILED (return code $$s): $$script"; \
1900				failed="$$(expr $$failed + 1)"; \
1901			fi; \
1902		fi; \
1903	done; \
1904	echo "Test summary: $$success succeeded, $$failed failed, $$ignored failures ignored, $$total tests in total."; \
1905	if test "$$failed" -gt 0; then \
1906		echo "Error: One or more \"installcheck\" testcases have failed."; \
1907		exit 1; \
1908	fi
1909
1910########################################################################
1911# Implement the checks for the installed library
1912########################################################################
1913
1914# Tell versions [3.59,3.63) of GNU make to not export all variables.
1915# Otherwise a system limit (for SysV at least) may be exceeded.
1916.NOEXPORT:
1917