Imported Upstream version 2.2.0
[deb_libcec.git] / src / lib / Makefile.in
CommitLineData
cbbe90dd
JB
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18
19VPATH = @srcdir@
20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21am__make_running_with_option = \
22 case $${target_option-} in \
23 ?) ;; \
24 *) echo "am__make_running_with_option: internal error: invalid" \
25 "target option '$${target_option-}' specified" >&2; \
26 exit 1;; \
27 esac; \
28 has_opt=no; \
29 sane_makeflags=$$MAKEFLAGS; \
30 if $(am__is_gnu_make); then \
31 sane_makeflags=$$MFLAGS; \
32 else \
33 case $$MAKEFLAGS in \
34 *\\[\ \ ]*) \
35 bs=\\; \
36 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
38 esac; \
39 fi; \
40 skip_next=no; \
41 strip_trailopt () \
42 { \
43 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44 }; \
45 for flg in $$sane_makeflags; do \
46 test $$skip_next = yes && { skip_next=no; continue; }; \
47 case $$flg in \
48 *=*|--*) continue;; \
49 -*I) strip_trailopt 'I'; skip_next=yes;; \
50 -*I?*) strip_trailopt 'I';; \
51 -*O) strip_trailopt 'O'; skip_next=yes;; \
52 -*O?*) strip_trailopt 'O';; \
53 -*l) strip_trailopt 'l'; skip_next=yes;; \
54 -*l?*) strip_trailopt 'l';; \
55 -[dEDm]) skip_next=yes;; \
56 -[JT]) skip_next=yes;; \
57 esac; \
58 case $$flg in \
59 *$$target_option*) has_opt=yes; break;; \
60 esac; \
61 done; \
62 test $$has_opt = yes
63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65pkgdatadir = $(datadir)/@PACKAGE@
66pkgincludedir = $(includedir)/@PACKAGE@
67pkglibdir = $(libdir)/@PACKAGE@
68pkglibexecdir = $(libexecdir)/@PACKAGE@
69am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70install_sh_DATA = $(install_sh) -c -m 644
71install_sh_PROGRAM = $(install_sh) -c
72install_sh_SCRIPT = $(install_sh) -c
73INSTALL_HEADER = $(INSTALL_DATA)
74transform = $(program_transform_name)
75NORMAL_INSTALL = :
76PRE_INSTALL = :
77POST_INSTALL = :
78NORMAL_UNINSTALL = :
79PRE_UNINSTALL = :
80POST_UNINSTALL = :
81build_triplet = @build@
82host_triplet = @host@
83@USE_P8_USB_TRUE@am__append_1 = adapter/Pulse-Eight/USBCECAdapterMessage.cpp \
84@USE_P8_USB_TRUE@ adapter/Pulse-Eight/USBCECAdapterCommands.cpp \
85@USE_P8_USB_TRUE@ adapter/Pulse-Eight/USBCECAdapterCommunication.cpp \
86@USE_P8_USB_TRUE@ adapter/Pulse-Eight/USBCECAdapterMessageQueue.cpp \
87@USE_P8_USB_TRUE@ adapter/Pulse-Eight/USBCECAdapterDetection.cpp \
88@USE_P8_USB_TRUE@ platform/posix/serialport.cpp \
89@USE_P8_USB_TRUE@ platform/posix/os-edid.cpp \
90@USE_P8_USB_TRUE@ platform/adl/adl-edid.cpp \
91@USE_P8_USB_TRUE@ platform/nvidia/nv-edid.cpp
92
93@USE_P8_USB_TRUE@@USE_X11_RANDR_TRUE@am__append_2 = platform/X11/randr-edid.cpp
94@USE_RPI_API_TRUE@am__append_3 = adapter/RPi/RPiCECAdapterDetection.cpp \
95@USE_RPI_API_TRUE@ adapter/RPi/RPiCECAdapterCommunication.cpp \
96@USE_RPI_API_TRUE@ adapter/RPi/RPiCECAdapterMessageQueue.cpp
97
98@USE_TDA995X_API_TRUE@am__append_4 = adapter/TDA995x/TDA995xCECAdapterDetection.cpp \
99@USE_TDA995X_API_TRUE@ adapter/TDA995x/TDA995xCECAdapterCommunication.cpp
100
101@USE_EXYNOS_API_TRUE@am__append_5 = adapter/Exynos/ExynosCECAdapterDetection.cpp \
102@USE_EXYNOS_API_TRUE@ adapter/Exynos/ExynosCECAdapterCommunication.cpp
103
104subdir = src/lib
105DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
106 $(srcdir)/libcec.pc.in $(top_srcdir)/depcomp \
107 $(library_include_HEADERS)
108ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109am__aclocal_m4_deps = $(top_srcdir)/configure.ac
110am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111 $(ACLOCAL_M4)
112mkinstalldirs = $(install_sh) -d
113CONFIG_HEADER = $(top_builddir)/config.h
114CONFIG_CLEAN_FILES = libcec.pc
115CONFIG_CLEAN_VPATH_FILES =
116am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
117am__vpath_adj = case $$p in \
118 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
119 *) f=$$p;; \
120 esac;
121am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
122am__install_max = 40
123am__nobase_strip_setup = \
124 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
125am__nobase_strip = \
126 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
127am__nobase_list = $(am__nobase_strip_setup); \
128 for p in $$list; do echo "$$p $$p"; done | \
129 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
130 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
131 if (++n[$$2] == $(am__install_max)) \
132 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
133 END { for (dir in files) print dir, files[dir] }'
134am__base_list = \
135 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
136 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
137am__uninstall_files_from_dir = { \
138 test -z "$$files" \
139 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
140 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
141 $(am__cd) "$$dir" && rm -f $$files; }; \
142 }
143am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
144 "$(DESTDIR)$(library_includedir)"
145LTLIBRARIES = $(lib_LTLIBRARIES)
146libcec_la_LIBADD =
147am__libcec_la_SOURCES_DIST = CECProcessor.cpp LibCEC.cpp LibCECC.cpp \
148 CECClient.cpp adapter/AdapterFactory.cpp \
149 devices/CECAudioSystem.cpp devices/CECBusDevice.cpp \
150 devices/CECDeviceMap.cpp devices/CECPlaybackDevice.cpp \
151 devices/CECRecordingDevice.cpp devices/CECTuner.cpp \
152 devices/CECTV.cpp implementations/ANCommandHandler.cpp \
153 implementations/CECCommandHandler.cpp \
154 implementations/SLCommandHandler.cpp \
155 implementations/VLCommandHandler.cpp \
156 implementations/RLCommandHandler.cpp \
157 implementations/PHCommandHandler.cpp \
158 implementations/RHCommandHandler.cpp \
159 implementations/AQCommandHandler.cpp \
160 adapter/Pulse-Eight/USBCECAdapterMessage.cpp \
161 adapter/Pulse-Eight/USBCECAdapterCommands.cpp \
162 adapter/Pulse-Eight/USBCECAdapterCommunication.cpp \
163 adapter/Pulse-Eight/USBCECAdapterMessageQueue.cpp \
164 adapter/Pulse-Eight/USBCECAdapterDetection.cpp \
165 platform/posix/serialport.cpp platform/posix/os-edid.cpp \
166 platform/adl/adl-edid.cpp platform/nvidia/nv-edid.cpp \
167 platform/X11/randr-edid.cpp \
168 adapter/RPi/RPiCECAdapterDetection.cpp \
169 adapter/RPi/RPiCECAdapterCommunication.cpp \
170 adapter/RPi/RPiCECAdapterMessageQueue.cpp \
171 adapter/TDA995x/TDA995xCECAdapterDetection.cpp \
172 adapter/TDA995x/TDA995xCECAdapterCommunication.cpp \
173 adapter/Exynos/ExynosCECAdapterDetection.cpp \
174 adapter/Exynos/ExynosCECAdapterCommunication.cpp
175@USE_P8_USB_TRUE@am__objects_1 = USBCECAdapterMessage.lo \
176@USE_P8_USB_TRUE@ USBCECAdapterCommands.lo \
177@USE_P8_USB_TRUE@ USBCECAdapterCommunication.lo \
178@USE_P8_USB_TRUE@ USBCECAdapterMessageQueue.lo \
179@USE_P8_USB_TRUE@ USBCECAdapterDetection.lo serialport.lo \
180@USE_P8_USB_TRUE@ os-edid.lo adl-edid.lo nv-edid.lo
181@USE_P8_USB_TRUE@@USE_X11_RANDR_TRUE@am__objects_2 = randr-edid.lo
182@USE_RPI_API_TRUE@am__objects_3 = RPiCECAdapterDetection.lo \
183@USE_RPI_API_TRUE@ RPiCECAdapterCommunication.lo \
184@USE_RPI_API_TRUE@ RPiCECAdapterMessageQueue.lo
185@USE_TDA995X_API_TRUE@am__objects_4 = TDA995xCECAdapterDetection.lo \
186@USE_TDA995X_API_TRUE@ TDA995xCECAdapterCommunication.lo
187@USE_EXYNOS_API_TRUE@am__objects_5 = ExynosCECAdapterDetection.lo \
188@USE_EXYNOS_API_TRUE@ ExynosCECAdapterCommunication.lo
189am_libcec_la_OBJECTS = CECProcessor.lo LibCEC.lo LibCECC.lo \
190 CECClient.lo AdapterFactory.lo CECAudioSystem.lo \
191 CECBusDevice.lo CECDeviceMap.lo CECPlaybackDevice.lo \
192 CECRecordingDevice.lo CECTuner.lo CECTV.lo ANCommandHandler.lo \
193 CECCommandHandler.lo SLCommandHandler.lo VLCommandHandler.lo \
194 RLCommandHandler.lo PHCommandHandler.lo RHCommandHandler.lo \
195 AQCommandHandler.lo $(am__objects_1) $(am__objects_2) \
196 $(am__objects_3) $(am__objects_4) $(am__objects_5)
197libcec_la_OBJECTS = $(am_libcec_la_OBJECTS)
198AM_V_lt = $(am__v_lt_@AM_V@)
199am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
200am__v_lt_0 = --silent
201am__v_lt_1 =
202libcec_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
203 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
204 $(CXXFLAGS) $(libcec_la_LDFLAGS) $(LDFLAGS) -o $@
205AM_V_P = $(am__v_P_@AM_V@)
206am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
207am__v_P_0 = false
208am__v_P_1 = :
209AM_V_GEN = $(am__v_GEN_@AM_V@)
210am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
211am__v_GEN_0 = @echo " GEN " $@;
212am__v_GEN_1 =
213AM_V_at = $(am__v_at_@AM_V@)
214am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
215am__v_at_0 = @
216am__v_at_1 =
217DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
218depcomp = $(SHELL) $(top_srcdir)/depcomp
219am__depfiles_maybe = depfiles
220am__mv = mv -f
221CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
222 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
223LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
224 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
225 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
226 $(AM_CXXFLAGS) $(CXXFLAGS)
227AM_V_CXX = $(am__v_CXX_@AM_V@)
228am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
229am__v_CXX_0 = @echo " CXX " $@;
230am__v_CXX_1 =
231CXXLD = $(CXX)
232CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
233 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
234 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
235AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
236am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
237am__v_CXXLD_0 = @echo " CXXLD " $@;
238am__v_CXXLD_1 =
239SOURCES = $(libcec_la_SOURCES)
240DIST_SOURCES = $(am__libcec_la_SOURCES_DIST)
241am__can_run_installinfo = \
242 case $$AM_UPDATE_INFO_DIR in \
243 n|no|NO) false;; \
244 *) (install-info --version) >/dev/null 2>&1;; \
245 esac
246DATA = $(pkgconfig_DATA)
247HEADERS = $(library_include_HEADERS)
248am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
249# Read a list of newline-separated strings from the standard input,
250# and print each of them once, without duplicates. Input order is
251# *not* preserved.
252am__uniquify_input = $(AWK) '\
253 BEGIN { nonempty = 0; } \
254 { items[$$0] = 1; nonempty = 1; } \
255 END { if (nonempty) { for (i in items) print i; }; } \
256'
257# Make sure the list of sources is unique. This is necessary because,
258# e.g., the same source file might be shared among _SOURCES variables
259# for different programs/libraries.
260am__define_uniq_tagged_files = \
261 list='$(am__tagged_files)'; \
262 unique=`for i in $$list; do \
263 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
264 done | $(am__uniquify_input)`
265ETAGS = etags
266CTAGS = ctags
267DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
268ACLOCAL = @ACLOCAL@
269AMTAR = @AMTAR@
270AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
271AR = @AR@
272AUTOCONF = @AUTOCONF@
273AUTOHEADER = @AUTOHEADER@
274AUTOMAKE = @AUTOMAKE@
275AWK = @AWK@
276CC = @CC@
277CCDEPMODE = @CCDEPMODE@
278CFLAGS = @CFLAGS@
279CPP = @CPP@
280CPPFLAGS = @CPPFLAGS@
281CXX = @CXX@
282CXXCPP = @CXXCPP@
283CXXDEPMODE = @CXXDEPMODE@
284CXXFLAGS = @CXXFLAGS@
285CYGPATH_W = @CYGPATH_W@
286DEFS = @DEFS@
287DEPDIR = @DEPDIR@
288DLLTOOL = @DLLTOOL@
289DSYMUTIL = @DSYMUTIL@
290DUMPBIN = @DUMPBIN@
291ECHO_C = @ECHO_C@
292ECHO_N = @ECHO_N@
293ECHO_T = @ECHO_T@
294EGREP = @EGREP@
295EXEEXT = @EXEEXT@
296FGREP = @FGREP@
297GREP = @GREP@
298HAVE_DATE = @HAVE_DATE@
299HAVE_GIT = @HAVE_GIT@
300HAVE_HOSTNAME = @HAVE_HOSTNAME@
301HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
302HAVE_UNAME = @HAVE_UNAME@
303HAVE_WHOAMI = @HAVE_WHOAMI@
304INSTALL = @INSTALL@
305INSTALL_DATA = @INSTALL_DATA@
306INSTALL_PROGRAM = @INSTALL_PROGRAM@
307INSTALL_SCRIPT = @INSTALL_SCRIPT@
308INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
309LD = @LD@
310LDFLAGS = @LDFLAGS@
311LIBOBJS = @LIBOBJS@
312LIBS = @LIBS@
313LIBS_LIBCEC = @LIBS_LIBCEC@
314LIBTOOL = @LIBTOOL@
315LIB_INFO = @LIB_INFO@
316LIPO = @LIPO@
317LN_S = @LN_S@
318LTLIBOBJS = @LTLIBOBJS@
319MAKEINFO = @MAKEINFO@
320MANIFEST_TOOL = @MANIFEST_TOOL@
321MKDIR_P = @MKDIR_P@
322NM = @NM@
323NMEDIT = @NMEDIT@
324OBJDUMP = @OBJDUMP@
325OBJEXT = @OBJEXT@
326OTOOL = @OTOOL@
327OTOOL64 = @OTOOL64@
328PACKAGE = @PACKAGE@
329PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
330PACKAGE_NAME = @PACKAGE_NAME@
331PACKAGE_STRING = @PACKAGE_STRING@
332PACKAGE_TARNAME = @PACKAGE_TARNAME@
333PACKAGE_URL = @PACKAGE_URL@
334PACKAGE_VERSION = @PACKAGE_VERSION@
335PATH_SEPARATOR = @PATH_SEPARATOR@
336PKG_CONFIG = @PKG_CONFIG@
337PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
338PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
339RANLIB = @RANLIB@
340REQUIRES = @REQUIRES@
341SED = @SED@
342SET_MAKE = @SET_MAKE@
343SHELL = @SHELL@
344STRIP = @STRIP@
345UDEV_CFLAGS = @UDEV_CFLAGS@
346UDEV_LIBS = @UDEV_LIBS@
347USE_P8_USB = @USE_P8_USB@
348USE_P8_USB_DETECT = @USE_P8_USB_DETECT@
349USE_RPI_API = @USE_RPI_API@
350VERSION = @VERSION@
351abs_builddir = @abs_builddir@
352abs_srcdir = @abs_srcdir@
353abs_top_builddir = @abs_top_builddir@
354abs_top_srcdir = @abs_top_srcdir@
355ac_ct_AR = @ac_ct_AR@
356ac_ct_CC = @ac_ct_CC@
357ac_ct_CXX = @ac_ct_CXX@
358ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
359am__include = @am__include@
360am__leading_dot = @am__leading_dot@
361am__quote = @am__quote@
362am__tar = @am__tar@
363am__untar = @am__untar@
364bindir = @bindir@
365build = @build@
366build_alias = @build_alias@
367build_cpu = @build_cpu@
368build_os = @build_os@
369build_vendor = @build_vendor@
370builddir = @builddir@
371datadir = @datadir@
372datarootdir = @datarootdir@
373docdir = @docdir@
374dvidir = @dvidir@
375exec_prefix = @exec_prefix@
376host = @host@
377host_alias = @host_alias@
378host_cpu = @host_cpu@
379host_os = @host_os@
380host_vendor = @host_vendor@
381htmldir = @htmldir@
382includedir = @includedir@
383infodir = @infodir@
384install_sh = @install_sh@
385libdir = @libdir@
386libexecdir = @libexecdir@
387localedir = @localedir@
388localstatedir = @localstatedir@
389mandir = @mandir@
390mkdir_p = @mkdir_p@
391oldincludedir = @oldincludedir@
392pdfdir = @pdfdir@
393prefix = @prefix@
394program_transform_name = @program_transform_name@
395psdir = @psdir@
396sbindir = @sbindir@
397sharedstatedir = @sharedstatedir@
398srcdir = @srcdir@
399sysconfdir = @sysconfdir@
400target_alias = @target_alias@
401top_build_prefix = @top_build_prefix@
402top_builddir = @top_builddir@
403top_srcdir = @top_srcdir@
404lib_LTLIBRARIES = libcec.la
405library_includedir = $(includedir)/libcec
406library_include_HEADERS = ../../include/cec.h \
407 ../../include/cecc.h \
408 ../../include/cectypes.h \
409 ../../include/cecloader.h
410
411pkgconfigdir = $(libdir)/pkgconfig
412pkgconfig_DATA = libcec.pc
413libcec_la_SOURCES = CECProcessor.cpp LibCEC.cpp LibCECC.cpp \
414 CECClient.cpp adapter/AdapterFactory.cpp \
415 devices/CECAudioSystem.cpp devices/CECBusDevice.cpp \
416 devices/CECDeviceMap.cpp devices/CECPlaybackDevice.cpp \
417 devices/CECRecordingDevice.cpp devices/CECTuner.cpp \
418 devices/CECTV.cpp implementations/ANCommandHandler.cpp \
419 implementations/CECCommandHandler.cpp \
420 implementations/SLCommandHandler.cpp \
421 implementations/VLCommandHandler.cpp \
422 implementations/RLCommandHandler.cpp \
423 implementations/PHCommandHandler.cpp \
424 implementations/RHCommandHandler.cpp \
425 implementations/AQCommandHandler.cpp $(am__append_1) \
426 $(am__append_2) $(am__append_3) $(am__append_4) \
427 $(am__append_5)
428libcec_la_LDFLAGS = @LIBS_LIBCEC@ -version-info @VERSION@
429all: all-am
430
431.SUFFIXES:
432.SUFFIXES: .cpp .lo .o .obj
433$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
434 @for dep in $?; do \
435 case '$(am__configure_deps)' in \
436 *$$dep*) \
437 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
438 && { if test -f $@; then exit 0; else break; fi; }; \
439 exit 1;; \
440 esac; \
441 done; \
442 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/Makefile'; \
443 $(am__cd) $(top_srcdir) && \
444 $(AUTOMAKE) --foreign src/lib/Makefile
445.PRECIOUS: Makefile
446Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
447 @case '$?' in \
448 *config.status*) \
449 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
450 *) \
451 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
452 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
453 esac;
454
455$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
456 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
457
458$(top_srcdir)/configure: $(am__configure_deps)
459 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
460$(ACLOCAL_M4): $(am__aclocal_m4_deps)
461 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462$(am__aclocal_m4_deps):
463libcec.pc: $(top_builddir)/config.status $(srcdir)/libcec.pc.in
464 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
465
466install-libLTLIBRARIES: $(lib_LTLIBRARIES)
467 @$(NORMAL_INSTALL)
468 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
469 list2=; for p in $$list; do \
470 if test -f $$p; then \
471 list2="$$list2 $$p"; \
472 else :; fi; \
473 done; \
474 test -z "$$list2" || { \
475 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
476 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
477 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
478 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
479 }
480
481uninstall-libLTLIBRARIES:
482 @$(NORMAL_UNINSTALL)
483 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
484 for p in $$list; do \
485 $(am__strip_dir) \
486 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
487 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
488 done
489
490clean-libLTLIBRARIES:
491 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
492 @list='$(lib_LTLIBRARIES)'; \
493 locs=`for p in $$list; do echo $$p; done | \
494 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
495 sort -u`; \
496 test -z "$$locs" || { \
497 echo rm -f $${locs}; \
498 rm -f $${locs}; \
499 }
500
501libcec.la: $(libcec_la_OBJECTS) $(libcec_la_DEPENDENCIES) $(EXTRA_libcec_la_DEPENDENCIES)
502 $(AM_V_CXXLD)$(libcec_la_LINK) -rpath $(libdir) $(libcec_la_OBJECTS) $(libcec_la_LIBADD) $(LIBS)
503
504mostlyclean-compile:
505 -rm -f *.$(OBJEXT)
506
507distclean-compile:
508 -rm -f *.tab.c
509
510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ANCommandHandler.Plo@am__quote@
511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AQCommandHandler.Plo@am__quote@
512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AdapterFactory.Plo@am__quote@
513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CECAudioSystem.Plo@am__quote@
514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CECBusDevice.Plo@am__quote@
515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CECClient.Plo@am__quote@
516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CECCommandHandler.Plo@am__quote@
517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CECDeviceMap.Plo@am__quote@
518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CECPlaybackDevice.Plo@am__quote@
519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CECProcessor.Plo@am__quote@
520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CECRecordingDevice.Plo@am__quote@
521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CECTV.Plo@am__quote@
522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CECTuner.Plo@am__quote@
523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExynosCECAdapterCommunication.Plo@am__quote@
524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExynosCECAdapterDetection.Plo@am__quote@
525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LibCEC.Plo@am__quote@
526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LibCECC.Plo@am__quote@
527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PHCommandHandler.Plo@am__quote@
528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RHCommandHandler.Plo@am__quote@
529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RLCommandHandler.Plo@am__quote@
530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RPiCECAdapterCommunication.Plo@am__quote@
531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RPiCECAdapterDetection.Plo@am__quote@
532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RPiCECAdapterMessageQueue.Plo@am__quote@
533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SLCommandHandler.Plo@am__quote@
534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TDA995xCECAdapterCommunication.Plo@am__quote@
535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TDA995xCECAdapterDetection.Plo@am__quote@
536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/USBCECAdapterCommands.Plo@am__quote@
537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/USBCECAdapterCommunication.Plo@am__quote@
538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/USBCECAdapterDetection.Plo@am__quote@
539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/USBCECAdapterMessage.Plo@am__quote@
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/USBCECAdapterMessageQueue.Plo@am__quote@
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/VLCommandHandler.Plo@am__quote@
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adl-edid.Plo@am__quote@
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv-edid.Plo@am__quote@
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os-edid.Plo@am__quote@
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randr-edid.Plo@am__quote@
546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serialport.Plo@am__quote@
547
548.cpp.o:
549@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
550@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
551@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
552@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
554
555.cpp.obj:
556@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
557@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
558@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
559@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
561
562.cpp.lo:
563@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
564@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
565@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
566@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
568
569AdapterFactory.lo: adapter/AdapterFactory.cpp
570@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AdapterFactory.lo -MD -MP -MF $(DEPDIR)/AdapterFactory.Tpo -c -o AdapterFactory.lo `test -f 'adapter/AdapterFactory.cpp' || echo '$(srcdir)/'`adapter/AdapterFactory.cpp
571@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/AdapterFactory.Tpo $(DEPDIR)/AdapterFactory.Plo
572@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='adapter/AdapterFactory.cpp' object='AdapterFactory.lo' libtool=yes @AMDEPBACKSLASH@
573@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AdapterFactory.lo `test -f 'adapter/AdapterFactory.cpp' || echo '$(srcdir)/'`adapter/AdapterFactory.cpp
575
576CECAudioSystem.lo: devices/CECAudioSystem.cpp
577@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CECAudioSystem.lo -MD -MP -MF $(DEPDIR)/CECAudioSystem.Tpo -c -o CECAudioSystem.lo `test -f 'devices/CECAudioSystem.cpp' || echo '$(srcdir)/'`devices/CECAudioSystem.cpp
578@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/CECAudioSystem.Tpo $(DEPDIR)/CECAudioSystem.Plo
579@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='devices/CECAudioSystem.cpp' object='CECAudioSystem.lo' libtool=yes @AMDEPBACKSLASH@
580@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CECAudioSystem.lo `test -f 'devices/CECAudioSystem.cpp' || echo '$(srcdir)/'`devices/CECAudioSystem.cpp
582
583CECBusDevice.lo: devices/CECBusDevice.cpp
584@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CECBusDevice.lo -MD -MP -MF $(DEPDIR)/CECBusDevice.Tpo -c -o CECBusDevice.lo `test -f 'devices/CECBusDevice.cpp' || echo '$(srcdir)/'`devices/CECBusDevice.cpp
585@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/CECBusDevice.Tpo $(DEPDIR)/CECBusDevice.Plo
586@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='devices/CECBusDevice.cpp' object='CECBusDevice.lo' libtool=yes @AMDEPBACKSLASH@
587@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CECBusDevice.lo `test -f 'devices/CECBusDevice.cpp' || echo '$(srcdir)/'`devices/CECBusDevice.cpp
589
590CECDeviceMap.lo: devices/CECDeviceMap.cpp
591@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CECDeviceMap.lo -MD -MP -MF $(DEPDIR)/CECDeviceMap.Tpo -c -o CECDeviceMap.lo `test -f 'devices/CECDeviceMap.cpp' || echo '$(srcdir)/'`devices/CECDeviceMap.cpp
592@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/CECDeviceMap.Tpo $(DEPDIR)/CECDeviceMap.Plo
593@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='devices/CECDeviceMap.cpp' object='CECDeviceMap.lo' libtool=yes @AMDEPBACKSLASH@
594@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CECDeviceMap.lo `test -f 'devices/CECDeviceMap.cpp' || echo '$(srcdir)/'`devices/CECDeviceMap.cpp
596
597CECPlaybackDevice.lo: devices/CECPlaybackDevice.cpp
598@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CECPlaybackDevice.lo -MD -MP -MF $(DEPDIR)/CECPlaybackDevice.Tpo -c -o CECPlaybackDevice.lo `test -f 'devices/CECPlaybackDevice.cpp' || echo '$(srcdir)/'`devices/CECPlaybackDevice.cpp
599@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/CECPlaybackDevice.Tpo $(DEPDIR)/CECPlaybackDevice.Plo
600@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='devices/CECPlaybackDevice.cpp' object='CECPlaybackDevice.lo' libtool=yes @AMDEPBACKSLASH@
601@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CECPlaybackDevice.lo `test -f 'devices/CECPlaybackDevice.cpp' || echo '$(srcdir)/'`devices/CECPlaybackDevice.cpp
603
604CECRecordingDevice.lo: devices/CECRecordingDevice.cpp
605@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CECRecordingDevice.lo -MD -MP -MF $(DEPDIR)/CECRecordingDevice.Tpo -c -o CECRecordingDevice.lo `test -f 'devices/CECRecordingDevice.cpp' || echo '$(srcdir)/'`devices/CECRecordingDevice.cpp
606@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/CECRecordingDevice.Tpo $(DEPDIR)/CECRecordingDevice.Plo
607@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='devices/CECRecordingDevice.cpp' object='CECRecordingDevice.lo' libtool=yes @AMDEPBACKSLASH@
608@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CECRecordingDevice.lo `test -f 'devices/CECRecordingDevice.cpp' || echo '$(srcdir)/'`devices/CECRecordingDevice.cpp
610
611CECTuner.lo: devices/CECTuner.cpp
612@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CECTuner.lo -MD -MP -MF $(DEPDIR)/CECTuner.Tpo -c -o CECTuner.lo `test -f 'devices/CECTuner.cpp' || echo '$(srcdir)/'`devices/CECTuner.cpp
613@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/CECTuner.Tpo $(DEPDIR)/CECTuner.Plo
614@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='devices/CECTuner.cpp' object='CECTuner.lo' libtool=yes @AMDEPBACKSLASH@
615@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CECTuner.lo `test -f 'devices/CECTuner.cpp' || echo '$(srcdir)/'`devices/CECTuner.cpp
617
618CECTV.lo: devices/CECTV.cpp
619@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CECTV.lo -MD -MP -MF $(DEPDIR)/CECTV.Tpo -c -o CECTV.lo `test -f 'devices/CECTV.cpp' || echo '$(srcdir)/'`devices/CECTV.cpp
620@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/CECTV.Tpo $(DEPDIR)/CECTV.Plo
621@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='devices/CECTV.cpp' object='CECTV.lo' libtool=yes @AMDEPBACKSLASH@
622@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CECTV.lo `test -f 'devices/CECTV.cpp' || echo '$(srcdir)/'`devices/CECTV.cpp
624
625ANCommandHandler.lo: implementations/ANCommandHandler.cpp
626@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ANCommandHandler.lo -MD -MP -MF $(DEPDIR)/ANCommandHandler.Tpo -c -o ANCommandHandler.lo `test -f 'implementations/ANCommandHandler.cpp' || echo '$(srcdir)/'`implementations/ANCommandHandler.cpp
627@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ANCommandHandler.Tpo $(DEPDIR)/ANCommandHandler.Plo
628@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='implementations/ANCommandHandler.cpp' object='ANCommandHandler.lo' libtool=yes @AMDEPBACKSLASH@
629@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ANCommandHandler.lo `test -f 'implementations/ANCommandHandler.cpp' || echo '$(srcdir)/'`implementations/ANCommandHandler.cpp
631
632CECCommandHandler.lo: implementations/CECCommandHandler.cpp
633@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CECCommandHandler.lo -MD -MP -MF $(DEPDIR)/CECCommandHandler.Tpo -c -o CECCommandHandler.lo `test -f 'implementations/CECCommandHandler.cpp' || echo '$(srcdir)/'`implementations/CECCommandHandler.cpp
634@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/CECCommandHandler.Tpo $(DEPDIR)/CECCommandHandler.Plo
635@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='implementations/CECCommandHandler.cpp' object='CECCommandHandler.lo' libtool=yes @AMDEPBACKSLASH@
636@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CECCommandHandler.lo `test -f 'implementations/CECCommandHandler.cpp' || echo '$(srcdir)/'`implementations/CECCommandHandler.cpp
638
639SLCommandHandler.lo: implementations/SLCommandHandler.cpp
640@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SLCommandHandler.lo -MD -MP -MF $(DEPDIR)/SLCommandHandler.Tpo -c -o SLCommandHandler.lo `test -f 'implementations/SLCommandHandler.cpp' || echo '$(srcdir)/'`implementations/SLCommandHandler.cpp
641@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/SLCommandHandler.Tpo $(DEPDIR)/SLCommandHandler.Plo
642@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='implementations/SLCommandHandler.cpp' object='SLCommandHandler.lo' libtool=yes @AMDEPBACKSLASH@
643@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
644@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SLCommandHandler.lo `test -f 'implementations/SLCommandHandler.cpp' || echo '$(srcdir)/'`implementations/SLCommandHandler.cpp
645
646VLCommandHandler.lo: implementations/VLCommandHandler.cpp
647@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT VLCommandHandler.lo -MD -MP -MF $(DEPDIR)/VLCommandHandler.Tpo -c -o VLCommandHandler.lo `test -f 'implementations/VLCommandHandler.cpp' || echo '$(srcdir)/'`implementations/VLCommandHandler.cpp
648@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/VLCommandHandler.Tpo $(DEPDIR)/VLCommandHandler.Plo
649@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='implementations/VLCommandHandler.cpp' object='VLCommandHandler.lo' libtool=yes @AMDEPBACKSLASH@
650@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
651@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o VLCommandHandler.lo `test -f 'implementations/VLCommandHandler.cpp' || echo '$(srcdir)/'`implementations/VLCommandHandler.cpp
652
653RLCommandHandler.lo: implementations/RLCommandHandler.cpp
654@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RLCommandHandler.lo -MD -MP -MF $(DEPDIR)/RLCommandHandler.Tpo -c -o RLCommandHandler.lo `test -f 'implementations/RLCommandHandler.cpp' || echo '$(srcdir)/'`implementations/RLCommandHandler.cpp
655@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/RLCommandHandler.Tpo $(DEPDIR)/RLCommandHandler.Plo
656@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='implementations/RLCommandHandler.cpp' object='RLCommandHandler.lo' libtool=yes @AMDEPBACKSLASH@
657@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
658@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RLCommandHandler.lo `test -f 'implementations/RLCommandHandler.cpp' || echo '$(srcdir)/'`implementations/RLCommandHandler.cpp
659
660PHCommandHandler.lo: implementations/PHCommandHandler.cpp
661@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PHCommandHandler.lo -MD -MP -MF $(DEPDIR)/PHCommandHandler.Tpo -c -o PHCommandHandler.lo `test -f 'implementations/PHCommandHandler.cpp' || echo '$(srcdir)/'`implementations/PHCommandHandler.cpp
662@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/PHCommandHandler.Tpo $(DEPDIR)/PHCommandHandler.Plo
663@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='implementations/PHCommandHandler.cpp' object='PHCommandHandler.lo' libtool=yes @AMDEPBACKSLASH@
664@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PHCommandHandler.lo `test -f 'implementations/PHCommandHandler.cpp' || echo '$(srcdir)/'`implementations/PHCommandHandler.cpp
666
667RHCommandHandler.lo: implementations/RHCommandHandler.cpp
668@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RHCommandHandler.lo -MD -MP -MF $(DEPDIR)/RHCommandHandler.Tpo -c -o RHCommandHandler.lo `test -f 'implementations/RHCommandHandler.cpp' || echo '$(srcdir)/'`implementations/RHCommandHandler.cpp
669@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/RHCommandHandler.Tpo $(DEPDIR)/RHCommandHandler.Plo
670@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='implementations/RHCommandHandler.cpp' object='RHCommandHandler.lo' libtool=yes @AMDEPBACKSLASH@
671@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
672@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RHCommandHandler.lo `test -f 'implementations/RHCommandHandler.cpp' || echo '$(srcdir)/'`implementations/RHCommandHandler.cpp
673
674AQCommandHandler.lo: implementations/AQCommandHandler.cpp
675@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AQCommandHandler.lo -MD -MP -MF $(DEPDIR)/AQCommandHandler.Tpo -c -o AQCommandHandler.lo `test -f 'implementations/AQCommandHandler.cpp' || echo '$(srcdir)/'`implementations/AQCommandHandler.cpp
676@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/AQCommandHandler.Tpo $(DEPDIR)/AQCommandHandler.Plo
677@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='implementations/AQCommandHandler.cpp' object='AQCommandHandler.lo' libtool=yes @AMDEPBACKSLASH@
678@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
679@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AQCommandHandler.lo `test -f 'implementations/AQCommandHandler.cpp' || echo '$(srcdir)/'`implementations/AQCommandHandler.cpp
680
681USBCECAdapterMessage.lo: adapter/Pulse-Eight/USBCECAdapterMessage.cpp
682@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT USBCECAdapterMessage.lo -MD -MP -MF $(DEPDIR)/USBCECAdapterMessage.Tpo -c -o USBCECAdapterMessage.lo `test -f 'adapter/Pulse-Eight/USBCECAdapterMessage.cpp' || echo '$(srcdir)/'`adapter/Pulse-Eight/USBCECAdapterMessage.cpp
683@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/USBCECAdapterMessage.Tpo $(DEPDIR)/USBCECAdapterMessage.Plo
684@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='adapter/Pulse-Eight/USBCECAdapterMessage.cpp' object='USBCECAdapterMessage.lo' libtool=yes @AMDEPBACKSLASH@
685@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
686@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o USBCECAdapterMessage.lo `test -f 'adapter/Pulse-Eight/USBCECAdapterMessage.cpp' || echo '$(srcdir)/'`adapter/Pulse-Eight/USBCECAdapterMessage.cpp
687
688USBCECAdapterCommands.lo: adapter/Pulse-Eight/USBCECAdapterCommands.cpp
689@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT USBCECAdapterCommands.lo -MD -MP -MF $(DEPDIR)/USBCECAdapterCommands.Tpo -c -o USBCECAdapterCommands.lo `test -f 'adapter/Pulse-Eight/USBCECAdapterCommands.cpp' || echo '$(srcdir)/'`adapter/Pulse-Eight/USBCECAdapterCommands.cpp
690@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/USBCECAdapterCommands.Tpo $(DEPDIR)/USBCECAdapterCommands.Plo
691@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='adapter/Pulse-Eight/USBCECAdapterCommands.cpp' object='USBCECAdapterCommands.lo' libtool=yes @AMDEPBACKSLASH@
692@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
693@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o USBCECAdapterCommands.lo `test -f 'adapter/Pulse-Eight/USBCECAdapterCommands.cpp' || echo '$(srcdir)/'`adapter/Pulse-Eight/USBCECAdapterCommands.cpp
694
695USBCECAdapterCommunication.lo: adapter/Pulse-Eight/USBCECAdapterCommunication.cpp
696@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT USBCECAdapterCommunication.lo -MD -MP -MF $(DEPDIR)/USBCECAdapterCommunication.Tpo -c -o USBCECAdapterCommunication.lo `test -f 'adapter/Pulse-Eight/USBCECAdapterCommunication.cpp' || echo '$(srcdir)/'`adapter/Pulse-Eight/USBCECAdapterCommunication.cpp
697@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/USBCECAdapterCommunication.Tpo $(DEPDIR)/USBCECAdapterCommunication.Plo
698@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='adapter/Pulse-Eight/USBCECAdapterCommunication.cpp' object='USBCECAdapterCommunication.lo' libtool=yes @AMDEPBACKSLASH@
699@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
700@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o USBCECAdapterCommunication.lo `test -f 'adapter/Pulse-Eight/USBCECAdapterCommunication.cpp' || echo '$(srcdir)/'`adapter/Pulse-Eight/USBCECAdapterCommunication.cpp
701
702USBCECAdapterMessageQueue.lo: adapter/Pulse-Eight/USBCECAdapterMessageQueue.cpp
703@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT USBCECAdapterMessageQueue.lo -MD -MP -MF $(DEPDIR)/USBCECAdapterMessageQueue.Tpo -c -o USBCECAdapterMessageQueue.lo `test -f 'adapter/Pulse-Eight/USBCECAdapterMessageQueue.cpp' || echo '$(srcdir)/'`adapter/Pulse-Eight/USBCECAdapterMessageQueue.cpp
704@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/USBCECAdapterMessageQueue.Tpo $(DEPDIR)/USBCECAdapterMessageQueue.Plo
705@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='adapter/Pulse-Eight/USBCECAdapterMessageQueue.cpp' object='USBCECAdapterMessageQueue.lo' libtool=yes @AMDEPBACKSLASH@
706@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o USBCECAdapterMessageQueue.lo `test -f 'adapter/Pulse-Eight/USBCECAdapterMessageQueue.cpp' || echo '$(srcdir)/'`adapter/Pulse-Eight/USBCECAdapterMessageQueue.cpp
708
709USBCECAdapterDetection.lo: adapter/Pulse-Eight/USBCECAdapterDetection.cpp
710@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT USBCECAdapterDetection.lo -MD -MP -MF $(DEPDIR)/USBCECAdapterDetection.Tpo -c -o USBCECAdapterDetection.lo `test -f 'adapter/Pulse-Eight/USBCECAdapterDetection.cpp' || echo '$(srcdir)/'`adapter/Pulse-Eight/USBCECAdapterDetection.cpp
711@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/USBCECAdapterDetection.Tpo $(DEPDIR)/USBCECAdapterDetection.Plo
712@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='adapter/Pulse-Eight/USBCECAdapterDetection.cpp' object='USBCECAdapterDetection.lo' libtool=yes @AMDEPBACKSLASH@
713@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
714@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o USBCECAdapterDetection.lo `test -f 'adapter/Pulse-Eight/USBCECAdapterDetection.cpp' || echo '$(srcdir)/'`adapter/Pulse-Eight/USBCECAdapterDetection.cpp
715
716serialport.lo: platform/posix/serialport.cpp
717@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT serialport.lo -MD -MP -MF $(DEPDIR)/serialport.Tpo -c -o serialport.lo `test -f 'platform/posix/serialport.cpp' || echo '$(srcdir)/'`platform/posix/serialport.cpp
718@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/serialport.Tpo $(DEPDIR)/serialport.Plo
719@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='platform/posix/serialport.cpp' object='serialport.lo' libtool=yes @AMDEPBACKSLASH@
720@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
721@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o serialport.lo `test -f 'platform/posix/serialport.cpp' || echo '$(srcdir)/'`platform/posix/serialport.cpp
722
723os-edid.lo: platform/posix/os-edid.cpp
724@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT os-edid.lo -MD -MP -MF $(DEPDIR)/os-edid.Tpo -c -o os-edid.lo `test -f 'platform/posix/os-edid.cpp' || echo '$(srcdir)/'`platform/posix/os-edid.cpp
725@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/os-edid.Tpo $(DEPDIR)/os-edid.Plo
726@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='platform/posix/os-edid.cpp' object='os-edid.lo' libtool=yes @AMDEPBACKSLASH@
727@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
728@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o os-edid.lo `test -f 'platform/posix/os-edid.cpp' || echo '$(srcdir)/'`platform/posix/os-edid.cpp
729
730adl-edid.lo: platform/adl/adl-edid.cpp
731@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT adl-edid.lo -MD -MP -MF $(DEPDIR)/adl-edid.Tpo -c -o adl-edid.lo `test -f 'platform/adl/adl-edid.cpp' || echo '$(srcdir)/'`platform/adl/adl-edid.cpp
732@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/adl-edid.Tpo $(DEPDIR)/adl-edid.Plo
733@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='platform/adl/adl-edid.cpp' object='adl-edid.lo' libtool=yes @AMDEPBACKSLASH@
734@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
735@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o adl-edid.lo `test -f 'platform/adl/adl-edid.cpp' || echo '$(srcdir)/'`platform/adl/adl-edid.cpp
736
737nv-edid.lo: platform/nvidia/nv-edid.cpp
738@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nv-edid.lo -MD -MP -MF $(DEPDIR)/nv-edid.Tpo -c -o nv-edid.lo `test -f 'platform/nvidia/nv-edid.cpp' || echo '$(srcdir)/'`platform/nvidia/nv-edid.cpp
739@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nv-edid.Tpo $(DEPDIR)/nv-edid.Plo
740@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='platform/nvidia/nv-edid.cpp' object='nv-edid.lo' libtool=yes @AMDEPBACKSLASH@
741@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
742@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nv-edid.lo `test -f 'platform/nvidia/nv-edid.cpp' || echo '$(srcdir)/'`platform/nvidia/nv-edid.cpp
743
744randr-edid.lo: platform/X11/randr-edid.cpp
745@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT randr-edid.lo -MD -MP -MF $(DEPDIR)/randr-edid.Tpo -c -o randr-edid.lo `test -f 'platform/X11/randr-edid.cpp' || echo '$(srcdir)/'`platform/X11/randr-edid.cpp
746@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/randr-edid.Tpo $(DEPDIR)/randr-edid.Plo
747@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='platform/X11/randr-edid.cpp' object='randr-edid.lo' libtool=yes @AMDEPBACKSLASH@
748@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
749@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o randr-edid.lo `test -f 'platform/X11/randr-edid.cpp' || echo '$(srcdir)/'`platform/X11/randr-edid.cpp
750
751RPiCECAdapterDetection.lo: adapter/RPi/RPiCECAdapterDetection.cpp
752@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RPiCECAdapterDetection.lo -MD -MP -MF $(DEPDIR)/RPiCECAdapterDetection.Tpo -c -o RPiCECAdapterDetection.lo `test -f 'adapter/RPi/RPiCECAdapterDetection.cpp' || echo '$(srcdir)/'`adapter/RPi/RPiCECAdapterDetection.cpp
753@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/RPiCECAdapterDetection.Tpo $(DEPDIR)/RPiCECAdapterDetection.Plo
754@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='adapter/RPi/RPiCECAdapterDetection.cpp' object='RPiCECAdapterDetection.lo' libtool=yes @AMDEPBACKSLASH@
755@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
756@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RPiCECAdapterDetection.lo `test -f 'adapter/RPi/RPiCECAdapterDetection.cpp' || echo '$(srcdir)/'`adapter/RPi/RPiCECAdapterDetection.cpp
757
758RPiCECAdapterCommunication.lo: adapter/RPi/RPiCECAdapterCommunication.cpp
759@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RPiCECAdapterCommunication.lo -MD -MP -MF $(DEPDIR)/RPiCECAdapterCommunication.Tpo -c -o RPiCECAdapterCommunication.lo `test -f 'adapter/RPi/RPiCECAdapterCommunication.cpp' || echo '$(srcdir)/'`adapter/RPi/RPiCECAdapterCommunication.cpp
760@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/RPiCECAdapterCommunication.Tpo $(DEPDIR)/RPiCECAdapterCommunication.Plo
761@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='adapter/RPi/RPiCECAdapterCommunication.cpp' object='RPiCECAdapterCommunication.lo' libtool=yes @AMDEPBACKSLASH@
762@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
763@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RPiCECAdapterCommunication.lo `test -f 'adapter/RPi/RPiCECAdapterCommunication.cpp' || echo '$(srcdir)/'`adapter/RPi/RPiCECAdapterCommunication.cpp
764
765RPiCECAdapterMessageQueue.lo: adapter/RPi/RPiCECAdapterMessageQueue.cpp
766@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RPiCECAdapterMessageQueue.lo -MD -MP -MF $(DEPDIR)/RPiCECAdapterMessageQueue.Tpo -c -o RPiCECAdapterMessageQueue.lo `test -f 'adapter/RPi/RPiCECAdapterMessageQueue.cpp' || echo '$(srcdir)/'`adapter/RPi/RPiCECAdapterMessageQueue.cpp
767@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/RPiCECAdapterMessageQueue.Tpo $(DEPDIR)/RPiCECAdapterMessageQueue.Plo
768@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='adapter/RPi/RPiCECAdapterMessageQueue.cpp' object='RPiCECAdapterMessageQueue.lo' libtool=yes @AMDEPBACKSLASH@
769@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
770@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RPiCECAdapterMessageQueue.lo `test -f 'adapter/RPi/RPiCECAdapterMessageQueue.cpp' || echo '$(srcdir)/'`adapter/RPi/RPiCECAdapterMessageQueue.cpp
771
772TDA995xCECAdapterDetection.lo: adapter/TDA995x/TDA995xCECAdapterDetection.cpp
773@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TDA995xCECAdapterDetection.lo -MD -MP -MF $(DEPDIR)/TDA995xCECAdapterDetection.Tpo -c -o TDA995xCECAdapterDetection.lo `test -f 'adapter/TDA995x/TDA995xCECAdapterDetection.cpp' || echo '$(srcdir)/'`adapter/TDA995x/TDA995xCECAdapterDetection.cpp
774@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/TDA995xCECAdapterDetection.Tpo $(DEPDIR)/TDA995xCECAdapterDetection.Plo
775@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='adapter/TDA995x/TDA995xCECAdapterDetection.cpp' object='TDA995xCECAdapterDetection.lo' libtool=yes @AMDEPBACKSLASH@
776@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
777@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TDA995xCECAdapterDetection.lo `test -f 'adapter/TDA995x/TDA995xCECAdapterDetection.cpp' || echo '$(srcdir)/'`adapter/TDA995x/TDA995xCECAdapterDetection.cpp
778
779TDA995xCECAdapterCommunication.lo: adapter/TDA995x/TDA995xCECAdapterCommunication.cpp
780@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TDA995xCECAdapterCommunication.lo -MD -MP -MF $(DEPDIR)/TDA995xCECAdapterCommunication.Tpo -c -o TDA995xCECAdapterCommunication.lo `test -f 'adapter/TDA995x/TDA995xCECAdapterCommunication.cpp' || echo '$(srcdir)/'`adapter/TDA995x/TDA995xCECAdapterCommunication.cpp
781@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/TDA995xCECAdapterCommunication.Tpo $(DEPDIR)/TDA995xCECAdapterCommunication.Plo
782@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='adapter/TDA995x/TDA995xCECAdapterCommunication.cpp' object='TDA995xCECAdapterCommunication.lo' libtool=yes @AMDEPBACKSLASH@
783@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
784@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TDA995xCECAdapterCommunication.lo `test -f 'adapter/TDA995x/TDA995xCECAdapterCommunication.cpp' || echo '$(srcdir)/'`adapter/TDA995x/TDA995xCECAdapterCommunication.cpp
785
786ExynosCECAdapterDetection.lo: adapter/Exynos/ExynosCECAdapterDetection.cpp
787@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ExynosCECAdapterDetection.lo -MD -MP -MF $(DEPDIR)/ExynosCECAdapterDetection.Tpo -c -o ExynosCECAdapterDetection.lo `test -f 'adapter/Exynos/ExynosCECAdapterDetection.cpp' || echo '$(srcdir)/'`adapter/Exynos/ExynosCECAdapterDetection.cpp
788@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ExynosCECAdapterDetection.Tpo $(DEPDIR)/ExynosCECAdapterDetection.Plo
789@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='adapter/Exynos/ExynosCECAdapterDetection.cpp' object='ExynosCECAdapterDetection.lo' libtool=yes @AMDEPBACKSLASH@
790@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
791@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ExynosCECAdapterDetection.lo `test -f 'adapter/Exynos/ExynosCECAdapterDetection.cpp' || echo '$(srcdir)/'`adapter/Exynos/ExynosCECAdapterDetection.cpp
792
793ExynosCECAdapterCommunication.lo: adapter/Exynos/ExynosCECAdapterCommunication.cpp
794@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ExynosCECAdapterCommunication.lo -MD -MP -MF $(DEPDIR)/ExynosCECAdapterCommunication.Tpo -c -o ExynosCECAdapterCommunication.lo `test -f 'adapter/Exynos/ExynosCECAdapterCommunication.cpp' || echo '$(srcdir)/'`adapter/Exynos/ExynosCECAdapterCommunication.cpp
795@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ExynosCECAdapterCommunication.Tpo $(DEPDIR)/ExynosCECAdapterCommunication.Plo
796@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='adapter/Exynos/ExynosCECAdapterCommunication.cpp' object='ExynosCECAdapterCommunication.lo' libtool=yes @AMDEPBACKSLASH@
797@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
798@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ExynosCECAdapterCommunication.lo `test -f 'adapter/Exynos/ExynosCECAdapterCommunication.cpp' || echo '$(srcdir)/'`adapter/Exynos/ExynosCECAdapterCommunication.cpp
799
800mostlyclean-libtool:
801 -rm -f *.lo
802
803clean-libtool:
804 -rm -rf .libs _libs
805install-pkgconfigDATA: $(pkgconfig_DATA)
806 @$(NORMAL_INSTALL)
807 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
808 if test -n "$$list"; then \
809 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
810 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
811 fi; \
812 for p in $$list; do \
813 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
814 echo "$$d$$p"; \
815 done | $(am__base_list) | \
816 while read files; do \
817 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
818 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
819 done
820
821uninstall-pkgconfigDATA:
822 @$(NORMAL_UNINSTALL)
823 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
824 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
825 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
826install-library_includeHEADERS: $(library_include_HEADERS)
827 @$(NORMAL_INSTALL)
828 @list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
829 if test -n "$$list"; then \
830 echo " $(MKDIR_P) '$(DESTDIR)$(library_includedir)'"; \
831 $(MKDIR_P) "$(DESTDIR)$(library_includedir)" || exit 1; \
832 fi; \
833 for p in $$list; do \
834 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
835 echo "$$d$$p"; \
836 done | $(am__base_list) | \
837 while read files; do \
838 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(library_includedir)'"; \
839 $(INSTALL_HEADER) $$files "$(DESTDIR)$(library_includedir)" || exit $$?; \
840 done
841
842uninstall-library_includeHEADERS:
843 @$(NORMAL_UNINSTALL)
844 @list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
845 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
846 dir='$(DESTDIR)$(library_includedir)'; $(am__uninstall_files_from_dir)
847
848ID: $(am__tagged_files)
849 $(am__define_uniq_tagged_files); mkid -fID $$unique
850tags: tags-am
851TAGS: tags
852
853tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
854 set x; \
855 here=`pwd`; \
856 $(am__define_uniq_tagged_files); \
857 shift; \
858 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
859 test -n "$$unique" || unique=$$empty_fix; \
860 if test $$# -gt 0; then \
861 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
862 "$$@" $$unique; \
863 else \
864 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
865 $$unique; \
866 fi; \
867 fi
868ctags: ctags-am
869
870CTAGS: ctags
871ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
872 $(am__define_uniq_tagged_files); \
873 test -z "$(CTAGS_ARGS)$$unique" \
874 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
875 $$unique
876
877GTAGS:
878 here=`$(am__cd) $(top_builddir) && pwd` \
879 && $(am__cd) $(top_srcdir) \
880 && gtags -i $(GTAGS_ARGS) "$$here"
881cscopelist: cscopelist-am
882
883cscopelist-am: $(am__tagged_files)
884 list='$(am__tagged_files)'; \
885 case "$(srcdir)" in \
886 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
887 *) sdir=$(subdir)/$(srcdir) ;; \
888 esac; \
889 for i in $$list; do \
890 if test -f "$$i"; then \
891 echo "$(subdir)/$$i"; \
892 else \
893 echo "$$sdir/$$i"; \
894 fi; \
895 done >> $(top_builddir)/cscope.files
896
897distclean-tags:
898 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
899
900distdir: $(DISTFILES)
901 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
902 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
903 list='$(DISTFILES)'; \
904 dist_files=`for file in $$list; do echo $$file; done | \
905 sed -e "s|^$$srcdirstrip/||;t" \
906 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
907 case $$dist_files in \
908 */*) $(MKDIR_P) `echo "$$dist_files" | \
909 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
910 sort -u` ;; \
911 esac; \
912 for file in $$dist_files; do \
913 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
914 if test -d $$d/$$file; then \
915 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
916 if test -d "$(distdir)/$$file"; then \
917 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
918 fi; \
919 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
920 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
921 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
922 fi; \
923 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
924 else \
925 test -f "$(distdir)/$$file" \
926 || cp -p $$d/$$file "$(distdir)/$$file" \
927 || exit 1; \
928 fi; \
929 done
930check-am: all-am
931check: check-am
932all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
933installdirs:
934 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(library_includedir)"; do \
935 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
936 done
937install: install-am
938install-exec: install-exec-am
939install-data: install-data-am
940uninstall: uninstall-am
941
942install-am: all-am
943 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
944
945installcheck: installcheck-am
946install-strip:
947 if test -z '$(STRIP)'; then \
948 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
949 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
950 install; \
951 else \
952 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
953 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
954 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
955 fi
956mostlyclean-generic:
957
958clean-generic:
959
960distclean-generic:
961 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
962 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
963
964maintainer-clean-generic:
965 @echo "This command is intended for maintainers to use"
966 @echo "it deletes files that may require special tools to rebuild."
967clean: clean-am
968
969clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
970 mostlyclean-am
971
972distclean: distclean-am
973 -rm -rf ./$(DEPDIR)
974 -rm -f Makefile
975distclean-am: clean-am distclean-compile distclean-generic \
976 distclean-tags
977
978dvi: dvi-am
979
980dvi-am:
981
982html: html-am
983
984html-am:
985
986info: info-am
987
988info-am:
989
990install-data-am: install-library_includeHEADERS install-pkgconfigDATA
991
992install-dvi: install-dvi-am
993
994install-dvi-am:
995
996install-exec-am: install-libLTLIBRARIES
997
998install-html: install-html-am
999
1000install-html-am:
1001
1002install-info: install-info-am
1003
1004install-info-am:
1005
1006install-man:
1007
1008install-pdf: install-pdf-am
1009
1010install-pdf-am:
1011
1012install-ps: install-ps-am
1013
1014install-ps-am:
1015
1016installcheck-am:
1017
1018maintainer-clean: maintainer-clean-am
1019 -rm -rf ./$(DEPDIR)
1020 -rm -f Makefile
1021maintainer-clean-am: distclean-am maintainer-clean-generic
1022
1023mostlyclean: mostlyclean-am
1024
1025mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1026 mostlyclean-libtool
1027
1028pdf: pdf-am
1029
1030pdf-am:
1031
1032ps: ps-am
1033
1034ps-am:
1035
1036uninstall-am: uninstall-libLTLIBRARIES \
1037 uninstall-library_includeHEADERS uninstall-pkgconfigDATA
1038
1039.MAKE: install-am install-strip
1040
1041.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1042 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
1043 ctags-am distclean distclean-compile distclean-generic \
1044 distclean-libtool distclean-tags distdir dvi dvi-am html \
1045 html-am info info-am install install-am install-data \
1046 install-data-am install-dvi install-dvi-am install-exec \
1047 install-exec-am install-html install-html-am install-info \
1048 install-info-am install-libLTLIBRARIES \
1049 install-library_includeHEADERS install-man install-pdf \
1050 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1051 install-strip installcheck installcheck-am installdirs \
1052 maintainer-clean maintainer-clean-generic mostlyclean \
1053 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1054 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1055 uninstall-libLTLIBRARIES uninstall-library_includeHEADERS \
1056 uninstall-pkgconfigDATA
1057
1058
1059# Tell versions [3.59,3.63) of GNU make to not export all variables.
1060# Otherwise a system limit (for SysV at least) may be exceeded.
1061.NOEXPORT: