aboutsummaryrefslogtreecommitdiff
path: root/comms/lirc
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-21 15:03:43 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-21 15:03:43 +0000
commit2380a3cfc59187ebd4191bdd9b21291570c66180 (patch)
tree79244d9fb03cd36296a1f10c4686303eb673dbdf /comms/lirc
parent0a37dcf8fa5424eceae423734703aa04fd6aca7a (diff)
downloadports-2380a3cfc59187ebd4191bdd9b21291570c66180.tar.gz
ports-2380a3cfc59187ebd4191bdd9b21291570c66180.zip
Fix build with -fno-common
While here add license and regenerate all patches with make makepatch.
Notes
Notes: svn path=/head/; revision=549449
Diffstat (limited to 'comms/lirc')
-rw-r--r--comms/lirc/Makefile10
-rw-r--r--comms/lirc/files/patch-configure.ac115
-rw-r--r--comms/lirc/files/patch-daemons_Makefile.am (renamed from comms/lirc/files/patch-daemons-Makefile.am)2
-rw-r--r--comms/lirc/files/patch-daemons_Makefile.in1363
-rw-r--r--comms/lirc/files/patch-daemons__Makefile.in11
-rw-r--r--comms/lirc/files/patch-daemons_dump__config.c (renamed from comms/lirc/files/patch-daemons__dump_config.c)6
-rw-r--r--comms/lirc/files/patch-daemons_hw-types.c (renamed from comms/lirc/files/patch-daemons__hw-types.c)2
-rw-r--r--comms/lirc/files/patch-daemons_hw__bte.c13
-rw-r--r--comms/lirc/files/patch-daemons_hw__creative.c17
-rw-r--r--comms/lirc/files/patch-daemons_hw__default.c (renamed from comms/lirc/files/patch-daemons__hw_default.c)2
-rw-r--r--comms/lirc/files/patch-daemons_hw__devinput.c (renamed from comms/lirc/files/patch-daemons__hw_devinput.c)8
-rw-r--r--comms/lirc/files/patch-daemons_hw__ea65.c13
-rw-r--r--comms/lirc/files/patch-daemons_hw__hiddev.c (renamed from comms/lirc/files/patch-daemons__hw_hiddev.c)10
-rw-r--r--comms/lirc/files/patch-daemons_hw__irman.c15
-rw-r--r--comms/lirc/files/patch-daemons_hw__livedrive__common.c13
-rw-r--r--comms/lirc/files/patch-daemons_hw__silitek.c14
-rw-r--r--comms/lirc/files/patch-daemons_hw__srm7500libusb.c (renamed from comms/lirc/files/patch-daemons__hw_srm7500libusb.c)2
-rw-r--r--comms/lirc/files/patch-daemons_ir__remote.c (renamed from comms/lirc/files/patch-daemons__ir_remote.c)4
-rw-r--r--comms/lirc/files/patch-daemons_lircd.c (renamed from comms/lirc/files/patch-daemons__lircd.c)6
-rw-r--r--comms/lirc/files/patch-daemons_lircmd.c (renamed from comms/lirc/files/patch-daemons__lircmd.c)4
-rw-r--r--comms/lirc/files/patch-drivers_lirc.h (renamed from comms/lirc/files/patch-drivers__lirc.h)9
-rw-r--r--comms/lirc/files/patch-tools_irsend.c (renamed from comms/lirc/files/patch-tools__irsend.c)8
22 files changed, 1598 insertions, 49 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index 046a4f9000f2..53a5cd83d89e 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lirc
PORTVERSION= 0.9.0
-PORTREVISION= 10
+PORTREVISION= 11
PORTEPOCH= 1
CATEGORIES= comms
MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION}
@@ -11,6 +11,9 @@ MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Linux Infrared Remote Control
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
USES= alias autoreconf gmake libtool localbase python tar:bzip2 xorg
@@ -28,9 +31,10 @@ PORTDOCS= html images irxevent.keys lirc.css lirc.hwdb
PORTEXAMPLES= remotes
SUB_FILES= pkg-message lircd.conf
+# SMODE2 requires svgalib which is only available on x86
OPTIONS_DEFINE= MINIMAL DEBUG UARTLIRC DOCS EXAMPLES
-OPTIONS_DEFINE_i386= SMODE2 # requires svgalib which is...
-OPTIONS_DEFINE_amd64= SMODE2 # ...only available on x86
+OPTIONS_DEFINE_i386= SMODE2
+OPTIONS_DEFINE_amd64= SMODE2
OPTIONS_SUB= yes
MINIMAL_DESC= Build with minimal dependencies
diff --git a/comms/lirc/files/patch-configure.ac b/comms/lirc/files/patch-configure.ac
index 4d846e476026..41a564a7c632 100644
--- a/comms/lirc/files/patch-configure.ac
+++ b/comms/lirc/files/patch-configure.ac
@@ -1,4 +1,4 @@
---- configure.ac.orig
+--- configure.ac.orig 2011-03-25 22:28:18 UTC
+++ configure.ac
@@ -97,6 +97,14 @@ case "${host_os}" in
devdir_default="/usr/lirc/dev/"
@@ -15,7 +15,7 @@
*)
dnl Unix OSS configuration
-@@ -318,70 +326,22 @@ AH_TEMPLATE([SYSCONFDIR],
+@@ -310,70 +318,22 @@ AH_TEMPLATE([SYSCONFDIR],
AH_TEMPLATE([USE_SYSLOG],
[define if you want to log to syslog instead of logfile])
@@ -90,7 +90,7 @@
dnl dev_input driver requires linux input device api
AC_CHECK_HEADERS(linux/input.h,[
AC_DEFINE(HAVE_LINUX_DEVINPUT)
-@@ -411,17 +371,18 @@ AC_CHECK_HEADERS([linux/hiddev.h],[
+@@ -403,17 +363,18 @@ AC_CHECK_HEADERS([linux/hiddev.h],[
#endif
]
)
@@ -114,3 +114,112 @@
dnl here we see what driver the user wants.
+@@ -498,8 +459,8 @@ if test "$driver" = "userspace" -o "$driver" = "all";
+ ;;
+ atilibusb)
+ hw_module="${hw_module} hw_atilibusb.o receive.o"
+- atilibusb_lib=`${LIBUSB_CONFIG} --libs`
+- CFLAGS="$CFLAGS `${LIBUSB_CONFIG} --cflags`"
++ atilibusb_lib=-lusb
++ CFLAGS="$CFLAGS "
+ ;;
+ atwf83)
+ hw_module="${hw_module} hw_atwf83.o"
+@@ -515,8 +476,8 @@ if test "$driver" = "userspace" -o "$driver" = "all";
+ ;;
+ awlibusb)
+ hw_module="${hw_module} hw_awlibusb.o receive.o"
+- awlibusb_lib=`${LIBUSB_CONFIG} --libs`
+- CFLAGS="$CFLAGS `${LIBUSB_CONFIG} --cflags`"
++ awlibusb_lib=-lusb
++ CFLAGS="$CFLAGS "
+ ;;
+ bte)
+ hw_module="${hw_module} hw_bte.o serial.o"
+@@ -536,16 +497,16 @@ if test "$driver" = "userspace" -o "$driver" = "all";
+ ;;
+ commandir)
+ hw_module="${hw_module} hw_commandir.o receive.o"
+- commandir_lib=`${LIBUSB_CONFIG} --libs`
+- CFLAGS="$CFLAGS `${LIBUSB_CONFIG} --cflags`"
++ commandir_lib=-lusb
++ CFLAGS="$CFLAGS "
+ ;;
+ devinput)
+ hw_module="${hw_module} hw_devinput.o"
+ ;;
+ dfclibusb)
+ hw_module="${hw_module} hw_dfclibusb.o receive.o"
+- dfclibusb_lib=`${LIBUSB_CONFIG} --libs`
+- CFLAGS="$CFLAGS `${LIBUSB_CONFIG} --cflags`"
++ dfclibusb_lib=-lusb
++ CFLAGS="$CFLAGS "
+ ;;
+ dsp)
+ hw_module="${hw_module} hw_dsp.o receive.o"
+@@ -665,8 +626,8 @@ if test "$driver" = "userspace" -o "$driver" = "all";
+ #;;
+ srm7500libusb)
+ hw_module="${hw_module} hw_srm7500libusb.o receive.o"
+- srm7500libusb_lib=`${LIBUSB_CONFIG} --libs`
+- CFLAGS="$CFLAGS `${LIBUSB_CONFIG} --cflags`"
++ srm7500libusb_lib=-lusb
++ CFLAGS="$CFLAGS "
+ ;;
+ tira|tira_raw)
+ hw_module="${hw_module} hw_tira.o receive.o transmit.o"
+@@ -758,8 +719,8 @@ if test "$driver" = "atilibusb"; then
+ HW_DEFAULT="hw_atilibusb"
+ lircd_conf="atiusb/lircd.conf.atilibusb"
+ if test -n "${LIBUSB_CONFIG}"; then
+- atilibusb_lib=`${LIBUSB_CONFIG} --libs`
+- CFLAGS="$CFLAGS `${LIBUSB_CONFIG} --cflags`"
++ atilibusb_lib=-lusb
++ CFLAGS="$CFLAGS "
+ fi
+ fi
+
+@@ -777,8 +738,8 @@ if test "$driver" = "awlibusb"; then
+ HW_DEFAULT="hw_awlibusb"
+ lircd_conf="awlibusb/lircd.conf.awlibusb"
+ if test -n "${LIBUSB_CONFIG}"; then
+- awlibusb_lib=`${LIBUSB_CONFIG} --libs`
+- CFLAGS="$CFLAGS `${LIBUSB_CONFIG} --cflags`"
++ awlibusb_lib=-lusb
++ CFLAGS="$CFLAGS "
+ fi
+ fi
+
+@@ -893,8 +854,8 @@ if test "$driver" = "commandir"; then
+ lircd_conf="hauppauge/lircd.conf.hauppauge"
+ lircmd_conf="hauppauge/lircmd.conf.hauppauge"
+ if test -n "${LIBUSB_CONFIG}"; then
+- commandir_lib=`${LIBUSB_CONFIG} --libs`
+- CFLAGS="$CFLAGS `${LIBUSB_CONFIG} --cflags`"
++ commandir_lib=-lusb
++ CFLAGS="$CFLAGS "
+ fi
+ fi
+
+@@ -931,8 +892,8 @@ if test "$driver" = "dfclibusb"; then
+ hw_module="hw_dfclibusb.o receive.o"
+ HW_DEFAULT="hw_dfclibusb"
+ if test -n "${LIBUSB_CONFIG}"; then
+- dfclibusb_lib=`${LIBUSB_CONFIG} --libs`
+- CFLAGS="$CFLAGS `${LIBUSB_CONFIG} --cflags`"
++ dfclibusb_lib=-lusb
++ CFLAGS="$CFLAGS "
+ fi
+ fi
+
+@@ -1332,8 +1293,8 @@ if test "$driver" = "srm7500libusb"; then
+ HW_DEFAULT="hw_srm7500libusb"
+ lircd_conf="philips/lircd.conf.srm7500libusb"
+ if test -n "${LIBUSB_CONFIG}"; then
+- srm7500libusb_lib=`${LIBUSB_CONFIG} --libs`
+- CFLAGS="$CFLAGS `${LIBUSB_CONFIG} --cflags`"
++ srm7500libusb_lib=-lusb
++ CFLAGS="$CFLAGS "
+ fi
+ fi
+
diff --git a/comms/lirc/files/patch-daemons-Makefile.am b/comms/lirc/files/patch-daemons_Makefile.am
index f641b87739cb..d554719b7394 100644
--- a/comms/lirc/files/patch-daemons-Makefile.am
+++ b/comms/lirc/files/patch-daemons_Makefile.am
@@ -1,4 +1,4 @@
---- daemons/Makefile.am.orig
+--- daemons/Makefile.am.orig 2011-03-25 22:28:18 UTC
+++ daemons/Makefile.am
@@ -83,7 +83,7 @@ irrecord_SOURCES = irrecord.c \
transmit.c transmit.h
diff --git a/comms/lirc/files/patch-daemons_Makefile.in b/comms/lirc/files/patch-daemons_Makefile.in
new file mode 100644
index 000000000000..a3a868fb0c36
--- /dev/null
+++ b/comms/lirc/files/patch-daemons_Makefile.in
@@ -0,0 +1,1363 @@
+--- daemons/Makefile.in.orig 2011-03-25 22:28:53 UTC
++++ daemons/Makefile.in
+@@ -1,9 +1,8 @@
+-# Makefile.in generated by automake 1.11.1 from Makefile.am.
++# Makefile.in generated by automake 1.16.2 from Makefile.am.
+ # @configure_input@
+
+-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+-# Inc.
++# Copyright (C) 1994-2020 Free Software Foundation, Inc.
++
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -17,6 +16,61 @@
+
+
+ VPATH = @srcdir@
++am__is_gnu_make = { \
++ if test -z '$(MAKELEVEL)'; then \
++ false; \
++ elif test -n '$(MAKE_HOST)'; then \
++ true; \
++ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
++ true; \
++ else \
++ false; \
++ fi; \
++}
++am__make_running_with_option = \
++ case $${target_option-} in \
++ ?) ;; \
++ *) echo "am__make_running_with_option: internal error: invalid" \
++ "target option '$${target_option-}' specified" >&2; \
++ exit 1;; \
++ esac; \
++ has_opt=no; \
++ sane_makeflags=$$MAKEFLAGS; \
++ if $(am__is_gnu_make); then \
++ sane_makeflags=$$MFLAGS; \
++ else \
++ case $$MAKEFLAGS in \
++ *\\[\ \ ]*) \
++ bs=\\; \
++ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
++ esac; \
++ fi; \
++ skip_next=no; \
++ strip_trailopt () \
++ { \
++ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++ }; \
++ for flg in $$sane_makeflags; do \
++ test $$skip_next = yes && { skip_next=no; continue; }; \
++ case $$flg in \
++ *=*|--*) continue;; \
++ -*I) strip_trailopt 'I'; skip_next=yes;; \
++ -*I?*) strip_trailopt 'I';; \
++ -*O) strip_trailopt 'O'; skip_next=yes;; \
++ -*O?*) strip_trailopt 'O';; \
++ -*l) strip_trailopt 'l'; skip_next=yes;; \
++ -*l?*) strip_trailopt 'l';; \
++ -[dEDm]) skip_next=yes;; \
++ -[JT]) skip_next=yes;; \
++ esac; \
++ case $$flg in \
++ *$$target_option*) has_opt=yes; break;; \
++ esac; \
++ done; \
++ test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+@@ -40,27 +94,37 @@ bin_PROGRAMS = irrecord$(EXEEXT)
+ EXTRA_PROGRAMS = lircd.simsend$(EXEEXT) lircd.simrec$(EXEEXT) \
+ slinke$(EXEEXT)
+ subdir = daemons
+-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+-am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+- $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
++ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
++ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
++ $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
++DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
+ mkinstalldirs = $(install_sh) -d
+ CONFIG_HEADER = $(top_builddir)/config.h
+ CONFIG_CLEAN_FILES =
+ CONFIG_CLEAN_VPATH_FILES =
++am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"
++PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)
+ LIBRARIES = $(noinst_LIBRARIES)
+ ARFLAGS = cru
++AM_V_AR = $(am__v_AR_@AM_V@)
++am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
++am__v_AR_0 = @echo " AR " $@;
++am__v_AR_1 =
+ libhw_module_a_AR = $(AR) $(ARFLAGS)
+ am_libhw_module_a_OBJECTS = hw-types.$(OBJEXT) ir_remote.$(OBJEXT) \
+ release.$(OBJEXT)
+ libhw_module_a_OBJECTS = $(am_libhw_module_a_OBJECTS)
+-am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"
+-PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)
+ am_irrecord_OBJECTS = irrecord.$(OBJEXT) config_file.$(OBJEXT) \
+ dump_config.$(OBJEXT) input_map.$(OBJEXT) transmit.$(OBJEXT)
+ irrecord_OBJECTS = $(am_irrecord_OBJECTS)
++AM_V_lt = $(am__v_lt_@AM_V@)
++am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
++am__v_lt_0 = --silent
++am__v_lt_1 =
+ am_lircd_OBJECTS = lircd.$(OBJEXT) config_file.$(OBJEXT) \
+ input_map.$(OBJEXT) transmit.$(OBJEXT)
+ lircd_OBJECTS = $(am_lircd_OBJECTS)
+@@ -75,7 +139,7 @@ am_lircd_simrec_OBJECTS = lircd_simrec-lircd.$(OBJEXT)
+ lircd_simrec-transmit.$(OBJEXT)
+ lircd_simrec_OBJECTS = $(am_lircd_simrec_OBJECTS)
+ lircd_simrec_LDADD = $(LDADD)
+-lircd_simrec_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
++lircd_simrec_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(lircd_simrec_CFLAGS) \
+ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ am_lircd_simsend_OBJECTS = lircd_simsend-lircd.$(OBJEXT) \
+@@ -89,7 +153,7 @@ am_lircd_simsend_OBJECTS = lircd_simsend-lircd.$(OBJEX
+ lircd_simsend-transmit.$(OBJEXT)
+ lircd_simsend_OBJECTS = $(am_lircd_simsend_OBJECTS)
+ lircd_simsend_LDADD = $(LDADD)
+-lircd_simsend_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
++lircd_simsend_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(lircd_simsend_CFLAGS) \
+ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ am_lircmd_OBJECTS = lircmd.$(OBJEXT)
+@@ -100,19 +164,86 @@ am_slinke_OBJECTS = slinke.$(OBJEXT) config_file.$(OBJ
+ transmit.$(OBJEXT)
+ slinke_OBJECTS = $(am_slinke_OBJECTS)
+ slinke_LDADD = $(LDADD)
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo " GEN " $@;
++am__v_GEN_1 =
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 =
+ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+-am__depfiles_maybe = depfiles
++am__maybe_remake_depfiles = depfiles
++am__depfiles_remade = ./$(DEPDIR)/config_file.Po \
++ ./$(DEPDIR)/dump_config.Po ./$(DEPDIR)/hw-types.Po \
++ ./$(DEPDIR)/hw_accent.Po ./$(DEPDIR)/hw_alsa_usb.Po \
++ ./$(DEPDIR)/hw_atilibusb.Po ./$(DEPDIR)/hw_atwf83.Po \
++ ./$(DEPDIR)/hw_audio.Po ./$(DEPDIR)/hw_audio_alsa.Po \
++ ./$(DEPDIR)/hw_awlibusb.Po ./$(DEPDIR)/hw_bte.Po \
++ ./$(DEPDIR)/hw_caraca.Po ./$(DEPDIR)/hw_commandir.Po \
++ ./$(DEPDIR)/hw_creative.Po ./$(DEPDIR)/hw_creative_infracd.Po \
++ ./$(DEPDIR)/hw_default.Po ./$(DEPDIR)/hw_devinput.Po \
++ ./$(DEPDIR)/hw_dfclibusb.Po ./$(DEPDIR)/hw_dsp.Po \
++ ./$(DEPDIR)/hw_ea65.Po ./$(DEPDIR)/hw_ftdi.Po \
++ ./$(DEPDIR)/hw_hiddev.Po ./$(DEPDIR)/hw_i2cuser.Po \
++ ./$(DEPDIR)/hw_iguanaIR.Po ./$(DEPDIR)/hw_irlink.Po \
++ ./$(DEPDIR)/hw_irman.Po ./$(DEPDIR)/hw_livedrive_common.Po \
++ ./$(DEPDIR)/hw_livedrive_midi.Po \
++ ./$(DEPDIR)/hw_livedrive_seq.Po ./$(DEPDIR)/hw_logitech.Po \
++ ./$(DEPDIR)/hw_mouseremote.Po ./$(DEPDIR)/hw_mp3anywhere.Po \
++ ./$(DEPDIR)/hw_mplay.Po ./$(DEPDIR)/hw_pcmak.Po \
++ ./$(DEPDIR)/hw_pinsys.Po ./$(DEPDIR)/hw_pixelview.Po \
++ ./$(DEPDIR)/hw_silitek.Po ./$(DEPDIR)/hw_slinke.Po \
++ ./$(DEPDIR)/hw_srm7500libusb.Po ./$(DEPDIR)/hw_tira.Po \
++ ./$(DEPDIR)/hw_udp.Po ./$(DEPDIR)/hw_uirt2.Po \
++ ./$(DEPDIR)/hw_uirt2_common.Po ./$(DEPDIR)/hw_uirt2_raw.Po \
++ ./$(DEPDIR)/hw_usbx.Po ./$(DEPDIR)/input_map.Po \
++ ./$(DEPDIR)/ir_remote.Po ./$(DEPDIR)/irrecord.Po \
++ ./$(DEPDIR)/lircd.Po ./$(DEPDIR)/lircd_simrec-config_file.Po \
++ ./$(DEPDIR)/lircd_simrec-hw-types.Po \
++ ./$(DEPDIR)/lircd_simrec-hw_default.Po \
++ ./$(DEPDIR)/lircd_simrec-input_map.Po \
++ ./$(DEPDIR)/lircd_simrec-ir_remote.Po \
++ ./$(DEPDIR)/lircd_simrec-lircd.Po \
++ ./$(DEPDIR)/lircd_simrec-receive.Po \
++ ./$(DEPDIR)/lircd_simrec-release.Po \
++ ./$(DEPDIR)/lircd_simrec-transmit.Po \
++ ./$(DEPDIR)/lircd_simsend-config_file.Po \
++ ./$(DEPDIR)/lircd_simsend-hw-types.Po \
++ ./$(DEPDIR)/lircd_simsend-hw_default.Po \
++ ./$(DEPDIR)/lircd_simsend-input_map.Po \
++ ./$(DEPDIR)/lircd_simsend-ir_remote.Po \
++ ./$(DEPDIR)/lircd_simsend-lircd.Po \
++ ./$(DEPDIR)/lircd_simsend-receive.Po \
++ ./$(DEPDIR)/lircd_simsend-release.Po \
++ ./$(DEPDIR)/lircd_simsend-transmit.Po ./$(DEPDIR)/lircmd.Po \
++ ./$(DEPDIR)/receive.Po ./$(DEPDIR)/release.Po \
++ ./$(DEPDIR)/serial.Po ./$(DEPDIR)/slinke.Po \
++ ./$(DEPDIR)/transmit.Po
+ am__mv = mv -f
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+- --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
++ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
++ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++ $(AM_CFLAGS) $(CFLAGS)
++AM_V_CC = $(am__v_CC_@AM_V@)
++am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
++am__v_CC_0 = @echo " CC " $@;
++am__v_CC_1 =
+ CCLD = $(CC)
+-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+- $(LDFLAGS) -o $@
++LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
++ $(AM_LDFLAGS) $(LDFLAGS) -o $@
++AM_V_CCLD = $(am__v_CCLD_@AM_V@)
++am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
++am__v_CCLD_0 = @echo " CCLD " $@;
++am__v_CCLD_1 =
+ SOURCES = $(libhw_module_a_SOURCES) $(EXTRA_libhw_module_a_SOURCES) \
+ $(irrecord_SOURCES) $(lircd_SOURCES) $(lircd_simrec_SOURCES) \
+ $(lircd_simsend_SOURCES) $(lircmd_SOURCES) $(slinke_SOURCES)
+@@ -120,11 +251,35 @@ DIST_SOURCES = $(libhw_module_a_SOURCES) \
+ $(EXTRA_libhw_module_a_SOURCES) $(irrecord_SOURCES) \
+ $(lircd_SOURCES) $(lircd_simrec_SOURCES) \
+ $(lircd_simsend_SOURCES) $(lircmd_SOURCES) $(slinke_SOURCES)
++am__can_run_installinfo = \
++ case $$AM_UPDATE_INFO_DIR in \
++ n|no|NO) false;; \
++ *) (install-info --version) >/dev/null 2>&1;; \
++ esac
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
++# Read a list of newline-separated strings from the standard input,
++# and print each of them once, without duplicates. Input order is
++# *not* preserved.
++am__uniquify_input = $(AWK) '\
++ BEGIN { nonempty = 0; } \
++ { items[$$0] = 1; nonempty = 1; } \
++ END { if (nonempty) { for (i in items) print i; }; } \
++'
++# Make sure the list of sources is unique. This is necessary because,
++# e.g., the same source file might be shared among _SOURCES variables
++# for different programs/libraries.
++am__define_uniq_tagged_files = \
++ list='$(am__tagged_files)'; \
++ unique=`for i in $$list; do \
++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++ done | $(am__uniquify_input)`
+ ETAGS = etags
+ CTAGS = ctags
++am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ ACLOCAL = @ACLOCAL@
+ AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+ AR = @AR@
+ AUTOCONF = @AUTOCONF@
+ AUTOHEADER = @AUTOHEADER@
+@@ -138,6 +293,7 @@ CPPFLAGS = @CPPFLAGS@
+ CYGPATH_W = @CYGPATH_W@
+ DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
++DLLTOOL = @DLLTOOL@
+ DSYMUTIL = @DSYMUTIL@
+ DUMPBIN = @DUMPBIN@
+ ECHO_C = @ECHO_C@
+@@ -161,7 +317,9 @@ LIBUSB_CONFIG = @LIBUSB_CONFIG@
+ LIPO = @LIPO@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
+ MAKEINFO = @MAKEINFO@
++MANIFEST_TOOL = @MANIFEST_TOOL@
+ MKDIR_P = @MKDIR_P@
+ NM = @NM@
+ NMEDIT = @NMEDIT@
+@@ -174,6 +332,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+ PACKAGE_NAME = @PACKAGE_NAME@
+ PACKAGE_STRING = @PACKAGE_STRING@
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_URL = @PACKAGE_URL@
+ PACKAGE_VERSION = @PACKAGE_VERSION@
+ PATH_SEPARATOR = @PATH_SEPARATOR@
+ PYTHON = @PYTHON@
+@@ -196,6 +355,7 @@ abs_builddir = @abs_builddir@
+ abs_srcdir = @abs_srcdir@
+ abs_top_builddir = @abs_top_builddir@
+ abs_top_srcdir = @abs_top_srcdir@
++ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+ ac_pkss_mktemp = @ac_pkss_mktemp@
+@@ -242,7 +402,6 @@ lircd_conf = @lircd_conf@
+ lircmd_conf = @lircmd_conf@
+ localedir = @localedir@
+ localstatedir = @localstatedir@
+-lt_ECHO = @lt_ECHO@
+ maintmode_daemons_extra = @maintmode_daemons_extra@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+@@ -340,7 +499,7 @@ irrecord_SOURCES = irrecord.c \
+ transmit.c transmit.h
+
+ irrecord_LDADD = libhw_module.a @hw_module_libs@ @receive@
+-irrecord_DEPENDENCIES = @receive@
++irrecord_DEPENDENCIES = libhw_module.a @receive@
+ noinst_PROGRAMS = @maintmode_daemons_extra@
+ lircd_simsend_SOURCES = lircd.c ir_remote.c config_file.c \
+ lircd.h ir_remote.h ir_remote_types.h config_file.h \
+@@ -388,14 +547,13 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__c
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu daemons/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu daemons/Makefile
+-.PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
++ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
++ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
+ esac;
+
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+@@ -406,23 +564,21 @@ $(top_srcdir)/configure: $(am__configure_deps)
+ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ $(am__aclocal_m4_deps):
+-
+-clean-noinstLIBRARIES:
+- -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
+-libhw_module.a: $(libhw_module_a_OBJECTS) $(libhw_module_a_DEPENDENCIES)
+- -rm -f libhw_module.a
+- $(libhw_module_a_AR) libhw_module.a $(libhw_module_a_OBJECTS) $(libhw_module_a_LIBADD)
+- $(RANLIB) libhw_module.a
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ @$(NORMAL_INSTALL)
+- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
++ if test -n "$$list"; then \
++ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
++ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
++ fi; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+- while read p p1; do if test -f $$p || test -f $$p1; \
+- then echo "$$p"; echo "$$p"; else :; fi; \
++ while read p p1; do if test -f $$p \
++ || test -f $$p1 \
++ ; then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
++ sed -e 'p;s,.*/,,;n;h' \
++ -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+@@ -443,7 +599,8 @@ uninstall-binPROGRAMS:
+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+- -e 's/$$/$(EXEEXT)/' `; \
++ -e 's/$$/$(EXEEXT)/' \
++ `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(bindir)" && rm -f $$files
+@@ -467,14 +624,19 @@ clean-noinstPROGRAMS:
+ rm -f $$list
+ install-sbinPROGRAMS: $(sbin_PROGRAMS)
+ @$(NORMAL_INSTALL)
+- test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
+ @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
++ if test -n "$$list"; then \
++ echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
++ $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
++ fi; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+- while read p p1; do if test -f $$p || test -f $$p1; \
+- then echo "$$p"; echo "$$p"; else :; fi; \
++ while read p p1; do if test -f $$p \
++ || test -f $$p1 \
++ ; then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
++ sed -e 'p;s,.*/,,;n;h' \
++ -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+@@ -495,7 +657,8 @@ uninstall-sbinPROGRAMS:
+ @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+- -e 's/$$/$(EXEEXT)/' `; \
++ -e 's/$$/$(EXEEXT)/' \
++ `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(sbindir)" && rm -f $$files
+@@ -508,24 +671,38 @@ clean-sbinPROGRAMS:
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
+-irrecord$(EXEEXT): $(irrecord_OBJECTS) $(irrecord_DEPENDENCIES)
++
++clean-noinstLIBRARIES:
++ -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
++
++libhw_module.a: $(libhw_module_a_OBJECTS) $(libhw_module_a_DEPENDENCIES) $(EXTRA_libhw_module_a_DEPENDENCIES)
++ $(AM_V_at)-rm -f libhw_module.a
++ $(AM_V_AR)$(libhw_module_a_AR) libhw_module.a $(libhw_module_a_OBJECTS) $(libhw_module_a_LIBADD)
++ $(AM_V_at)$(RANLIB) libhw_module.a
++
++irrecord$(EXEEXT): $(irrecord_OBJECTS) $(irrecord_DEPENDENCIES) $(EXTRA_irrecord_DEPENDENCIES)
+ @rm -f irrecord$(EXEEXT)
+- $(LINK) $(irrecord_OBJECTS) $(irrecord_LDADD) $(LIBS)
+-lircd$(EXEEXT): $(lircd_OBJECTS) $(lircd_DEPENDENCIES)
++ $(AM_V_CCLD)$(LINK) $(irrecord_OBJECTS) $(irrecord_LDADD) $(LIBS)
++
++lircd$(EXEEXT): $(lircd_OBJECTS) $(lircd_DEPENDENCIES) $(EXTRA_lircd_DEPENDENCIES)
+ @rm -f lircd$(EXEEXT)
+- $(LINK) $(lircd_OBJECTS) $(lircd_LDADD) $(LIBS)
+-lircd.simrec$(EXEEXT): $(lircd_simrec_OBJECTS) $(lircd_simrec_DEPENDENCIES)
++ $(AM_V_CCLD)$(LINK) $(lircd_OBJECTS) $(lircd_LDADD) $(LIBS)
++
++lircd.simrec$(EXEEXT): $(lircd_simrec_OBJECTS) $(lircd_simrec_DEPENDENCIES) $(EXTRA_lircd_simrec_DEPENDENCIES)
+ @rm -f lircd.simrec$(EXEEXT)
+- $(lircd_simrec_LINK) $(lircd_simrec_OBJECTS) $(lircd_simrec_LDADD) $(LIBS)
+-lircd.simsend$(EXEEXT): $(lircd_simsend_OBJECTS) $(lircd_simsend_DEPENDENCIES)
++ $(AM_V_CCLD)$(lircd_simrec_LINK) $(lircd_simrec_OBJECTS) $(lircd_simrec_LDADD) $(LIBS)
++
++lircd.simsend$(EXEEXT): $(lircd_simsend_OBJECTS) $(lircd_simsend_DEPENDENCIES) $(EXTRA_lircd_simsend_DEPENDENCIES)
+ @rm -f lircd.simsend$(EXEEXT)
+- $(lircd_simsend_LINK) $(lircd_simsend_OBJECTS) $(lircd_simsend_LDADD) $(LIBS)
+-lircmd$(EXEEXT): $(lircmd_OBJECTS) $(lircmd_DEPENDENCIES)
++ $(AM_V_CCLD)$(lircd_simsend_LINK) $(lircd_simsend_OBJECTS) $(lircd_simsend_LDADD) $(LIBS)
++
++lircmd$(EXEEXT): $(lircmd_OBJECTS) $(lircmd_DEPENDENCIES) $(EXTRA_lircmd_DEPENDENCIES)
+ @rm -f lircmd$(EXEEXT)
+- $(LINK) $(lircmd_OBJECTS) $(lircmd_LDADD) $(LIBS)
+-slinke$(EXEEXT): $(slinke_OBJECTS) $(slinke_DEPENDENCIES)
++ $(AM_V_CCLD)$(LINK) $(lircmd_OBJECTS) $(lircmd_LDADD) $(LIBS)
++
++slinke$(EXEEXT): $(slinke_OBJECTS) $(slinke_DEPENDENCIES) $(EXTRA_slinke_DEPENDENCIES)
+ @rm -f slinke$(EXEEXT)
+- $(LINK) $(slinke_OBJECTS) $(slinke_LDADD) $(LIBS)
++ $(AM_V_CCLD)$(LINK) $(slinke_OBJECTS) $(slinke_LDADD) $(LIBS)
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
+@@ -533,352 +710,358 @@ mostlyclean-compile:
+ distclean-compile:
+ -rm -f *.tab.c
+
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config_file.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dump_config.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw-types.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_accent.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_alsa_usb.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_atilibusb.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_atwf83.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_audio.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_audio_alsa.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_awlibusb.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_bte.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_caraca.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_commandir.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_creative.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_creative_infracd.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_default.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_devinput.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_dfclibusb.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_dsp.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_ea65.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_ftdi.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_hiddev.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_i2cuser.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_iguanaIR.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_irlink.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_irman.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_livedrive_common.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_livedrive_midi.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_livedrive_seq.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_logitech.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_mouseremote.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_mp3anywhere.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_mplay.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_pcmak.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_pinsys.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_pixelview.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_silitek.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_slinke.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_srm7500libusb.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_tira.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_udp.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_uirt2.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_uirt2_common.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_uirt2_raw.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_usbx.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input_map.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ir_remote.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irrecord.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-config_file.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-hw-types.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-hw_default.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-input_map.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-ir_remote.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-lircd.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-receive.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-release.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-transmit.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-config_file.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-hw-types.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-hw_default.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-input_map.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-ir_remote.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-lircd.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-receive.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-release.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-transmit.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircmd.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/receive.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/release.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serial.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slinke.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transmit.Po@am__quote@
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config_file.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dump_config.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw-types.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_accent.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_alsa_usb.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_atilibusb.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_atwf83.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_audio.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_audio_alsa.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_awlibusb.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_bte.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_caraca.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_commandir.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_creative.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_creative_infracd.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_default.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_devinput.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_dfclibusb.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_dsp.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_ea65.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_ftdi.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_hiddev.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_i2cuser.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_iguanaIR.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_irlink.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_irman.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_livedrive_common.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_livedrive_midi.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_livedrive_seq.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_logitech.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_mouseremote.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_mp3anywhere.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_mplay.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_pcmak.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_pinsys.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_pixelview.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_silitek.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_slinke.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_srm7500libusb.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_tira.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_udp.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_uirt2.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_uirt2_common.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_uirt2_raw.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_usbx.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input_map.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ir_remote.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irrecord.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-config_file.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-hw-types.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-hw_default.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-input_map.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-ir_remote.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-lircd.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-receive.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-release.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simrec-transmit.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-config_file.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-hw-types.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-hw_default.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-input_map.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-ir_remote.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-lircd.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-receive.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-release.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircd_simsend-transmit.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lircmd.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/receive.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/release.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serial.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slinke.Po@am__quote@ # am--include-marker
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transmit.Po@am__quote@ # am--include-marker
+
++$(am__depfiles_remade):
++ @$(MKDIR_P) $(@D)
++ @echo '# dummy' >$@-t && $(am__mv) $@-t $@
++
++am--depfiles: $(am__depfiles_remade)
++
+ .c.o:
+-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(COMPILE) -c $<
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
+
+ .c.obj:
+-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+
+ .c.lo:
+-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
+
+ lircd_simrec-lircd.o: lircd.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-lircd.o -MD -MP -MF $(DEPDIR)/lircd_simrec-lircd.Tpo -c -o lircd_simrec-lircd.o `test -f 'lircd.c' || echo '$(srcdir)/'`lircd.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-lircd.Tpo $(DEPDIR)/lircd_simrec-lircd.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lircd.c' object='lircd_simrec-lircd.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-lircd.o -MD -MP -MF $(DEPDIR)/lircd_simrec-lircd.Tpo -c -o lircd_simrec-lircd.o `test -f 'lircd.c' || echo '$(srcdir)/'`lircd.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-lircd.Tpo $(DEPDIR)/lircd_simrec-lircd.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lircd.c' object='lircd_simrec-lircd.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-lircd.o `test -f 'lircd.c' || echo '$(srcdir)/'`lircd.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-lircd.o `test -f 'lircd.c' || echo '$(srcdir)/'`lircd.c
+
+ lircd_simrec-lircd.obj: lircd.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-lircd.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-lircd.Tpo -c -o lircd_simrec-lircd.obj `if test -f 'lircd.c'; then $(CYGPATH_W) 'lircd.c'; else $(CYGPATH_W) '$(srcdir)/lircd.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-lircd.Tpo $(DEPDIR)/lircd_simrec-lircd.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lircd.c' object='lircd_simrec-lircd.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-lircd.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-lircd.Tpo -c -o lircd_simrec-lircd.obj `if test -f 'lircd.c'; then $(CYGPATH_W) 'lircd.c'; else $(CYGPATH_W) '$(srcdir)/lircd.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-lircd.Tpo $(DEPDIR)/lircd_simrec-lircd.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lircd.c' object='lircd_simrec-lircd.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-lircd.obj `if test -f 'lircd.c'; then $(CYGPATH_W) 'lircd.c'; else $(CYGPATH_W) '$(srcdir)/lircd.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-lircd.obj `if test -f 'lircd.c'; then $(CYGPATH_W) 'lircd.c'; else $(CYGPATH_W) '$(srcdir)/lircd.c'; fi`
+
+ lircd_simrec-ir_remote.o: ir_remote.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-ir_remote.o -MD -MP -MF $(DEPDIR)/lircd_simrec-ir_remote.Tpo -c -o lircd_simrec-ir_remote.o `test -f 'ir_remote.c' || echo '$(srcdir)/'`ir_remote.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-ir_remote.Tpo $(DEPDIR)/lircd_simrec-ir_remote.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ir_remote.c' object='lircd_simrec-ir_remote.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-ir_remote.o -MD -MP -MF $(DEPDIR)/lircd_simrec-ir_remote.Tpo -c -o lircd_simrec-ir_remote.o `test -f 'ir_remote.c' || echo '$(srcdir)/'`ir_remote.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-ir_remote.Tpo $(DEPDIR)/lircd_simrec-ir_remote.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ir_remote.c' object='lircd_simrec-ir_remote.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-ir_remote.o `test -f 'ir_remote.c' || echo '$(srcdir)/'`ir_remote.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-ir_remote.o `test -f 'ir_remote.c' || echo '$(srcdir)/'`ir_remote.c
+
+ lircd_simrec-ir_remote.obj: ir_remote.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-ir_remote.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-ir_remote.Tpo -c -o lircd_simrec-ir_remote.obj `if test -f 'ir_remote.c'; then $(CYGPATH_W) 'ir_remote.c'; else $(CYGPATH_W) '$(srcdir)/ir_remote.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-ir_remote.Tpo $(DEPDIR)/lircd_simrec-ir_remote.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ir_remote.c' object='lircd_simrec-ir_remote.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-ir_remote.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-ir_remote.Tpo -c -o lircd_simrec-ir_remote.obj `if test -f 'ir_remote.c'; then $(CYGPATH_W) 'ir_remote.c'; else $(CYGPATH_W) '$(srcdir)/ir_remote.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-ir_remote.Tpo $(DEPDIR)/lircd_simrec-ir_remote.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ir_remote.c' object='lircd_simrec-ir_remote.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-ir_remote.obj `if test -f 'ir_remote.c'; then $(CYGPATH_W) 'ir_remote.c'; else $(CYGPATH_W) '$(srcdir)/ir_remote.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-ir_remote.obj `if test -f 'ir_remote.c'; then $(CYGPATH_W) 'ir_remote.c'; else $(CYGPATH_W) '$(srcdir)/ir_remote.c'; fi`
+
+ lircd_simrec-config_file.o: config_file.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-config_file.o -MD -MP -MF $(DEPDIR)/lircd_simrec-config_file.Tpo -c -o lircd_simrec-config_file.o `test -f 'config_file.c' || echo '$(srcdir)/'`config_file.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-config_file.Tpo $(DEPDIR)/lircd_simrec-config_file.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config_file.c' object='lircd_simrec-config_file.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-config_file.o -MD -MP -MF $(DEPDIR)/lircd_simrec-config_file.Tpo -c -o lircd_simrec-config_file.o `test -f 'config_file.c' || echo '$(srcdir)/'`config_file.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-config_file.Tpo $(DEPDIR)/lircd_simrec-config_file.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='config_file.c' object='lircd_simrec-config_file.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-config_file.o `test -f 'config_file.c' || echo '$(srcdir)/'`config_file.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-config_file.o `test -f 'config_file.c' || echo '$(srcdir)/'`config_file.c
+
+ lircd_simrec-config_file.obj: config_file.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-config_file.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-config_file.Tpo -c -o lircd_simrec-config_file.obj `if test -f 'config_file.c'; then $(CYGPATH_W) 'config_file.c'; else $(CYGPATH_W) '$(srcdir)/config_file.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-config_file.Tpo $(DEPDIR)/lircd_simrec-config_file.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config_file.c' object='lircd_simrec-config_file.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-config_file.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-config_file.Tpo -c -o lircd_simrec-config_file.obj `if test -f 'config_file.c'; then $(CYGPATH_W) 'config_file.c'; else $(CYGPATH_W) '$(srcdir)/config_file.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-config_file.Tpo $(DEPDIR)/lircd_simrec-config_file.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='config_file.c' object='lircd_simrec-config_file.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-config_file.obj `if test -f 'config_file.c'; then $(CYGPATH_W) 'config_file.c'; else $(CYGPATH_W) '$(srcdir)/config_file.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-config_file.obj `if test -f 'config_file.c'; then $(CYGPATH_W) 'config_file.c'; else $(CYGPATH_W) '$(srcdir)/config_file.c'; fi`
+
+ lircd_simrec-input_map.o: input_map.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-input_map.o -MD -MP -MF $(DEPDIR)/lircd_simrec-input_map.Tpo -c -o lircd_simrec-input_map.o `test -f 'input_map.c' || echo '$(srcdir)/'`input_map.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-input_map.Tpo $(DEPDIR)/lircd_simrec-input_map.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='input_map.c' object='lircd_simrec-input_map.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-input_map.o -MD -MP -MF $(DEPDIR)/lircd_simrec-input_map.Tpo -c -o lircd_simrec-input_map.o `test -f 'input_map.c' || echo '$(srcdir)/'`input_map.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-input_map.Tpo $(DEPDIR)/lircd_simrec-input_map.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='input_map.c' object='lircd_simrec-input_map.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-input_map.o `test -f 'input_map.c' || echo '$(srcdir)/'`input_map.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-input_map.o `test -f 'input_map.c' || echo '$(srcdir)/'`input_map.c
+
+ lircd_simrec-input_map.obj: input_map.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-input_map.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-input_map.Tpo -c -o lircd_simrec-input_map.obj `if test -f 'input_map.c'; then $(CYGPATH_W) 'input_map.c'; else $(CYGPATH_W) '$(srcdir)/input_map.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-input_map.Tpo $(DEPDIR)/lircd_simrec-input_map.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='input_map.c' object='lircd_simrec-input_map.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-input_map.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-input_map.Tpo -c -o lircd_simrec-input_map.obj `if test -f 'input_map.c'; then $(CYGPATH_W) 'input_map.c'; else $(CYGPATH_W) '$(srcdir)/input_map.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-input_map.Tpo $(DEPDIR)/lircd_simrec-input_map.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='input_map.c' object='lircd_simrec-input_map.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-input_map.obj `if test -f 'input_map.c'; then $(CYGPATH_W) 'input_map.c'; else $(CYGPATH_W) '$(srcdir)/input_map.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-input_map.obj `if test -f 'input_map.c'; then $(CYGPATH_W) 'input_map.c'; else $(CYGPATH_W) '$(srcdir)/input_map.c'; fi`
+
+ lircd_simrec-hw-types.o: hw-types.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-hw-types.o -MD -MP -MF $(DEPDIR)/lircd_simrec-hw-types.Tpo -c -o lircd_simrec-hw-types.o `test -f 'hw-types.c' || echo '$(srcdir)/'`hw-types.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-hw-types.Tpo $(DEPDIR)/lircd_simrec-hw-types.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hw-types.c' object='lircd_simrec-hw-types.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-hw-types.o -MD -MP -MF $(DEPDIR)/lircd_simrec-hw-types.Tpo -c -o lircd_simrec-hw-types.o `test -f 'hw-types.c' || echo '$(srcdir)/'`hw-types.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-hw-types.Tpo $(DEPDIR)/lircd_simrec-hw-types.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hw-types.c' object='lircd_simrec-hw-types.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-hw-types.o `test -f 'hw-types.c' || echo '$(srcdir)/'`hw-types.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-hw-types.o `test -f 'hw-types.c' || echo '$(srcdir)/'`hw-types.c
+
+ lircd_simrec-hw-types.obj: hw-types.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-hw-types.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-hw-types.Tpo -c -o lircd_simrec-hw-types.obj `if test -f 'hw-types.c'; then $(CYGPATH_W) 'hw-types.c'; else $(CYGPATH_W) '$(srcdir)/hw-types.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-hw-types.Tpo $(DEPDIR)/lircd_simrec-hw-types.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hw-types.c' object='lircd_simrec-hw-types.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-hw-types.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-hw-types.Tpo -c -o lircd_simrec-hw-types.obj `if test -f 'hw-types.c'; then $(CYGPATH_W) 'hw-types.c'; else $(CYGPATH_W) '$(srcdir)/hw-types.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-hw-types.Tpo $(DEPDIR)/lircd_simrec-hw-types.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hw-types.c' object='lircd_simrec-hw-types.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-hw-types.obj `if test -f 'hw-types.c'; then $(CYGPATH_W) 'hw-types.c'; else $(CYGPATH_W) '$(srcdir)/hw-types.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-hw-types.obj `if test -f 'hw-types.c'; then $(CYGPATH_W) 'hw-types.c'; else $(CYGPATH_W) '$(srcdir)/hw-types.c'; fi`
+
+ lircd_simrec-hw_default.o: hw_default.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-hw_default.o -MD -MP -MF $(DEPDIR)/lircd_simrec-hw_default.Tpo -c -o lircd_simrec-hw_default.o `test -f 'hw_default.c' || echo '$(srcdir)/'`hw_default.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-hw_default.Tpo $(DEPDIR)/lircd_simrec-hw_default.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hw_default.c' object='lircd_simrec-hw_default.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-hw_default.o -MD -MP -MF $(DEPDIR)/lircd_simrec-hw_default.Tpo -c -o lircd_simrec-hw_default.o `test -f 'hw_default.c' || echo '$(srcdir)/'`hw_default.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-hw_default.Tpo $(DEPDIR)/lircd_simrec-hw_default.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hw_default.c' object='lircd_simrec-hw_default.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-hw_default.o `test -f 'hw_default.c' || echo '$(srcdir)/'`hw_default.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-hw_default.o `test -f 'hw_default.c' || echo '$(srcdir)/'`hw_default.c
+
+ lircd_simrec-hw_default.obj: hw_default.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-hw_default.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-hw_default.Tpo -c -o lircd_simrec-hw_default.obj `if test -f 'hw_default.c'; then $(CYGPATH_W) 'hw_default.c'; else $(CYGPATH_W) '$(srcdir)/hw_default.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-hw_default.Tpo $(DEPDIR)/lircd_simrec-hw_default.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hw_default.c' object='lircd_simrec-hw_default.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-hw_default.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-hw_default.Tpo -c -o lircd_simrec-hw_default.obj `if test -f 'hw_default.c'; then $(CYGPATH_W) 'hw_default.c'; else $(CYGPATH_W) '$(srcdir)/hw_default.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-hw_default.Tpo $(DEPDIR)/lircd_simrec-hw_default.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hw_default.c' object='lircd_simrec-hw_default.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-hw_default.obj `if test -f 'hw_default.c'; then $(CYGPATH_W) 'hw_default.c'; else $(CYGPATH_W) '$(srcdir)/hw_default.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-hw_default.obj `if test -f 'hw_default.c'; then $(CYGPATH_W) 'hw_default.c'; else $(CYGPATH_W) '$(srcdir)/hw_default.c'; fi`
+
+ lircd_simrec-receive.o: receive.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-receive.o -MD -MP -MF $(DEPDIR)/lircd_simrec-receive.Tpo -c -o lircd_simrec-receive.o `test -f 'receive.c' || echo '$(srcdir)/'`receive.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-receive.Tpo $(DEPDIR)/lircd_simrec-receive.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='receive.c' object='lircd_simrec-receive.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-receive.o -MD -MP -MF $(DEPDIR)/lircd_simrec-receive.Tpo -c -o lircd_simrec-receive.o `test -f 'receive.c' || echo '$(srcdir)/'`receive.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-receive.Tpo $(DEPDIR)/lircd_simrec-receive.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='receive.c' object='lircd_simrec-receive.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-receive.o `test -f 'receive.c' || echo '$(srcdir)/'`receive.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-receive.o `test -f 'receive.c' || echo '$(srcdir)/'`receive.c
+
+ lircd_simrec-receive.obj: receive.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-receive.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-receive.Tpo -c -o lircd_simrec-receive.obj `if test -f 'receive.c'; then $(CYGPATH_W) 'receive.c'; else $(CYGPATH_W) '$(srcdir)/receive.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-receive.Tpo $(DEPDIR)/lircd_simrec-receive.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='receive.c' object='lircd_simrec-receive.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-receive.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-receive.Tpo -c -o lircd_simrec-receive.obj `if test -f 'receive.c'; then $(CYGPATH_W) 'receive.c'; else $(CYGPATH_W) '$(srcdir)/receive.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-receive.Tpo $(DEPDIR)/lircd_simrec-receive.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='receive.c' object='lircd_simrec-receive.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-receive.obj `if test -f 'receive.c'; then $(CYGPATH_W) 'receive.c'; else $(CYGPATH_W) '$(srcdir)/receive.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-receive.obj `if test -f 'receive.c'; then $(CYGPATH_W) 'receive.c'; else $(CYGPATH_W) '$(srcdir)/receive.c'; fi`
+
+ lircd_simrec-release.o: release.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-release.o -MD -MP -MF $(DEPDIR)/lircd_simrec-release.Tpo -c -o lircd_simrec-release.o `test -f 'release.c' || echo '$(srcdir)/'`release.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-release.Tpo $(DEPDIR)/lircd_simrec-release.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='release.c' object='lircd_simrec-release.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-release.o -MD -MP -MF $(DEPDIR)/lircd_simrec-release.Tpo -c -o lircd_simrec-release.o `test -f 'release.c' || echo '$(srcdir)/'`release.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-release.Tpo $(DEPDIR)/lircd_simrec-release.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='release.c' object='lircd_simrec-release.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-release.o `test -f 'release.c' || echo '$(srcdir)/'`release.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-release.o `test -f 'release.c' || echo '$(srcdir)/'`release.c
+
+ lircd_simrec-release.obj: release.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-release.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-release.Tpo -c -o lircd_simrec-release.obj `if test -f 'release.c'; then $(CYGPATH_W) 'release.c'; else $(CYGPATH_W) '$(srcdir)/release.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-release.Tpo $(DEPDIR)/lircd_simrec-release.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='release.c' object='lircd_simrec-release.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-release.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-release.Tpo -c -o lircd_simrec-release.obj `if test -f 'release.c'; then $(CYGPATH_W) 'release.c'; else $(CYGPATH_W) '$(srcdir)/release.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-release.Tpo $(DEPDIR)/lircd_simrec-release.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='release.c' object='lircd_simrec-release.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-release.obj `if test -f 'release.c'; then $(CYGPATH_W) 'release.c'; else $(CYGPATH_W) '$(srcdir)/release.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-release.obj `if test -f 'release.c'; then $(CYGPATH_W) 'release.c'; else $(CYGPATH_W) '$(srcdir)/release.c'; fi`
+
+ lircd_simrec-transmit.o: transmit.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-transmit.o -MD -MP -MF $(DEPDIR)/lircd_simrec-transmit.Tpo -c -o lircd_simrec-transmit.o `test -f 'transmit.c' || echo '$(srcdir)/'`transmit.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-transmit.Tpo $(DEPDIR)/lircd_simrec-transmit.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='transmit.c' object='lircd_simrec-transmit.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-transmit.o -MD -MP -MF $(DEPDIR)/lircd_simrec-transmit.Tpo -c -o lircd_simrec-transmit.o `test -f 'transmit.c' || echo '$(srcdir)/'`transmit.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-transmit.Tpo $(DEPDIR)/lircd_simrec-transmit.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transmit.c' object='lircd_simrec-transmit.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-transmit.o `test -f 'transmit.c' || echo '$(srcdir)/'`transmit.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-transmit.o `test -f 'transmit.c' || echo '$(srcdir)/'`transmit.c
+
+ lircd_simrec-transmit.obj: transmit.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-transmit.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-transmit.Tpo -c -o lircd_simrec-transmit.obj `if test -f 'transmit.c'; then $(CYGPATH_W) 'transmit.c'; else $(CYGPATH_W) '$(srcdir)/transmit.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simrec-transmit.Tpo $(DEPDIR)/lircd_simrec-transmit.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='transmit.c' object='lircd_simrec-transmit.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -MT lircd_simrec-transmit.obj -MD -MP -MF $(DEPDIR)/lircd_simrec-transmit.Tpo -c -o lircd_simrec-transmit.obj `if test -f 'transmit.c'; then $(CYGPATH_W) 'transmit.c'; else $(CYGPATH_W) '$(srcdir)/transmit.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simrec-transmit.Tpo $(DEPDIR)/lircd_simrec-transmit.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transmit.c' object='lircd_simrec-transmit.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-transmit.obj `if test -f 'transmit.c'; then $(CYGPATH_W) 'transmit.c'; else $(CYGPATH_W) '$(srcdir)/transmit.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simrec_CFLAGS) $(CFLAGS) -c -o lircd_simrec-transmit.obj `if test -f 'transmit.c'; then $(CYGPATH_W) 'transmit.c'; else $(CYGPATH_W) '$(srcdir)/transmit.c'; fi`
+
+ lircd_simsend-lircd.o: lircd.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-lircd.o -MD -MP -MF $(DEPDIR)/lircd_simsend-lircd.Tpo -c -o lircd_simsend-lircd.o `test -f 'lircd.c' || echo '$(srcdir)/'`lircd.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-lircd.Tpo $(DEPDIR)/lircd_simsend-lircd.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lircd.c' object='lircd_simsend-lircd.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-lircd.o -MD -MP -MF $(DEPDIR)/lircd_simsend-lircd.Tpo -c -o lircd_simsend-lircd.o `test -f 'lircd.c' || echo '$(srcdir)/'`lircd.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-lircd.Tpo $(DEPDIR)/lircd_simsend-lircd.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lircd.c' object='lircd_simsend-lircd.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-lircd.o `test -f 'lircd.c' || echo '$(srcdir)/'`lircd.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-lircd.o `test -f 'lircd.c' || echo '$(srcdir)/'`lircd.c
+
+ lircd_simsend-lircd.obj: lircd.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-lircd.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-lircd.Tpo -c -o lircd_simsend-lircd.obj `if test -f 'lircd.c'; then $(CYGPATH_W) 'lircd.c'; else $(CYGPATH_W) '$(srcdir)/lircd.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-lircd.Tpo $(DEPDIR)/lircd_simsend-lircd.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lircd.c' object='lircd_simsend-lircd.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-lircd.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-lircd.Tpo -c -o lircd_simsend-lircd.obj `if test -f 'lircd.c'; then $(CYGPATH_W) 'lircd.c'; else $(CYGPATH_W) '$(srcdir)/lircd.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-lircd.Tpo $(DEPDIR)/lircd_simsend-lircd.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lircd.c' object='lircd_simsend-lircd.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-lircd.obj `if test -f 'lircd.c'; then $(CYGPATH_W) 'lircd.c'; else $(CYGPATH_W) '$(srcdir)/lircd.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-lircd.obj `if test -f 'lircd.c'; then $(CYGPATH_W) 'lircd.c'; else $(CYGPATH_W) '$(srcdir)/lircd.c'; fi`
+
+ lircd_simsend-ir_remote.o: ir_remote.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-ir_remote.o -MD -MP -MF $(DEPDIR)/lircd_simsend-ir_remote.Tpo -c -o lircd_simsend-ir_remote.o `test -f 'ir_remote.c' || echo '$(srcdir)/'`ir_remote.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-ir_remote.Tpo $(DEPDIR)/lircd_simsend-ir_remote.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ir_remote.c' object='lircd_simsend-ir_remote.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-ir_remote.o -MD -MP -MF $(DEPDIR)/lircd_simsend-ir_remote.Tpo -c -o lircd_simsend-ir_remote.o `test -f 'ir_remote.c' || echo '$(srcdir)/'`ir_remote.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-ir_remote.Tpo $(DEPDIR)/lircd_simsend-ir_remote.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ir_remote.c' object='lircd_simsend-ir_remote.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-ir_remote.o `test -f 'ir_remote.c' || echo '$(srcdir)/'`ir_remote.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-ir_remote.o `test -f 'ir_remote.c' || echo '$(srcdir)/'`ir_remote.c
+
+ lircd_simsend-ir_remote.obj: ir_remote.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-ir_remote.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-ir_remote.Tpo -c -o lircd_simsend-ir_remote.obj `if test -f 'ir_remote.c'; then $(CYGPATH_W) 'ir_remote.c'; else $(CYGPATH_W) '$(srcdir)/ir_remote.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-ir_remote.Tpo $(DEPDIR)/lircd_simsend-ir_remote.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ir_remote.c' object='lircd_simsend-ir_remote.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-ir_remote.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-ir_remote.Tpo -c -o lircd_simsend-ir_remote.obj `if test -f 'ir_remote.c'; then $(CYGPATH_W) 'ir_remote.c'; else $(CYGPATH_W) '$(srcdir)/ir_remote.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-ir_remote.Tpo $(DEPDIR)/lircd_simsend-ir_remote.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ir_remote.c' object='lircd_simsend-ir_remote.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-ir_remote.obj `if test -f 'ir_remote.c'; then $(CYGPATH_W) 'ir_remote.c'; else $(CYGPATH_W) '$(srcdir)/ir_remote.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-ir_remote.obj `if test -f 'ir_remote.c'; then $(CYGPATH_W) 'ir_remote.c'; else $(CYGPATH_W) '$(srcdir)/ir_remote.c'; fi`
+
+ lircd_simsend-config_file.o: config_file.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-config_file.o -MD -MP -MF $(DEPDIR)/lircd_simsend-config_file.Tpo -c -o lircd_simsend-config_file.o `test -f 'config_file.c' || echo '$(srcdir)/'`config_file.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-config_file.Tpo $(DEPDIR)/lircd_simsend-config_file.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config_file.c' object='lircd_simsend-config_file.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-config_file.o -MD -MP -MF $(DEPDIR)/lircd_simsend-config_file.Tpo -c -o lircd_simsend-config_file.o `test -f 'config_file.c' || echo '$(srcdir)/'`config_file.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-config_file.Tpo $(DEPDIR)/lircd_simsend-config_file.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='config_file.c' object='lircd_simsend-config_file.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-config_file.o `test -f 'config_file.c' || echo '$(srcdir)/'`config_file.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-config_file.o `test -f 'config_file.c' || echo '$(srcdir)/'`config_file.c
+
+ lircd_simsend-config_file.obj: config_file.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-config_file.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-config_file.Tpo -c -o lircd_simsend-config_file.obj `if test -f 'config_file.c'; then $(CYGPATH_W) 'config_file.c'; else $(CYGPATH_W) '$(srcdir)/config_file.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-config_file.Tpo $(DEPDIR)/lircd_simsend-config_file.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config_file.c' object='lircd_simsend-config_file.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-config_file.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-config_file.Tpo -c -o lircd_simsend-config_file.obj `if test -f 'config_file.c'; then $(CYGPATH_W) 'config_file.c'; else $(CYGPATH_W) '$(srcdir)/config_file.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-config_file.Tpo $(DEPDIR)/lircd_simsend-config_file.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='config_file.c' object='lircd_simsend-config_file.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-config_file.obj `if test -f 'config_file.c'; then $(CYGPATH_W) 'config_file.c'; else $(CYGPATH_W) '$(srcdir)/config_file.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-config_file.obj `if test -f 'config_file.c'; then $(CYGPATH_W) 'config_file.c'; else $(CYGPATH_W) '$(srcdir)/config_file.c'; fi`
+
+ lircd_simsend-input_map.o: input_map.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-input_map.o -MD -MP -MF $(DEPDIR)/lircd_simsend-input_map.Tpo -c -o lircd_simsend-input_map.o `test -f 'input_map.c' || echo '$(srcdir)/'`input_map.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-input_map.Tpo $(DEPDIR)/lircd_simsend-input_map.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='input_map.c' object='lircd_simsend-input_map.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-input_map.o -MD -MP -MF $(DEPDIR)/lircd_simsend-input_map.Tpo -c -o lircd_simsend-input_map.o `test -f 'input_map.c' || echo '$(srcdir)/'`input_map.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-input_map.Tpo $(DEPDIR)/lircd_simsend-input_map.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='input_map.c' object='lircd_simsend-input_map.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-input_map.o `test -f 'input_map.c' || echo '$(srcdir)/'`input_map.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-input_map.o `test -f 'input_map.c' || echo '$(srcdir)/'`input_map.c
+
+ lircd_simsend-input_map.obj: input_map.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-input_map.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-input_map.Tpo -c -o lircd_simsend-input_map.obj `if test -f 'input_map.c'; then $(CYGPATH_W) 'input_map.c'; else $(CYGPATH_W) '$(srcdir)/input_map.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-input_map.Tpo $(DEPDIR)/lircd_simsend-input_map.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='input_map.c' object='lircd_simsend-input_map.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-input_map.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-input_map.Tpo -c -o lircd_simsend-input_map.obj `if test -f 'input_map.c'; then $(CYGPATH_W) 'input_map.c'; else $(CYGPATH_W) '$(srcdir)/input_map.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-input_map.Tpo $(DEPDIR)/lircd_simsend-input_map.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='input_map.c' object='lircd_simsend-input_map.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-input_map.obj `if test -f 'input_map.c'; then $(CYGPATH_W) 'input_map.c'; else $(CYGPATH_W) '$(srcdir)/input_map.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-input_map.obj `if test -f 'input_map.c'; then $(CYGPATH_W) 'input_map.c'; else $(CYGPATH_W) '$(srcdir)/input_map.c'; fi`
+
+ lircd_simsend-hw-types.o: hw-types.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-hw-types.o -MD -MP -MF $(DEPDIR)/lircd_simsend-hw-types.Tpo -c -o lircd_simsend-hw-types.o `test -f 'hw-types.c' || echo '$(srcdir)/'`hw-types.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-hw-types.Tpo $(DEPDIR)/lircd_simsend-hw-types.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hw-types.c' object='lircd_simsend-hw-types.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-hw-types.o -MD -MP -MF $(DEPDIR)/lircd_simsend-hw-types.Tpo -c -o lircd_simsend-hw-types.o `test -f 'hw-types.c' || echo '$(srcdir)/'`hw-types.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-hw-types.Tpo $(DEPDIR)/lircd_simsend-hw-types.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hw-types.c' object='lircd_simsend-hw-types.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-hw-types.o `test -f 'hw-types.c' || echo '$(srcdir)/'`hw-types.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-hw-types.o `test -f 'hw-types.c' || echo '$(srcdir)/'`hw-types.c
+
+ lircd_simsend-hw-types.obj: hw-types.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-hw-types.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-hw-types.Tpo -c -o lircd_simsend-hw-types.obj `if test -f 'hw-types.c'; then $(CYGPATH_W) 'hw-types.c'; else $(CYGPATH_W) '$(srcdir)/hw-types.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-hw-types.Tpo $(DEPDIR)/lircd_simsend-hw-types.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hw-types.c' object='lircd_simsend-hw-types.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-hw-types.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-hw-types.Tpo -c -o lircd_simsend-hw-types.obj `if test -f 'hw-types.c'; then $(CYGPATH_W) 'hw-types.c'; else $(CYGPATH_W) '$(srcdir)/hw-types.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-hw-types.Tpo $(DEPDIR)/lircd_simsend-hw-types.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hw-types.c' object='lircd_simsend-hw-types.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-hw-types.obj `if test -f 'hw-types.c'; then $(CYGPATH_W) 'hw-types.c'; else $(CYGPATH_W) '$(srcdir)/hw-types.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-hw-types.obj `if test -f 'hw-types.c'; then $(CYGPATH_W) 'hw-types.c'; else $(CYGPATH_W) '$(srcdir)/hw-types.c'; fi`
+
+ lircd_simsend-hw_default.o: hw_default.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-hw_default.o -MD -MP -MF $(DEPDIR)/lircd_simsend-hw_default.Tpo -c -o lircd_simsend-hw_default.o `test -f 'hw_default.c' || echo '$(srcdir)/'`hw_default.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-hw_default.Tpo $(DEPDIR)/lircd_simsend-hw_default.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hw_default.c' object='lircd_simsend-hw_default.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-hw_default.o -MD -MP -MF $(DEPDIR)/lircd_simsend-hw_default.Tpo -c -o lircd_simsend-hw_default.o `test -f 'hw_default.c' || echo '$(srcdir)/'`hw_default.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-hw_default.Tpo $(DEPDIR)/lircd_simsend-hw_default.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hw_default.c' object='lircd_simsend-hw_default.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-hw_default.o `test -f 'hw_default.c' || echo '$(srcdir)/'`hw_default.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-hw_default.o `test -f 'hw_default.c' || echo '$(srcdir)/'`hw_default.c
+
+ lircd_simsend-hw_default.obj: hw_default.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-hw_default.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-hw_default.Tpo -c -o lircd_simsend-hw_default.obj `if test -f 'hw_default.c'; then $(CYGPATH_W) 'hw_default.c'; else $(CYGPATH_W) '$(srcdir)/hw_default.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-hw_default.Tpo $(DEPDIR)/lircd_simsend-hw_default.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hw_default.c' object='lircd_simsend-hw_default.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-hw_default.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-hw_default.Tpo -c -o lircd_simsend-hw_default.obj `if test -f 'hw_default.c'; then $(CYGPATH_W) 'hw_default.c'; else $(CYGPATH_W) '$(srcdir)/hw_default.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-hw_default.Tpo $(DEPDIR)/lircd_simsend-hw_default.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hw_default.c' object='lircd_simsend-hw_default.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-hw_default.obj `if test -f 'hw_default.c'; then $(CYGPATH_W) 'hw_default.c'; else $(CYGPATH_W) '$(srcdir)/hw_default.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-hw_default.obj `if test -f 'hw_default.c'; then $(CYGPATH_W) 'hw_default.c'; else $(CYGPATH_W) '$(srcdir)/hw_default.c'; fi`
+
+ lircd_simsend-receive.o: receive.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-receive.o -MD -MP -MF $(DEPDIR)/lircd_simsend-receive.Tpo -c -o lircd_simsend-receive.o `test -f 'receive.c' || echo '$(srcdir)/'`receive.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-receive.Tpo $(DEPDIR)/lircd_simsend-receive.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='receive.c' object='lircd_simsend-receive.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-receive.o -MD -MP -MF $(DEPDIR)/lircd_simsend-receive.Tpo -c -o lircd_simsend-receive.o `test -f 'receive.c' || echo '$(srcdir)/'`receive.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-receive.Tpo $(DEPDIR)/lircd_simsend-receive.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='receive.c' object='lircd_simsend-receive.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-receive.o `test -f 'receive.c' || echo '$(srcdir)/'`receive.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-receive.o `test -f 'receive.c' || echo '$(srcdir)/'`receive.c
+
+ lircd_simsend-receive.obj: receive.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-receive.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-receive.Tpo -c -o lircd_simsend-receive.obj `if test -f 'receive.c'; then $(CYGPATH_W) 'receive.c'; else $(CYGPATH_W) '$(srcdir)/receive.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-receive.Tpo $(DEPDIR)/lircd_simsend-receive.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='receive.c' object='lircd_simsend-receive.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-receive.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-receive.Tpo -c -o lircd_simsend-receive.obj `if test -f 'receive.c'; then $(CYGPATH_W) 'receive.c'; else $(CYGPATH_W) '$(srcdir)/receive.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-receive.Tpo $(DEPDIR)/lircd_simsend-receive.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='receive.c' object='lircd_simsend-receive.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-receive.obj `if test -f 'receive.c'; then $(CYGPATH_W) 'receive.c'; else $(CYGPATH_W) '$(srcdir)/receive.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-receive.obj `if test -f 'receive.c'; then $(CYGPATH_W) 'receive.c'; else $(CYGPATH_W) '$(srcdir)/receive.c'; fi`
+
+ lircd_simsend-release.o: release.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-release.o -MD -MP -MF $(DEPDIR)/lircd_simsend-release.Tpo -c -o lircd_simsend-release.o `test -f 'release.c' || echo '$(srcdir)/'`release.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-release.Tpo $(DEPDIR)/lircd_simsend-release.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='release.c' object='lircd_simsend-release.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-release.o -MD -MP -MF $(DEPDIR)/lircd_simsend-release.Tpo -c -o lircd_simsend-release.o `test -f 'release.c' || echo '$(srcdir)/'`release.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-release.Tpo $(DEPDIR)/lircd_simsend-release.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='release.c' object='lircd_simsend-release.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-release.o `test -f 'release.c' || echo '$(srcdir)/'`release.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-release.o `test -f 'release.c' || echo '$(srcdir)/'`release.c
+
+ lircd_simsend-release.obj: release.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-release.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-release.Tpo -c -o lircd_simsend-release.obj `if test -f 'release.c'; then $(CYGPATH_W) 'release.c'; else $(CYGPATH_W) '$(srcdir)/release.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-release.Tpo $(DEPDIR)/lircd_simsend-release.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='release.c' object='lircd_simsend-release.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-release.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-release.Tpo -c -o lircd_simsend-release.obj `if test -f 'release.c'; then $(CYGPATH_W) 'release.c'; else $(CYGPATH_W) '$(srcdir)/release.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-release.Tpo $(DEPDIR)/lircd_simsend-release.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='release.c' object='lircd_simsend-release.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-release.obj `if test -f 'release.c'; then $(CYGPATH_W) 'release.c'; else $(CYGPATH_W) '$(srcdir)/release.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-release.obj `if test -f 'release.c'; then $(CYGPATH_W) 'release.c'; else $(CYGPATH_W) '$(srcdir)/release.c'; fi`
+
+ lircd_simsend-transmit.o: transmit.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-transmit.o -MD -MP -MF $(DEPDIR)/lircd_simsend-transmit.Tpo -c -o lircd_simsend-transmit.o `test -f 'transmit.c' || echo '$(srcdir)/'`transmit.c
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-transmit.Tpo $(DEPDIR)/lircd_simsend-transmit.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='transmit.c' object='lircd_simsend-transmit.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-transmit.o -MD -MP -MF $(DEPDIR)/lircd_simsend-transmit.Tpo -c -o lircd_simsend-transmit.o `test -f 'transmit.c' || echo '$(srcdir)/'`transmit.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-transmit.Tpo $(DEPDIR)/lircd_simsend-transmit.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transmit.c' object='lircd_simsend-transmit.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-transmit.o `test -f 'transmit.c' || echo '$(srcdir)/'`transmit.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-transmit.o `test -f 'transmit.c' || echo '$(srcdir)/'`transmit.c
+
+ lircd_simsend-transmit.obj: transmit.c
+-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-transmit.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-transmit.Tpo -c -o lircd_simsend-transmit.obj `if test -f 'transmit.c'; then $(CYGPATH_W) 'transmit.c'; else $(CYGPATH_W) '$(srcdir)/transmit.c'; fi`
+-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lircd_simsend-transmit.Tpo $(DEPDIR)/lircd_simsend-transmit.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='transmit.c' object='lircd_simsend-transmit.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -MT lircd_simsend-transmit.obj -MD -MP -MF $(DEPDIR)/lircd_simsend-transmit.Tpo -c -o lircd_simsend-transmit.obj `if test -f 'transmit.c'; then $(CYGPATH_W) 'transmit.c'; else $(CYGPATH_W) '$(srcdir)/transmit.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lircd_simsend-transmit.Tpo $(DEPDIR)/lircd_simsend-transmit.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transmit.c' object='lircd_simsend-transmit.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-transmit.obj `if test -f 'transmit.c'; then $(CYGPATH_W) 'transmit.c'; else $(CYGPATH_W) '$(srcdir)/transmit.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lircd_simsend_CFLAGS) $(CFLAGS) -c -o lircd_simsend-transmit.obj `if test -f 'transmit.c'; then $(CYGPATH_W) 'transmit.c'; else $(CYGPATH_W) '$(srcdir)/transmit.c'; fi`
+
+ mostlyclean-libtool:
+ -rm -f *.lo
+@@ -886,26 +1069,15 @@ mostlyclean-libtool:
+ clean-libtool:
+ -rm -rf .libs _libs
+
+-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+- unique=`for i in $$list; do \
+- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+- done | \
+- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+- END { if (nonempty) { for (i in files) print i; }; }'`; \
+- mkid -fID $$unique
+-tags: TAGS
++ID: $(am__tagged_files)
++ $(am__define_uniq_tagged_files); mkid -fID $$unique
++tags: tags-am
++TAGS: tags
+
+-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+- $(TAGS_FILES) $(LISP)
++tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+ set x; \
+ here=`pwd`; \
+- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+- unique=`for i in $$list; do \
+- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+- done | \
+- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+- END { if (nonempty) { for (i in files) print i; }; }'`; \
++ $(am__define_uniq_tagged_files); \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ test -n "$$unique" || unique=$$empty_fix; \
+@@ -917,15 +1089,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $$unique; \
+ fi; \
+ fi
+-ctags: CTAGS
+-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+- $(TAGS_FILES) $(LISP)
+- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+- unique=`for i in $$list; do \
+- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+- done | \
+- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+- END { if (nonempty) { for (i in files) print i; }; }'`; \
++ctags: ctags-am
++
++CTAGS: ctags
++ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
++ $(am__define_uniq_tagged_files); \
+ test -z "$(CTAGS_ARGS)$$unique" \
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ $$unique
+@@ -934,11 +1102,29 @@ GTAGS:
+ here=`$(am__cd) $(top_builddir) && pwd` \
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
++cscopelist: cscopelist-am
+
++cscopelist-am: $(am__tagged_files)
++ list='$(am__tagged_files)'; \
++ case "$(srcdir)" in \
++ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
++ *) sdir=$(subdir)/$(srcdir) ;; \
++ esac; \
++ for i in $$list; do \
++ if test -f "$$i"; then \
++ echo "$(subdir)/$$i"; \
++ else \
++ echo "$$sdir/$$i"; \
++ fi; \
++ done >> $(top_builddir)/cscope.files
++
+ distclean-tags:
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+-distdir: $(DISTFILES)
++distdir: $(BUILT_SOURCES)
++ $(MAKE) $(AM_MAKEFLAGS) distdir-am
++
++distdir-am: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+@@ -971,7 +1157,7 @@ distdir: $(DISTFILES)
+ check-am: all-am
+ check: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) check-am
+-all-am: Makefile $(LIBRARIES) $(PROGRAMS)
++all-am: Makefile $(PROGRAMS) $(LIBRARIES)
+ installdirs:
+ for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+@@ -987,10 +1173,15 @@ install-am: all-am
+
+ installcheck: installcheck-am
+ install-strip:
+- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+- `test -z '$(STRIP)' || \
+- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
++ if test -z '$(STRIP)'; then \
++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
++ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
++ install; \
++ else \
++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
++ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
++ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
++ fi
+ mostlyclean-generic:
+
+ clean-generic:
+@@ -1014,7 +1205,79 @@ clean-am: clean-binPROGRAMS clean-generic clean-libtoo
+ mostlyclean-am
+
+ distclean: distclean-am
+- -rm -rf ./$(DEPDIR)
++ -rm -f ./$(DEPDIR)/config_file.Po
++ -rm -f ./$(DEPDIR)/dump_config.Po
++ -rm -f ./$(DEPDIR)/hw-types.Po
++ -rm -f ./$(DEPDIR)/hw_accent.Po
++ -rm -f ./$(DEPDIR)/hw_alsa_usb.Po
++ -rm -f ./$(DEPDIR)/hw_atilibusb.Po
++ -rm -f ./$(DEPDIR)/hw_atwf83.Po
++ -rm -f ./$(DEPDIR)/hw_audio.Po
++ -rm -f ./$(DEPDIR)/hw_audio_alsa.Po
++ -rm -f ./$(DEPDIR)/hw_awlibusb.Po
++ -rm -f ./$(DEPDIR)/hw_bte.Po
++ -rm -f ./$(DEPDIR)/hw_caraca.Po
++ -rm -f ./$(DEPDIR)/hw_commandir.Po
++ -rm -f ./$(DEPDIR)/hw_creative.Po
++ -rm -f ./$(DEPDIR)/hw_creative_infracd.Po
++ -rm -f ./$(DEPDIR)/hw_default.Po
++ -rm -f ./$(DEPDIR)/hw_devinput.Po
++ -rm -f ./$(DEPDIR)/hw_dfclibusb.Po
++ -rm -f ./$(DEPDIR)/hw_dsp.Po
++ -rm -f ./$(DEPDIR)/hw_ea65.Po
++ -rm -f ./$(DEPDIR)/hw_ftdi.Po
++ -rm -f ./$(DEPDIR)/hw_hiddev.Po
++ -rm -f ./$(DEPDIR)/hw_i2cuser.Po
++ -rm -f ./$(DEPDIR)/hw_iguanaIR.Po
++ -rm -f ./$(DEPDIR)/hw_irlink.Po
++ -rm -f ./$(DEPDIR)/hw_irman.Po
++ -rm -f ./$(DEPDIR)/hw_livedrive_common.Po
++ -rm -f ./$(DEPDIR)/hw_livedrive_midi.Po
++ -rm -f ./$(DEPDIR)/hw_livedrive_seq.Po
++ -rm -f ./$(DEPDIR)/hw_logitech.Po
++ -rm -f ./$(DEPDIR)/hw_mouseremote.Po
++ -rm -f ./$(DEPDIR)/hw_mp3anywhere.Po
++ -rm -f ./$(DEPDIR)/hw_mplay.Po
++ -rm -f ./$(DEPDIR)/hw_pcmak.Po
++ -rm -f ./$(DEPDIR)/hw_pinsys.Po
++ -rm -f ./$(DEPDIR)/hw_pixelview.Po
++ -rm -f ./$(DEPDIR)/hw_silitek.Po
++ -rm -f ./$(DEPDIR)/hw_slinke.Po
++ -rm -f ./$(DEPDIR)/hw_srm7500libusb.Po
++ -rm -f ./$(DEPDIR)/hw_tira.Po
++ -rm -f ./$(DEPDIR)/hw_udp.Po
++ -rm -f ./$(DEPDIR)/hw_uirt2.Po
++ -rm -f ./$(DEPDIR)/hw_uirt2_common.Po
++ -rm -f ./$(DEPDIR)/hw_uirt2_raw.Po
++ -rm -f ./$(DEPDIR)/hw_usbx.Po
++ -rm -f ./$(DEPDIR)/input_map.Po
++ -rm -f ./$(DEPDIR)/ir_remote.Po
++ -rm -f ./$(DEPDIR)/irrecord.Po
++ -rm -f ./$(DEPDIR)/lircd.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-config_file.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-hw-types.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-hw_default.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-input_map.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-ir_remote.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-lircd.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-receive.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-release.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-transmit.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-config_file.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-hw-types.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-hw_default.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-input_map.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-ir_remote.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-lircd.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-receive.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-release.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-transmit.Po
++ -rm -f ./$(DEPDIR)/lircmd.Po
++ -rm -f ./$(DEPDIR)/receive.Po
++ -rm -f ./$(DEPDIR)/release.Po
++ -rm -f ./$(DEPDIR)/serial.Po
++ -rm -f ./$(DEPDIR)/slinke.Po
++ -rm -f ./$(DEPDIR)/transmit.Po
+ -rm -f Makefile
+ distclean-am: clean-am distclean-compile distclean-generic \
+ distclean-tags
+@@ -1061,7 +1324,79 @@ install-ps-am:
+ installcheck-am:
+
+ maintainer-clean: maintainer-clean-am
+- -rm -rf ./$(DEPDIR)
++ -rm -f ./$(DEPDIR)/config_file.Po
++ -rm -f ./$(DEPDIR)/dump_config.Po
++ -rm -f ./$(DEPDIR)/hw-types.Po
++ -rm -f ./$(DEPDIR)/hw_accent.Po
++ -rm -f ./$(DEPDIR)/hw_alsa_usb.Po
++ -rm -f ./$(DEPDIR)/hw_atilibusb.Po
++ -rm -f ./$(DEPDIR)/hw_atwf83.Po
++ -rm -f ./$(DEPDIR)/hw_audio.Po
++ -rm -f ./$(DEPDIR)/hw_audio_alsa.Po
++ -rm -f ./$(DEPDIR)/hw_awlibusb.Po
++ -rm -f ./$(DEPDIR)/hw_bte.Po
++ -rm -f ./$(DEPDIR)/hw_caraca.Po
++ -rm -f ./$(DEPDIR)/hw_commandir.Po
++ -rm -f ./$(DEPDIR)/hw_creative.Po
++ -rm -f ./$(DEPDIR)/hw_creative_infracd.Po
++ -rm -f ./$(DEPDIR)/hw_default.Po
++ -rm -f ./$(DEPDIR)/hw_devinput.Po
++ -rm -f ./$(DEPDIR)/hw_dfclibusb.Po
++ -rm -f ./$(DEPDIR)/hw_dsp.Po
++ -rm -f ./$(DEPDIR)/hw_ea65.Po
++ -rm -f ./$(DEPDIR)/hw_ftdi.Po
++ -rm -f ./$(DEPDIR)/hw_hiddev.Po
++ -rm -f ./$(DEPDIR)/hw_i2cuser.Po
++ -rm -f ./$(DEPDIR)/hw_iguanaIR.Po
++ -rm -f ./$(DEPDIR)/hw_irlink.Po
++ -rm -f ./$(DEPDIR)/hw_irman.Po
++ -rm -f ./$(DEPDIR)/hw_livedrive_common.Po
++ -rm -f ./$(DEPDIR)/hw_livedrive_midi.Po
++ -rm -f ./$(DEPDIR)/hw_livedrive_seq.Po
++ -rm -f ./$(DEPDIR)/hw_logitech.Po
++ -rm -f ./$(DEPDIR)/hw_mouseremote.Po
++ -rm -f ./$(DEPDIR)/hw_mp3anywhere.Po
++ -rm -f ./$(DEPDIR)/hw_mplay.Po
++ -rm -f ./$(DEPDIR)/hw_pcmak.Po
++ -rm -f ./$(DEPDIR)/hw_pinsys.Po
++ -rm -f ./$(DEPDIR)/hw_pixelview.Po
++ -rm -f ./$(DEPDIR)/hw_silitek.Po
++ -rm -f ./$(DEPDIR)/hw_slinke.Po
++ -rm -f ./$(DEPDIR)/hw_srm7500libusb.Po
++ -rm -f ./$(DEPDIR)/hw_tira.Po
++ -rm -f ./$(DEPDIR)/hw_udp.Po
++ -rm -f ./$(DEPDIR)/hw_uirt2.Po
++ -rm -f ./$(DEPDIR)/hw_uirt2_common.Po
++ -rm -f ./$(DEPDIR)/hw_uirt2_raw.Po
++ -rm -f ./$(DEPDIR)/hw_usbx.Po
++ -rm -f ./$(DEPDIR)/input_map.Po
++ -rm -f ./$(DEPDIR)/ir_remote.Po
++ -rm -f ./$(DEPDIR)/irrecord.Po
++ -rm -f ./$(DEPDIR)/lircd.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-config_file.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-hw-types.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-hw_default.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-input_map.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-ir_remote.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-lircd.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-receive.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-release.Po
++ -rm -f ./$(DEPDIR)/lircd_simrec-transmit.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-config_file.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-hw-types.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-hw_default.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-input_map.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-ir_remote.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-lircd.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-receive.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-release.Po
++ -rm -f ./$(DEPDIR)/lircd_simsend-transmit.Po
++ -rm -f ./$(DEPDIR)/lircmd.Po
++ -rm -f ./$(DEPDIR)/receive.Po
++ -rm -f ./$(DEPDIR)/release.Po
++ -rm -f ./$(DEPDIR)/serial.Po
++ -rm -f ./$(DEPDIR)/slinke.Po
++ -rm -f ./$(DEPDIR)/transmit.Po
+ -rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+
+@@ -1083,22 +1418,25 @@ uninstall-am: uninstall-binPROGRAMS uninstall-local \
+
+ .MAKE: all check install install-am install-strip
+
+-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
+- clean-generic clean-libtool clean-noinstLIBRARIES \
+- clean-noinstPROGRAMS clean-sbinPROGRAMS ctags distclean \
+- distclean-compile distclean-generic distclean-libtool \
+- distclean-tags distdir dvi dvi-am html html-am info info-am \
+- install install-am install-binPROGRAMS install-data \
+- install-data-am install-data-local install-dvi install-dvi-am \
+- install-exec install-exec-am install-exec-local install-html \
++.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
++ clean-binPROGRAMS clean-generic clean-libtool \
++ clean-noinstLIBRARIES clean-noinstPROGRAMS clean-sbinPROGRAMS \
++ cscopelist-am ctags ctags-am distclean distclean-compile \
++ distclean-generic distclean-libtool distclean-tags distdir dvi \
++ dvi-am html html-am info info-am install install-am \
++ install-binPROGRAMS install-data install-data-am \
++ install-data-local install-dvi install-dvi-am install-exec \
++ install-exec-am install-exec-local install-html \
+ install-html-am install-info install-info-am install-man \
+ install-pdf install-pdf-am install-ps install-ps-am \
+ install-sbinPROGRAMS install-strip installcheck \
+ installcheck-am installdirs maintainer-clean \
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+- tags uninstall uninstall-am uninstall-binPROGRAMS \
++ tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
+ uninstall-local uninstall-sbinPROGRAMS
++
++.PRECIOUS: Makefile
+
+
+ @SANDBOXED_FALSE@@USE_FIFOS_TRUE@install-exec-local: mkfifo
diff --git a/comms/lirc/files/patch-daemons__Makefile.in b/comms/lirc/files/patch-daemons__Makefile.in
deleted file mode 100644
index b44f5bb128b4..000000000000
--- a/comms/lirc/files/patch-daemons__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- daemons/Makefile.in.orig
-+++ daemons/Makefile.in
-@@ -1108,8 +1108,6 @@ uninstall-am: uninstall-binPROGRAMS unin
- @SANDBOXED_FALSE@@USE_FIFOS_FALSE@uninstall-local: rmdev
-
- install-data-local:
-- test "$(lircd_conf)" = "" || test -e $(DESTDIR)$(sysconfdir)/$(PACKAGE)/lircd.conf || ($(mkinstalldirs) $(DESTDIR)$(sysconfdir)/lirc && $(INSTALL_DATA) $(top_srcdir)/remotes/$(lircd_conf) $(DESTDIR)$(sysconfdir)/$(PACKAGE)/lircd.conf)
-- test "$(lircmd_conf)" = "" || test -e $(DESTDIR)$(sysconfdir)/$(PACKAGE)/lircmd.conf || ($(mkinstalldirs) $(DESTDIR)$(sysconfdir)/lirc && $(INSTALL_DATA) $(top_srcdir)/remotes/$(lircmd_conf) $(DESTDIR)$(sysconfdir)/$(PACKAGE)/lircmd.conf)
-
- mkdev:
- test -e $(DESTDIR)$(varrundir)/$(PACKAGE)/lircd || ($(mkinstalldirs) $(DESTDIR)$(varrundir)/lirc && @mknod@ $(DESTDIR)$(varrundir)/$(PACKAGE)/lircd p)
diff --git a/comms/lirc/files/patch-daemons__dump_config.c b/comms/lirc/files/patch-daemons_dump__config.c
index 6e3e61dde355..5208cd493b5a 100644
--- a/comms/lirc/files/patch-daemons__dump_config.c
+++ b/comms/lirc/files/patch-daemons_dump__config.c
@@ -1,6 +1,6 @@
---- daemons/dump_config.c.orig
+--- daemons/dump_config.c.orig 2011-03-25 22:28:18 UTC
+++ daemons/dump_config.c
-@@ -120,11 +120,11 @@ void fprint_remote_head(FILE * f, struct
+@@ -120,11 +120,11 @@ void fprint_remote_head(FILE * f, struct ir_remote *re
if (!is_raw(rem)) {
if (rem->pre_data_bits > 0) {
fprintf(f, " pre_data_bits %d\n", rem->pre_data_bits);
@@ -14,7 +14,7 @@
}
if (rem->pre_p != 0 && rem->pre_s != 0) {
fprintf(f, " pre %5u %5u\n", (__u32) rem->pre_p, (__u32) rem->pre_s);
-@@ -151,15 +151,15 @@ void fprint_remote_head(FILE * f, struct
+@@ -151,15 +151,15 @@ void fprint_remote_head(FILE * f, struct ir_remote *re
if (rem->min_code_repeat > 0) {
fprintf(f, " min_code_repeat %d\n", rem->min_code_repeat);
}
diff --git a/comms/lirc/files/patch-daemons__hw-types.c b/comms/lirc/files/patch-daemons_hw-types.c
index 3c6d6d009a5d..e6b14ab1c60f 100644
--- a/comms/lirc/files/patch-daemons__hw-types.c
+++ b/comms/lirc/files/patch-daemons_hw-types.c
@@ -1,4 +1,4 @@
---- daemons/hw-types.c.orig
+--- daemons/hw-types.c.orig 2011-03-25 22:28:18 UTC
+++ daemons/hw-types.c
@@ -105,7 +105,7 @@ struct hardware *hw_list[] = {
&hw_awlibusb,
diff --git a/comms/lirc/files/patch-daemons_hw__bte.c b/comms/lirc/files/patch-daemons_hw__bte.c
new file mode 100644
index 000000000000..bab7a136f289
--- /dev/null
+++ b/comms/lirc/files/patch-daemons_hw__bte.c
@@ -0,0 +1,13 @@
+--- daemons/hw_bte.c.orig 2011-03-25 22:28:18 UTC
++++ daemons/hw_bte.c
+@@ -56,8 +56,8 @@
+ #include "lircd.h"
+ #include "hw_bte.h"
+
+-struct timeval start, end, last;
+-lirc_t gap, signal_length;
++extern struct timeval start, end, last;
++extern lirc_t gap, signal_length;
+ ir_code pre, code;
+
+ #define BTE_CAN_SEND 0
diff --git a/comms/lirc/files/patch-daemons_hw__creative.c b/comms/lirc/files/patch-daemons_hw__creative.c
new file mode 100644
index 000000000000..ef1b60e9a70f
--- /dev/null
+++ b/comms/lirc/files/patch-daemons_hw__creative.c
@@ -0,0 +1,17 @@
+--- daemons/hw_creative.c.orig 2011-03-25 22:28:18 UTC
++++ daemons/hw_creative.c
+@@ -39,10 +39,11 @@
+
+ extern struct ir_remote *repeat_remote, *last_remote;
+
+-unsigned char b[NUMBYTES];
++extern unsigned char b[NUMBYTES];
+ struct timeval start, end, last;
+-lirc_t gap, signal_length;
+-ir_code pre, code;
++extern lirc_t gap;
++lirc_t signal_length;
++extern ir_code pre, code;
+
+ struct hardware hw_creative = {
+ LIRC_IRTTY, /* default device */
diff --git a/comms/lirc/files/patch-daemons__hw_default.c b/comms/lirc/files/patch-daemons_hw__default.c
index 762307e8858c..15973971101b 100644
--- a/comms/lirc/files/patch-daemons__hw_default.c
+++ b/comms/lirc/files/patch-daemons_hw__default.c
@@ -1,4 +1,4 @@
---- daemons/hw_default.c.orig
+--- daemons/hw_default.c.orig 2011-03-25 22:28:18 UTC
+++ daemons/hw_default.c
@@ -38,6 +38,20 @@
#include "transmit.h"
diff --git a/comms/lirc/files/patch-daemons__hw_devinput.c b/comms/lirc/files/patch-daemons_hw__devinput.c
index d1c7cffe58e9..5160fb5f200a 100644
--- a/comms/lirc/files/patch-daemons__hw_devinput.c
+++ b/comms/lirc/files/patch-daemons_hw__devinput.c
@@ -1,6 +1,6 @@
---- daemons/hw_devinput.c.orig
+--- daemons/hw_devinput.c.orig 2011-03-25 22:28:18 UTC
+++ daemons/hw_devinput.c
-@@ -376,9 +376,15 @@ int devinput_decode(struct ir_remote *re
+@@ -376,9 +376,15 @@ int devinput_decode(struct ir_remote *remote, ir_code
return 1;
}
@@ -16,7 +16,7 @@
int rd;
ir_code value;
-@@ -399,6 +405,56 @@ char *devinput_rec(struct ir_remote *rem
+@@ -399,6 +405,56 @@ char *devinput_rec(struct ir_remote *remotes)
LOGPRINTF(1, "time %ld.%06ld type %d code %d value %d", event.time.tv_sec, event.time.tv_usec, event.type,
event.code, event.value);
@@ -73,7 +73,7 @@
value = (unsigned)event.value;
#ifdef EV_SW
if (value == 2 && (event.type == EV_KEY || event.type == EV_SW)) {
-@@ -418,6 +474,9 @@ char *devinput_rec(struct ir_remote *rem
+@@ -418,6 +474,9 @@ char *devinput_rec(struct ir_remote *remotes)
if (event.value == 2) {
repeat_state = RPT_YES;
} else {
diff --git a/comms/lirc/files/patch-daemons_hw__ea65.c b/comms/lirc/files/patch-daemons_hw__ea65.c
new file mode 100644
index 000000000000..cf965f1abd81
--- /dev/null
+++ b/comms/lirc/files/patch-daemons_hw__ea65.c
@@ -0,0 +1,13 @@
+--- daemons/hw_ea65.c.orig 2011-03-25 22:28:18 UTC
++++ daemons/hw_ea65.c
+@@ -50,8 +50,8 @@
+ #define TIMEOUT 60000
+ #define CODE_LENGTH 24
+
+-struct timeval start, end, last;
+-ir_code code;
++extern struct timeval start, end, last;
++extern ir_code code;
+
+ struct hardware hw_ea65 = {
+ LIRC_IRTTY, /* default device */
diff --git a/comms/lirc/files/patch-daemons__hw_hiddev.c b/comms/lirc/files/patch-daemons_hw__hiddev.c
index e887bd1d6081..456562fa60ca 100644
--- a/comms/lirc/files/patch-daemons__hw_hiddev.c
+++ b/comms/lirc/files/patch-daemons_hw__hiddev.c
@@ -1,4 +1,4 @@
---- daemons/hw_hiddev.c.orig
+--- daemons/hw_hiddev.c.orig 2011-03-25 22:28:18 UTC
+++ daemons/hw_hiddev.c
@@ -22,9 +22,17 @@
#include <stdio.h>
@@ -47,7 +47,7 @@
return 0;
}
-@@ -235,8 +249,40 @@ int hiddev_decode(struct ir_remote *remo
+@@ -235,8 +249,40 @@ int hiddev_decode(struct ir_remote *remote, ir_code *
return 1;
}
@@ -88,7 +88,7 @@
struct hiddev_event event;
struct hiddev_event asus_events[8];
int rd;
-@@ -253,9 +299,41 @@ char *hiddev_rec(struct ir_remote *remot
+@@ -253,9 +299,41 @@ char *hiddev_rec(struct ir_remote *remotes)
last = end;
gettimeofday(&start, NULL);
@@ -131,7 +131,7 @@
logperror(LOG_ERR, NULL);
hiddev_deinit();
return 0;
-@@ -515,6 +593,7 @@ char *sb0540_rec(struct ir_remote *remot
+@@ -515,6 +593,7 @@ char *sb0540_rec(struct ir_remote *remotes)
}
#endif
@@ -139,7 +139,7 @@
/*
* Apple Mac mini USB IR Receiver specific code.
*
-@@ -566,6 +645,7 @@ char *macmini_rec(struct ir_remote *remo
+@@ -566,6 +645,7 @@ char *macmini_rec(struct ir_remote *remotes)
return decode_all(remotes);
}
diff --git a/comms/lirc/files/patch-daemons_hw__irman.c b/comms/lirc/files/patch-daemons_hw__irman.c
new file mode 100644
index 000000000000..19d4c9dbce22
--- /dev/null
+++ b/comms/lirc/files/patch-daemons_hw__irman.c
@@ -0,0 +1,15 @@
+--- daemons/hw_irman.c.orig 2011-03-25 22:28:18 UTC
++++ daemons/hw_irman.c
+@@ -40,9 +40,9 @@
+ extern struct ir_remote *repeat_remote, *last_remote;
+
+ unsigned char *codestring;
+-struct timeval start, end, last;
+-lirc_t gap;
+-ir_code code;
++extern struct timeval start, end, last;
++extern lirc_t gap;
++extern ir_code code;
+
+ #define CODE_LENGTH 64
+
diff --git a/comms/lirc/files/patch-daemons_hw__livedrive__common.c b/comms/lirc/files/patch-daemons_hw__livedrive__common.c
new file mode 100644
index 000000000000..62bc67f54a9d
--- /dev/null
+++ b/comms/lirc/files/patch-daemons_hw__livedrive__common.c
@@ -0,0 +1,13 @@
+--- daemons/hw_livedrive_common.c.orig 2011-03-25 22:28:18 UTC
++++ daemons/hw_livedrive_common.c
+@@ -38,8 +38,8 @@
+ #include "lircd.h"
+ #include "hw_livedrive_common.h"
+
+-struct timeval start, end, last;
+-ir_code pre, code;
++extern struct timeval start, end, last;
++extern ir_code pre, code;
+
+ int livedrive_init(void)
+ {
diff --git a/comms/lirc/files/patch-daemons_hw__silitek.c b/comms/lirc/files/patch-daemons_hw__silitek.c
new file mode 100644
index 000000000000..5d3c50d17cd7
--- /dev/null
+++ b/comms/lirc/files/patch-daemons_hw__silitek.c
@@ -0,0 +1,14 @@
+--- daemons/hw_silitek.c.orig 2011-03-25 22:28:18 UTC
++++ daemons/hw_silitek.c
+@@ -41,8 +41,9 @@
+ extern struct ir_remote *repeat_remote, *last_remote;
+
+ unsigned char b[NUMBYTES];
+-ir_code code;
+-struct timeval current, last;
++extern ir_code code;
++struct timeval current;
++extern struct timeval last;
+ int do_repeat;
+
+ struct hardware hw_silitek = {
diff --git a/comms/lirc/files/patch-daemons__hw_srm7500libusb.c b/comms/lirc/files/patch-daemons_hw__srm7500libusb.c
index b9fe11431c2f..d3a92bd26262 100644
--- a/comms/lirc/files/patch-daemons__hw_srm7500libusb.c
+++ b/comms/lirc/files/patch-daemons_hw__srm7500libusb.c
@@ -1,4 +1,4 @@
---- daemons/hw_srm7500libusb.c.orig
+--- daemons/hw_srm7500libusb.c.orig 2011-03-25 22:28:18 UTC
+++ daemons/hw_srm7500libusb.c
@@ -54,6 +54,23 @@
#define USB_TIMEOUT (1000*10)
diff --git a/comms/lirc/files/patch-daemons__ir_remote.c b/comms/lirc/files/patch-daemons_ir__remote.c
index bc587b5a229f..faa4b52679ba 100644
--- a/comms/lirc/files/patch-daemons__ir_remote.c
+++ b/comms/lirc/files/patch-daemons_ir__remote.c
@@ -1,6 +1,6 @@
---- daemons/ir_remote.c.orig
+--- daemons/ir_remote.c.orig 2011-03-25 22:28:18 UTC
+++ daemons/ir_remote.c
-@@ -490,7 +490,7 @@ int write_message(char *buffer, size_t s
+@@ -490,7 +490,7 @@ int write_message(char *buffer, size_t size, const cha
{
int len;
diff --git a/comms/lirc/files/patch-daemons__lircd.c b/comms/lirc/files/patch-daemons_lircd.c
index b2b23d3d2fe2..f7bd1c45179e 100644
--- a/comms/lirc/files/patch-daemons__lircd.c
+++ b/comms/lirc/files/patch-daemons_lircd.c
@@ -1,6 +1,6 @@
---- daemons/lircd.c.orig
+--- daemons/lircd.c.orig 2011-03-25 22:28:18 UTC
+++ daemons/lircd.c
-@@ -1318,7 +1318,7 @@ int send_remote(int fd, char *message, s
+@@ -1318,7 +1318,7 @@ int send_remote(int fd, char *message, struct ir_remot
codes = remote->codes;
while (codes->name != NULL) {
@@ -9,7 +9,7 @@
if (len >= PACKET_SIZE + 1) {
len = sprintf(buffer, "code_too_long\n");
}
-@@ -1338,7 +1338,7 @@ int send_name(int fd, char *message, str
+@@ -1338,7 +1338,7 @@ int send_name(int fd, char *message, struct ir_ncode *
(write_socket_len(fd, protocol_string[P_BEGIN]) && write_socket_len(fd, message)
&& write_socket_len(fd, protocol_string[P_SUCCESS]) && write_socket_len(fd, protocol_string[P_DATA])))
return (0);
diff --git a/comms/lirc/files/patch-daemons__lircmd.c b/comms/lirc/files/patch-daemons_lircmd.c
index c95f14cdca41..5d31eeee5f62 100644
--- a/comms/lirc/files/patch-daemons__lircmd.c
+++ b/comms/lirc/files/patch-daemons_lircmd.c
@@ -1,4 +1,4 @@
---- daemons/lircmd.c.orig
+--- daemons/lircmd.c.orig 2011-03-25 22:28:18 UTC
+++ daemons/lircmd.c
@@ -277,9 +277,9 @@ setup_error:
return -1;
@@ -11,7 +11,7 @@
struct input_event event;
memset(&event, 0, sizeof(event));
-@@ -299,8 +299,8 @@ void write_uinput(__u16 type, __u16 code
+@@ -299,8 +299,8 @@ void write_uinput(__u16 type, __u16 code, __s32 value)
syslog(LOG_ERR, "%m");
}
}
diff --git a/comms/lirc/files/patch-drivers__lirc.h b/comms/lirc/files/patch-drivers_lirc.h
index b1eaca0284a9..1538254f6fae 100644
--- a/comms/lirc/files/patch-drivers__lirc.h
+++ b/comms/lirc/files/patch-drivers_lirc.h
@@ -1,6 +1,6 @@
---- drivers/lirc.h.orig
+--- drivers/lirc.h.orig 2011-03-25 22:28:18 UTC
+++ drivers/lirc.h
-@@ -9,12 +9,17 @@
+@@ -9,11 +9,16 @@
#if defined(__linux__)
#include <linux/types.h>
#include <linux/ioctl.h>
@@ -10,12 +10,11 @@
#elif defined(_CYGWIN_)
#define __USE_LINUX_IOCTL_DEFS
#include <sys/ioctl.h>
- #endif
++#endif
+#ifndef __linux__
+#include <stdint.h>
+#define __u32 uint32_t
+#define __u64 uint64_t
-+#endif
+ #endif
#define PULSE_BIT 0x01000000
- #define PULSE_MASK 0x00FFFFFF
diff --git a/comms/lirc/files/patch-tools__irsend.c b/comms/lirc/files/patch-tools_irsend.c
index 96b9dee79361..5eee852ce81c 100644
--- a/comms/lirc/files/patch-tools__irsend.c
+++ b/comms/lirc/files/patch-tools_irsend.c
@@ -1,6 +1,6 @@
---- tools/irsend.c.orig
+--- tools/irsend.c.orig 2011-03-25 22:28:18 UTC
+++ tools/irsend.c
-@@ -40,6 +40,9 @@
+@@ -41,6 +41,9 @@
#include <errno.h>
#include <signal.h>
#include <limits.h>
@@ -8,5 +8,5 @@
+#include <netinet/in.h>
+#endif
- #define PACKET_SIZE 256
- /* three seconds */
+ #include <stdint.h>
+