Imported Upstream version 2.2.0
[deb_libcec.git] / src / testclient / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 bin_PROGRAMS = cec-client$(EXEEXT)
82 subdir = src/testclient
83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84 $(top_srcdir)/depcomp
85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
87 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88 $(ACLOCAL_M4)
89 mkinstalldirs = $(install_sh) -d
90 CONFIG_HEADER = $(top_builddir)/config.h
91 CONFIG_CLEAN_FILES =
92 CONFIG_CLEAN_VPATH_FILES =
93 am__installdirs = "$(DESTDIR)$(bindir)"
94 PROGRAMS = $(bin_PROGRAMS)
95 am_cec_client_OBJECTS = cec_client-main.$(OBJEXT)
96 cec_client_OBJECTS = $(am_cec_client_OBJECTS)
97 cec_client_LDADD = $(LDADD)
98 AM_V_lt = $(am__v_lt_@AM_V@)
99 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
100 am__v_lt_0 = --silent
101 am__v_lt_1 =
102 cec_client_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
103 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
104 $(CXXFLAGS) $(cec_client_LDFLAGS) $(LDFLAGS) -o $@
105 AM_V_P = $(am__v_P_@AM_V@)
106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107 am__v_P_0 = false
108 am__v_P_1 = :
109 AM_V_GEN = $(am__v_GEN_@AM_V@)
110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111 am__v_GEN_0 = @echo " GEN " $@;
112 am__v_GEN_1 =
113 AM_V_at = $(am__v_at_@AM_V@)
114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115 am__v_at_0 = @
116 am__v_at_1 =
117 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
118 depcomp = $(SHELL) $(top_srcdir)/depcomp
119 am__depfiles_maybe = depfiles
120 am__mv = mv -f
121 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
122 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
123 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
124 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
125 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
126 $(AM_CXXFLAGS) $(CXXFLAGS)
127 AM_V_CXX = $(am__v_CXX_@AM_V@)
128 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
129 am__v_CXX_0 = @echo " CXX " $@;
130 am__v_CXX_1 =
131 CXXLD = $(CXX)
132 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
133 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
134 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
135 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
136 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
137 am__v_CXXLD_0 = @echo " CXXLD " $@;
138 am__v_CXXLD_1 =
139 SOURCES = $(cec_client_SOURCES)
140 DIST_SOURCES = $(cec_client_SOURCES)
141 am__can_run_installinfo = \
142 case $$AM_UPDATE_INFO_DIR in \
143 n|no|NO) false;; \
144 *) (install-info --version) >/dev/null 2>&1;; \
145 esac
146 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
147 # Read a list of newline-separated strings from the standard input,
148 # and print each of them once, without duplicates. Input order is
149 # *not* preserved.
150 am__uniquify_input = $(AWK) '\
151 BEGIN { nonempty = 0; } \
152 { items[$$0] = 1; nonempty = 1; } \
153 END { if (nonempty) { for (i in items) print i; }; } \
154 '
155 # Make sure the list of sources is unique. This is necessary because,
156 # e.g., the same source file might be shared among _SOURCES variables
157 # for different programs/libraries.
158 am__define_uniq_tagged_files = \
159 list='$(am__tagged_files)'; \
160 unique=`for i in $$list; do \
161 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
162 done | $(am__uniquify_input)`
163 ETAGS = etags
164 CTAGS = ctags
165 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
166 ACLOCAL = @ACLOCAL@
167 AMTAR = @AMTAR@
168 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
169 AR = @AR@
170 AUTOCONF = @AUTOCONF@
171 AUTOHEADER = @AUTOHEADER@
172 AUTOMAKE = @AUTOMAKE@
173 AWK = @AWK@
174 CC = @CC@
175 CCDEPMODE = @CCDEPMODE@
176 CFLAGS = @CFLAGS@
177 CPP = @CPP@
178 CPPFLAGS = @CPPFLAGS@
179 CXX = @CXX@
180 CXXCPP = @CXXCPP@
181 CXXDEPMODE = @CXXDEPMODE@
182 CXXFLAGS = @CXXFLAGS@
183 CYGPATH_W = @CYGPATH_W@
184 DEFS = @DEFS@
185 DEPDIR = @DEPDIR@
186 DLLTOOL = @DLLTOOL@
187 DSYMUTIL = @DSYMUTIL@
188 DUMPBIN = @DUMPBIN@
189 ECHO_C = @ECHO_C@
190 ECHO_N = @ECHO_N@
191 ECHO_T = @ECHO_T@
192 EGREP = @EGREP@
193 EXEEXT = @EXEEXT@
194 FGREP = @FGREP@
195 GREP = @GREP@
196 HAVE_DATE = @HAVE_DATE@
197 HAVE_GIT = @HAVE_GIT@
198 HAVE_HOSTNAME = @HAVE_HOSTNAME@
199 HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
200 HAVE_UNAME = @HAVE_UNAME@
201 HAVE_WHOAMI = @HAVE_WHOAMI@
202 INSTALL = @INSTALL@
203 INSTALL_DATA = @INSTALL_DATA@
204 INSTALL_PROGRAM = @INSTALL_PROGRAM@
205 INSTALL_SCRIPT = @INSTALL_SCRIPT@
206 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
207 LD = @LD@
208 LDFLAGS = @LDFLAGS@
209 LIBOBJS = @LIBOBJS@
210 LIBS = @LIBS@
211 LIBS_LIBCEC = @LIBS_LIBCEC@
212 LIBTOOL = @LIBTOOL@
213 LIB_INFO = @LIB_INFO@
214 LIPO = @LIPO@
215 LN_S = @LN_S@
216 LTLIBOBJS = @LTLIBOBJS@
217 MAKEINFO = @MAKEINFO@
218 MANIFEST_TOOL = @MANIFEST_TOOL@
219 MKDIR_P = @MKDIR_P@
220 NM = @NM@
221 NMEDIT = @NMEDIT@
222 OBJDUMP = @OBJDUMP@
223 OBJEXT = @OBJEXT@
224 OTOOL = @OTOOL@
225 OTOOL64 = @OTOOL64@
226 PACKAGE = @PACKAGE@
227 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228 PACKAGE_NAME = @PACKAGE_NAME@
229 PACKAGE_STRING = @PACKAGE_STRING@
230 PACKAGE_TARNAME = @PACKAGE_TARNAME@
231 PACKAGE_URL = @PACKAGE_URL@
232 PACKAGE_VERSION = @PACKAGE_VERSION@
233 PATH_SEPARATOR = @PATH_SEPARATOR@
234 PKG_CONFIG = @PKG_CONFIG@
235 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
236 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
237 RANLIB = @RANLIB@
238 REQUIRES = @REQUIRES@
239 SED = @SED@
240 SET_MAKE = @SET_MAKE@
241 SHELL = @SHELL@
242 STRIP = @STRIP@
243 UDEV_CFLAGS = @UDEV_CFLAGS@
244 UDEV_LIBS = @UDEV_LIBS@
245 USE_P8_USB = @USE_P8_USB@
246 USE_P8_USB_DETECT = @USE_P8_USB_DETECT@
247 USE_RPI_API = @USE_RPI_API@
248 VERSION = @VERSION@
249 abs_builddir = @abs_builddir@
250 abs_srcdir = @abs_srcdir@
251 abs_top_builddir = @abs_top_builddir@
252 abs_top_srcdir = @abs_top_srcdir@
253 ac_ct_AR = @ac_ct_AR@
254 ac_ct_CC = @ac_ct_CC@
255 ac_ct_CXX = @ac_ct_CXX@
256 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
257 am__include = @am__include@
258 am__leading_dot = @am__leading_dot@
259 am__quote = @am__quote@
260 am__tar = @am__tar@
261 am__untar = @am__untar@
262 bindir = @bindir@
263 build = @build@
264 build_alias = @build_alias@
265 build_cpu = @build_cpu@
266 build_os = @build_os@
267 build_vendor = @build_vendor@
268 builddir = @builddir@
269 datadir = @datadir@
270 datarootdir = @datarootdir@
271 docdir = @docdir@
272 dvidir = @dvidir@
273 exec_prefix = @exec_prefix@
274 host = @host@
275 host_alias = @host_alias@
276 host_cpu = @host_cpu@
277 host_os = @host_os@
278 host_vendor = @host_vendor@
279 htmldir = @htmldir@
280 includedir = @includedir@
281 infodir = @infodir@
282 install_sh = @install_sh@
283 libdir = @libdir@
284 libexecdir = @libexecdir@
285 localedir = @localedir@
286 localstatedir = @localstatedir@
287 mandir = @mandir@
288 mkdir_p = @mkdir_p@
289 oldincludedir = @oldincludedir@
290 pdfdir = @pdfdir@
291 prefix = @prefix@
292 program_transform_name = @program_transform_name@
293 psdir = @psdir@
294 sbindir = @sbindir@
295 sharedstatedir = @sharedstatedir@
296 srcdir = @srcdir@
297 sysconfdir = @sysconfdir@
298 target_alias = @target_alias@
299 top_build_prefix = @top_build_prefix@
300 top_builddir = @top_builddir@
301 top_srcdir = @top_srcdir@
302 cec_client_SOURCES = main.cpp
303 cec_client_CPPFLAGS = -I@abs_top_srcdir@/include
304 cec_client_LDFLAGS = @LIBS@
305 all: all-am
306
307 .SUFFIXES:
308 .SUFFIXES: .cpp .lo .o .obj
309 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
310 @for dep in $?; do \
311 case '$(am__configure_deps)' in \
312 *$$dep*) \
313 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
314 && { if test -f $@; then exit 0; else break; fi; }; \
315 exit 1;; \
316 esac; \
317 done; \
318 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/testclient/Makefile'; \
319 $(am__cd) $(top_srcdir) && \
320 $(AUTOMAKE) --foreign src/testclient/Makefile
321 .PRECIOUS: Makefile
322 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323 @case '$?' in \
324 *config.status*) \
325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
326 *) \
327 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
328 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
329 esac;
330
331 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333
334 $(top_srcdir)/configure: $(am__configure_deps)
335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
337 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 $(am__aclocal_m4_deps):
339 install-binPROGRAMS: $(bin_PROGRAMS)
340 @$(NORMAL_INSTALL)
341 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
342 if test -n "$$list"; then \
343 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
344 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
345 fi; \
346 for p in $$list; do echo "$$p $$p"; done | \
347 sed 's/$(EXEEXT)$$//' | \
348 while read p p1; do if test -f $$p \
349 || test -f $$p1 \
350 ; then echo "$$p"; echo "$$p"; else :; fi; \
351 done | \
352 sed -e 'p;s,.*/,,;n;h' \
353 -e 's|.*|.|' \
354 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
355 sed 'N;N;N;s,\n, ,g' | \
356 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
357 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
358 if ($$2 == $$4) files[d] = files[d] " " $$1; \
359 else { print "f", $$3 "/" $$4, $$1; } } \
360 END { for (d in files) print "f", d, files[d] }' | \
361 while read type dir files; do \
362 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
363 test -z "$$files" || { \
364 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
365 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
366 } \
367 ; done
368
369 uninstall-binPROGRAMS:
370 @$(NORMAL_UNINSTALL)
371 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
372 files=`for p in $$list; do echo "$$p"; done | \
373 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
374 -e 's/$$/$(EXEEXT)/' \
375 `; \
376 test -n "$$list" || exit 0; \
377 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
378 cd "$(DESTDIR)$(bindir)" && rm -f $$files
379
380 clean-binPROGRAMS:
381 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
382 echo " rm -f" $$list; \
383 rm -f $$list || exit $$?; \
384 test -n "$(EXEEXT)" || exit 0; \
385 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
386 echo " rm -f" $$list; \
387 rm -f $$list
388
389 cec-client$(EXEEXT): $(cec_client_OBJECTS) $(cec_client_DEPENDENCIES) $(EXTRA_cec_client_DEPENDENCIES)
390 @rm -f cec-client$(EXEEXT)
391 $(AM_V_CXXLD)$(cec_client_LINK) $(cec_client_OBJECTS) $(cec_client_LDADD) $(LIBS)
392
393 mostlyclean-compile:
394 -rm -f *.$(OBJEXT)
395
396 distclean-compile:
397 -rm -f *.tab.c
398
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cec_client-main.Po@am__quote@
400
401 .cpp.o:
402 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
403 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
404 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
405 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
407
408 .cpp.obj:
409 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
410 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
411 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
412 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
414
415 .cpp.lo:
416 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
418 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
419 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
421
422 cec_client-main.o: main.cpp
423 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_client-main.o -MD -MP -MF $(DEPDIR)/cec_client-main.Tpo -c -o cec_client-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
424 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cec_client-main.Tpo $(DEPDIR)/cec_client-main.Po
425 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='main.cpp' object='cec_client-main.o' libtool=no @AMDEPBACKSLASH@
426 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_client-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
428
429 cec_client-main.obj: main.cpp
430 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_client-main.obj -MD -MP -MF $(DEPDIR)/cec_client-main.Tpo -c -o cec_client-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
431 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cec_client-main.Tpo $(DEPDIR)/cec_client-main.Po
432 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='main.cpp' object='cec_client-main.obj' libtool=no @AMDEPBACKSLASH@
433 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_client-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
435
436 mostlyclean-libtool:
437 -rm -f *.lo
438
439 clean-libtool:
440 -rm -rf .libs _libs
441
442 ID: $(am__tagged_files)
443 $(am__define_uniq_tagged_files); mkid -fID $$unique
444 tags: tags-am
445 TAGS: tags
446
447 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
448 set x; \
449 here=`pwd`; \
450 $(am__define_uniq_tagged_files); \
451 shift; \
452 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
453 test -n "$$unique" || unique=$$empty_fix; \
454 if test $$# -gt 0; then \
455 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456 "$$@" $$unique; \
457 else \
458 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
459 $$unique; \
460 fi; \
461 fi
462 ctags: ctags-am
463
464 CTAGS: ctags
465 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
466 $(am__define_uniq_tagged_files); \
467 test -z "$(CTAGS_ARGS)$$unique" \
468 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469 $$unique
470
471 GTAGS:
472 here=`$(am__cd) $(top_builddir) && pwd` \
473 && $(am__cd) $(top_srcdir) \
474 && gtags -i $(GTAGS_ARGS) "$$here"
475 cscopelist: cscopelist-am
476
477 cscopelist-am: $(am__tagged_files)
478 list='$(am__tagged_files)'; \
479 case "$(srcdir)" in \
480 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
481 *) sdir=$(subdir)/$(srcdir) ;; \
482 esac; \
483 for i in $$list; do \
484 if test -f "$$i"; then \
485 echo "$(subdir)/$$i"; \
486 else \
487 echo "$$sdir/$$i"; \
488 fi; \
489 done >> $(top_builddir)/cscope.files
490
491 distclean-tags:
492 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493
494 distdir: $(DISTFILES)
495 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
497 list='$(DISTFILES)'; \
498 dist_files=`for file in $$list; do echo $$file; done | \
499 sed -e "s|^$$srcdirstrip/||;t" \
500 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
501 case $$dist_files in \
502 */*) $(MKDIR_P) `echo "$$dist_files" | \
503 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
504 sort -u` ;; \
505 esac; \
506 for file in $$dist_files; do \
507 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
508 if test -d $$d/$$file; then \
509 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
510 if test -d "$(distdir)/$$file"; then \
511 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512 fi; \
513 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
514 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
515 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516 fi; \
517 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
518 else \
519 test -f "$(distdir)/$$file" \
520 || cp -p $$d/$$file "$(distdir)/$$file" \
521 || exit 1; \
522 fi; \
523 done
524 check-am: all-am
525 check: check-am
526 all-am: Makefile $(PROGRAMS)
527 installdirs:
528 for dir in "$(DESTDIR)$(bindir)"; do \
529 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
530 done
531 install: install-am
532 install-exec: install-exec-am
533 install-data: install-data-am
534 uninstall: uninstall-am
535
536 install-am: all-am
537 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
538
539 installcheck: installcheck-am
540 install-strip:
541 if test -z '$(STRIP)'; then \
542 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
543 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
544 install; \
545 else \
546 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
547 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
548 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
549 fi
550 mostlyclean-generic:
551
552 clean-generic:
553
554 distclean-generic:
555 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
556 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
557
558 maintainer-clean-generic:
559 @echo "This command is intended for maintainers to use"
560 @echo "it deletes files that may require special tools to rebuild."
561 clean: clean-am
562
563 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
564
565 distclean: distclean-am
566 -rm -rf ./$(DEPDIR)
567 -rm -f Makefile
568 distclean-am: clean-am distclean-compile distclean-generic \
569 distclean-tags
570
571 dvi: dvi-am
572
573 dvi-am:
574
575 html: html-am
576
577 html-am:
578
579 info: info-am
580
581 info-am:
582
583 install-data-am:
584
585 install-dvi: install-dvi-am
586
587 install-dvi-am:
588
589 install-exec-am: install-binPROGRAMS
590
591 install-html: install-html-am
592
593 install-html-am:
594
595 install-info: install-info-am
596
597 install-info-am:
598
599 install-man:
600
601 install-pdf: install-pdf-am
602
603 install-pdf-am:
604
605 install-ps: install-ps-am
606
607 install-ps-am:
608
609 installcheck-am:
610
611 maintainer-clean: maintainer-clean-am
612 -rm -rf ./$(DEPDIR)
613 -rm -f Makefile
614 maintainer-clean-am: distclean-am maintainer-clean-generic
615
616 mostlyclean: mostlyclean-am
617
618 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
619 mostlyclean-libtool
620
621 pdf: pdf-am
622
623 pdf-am:
624
625 ps: ps-am
626
627 ps-am:
628
629 uninstall-am: uninstall-binPROGRAMS
630
631 .MAKE: install-am install-strip
632
633 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
634 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
635 ctags ctags-am distclean distclean-compile distclean-generic \
636 distclean-libtool distclean-tags distdir dvi dvi-am html \
637 html-am info info-am install install-am install-binPROGRAMS \
638 install-data install-data-am install-dvi install-dvi-am \
639 install-exec install-exec-am install-html install-html-am \
640 install-info install-info-am install-man install-pdf \
641 install-pdf-am install-ps install-ps-am install-strip \
642 installcheck installcheck-am installdirs maintainer-clean \
643 maintainer-clean-generic mostlyclean mostlyclean-compile \
644 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
645 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
646
647
648 # Tell versions [3.59,3.63) of GNU make to not export all variables.
649 # Otherwise a system limit (for SysV at least) may be exceeded.
650 .NOEXPORT: