summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2011-03-22 14:26:25 -0700
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2011-03-22 14:26:25 -0700
commit2a9c87de448285c88017fb771981735696e19c36 (patch)
tree9e2f10c66bac4f2785752e0062b501fbd46e681c
parent32837edeeb9450eecd67fa268b21318dcf73e786 (diff)
autoconf: add silent mode (yay!)
Cuts the chatter in the compile log.
-rw-r--r--InfraStack/OSAgnostic/Common/CommonServices/Makefile.in81
-rw-r--r--InfraStack/OSAgnostic/Common/CommonServices/XmlParser/Makefile.in81
-rw-r--r--InfraStack/OSAgnostic/Common/L4Common/Makefile.in74
-rw-r--r--InfraStack/OSAgnostic/Product/AppSrvInfra/Makefile.in180
-rw-r--r--InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/Makefile.in88
-rw-r--r--InfraStack/OSAgnostic/Product/Instrumantation/Makefile.in57
-rw-r--r--InfraStack/OSAgnostic/Product/Instrumantation/MocMsgProxy/Makefile.in57
-rw-r--r--InfraStack/OSAgnostic/Product/PipeHandler/Makefile.in148
-rw-r--r--InfraStack/OSAgnostic/WiMax/Agents/NDnS/Makefile.in312
-rw-r--r--InfraStack/OSAgnostic/WiMax/Agents/Supplicant/Makefile.in64
-rw-r--r--InfraStack/OSAgnostic/WiMax/Wrappers/iWmxSDK/Makefile.in181
-rw-r--r--InfraStack/OSDependent/Linux/InfraStackModules/IPCs/Makefile.in97
-rw-r--r--InfraStack/OSDependent/Linux/OSAL/Makefile.in116
-rw-r--r--InfraStack/OSDependent/Linux/wimax_utils/wimax_monitor/Makefile.in68
-rw-r--r--InfraStack/OSDependent/Linux/wimaxcu/Makefile.in122
-rw-r--r--Makefile.in7
-rw-r--r--aclocal.m427
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
19 files changed, 1145 insertions, 635 deletions
diff --git a/InfraStack/OSAgnostic/Common/CommonServices/Makefile.in b/InfraStack/OSAgnostic/Common/CommonServices/Makefile.in
index b9bd627..7036c4d 100644
--- a/InfraStack/OSAgnostic/Common/CommonServices/Makefile.in
+++ b/InfraStack/OSAgnostic/Common/CommonServices/Makefile.in
@@ -51,22 +51,39 @@ am_libServices_la_OBJECTS = libServices_la-List.lo \
libServices_la-L4ConfigurationManager.lo \
libServices_la-Queue.lo libServices_la-Services_Ctrl.lo
libServices_la_OBJECTS = $(am_libServices_la_OBJECTS)
-libServices_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libServices_la_CFLAGS) \
- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+libServices_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+ $(libServices_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
+ $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libServices_la_SOURCES)
DIST_SOURCES = $(libServices_la_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
@@ -112,6 +129,7 @@ am__relativize = \
reldir="$$dir2"
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -327,7 +345,7 @@ clean-noinstLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libServices.la: $(libServices_la_OBJECTS) $(libServices_la_DEPENDENCIES)
- $(libServices_la_LINK) $(libServices_la_OBJECTS) $(libServices_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(libServices_la_LINK) $(libServices_la_OBJECTS) $(libServices_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -341,53 +359,60 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libServices_la-Services_Ctrl.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
libServices_la-List.lo: $(srcdir)/List.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -MT libServices_la-List.lo -MD -MP -MF $(DEPDIR)/libServices_la-List.Tpo -c -o libServices_la-List.lo `test -f '$(srcdir)/List.c' || echo '$(srcdir)/'`$(srcdir)/List.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libServices_la-List.Tpo $(DEPDIR)/libServices_la-List.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -MT libServices_la-List.lo -MD -MP -MF $(DEPDIR)/libServices_la-List.Tpo -c -o libServices_la-List.lo `test -f '$(srcdir)/List.c' || echo '$(srcdir)/'`$(srcdir)/List.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libServices_la-List.Tpo $(DEPDIR)/libServices_la-List.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/List.c' object='libServices_la-List.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -c -o libServices_la-List.lo `test -f '$(srcdir)/List.c' || echo '$(srcdir)/'`$(srcdir)/List.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -c -o libServices_la-List.lo `test -f '$(srcdir)/List.c' || echo '$(srcdir)/'`$(srcdir)/List.c
libServices_la-L4ConfigurationManager.lo: $(srcdir)/L4ConfigurationManager.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -MT libServices_la-L4ConfigurationManager.lo -MD -MP -MF $(DEPDIR)/libServices_la-L4ConfigurationManager.Tpo -c -o libServices_la-L4ConfigurationManager.lo `test -f '$(srcdir)/L4ConfigurationManager.c' || echo '$(srcdir)/'`$(srcdir)/L4ConfigurationManager.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libServices_la-L4ConfigurationManager.Tpo $(DEPDIR)/libServices_la-L4ConfigurationManager.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -MT libServices_la-L4ConfigurationManager.lo -MD -MP -MF $(DEPDIR)/libServices_la-L4ConfigurationManager.Tpo -c -o libServices_la-L4ConfigurationManager.lo `test -f '$(srcdir)/L4ConfigurationManager.c' || echo '$(srcdir)/'`$(srcdir)/L4ConfigurationManager.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libServices_la-L4ConfigurationManager.Tpo $(DEPDIR)/libServices_la-L4ConfigurationManager.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L4ConfigurationManager.c' object='libServices_la-L4ConfigurationManager.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -c -o libServices_la-L4ConfigurationManager.lo `test -f '$(srcdir)/L4ConfigurationManager.c' || echo '$(srcdir)/'`$(srcdir)/L4ConfigurationManager.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -c -o libServices_la-L4ConfigurationManager.lo `test -f '$(srcdir)/L4ConfigurationManager.c' || echo '$(srcdir)/'`$(srcdir)/L4ConfigurationManager.c
libServices_la-Queue.lo: $(srcdir)/Queue.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -MT libServices_la-Queue.lo -MD -MP -MF $(DEPDIR)/libServices_la-Queue.Tpo -c -o libServices_la-Queue.lo `test -f '$(srcdir)/Queue.c' || echo '$(srcdir)/'`$(srcdir)/Queue.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libServices_la-Queue.Tpo $(DEPDIR)/libServices_la-Queue.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -MT libServices_la-Queue.lo -MD -MP -MF $(DEPDIR)/libServices_la-Queue.Tpo -c -o libServices_la-Queue.lo `test -f '$(srcdir)/Queue.c' || echo '$(srcdir)/'`$(srcdir)/Queue.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libServices_la-Queue.Tpo $(DEPDIR)/libServices_la-Queue.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Queue.c' object='libServices_la-Queue.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -c -o libServices_la-Queue.lo `test -f '$(srcdir)/Queue.c' || echo '$(srcdir)/'`$(srcdir)/Queue.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -c -o libServices_la-Queue.lo `test -f '$(srcdir)/Queue.c' || echo '$(srcdir)/'`$(srcdir)/Queue.c
libServices_la-Services_Ctrl.lo: $(srcdir)/Services_Ctrl.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -MT libServices_la-Services_Ctrl.lo -MD -MP -MF $(DEPDIR)/libServices_la-Services_Ctrl.Tpo -c -o libServices_la-Services_Ctrl.lo `test -f '$(srcdir)/Services_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/Services_Ctrl.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libServices_la-Services_Ctrl.Tpo $(DEPDIR)/libServices_la-Services_Ctrl.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -MT libServices_la-Services_Ctrl.lo -MD -MP -MF $(DEPDIR)/libServices_la-Services_Ctrl.Tpo -c -o libServices_la-Services_Ctrl.lo `test -f '$(srcdir)/Services_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/Services_Ctrl.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libServices_la-Services_Ctrl.Tpo $(DEPDIR)/libServices_la-Services_Ctrl.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Services_Ctrl.c' object='libServices_la-Services_Ctrl.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -c -o libServices_la-Services_Ctrl.lo `test -f '$(srcdir)/Services_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/Services_Ctrl.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libServices_la_CFLAGS) $(CFLAGS) -c -o libServices_la-Services_Ctrl.lo `test -f '$(srcdir)/Services_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/Services_Ctrl.c
mostlyclean-libtool:
-rm -f *.lo
diff --git a/InfraStack/OSAgnostic/Common/CommonServices/XmlParser/Makefile.in b/InfraStack/OSAgnostic/Common/CommonServices/XmlParser/Makefile.in
index 4b2288f..ebf94fe 100644
--- a/InfraStack/OSAgnostic/Common/CommonServices/XmlParser/Makefile.in
+++ b/InfraStack/OSAgnostic/Common/CommonServices/XmlParser/Makefile.in
@@ -50,22 +50,39 @@ am_libXmlParser_la_OBJECTS = libXmlParser_la-XmlParser.lo \
libXmlParser_la-xmlparse.lo libXmlParser_la-xmltok.lo \
libXmlParser_la-xmlrole.lo
libXmlParser_la_OBJECTS = $(am_libXmlParser_la_OBJECTS)
-libXmlParser_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libXmlParser_la_CFLAGS) \
- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+libXmlParser_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+ $(libXmlParser_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
+ -o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libXmlParser_la_SOURCES)
DIST_SOURCES = $(libXmlParser_la_SOURCES)
ETAGS = etags
@@ -73,6 +90,7 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -280,7 +298,7 @@ clean-noinstLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libXmlParser.la: $(libXmlParser_la_OBJECTS) $(libXmlParser_la_DEPENDENCIES)
- $(libXmlParser_la_LINK) $(libXmlParser_la_OBJECTS) $(libXmlParser_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(libXmlParser_la_LINK) $(libXmlParser_la_OBJECTS) $(libXmlParser_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -294,53 +312,60 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libXmlParser_la-xmltok.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
libXmlParser_la-XmlParser.lo: $(srcdir)/XmlParser.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -MT libXmlParser_la-XmlParser.lo -MD -MP -MF $(DEPDIR)/libXmlParser_la-XmlParser.Tpo -c -o libXmlParser_la-XmlParser.lo `test -f '$(srcdir)/XmlParser.c' || echo '$(srcdir)/'`$(srcdir)/XmlParser.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libXmlParser_la-XmlParser.Tpo $(DEPDIR)/libXmlParser_la-XmlParser.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -MT libXmlParser_la-XmlParser.lo -MD -MP -MF $(DEPDIR)/libXmlParser_la-XmlParser.Tpo -c -o libXmlParser_la-XmlParser.lo `test -f '$(srcdir)/XmlParser.c' || echo '$(srcdir)/'`$(srcdir)/XmlParser.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libXmlParser_la-XmlParser.Tpo $(DEPDIR)/libXmlParser_la-XmlParser.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/XmlParser.c' object='libXmlParser_la-XmlParser.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -c -o libXmlParser_la-XmlParser.lo `test -f '$(srcdir)/XmlParser.c' || echo '$(srcdir)/'`$(srcdir)/XmlParser.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -c -o libXmlParser_la-XmlParser.lo `test -f '$(srcdir)/XmlParser.c' || echo '$(srcdir)/'`$(srcdir)/XmlParser.c
libXmlParser_la-xmlparse.lo: $(srcdir)/eXpat/xmlparse.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -MT libXmlParser_la-xmlparse.lo -MD -MP -MF $(DEPDIR)/libXmlParser_la-xmlparse.Tpo -c -o libXmlParser_la-xmlparse.lo `test -f '$(srcdir)/eXpat/xmlparse.c' || echo '$(srcdir)/'`$(srcdir)/eXpat/xmlparse.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libXmlParser_la-xmlparse.Tpo $(DEPDIR)/libXmlParser_la-xmlparse.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -MT libXmlParser_la-xmlparse.lo -MD -MP -MF $(DEPDIR)/libXmlParser_la-xmlparse.Tpo -c -o libXmlParser_la-xmlparse.lo `test -f '$(srcdir)/eXpat/xmlparse.c' || echo '$(srcdir)/'`$(srcdir)/eXpat/xmlparse.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libXmlParser_la-xmlparse.Tpo $(DEPDIR)/libXmlParser_la-xmlparse.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/eXpat/xmlparse.c' object='libXmlParser_la-xmlparse.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -c -o libXmlParser_la-xmlparse.lo `test -f '$(srcdir)/eXpat/xmlparse.c' || echo '$(srcdir)/'`$(srcdir)/eXpat/xmlparse.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -c -o libXmlParser_la-xmlparse.lo `test -f '$(srcdir)/eXpat/xmlparse.c' || echo '$(srcdir)/'`$(srcdir)/eXpat/xmlparse.c
libXmlParser_la-xmltok.lo: $(srcdir)/eXpat/xmltok.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -MT libXmlParser_la-xmltok.lo -MD -MP -MF $(DEPDIR)/libXmlParser_la-xmltok.Tpo -c -o libXmlParser_la-xmltok.lo `test -f '$(srcdir)/eXpat/xmltok.c' || echo '$(srcdir)/'`$(srcdir)/eXpat/xmltok.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libXmlParser_la-xmltok.Tpo $(DEPDIR)/libXmlParser_la-xmltok.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -MT libXmlParser_la-xmltok.lo -MD -MP -MF $(DEPDIR)/libXmlParser_la-xmltok.Tpo -c -o libXmlParser_la-xmltok.lo `test -f '$(srcdir)/eXpat/xmltok.c' || echo '$(srcdir)/'`$(srcdir)/eXpat/xmltok.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libXmlParser_la-xmltok.Tpo $(DEPDIR)/libXmlParser_la-xmltok.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/eXpat/xmltok.c' object='libXmlParser_la-xmltok.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -c -o libXmlParser_la-xmltok.lo `test -f '$(srcdir)/eXpat/xmltok.c' || echo '$(srcdir)/'`$(srcdir)/eXpat/xmltok.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -c -o libXmlParser_la-xmltok.lo `test -f '$(srcdir)/eXpat/xmltok.c' || echo '$(srcdir)/'`$(srcdir)/eXpat/xmltok.c
libXmlParser_la-xmlrole.lo: $(srcdir)/eXpat/xmlrole.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -MT libXmlParser_la-xmlrole.lo -MD -MP -MF $(DEPDIR)/libXmlParser_la-xmlrole.Tpo -c -o libXmlParser_la-xmlrole.lo `test -f '$(srcdir)/eXpat/xmlrole.c' || echo '$(srcdir)/'`$(srcdir)/eXpat/xmlrole.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libXmlParser_la-xmlrole.Tpo $(DEPDIR)/libXmlParser_la-xmlrole.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -MT libXmlParser_la-xmlrole.lo -MD -MP -MF $(DEPDIR)/libXmlParser_la-xmlrole.Tpo -c -o libXmlParser_la-xmlrole.lo `test -f '$(srcdir)/eXpat/xmlrole.c' || echo '$(srcdir)/'`$(srcdir)/eXpat/xmlrole.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libXmlParser_la-xmlrole.Tpo $(DEPDIR)/libXmlParser_la-xmlrole.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/eXpat/xmlrole.c' object='libXmlParser_la-xmlrole.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -c -o libXmlParser_la-xmlrole.lo `test -f '$(srcdir)/eXpat/xmlrole.c' || echo '$(srcdir)/'`$(srcdir)/eXpat/xmlrole.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXmlParser_la_CFLAGS) $(CFLAGS) -c -o libXmlParser_la-xmlrole.lo `test -f '$(srcdir)/eXpat/xmlrole.c' || echo '$(srcdir)/'`$(srcdir)/eXpat/xmlrole.c
mostlyclean-libtool:
-rm -f *.lo
diff --git a/InfraStack/OSAgnostic/Common/L4Common/Makefile.in b/InfraStack/OSAgnostic/Common/L4Common/Makefile.in
index 2173407..2496ecf 100644
--- a/InfraStack/OSAgnostic/Common/L4Common/Makefile.in
+++ b/InfraStack/OSAgnostic/Common/L4Common/Makefile.in
@@ -49,19 +49,35 @@ libL4Common_la_LIBADD =
am_libL4Common_la_OBJECTS = BitmanCommon.lo L4BufMan_L4Common.lo \
L4BufMan_L3L4Structs.lo L4BufMan_L3L4DmStructs.lo
libL4Common_la_OBJECTS = $(am_libL4Common_la_OBJECTS)
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libL4Common_la_SOURCES)
DIST_SOURCES = $(libL4Common_la_SOURCES)
ETAGS = etags
@@ -69,6 +85,7 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -286,7 +303,7 @@ clean-noinstLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libL4Common.la: $(libL4Common_la_OBJECTS) $(libL4Common_la_DEPENDENCIES)
- $(LINK) $(libL4Common_la_OBJECTS) $(libL4Common_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(LINK) $(libL4Common_la_OBJECTS) $(libL4Common_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -300,53 +317,60 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/L4BufMan_L4Common.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
BitmanCommon.lo: $(srcdir)/SourceControl/BitmanCommon.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BitmanCommon.lo -MD -MP -MF $(DEPDIR)/BitmanCommon.Tpo -c -o BitmanCommon.lo `test -f '$(srcdir)/SourceControl/BitmanCommon.c' || echo '$(srcdir)/'`$(srcdir)/SourceControl/BitmanCommon.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/BitmanCommon.Tpo $(DEPDIR)/BitmanCommon.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BitmanCommon.lo -MD -MP -MF $(DEPDIR)/BitmanCommon.Tpo -c -o BitmanCommon.lo `test -f '$(srcdir)/SourceControl/BitmanCommon.c' || echo '$(srcdir)/'`$(srcdir)/SourceControl/BitmanCommon.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/BitmanCommon.Tpo $(DEPDIR)/BitmanCommon.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/SourceControl/BitmanCommon.c' object='BitmanCommon.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BitmanCommon.lo `test -f '$(srcdir)/SourceControl/BitmanCommon.c' || echo '$(srcdir)/'`$(srcdir)/SourceControl/BitmanCommon.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BitmanCommon.lo `test -f '$(srcdir)/SourceControl/BitmanCommon.c' || echo '$(srcdir)/'`$(srcdir)/SourceControl/BitmanCommon.c
L4BufMan_L4Common.lo: $(srcdir)/SourceControl/L4BufMan_L4Common.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT L4BufMan_L4Common.lo -MD -MP -MF $(DEPDIR)/L4BufMan_L4Common.Tpo -c -o L4BufMan_L4Common.lo `test -f '$(srcdir)/SourceControl/L4BufMan_L4Common.c' || echo '$(srcdir)/'`$(srcdir)/SourceControl/L4BufMan_L4Common.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/L4BufMan_L4Common.Tpo $(DEPDIR)/L4BufMan_L4Common.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT L4BufMan_L4Common.lo -MD -MP -MF $(DEPDIR)/L4BufMan_L4Common.Tpo -c -o L4BufMan_L4Common.lo `test -f '$(srcdir)/SourceControl/L4BufMan_L4Common.c' || echo '$(srcdir)/'`$(srcdir)/SourceControl/L4BufMan_L4Common.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/L4BufMan_L4Common.Tpo $(DEPDIR)/L4BufMan_L4Common.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/SourceControl/L4BufMan_L4Common.c' object='L4BufMan_L4Common.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o L4BufMan_L4Common.lo `test -f '$(srcdir)/SourceControl/L4BufMan_L4Common.c' || echo '$(srcdir)/'`$(srcdir)/SourceControl/L4BufMan_L4Common.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o L4BufMan_L4Common.lo `test -f '$(srcdir)/SourceControl/L4BufMan_L4Common.c' || echo '$(srcdir)/'`$(srcdir)/SourceControl/L4BufMan_L4Common.c
L4BufMan_L3L4Structs.lo: $(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4Structs.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT L4BufMan_L3L4Structs.lo -MD -MP -MF $(DEPDIR)/L4BufMan_L3L4Structs.Tpo -c -o L4BufMan_L3L4Structs.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4Structs.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4Structs.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/L4BufMan_L3L4Structs.Tpo $(DEPDIR)/L4BufMan_L3L4Structs.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT L4BufMan_L3L4Structs.lo -MD -MP -MF $(DEPDIR)/L4BufMan_L3L4Structs.Tpo -c -o L4BufMan_L3L4Structs.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4Structs.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4Structs.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/L4BufMan_L3L4Structs.Tpo $(DEPDIR)/L4BufMan_L3L4Structs.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4Structs.c' object='L4BufMan_L3L4Structs.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o L4BufMan_L3L4Structs.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4Structs.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4Structs.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o L4BufMan_L3L4Structs.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4Structs.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4Structs.c
L4BufMan_L3L4DmStructs.lo: $(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4DmStructs.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT L4BufMan_L3L4DmStructs.lo -MD -MP -MF $(DEPDIR)/L4BufMan_L3L4DmStructs.Tpo -c -o L4BufMan_L3L4DmStructs.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4DmStructs.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4DmStructs.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/L4BufMan_L3L4DmStructs.Tpo $(DEPDIR)/L4BufMan_L3L4DmStructs.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT L4BufMan_L3L4DmStructs.lo -MD -MP -MF $(DEPDIR)/L4BufMan_L3L4DmStructs.Tpo -c -o L4BufMan_L3L4DmStructs.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4DmStructs.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4DmStructs.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/L4BufMan_L3L4DmStructs.Tpo $(DEPDIR)/L4BufMan_L3L4DmStructs.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4DmStructs.c' object='L4BufMan_L3L4DmStructs.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o L4BufMan_L3L4DmStructs.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4DmStructs.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4DmStructs.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o L4BufMan_L3L4DmStructs.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4DmStructs.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/L4Generated/L4BufMan_L3L4DmStructs.c
mostlyclean-libtool:
-rm -f *.lo
diff --git a/InfraStack/OSAgnostic/Product/AppSrvInfra/Makefile.in b/InfraStack/OSAgnostic/Product/AppSrvInfra/Makefile.in
index 70c758d..91a7771 100644
--- a/InfraStack/OSAgnostic/Product/AppSrvInfra/Makefile.in
+++ b/InfraStack/OSAgnostic/Product/AppSrvInfra/Makefile.in
@@ -66,8 +66,11 @@ wimaxd_DEPENDENCIES = ../../WiMax/Agents/NDnS/libNDnSAgent.la \
../Instrumantation/libWmxInstrument.la \
../../Common/CommonServices/libServices.la \
$(am__DEPENDENCIES_1) ../../Common/L4Common/libL4Common.la
-wimaxd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=link $(CCLD) $(wimaxd_CFLAGS) $(CFLAGS) \
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+wimaxd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(wimaxd_CFLAGS) $(CFLAGS) \
$(wimaxd_LDFLAGS) $(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -75,13 +78,26 @@ am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(wimaxd_SOURCES)
DIST_SOURCES = $(wimaxd_SOURCES)
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -112,6 +128,7 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -438,7 +455,7 @@ clean-binPROGRAMS:
rm -f $$list
wimaxd$(EXEEXT): $(wimaxd_OBJECTS) $(wimaxd_DEPENDENCIES)
@rm -f wimaxd$(EXEEXT)
- $(wimaxd_LINK) $(wimaxd_OBJECTS) $(wimaxd_LDADD) $(LIBS)
+ $(AM_V_CCLD)$(wimaxd_LINK) $(wimaxd_OBJECTS) $(wimaxd_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -461,204 +478,233 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wimaxd-LoadInstrumentation.Po@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
wimaxd-Act.o: $(srcdir)/Act.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-Act.o -MD -MP -MF $(DEPDIR)/wimaxd-Act.Tpo -c -o wimaxd-Act.o `test -f '$(srcdir)/Act.c' || echo '$(srcdir)/'`$(srcdir)/Act.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-Act.Tpo $(DEPDIR)/wimaxd-Act.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-Act.o -MD -MP -MF $(DEPDIR)/wimaxd-Act.Tpo -c -o wimaxd-Act.o `test -f '$(srcdir)/Act.c' || echo '$(srcdir)/'`$(srcdir)/Act.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-Act.Tpo $(DEPDIR)/wimaxd-Act.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Act.c' object='wimaxd-Act.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-Act.o `test -f '$(srcdir)/Act.c' || echo '$(srcdir)/'`$(srcdir)/Act.c
wimaxd-Act.obj: $(srcdir)/Act.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-Act.obj -MD -MP -MF $(DEPDIR)/wimaxd-Act.Tpo -c -o wimaxd-Act.obj `if test -f '$(srcdir)/Act.c'; then $(CYGPATH_W) '$(srcdir)/Act.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/Act.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-Act.Tpo $(DEPDIR)/wimaxd-Act.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-Act.obj -MD -MP -MF $(DEPDIR)/wimaxd-Act.Tpo -c -o wimaxd-Act.obj `if test -f '$(srcdir)/Act.c'; then $(CYGPATH_W) '$(srcdir)/Act.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/Act.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-Act.Tpo $(DEPDIR)/wimaxd-Act.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Act.c' object='wimaxd-Act.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-Act.obj `if test -f '$(srcdir)/Act.c'; then $(CYGPATH_W) '$(srcdir)/Act.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/Act.c'; fi`
wimaxd-L4MsgProxy.o: $(srcdir)/L4MsgProxy.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L4MsgProxy.o -MD -MP -MF $(DEPDIR)/wimaxd-L4MsgProxy.Tpo -c -o wimaxd-L4MsgProxy.o `test -f '$(srcdir)/L4MsgProxy.c' || echo '$(srcdir)/'`$(srcdir)/L4MsgProxy.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-L4MsgProxy.Tpo $(DEPDIR)/wimaxd-L4MsgProxy.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L4MsgProxy.o -MD -MP -MF $(DEPDIR)/wimaxd-L4MsgProxy.Tpo -c -o wimaxd-L4MsgProxy.o `test -f '$(srcdir)/L4MsgProxy.c' || echo '$(srcdir)/'`$(srcdir)/L4MsgProxy.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-L4MsgProxy.Tpo $(DEPDIR)/wimaxd-L4MsgProxy.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L4MsgProxy.c' object='wimaxd-L4MsgProxy.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-L4MsgProxy.o `test -f '$(srcdir)/L4MsgProxy.c' || echo '$(srcdir)/'`$(srcdir)/L4MsgProxy.c
wimaxd-L4MsgProxy.obj: $(srcdir)/L4MsgProxy.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L4MsgProxy.obj -MD -MP -MF $(DEPDIR)/wimaxd-L4MsgProxy.Tpo -c -o wimaxd-L4MsgProxy.obj `if test -f '$(srcdir)/L4MsgProxy.c'; then $(CYGPATH_W) '$(srcdir)/L4MsgProxy.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/L4MsgProxy.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-L4MsgProxy.Tpo $(DEPDIR)/wimaxd-L4MsgProxy.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L4MsgProxy.obj -MD -MP -MF $(DEPDIR)/wimaxd-L4MsgProxy.Tpo -c -o wimaxd-L4MsgProxy.obj `if test -f '$(srcdir)/L4MsgProxy.c'; then $(CYGPATH_W) '$(srcdir)/L4MsgProxy.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/L4MsgProxy.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-L4MsgProxy.Tpo $(DEPDIR)/wimaxd-L4MsgProxy.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L4MsgProxy.c' object='wimaxd-L4MsgProxy.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-L4MsgProxy.obj `if test -f '$(srcdir)/L4MsgProxy.c'; then $(CYGPATH_W) '$(srcdir)/L4MsgProxy.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/L4MsgProxy.c'; fi`
wimaxd-L5SocketsDispatcher.o: $(srcdir)/L5SocketsDispatcher.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L5SocketsDispatcher.o -MD -MP -MF $(DEPDIR)/wimaxd-L5SocketsDispatcher.Tpo -c -o wimaxd-L5SocketsDispatcher.o `test -f '$(srcdir)/L5SocketsDispatcher.c' || echo '$(srcdir)/'`$(srcdir)/L5SocketsDispatcher.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-L5SocketsDispatcher.Tpo $(DEPDIR)/wimaxd-L5SocketsDispatcher.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L5SocketsDispatcher.o -MD -MP -MF $(DEPDIR)/wimaxd-L5SocketsDispatcher.Tpo -c -o wimaxd-L5SocketsDispatcher.o `test -f '$(srcdir)/L5SocketsDispatcher.c' || echo '$(srcdir)/'`$(srcdir)/L5SocketsDispatcher.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-L5SocketsDispatcher.Tpo $(DEPDIR)/wimaxd-L5SocketsDispatcher.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L5SocketsDispatcher.c' object='wimaxd-L5SocketsDispatcher.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-L5SocketsDispatcher.o `test -f '$(srcdir)/L5SocketsDispatcher.c' || echo '$(srcdir)/'`$(srcdir)/L5SocketsDispatcher.c
wimaxd-L5SocketsDispatcher.obj: $(srcdir)/L5SocketsDispatcher.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L5SocketsDispatcher.obj -MD -MP -MF $(DEPDIR)/wimaxd-L5SocketsDispatcher.Tpo -c -o wimaxd-L5SocketsDispatcher.obj `if test -f '$(srcdir)/L5SocketsDispatcher.c'; then $(CYGPATH_W) '$(srcdir)/L5SocketsDispatcher.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/L5SocketsDispatcher.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-L5SocketsDispatcher.Tpo $(DEPDIR)/wimaxd-L5SocketsDispatcher.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L5SocketsDispatcher.obj -MD -MP -MF $(DEPDIR)/wimaxd-L5SocketsDispatcher.Tpo -c -o wimaxd-L5SocketsDispatcher.obj `if test -f '$(srcdir)/L5SocketsDispatcher.c'; then $(CYGPATH_W) '$(srcdir)/L5SocketsDispatcher.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/L5SocketsDispatcher.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-L5SocketsDispatcher.Tpo $(DEPDIR)/wimaxd-L5SocketsDispatcher.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L5SocketsDispatcher.c' object='wimaxd-L5SocketsDispatcher.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-L5SocketsDispatcher.obj `if test -f '$(srcdir)/L5SocketsDispatcher.c'; then $(CYGPATH_W) '$(srcdir)/L5SocketsDispatcher.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/L5SocketsDispatcher.c'; fi`
wimaxd-L5Dispatcher.o: $(srcdir)/L5Dispatcher.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L5Dispatcher.o -MD -MP -MF $(DEPDIR)/wimaxd-L5Dispatcher.Tpo -c -o wimaxd-L5Dispatcher.o `test -f '$(srcdir)/L5Dispatcher.c' || echo '$(srcdir)/'`$(srcdir)/L5Dispatcher.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-L5Dispatcher.Tpo $(DEPDIR)/wimaxd-L5Dispatcher.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L5Dispatcher.o -MD -MP -MF $(DEPDIR)/wimaxd-L5Dispatcher.Tpo -c -o wimaxd-L5Dispatcher.o `test -f '$(srcdir)/L5Dispatcher.c' || echo '$(srcdir)/'`$(srcdir)/L5Dispatcher.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-L5Dispatcher.Tpo $(DEPDIR)/wimaxd-L5Dispatcher.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L5Dispatcher.c' object='wimaxd-L5Dispatcher.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-L5Dispatcher.o `test -f '$(srcdir)/L5Dispatcher.c' || echo '$(srcdir)/'`$(srcdir)/L5Dispatcher.c
wimaxd-L5Dispatcher.obj: $(srcdir)/L5Dispatcher.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L5Dispatcher.obj -MD -MP -MF $(DEPDIR)/wimaxd-L5Dispatcher.Tpo -c -o wimaxd-L5Dispatcher.obj `if test -f '$(srcdir)/L5Dispatcher.c'; then $(CYGPATH_W) '$(srcdir)/L5Dispatcher.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/L5Dispatcher.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-L5Dispatcher.Tpo $(DEPDIR)/wimaxd-L5Dispatcher.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L5Dispatcher.obj -MD -MP -MF $(DEPDIR)/wimaxd-L5Dispatcher.Tpo -c -o wimaxd-L5Dispatcher.obj `if test -f '$(srcdir)/L5Dispatcher.c'; then $(CYGPATH_W) '$(srcdir)/L5Dispatcher.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/L5Dispatcher.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-L5Dispatcher.Tpo $(DEPDIR)/wimaxd-L5Dispatcher.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L5Dispatcher.c' object='wimaxd-L5Dispatcher.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-L5Dispatcher.obj `if test -f '$(srcdir)/L5Dispatcher.c'; then $(CYGPATH_W) '$(srcdir)/L5Dispatcher.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/L5Dispatcher.c'; fi`
wimaxd-L5CommonUtils.o: $(srcdir)/../../Common/L5Common/L5CommonUtils.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L5CommonUtils.o -MD -MP -MF $(DEPDIR)/wimaxd-L5CommonUtils.Tpo -c -o wimaxd-L5CommonUtils.o `test -f '$(srcdir)/../../Common/L5Common/L5CommonUtils.c' || echo '$(srcdir)/'`$(srcdir)/../../Common/L5Common/L5CommonUtils.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-L5CommonUtils.Tpo $(DEPDIR)/wimaxd-L5CommonUtils.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L5CommonUtils.o -MD -MP -MF $(DEPDIR)/wimaxd-L5CommonUtils.Tpo -c -o wimaxd-L5CommonUtils.o `test -f '$(srcdir)/../../Common/L5Common/L5CommonUtils.c' || echo '$(srcdir)/'`$(srcdir)/../../Common/L5Common/L5CommonUtils.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-L5CommonUtils.Tpo $(DEPDIR)/wimaxd-L5CommonUtils.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Common/L5Common/L5CommonUtils.c' object='wimaxd-L5CommonUtils.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-L5CommonUtils.o `test -f '$(srcdir)/../../Common/L5Common/L5CommonUtils.c' || echo '$(srcdir)/'`$(srcdir)/../../Common/L5Common/L5CommonUtils.c
wimaxd-L5CommonUtils.obj: $(srcdir)/../../Common/L5Common/L5CommonUtils.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L5CommonUtils.obj -MD -MP -MF $(DEPDIR)/wimaxd-L5CommonUtils.Tpo -c -o wimaxd-L5CommonUtils.obj `if test -f '$(srcdir)/../../Common/L5Common/L5CommonUtils.c'; then $(CYGPATH_W) '$(srcdir)/../../Common/L5Common/L5CommonUtils.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../../Common/L5Common/L5CommonUtils.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-L5CommonUtils.Tpo $(DEPDIR)/wimaxd-L5CommonUtils.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-L5CommonUtils.obj -MD -MP -MF $(DEPDIR)/wimaxd-L5CommonUtils.Tpo -c -o wimaxd-L5CommonUtils.obj `if test -f '$(srcdir)/../../Common/L5Common/L5CommonUtils.c'; then $(CYGPATH_W) '$(srcdir)/../../Common/L5Common/L5CommonUtils.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../../Common/L5Common/L5CommonUtils.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-L5CommonUtils.Tpo $(DEPDIR)/wimaxd-L5CommonUtils.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Common/L5Common/L5CommonUtils.c' object='wimaxd-L5CommonUtils.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-L5CommonUtils.obj `if test -f '$(srcdir)/../../Common/L5Common/L5CommonUtils.c'; then $(CYGPATH_W) '$(srcdir)/../../Common/L5Common/L5CommonUtils.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../../Common/L5Common/L5CommonUtils.c'; fi`
wimaxd-KDapiAdapter.o: $(srcdir)/KDapiAdapter.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-KDapiAdapter.o -MD -MP -MF $(DEPDIR)/wimaxd-KDapiAdapter.Tpo -c -o wimaxd-KDapiAdapter.o `test -f '$(srcdir)/KDapiAdapter.c' || echo '$(srcdir)/'`$(srcdir)/KDapiAdapter.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-KDapiAdapter.Tpo $(DEPDIR)/wimaxd-KDapiAdapter.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-KDapiAdapter.o -MD -MP -MF $(DEPDIR)/wimaxd-KDapiAdapter.Tpo -c -o wimaxd-KDapiAdapter.o `test -f '$(srcdir)/KDapiAdapter.c' || echo '$(srcdir)/'`$(srcdir)/KDapiAdapter.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-KDapiAdapter.Tpo $(DEPDIR)/wimaxd-KDapiAdapter.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/KDapiAdapter.c' object='wimaxd-KDapiAdapter.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-KDapiAdapter.o `test -f '$(srcdir)/KDapiAdapter.c' || echo '$(srcdir)/'`$(srcdir)/KDapiAdapter.c
wimaxd-KDapiAdapter.obj: $(srcdir)/KDapiAdapter.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-KDapiAdapter.obj -MD -MP -MF $(DEPDIR)/wimaxd-KDapiAdapter.Tpo -c -o wimaxd-KDapiAdapter.obj `if test -f '$(srcdir)/KDapiAdapter.c'; then $(CYGPATH_W) '$(srcdir)/KDapiAdapter.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/KDapiAdapter.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-KDapiAdapter.Tpo $(DEPDIR)/wimaxd-KDapiAdapter.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-KDapiAdapter.obj -MD -MP -MF $(DEPDIR)/wimaxd-KDapiAdapter.Tpo -c -o wimaxd-KDapiAdapter.obj `if test -f '$(srcdir)/KDapiAdapter.c'; then $(CYGPATH_W) '$(srcdir)/KDapiAdapter.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/KDapiAdapter.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-KDapiAdapter.Tpo $(DEPDIR)/wimaxd-KDapiAdapter.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/KDapiAdapter.c' object='wimaxd-KDapiAdapter.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-KDapiAdapter.obj `if test -f '$(srcdir)/KDapiAdapter.c'; then $(CYGPATH_W) '$(srcdir)/KDapiAdapter.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/KDapiAdapter.c'; fi`
wimaxd-KDapi.o: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-KDapi.o -MD -MP -MF $(DEPDIR)/wimaxd-KDapi.Tpo -c -o wimaxd-KDapi.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-KDapi.Tpo $(DEPDIR)/wimaxd-KDapi.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-KDapi.o -MD -MP -MF $(DEPDIR)/wimaxd-KDapi.Tpo -c -o wimaxd-KDapi.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-KDapi.Tpo $(DEPDIR)/wimaxd-KDapi.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c' object='wimaxd-KDapi.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-KDapi.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c
wimaxd-KDapi.obj: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-KDapi.obj -MD -MP -MF $(DEPDIR)/wimaxd-KDapi.Tpo -c -o wimaxd-KDapi.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-KDapi.Tpo $(DEPDIR)/wimaxd-KDapi.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-KDapi.obj -MD -MP -MF $(DEPDIR)/wimaxd-KDapi.Tpo -c -o wimaxd-KDapi.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-KDapi.Tpo $(DEPDIR)/wimaxd-KDapi.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c' object='wimaxd-KDapi.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-KDapi.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapi.c'; fi`
wimaxd-KDapiForSim.o: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-KDapiForSim.o -MD -MP -MF $(DEPDIR)/wimaxd-KDapiForSim.Tpo -c -o wimaxd-KDapiForSim.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-KDapiForSim.Tpo $(DEPDIR)/wimaxd-KDapiForSim.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-KDapiForSim.o -MD -MP -MF $(DEPDIR)/wimaxd-KDapiForSim.Tpo -c -o wimaxd-KDapiForSim.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-KDapiForSim.Tpo $(DEPDIR)/wimaxd-KDapiForSim.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c' object='wimaxd-KDapiForSim.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-KDapiForSim.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c
wimaxd-KDapiForSim.obj: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-KDapiForSim.obj -MD -MP -MF $(DEPDIR)/wimaxd-KDapiForSim.Tpo -c -o wimaxd-KDapiForSim.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-KDapiForSim.Tpo $(DEPDIR)/wimaxd-KDapiForSim.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-KDapiForSim.obj -MD -MP -MF $(DEPDIR)/wimaxd-KDapiForSim.Tpo -c -o wimaxd-KDapiForSim.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-KDapiForSim.Tpo $(DEPDIR)/wimaxd-KDapiForSim.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c' object='wimaxd-KDapiForSim.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-KDapiForSim.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/KDapi/KDapiForSim.c'; fi`
wimaxd-GenericMain.o: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-GenericMain.o -MD -MP -MF $(DEPDIR)/wimaxd-GenericMain.Tpo -c -o wimaxd-GenericMain.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-GenericMain.Tpo $(DEPDIR)/wimaxd-GenericMain.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-GenericMain.o -MD -MP -MF $(DEPDIR)/wimaxd-GenericMain.Tpo -c -o wimaxd-GenericMain.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-GenericMain.Tpo $(DEPDIR)/wimaxd-GenericMain.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c' object='wimaxd-GenericMain.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-GenericMain.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c
wimaxd-GenericMain.obj: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-GenericMain.obj -MD -MP -MF $(DEPDIR)/wimaxd-GenericMain.Tpo -c -o wimaxd-GenericMain.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-GenericMain.Tpo $(DEPDIR)/wimaxd-GenericMain.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-GenericMain.obj -MD -MP -MF $(DEPDIR)/wimaxd-GenericMain.Tpo -c -o wimaxd-GenericMain.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-GenericMain.Tpo $(DEPDIR)/wimaxd-GenericMain.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c' object='wimaxd-GenericMain.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-GenericMain.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericMain.c'; fi`
wimaxd-GenericConsole.o: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-GenericConsole.o -MD -MP -MF $(DEPDIR)/wimaxd-GenericConsole.Tpo -c -o wimaxd-GenericConsole.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-GenericConsole.Tpo $(DEPDIR)/wimaxd-GenericConsole.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-GenericConsole.o -MD -MP -MF $(DEPDIR)/wimaxd-GenericConsole.Tpo -c -o wimaxd-GenericConsole.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-GenericConsole.Tpo $(DEPDIR)/wimaxd-GenericConsole.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c' object='wimaxd-GenericConsole.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-GenericConsole.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c
wimaxd-GenericConsole.obj: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-GenericConsole.obj -MD -MP -MF $(DEPDIR)/wimaxd-GenericConsole.Tpo -c -o wimaxd-GenericConsole.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-GenericConsole.Tpo $(DEPDIR)/wimaxd-GenericConsole.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-GenericConsole.obj -MD -MP -MF $(DEPDIR)/wimaxd-GenericConsole.Tpo -c -o wimaxd-GenericConsole.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-GenericConsole.Tpo $(DEPDIR)/wimaxd-GenericConsole.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c' object='wimaxd-GenericConsole.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-GenericConsole.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c'; fi`
wimaxd-GenericDaemon.o: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-GenericDaemon.o -MD -MP -MF $(DEPDIR)/wimaxd-GenericDaemon.Tpo -c -o wimaxd-GenericDaemon.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-GenericDaemon.Tpo $(DEPDIR)/wimaxd-GenericDaemon.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-GenericDaemon.o -MD -MP -MF $(DEPDIR)/wimaxd-GenericDaemon.Tpo -c -o wimaxd-GenericDaemon.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-GenericDaemon.Tpo $(DEPDIR)/wimaxd-GenericDaemon.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c' object='wimaxd-GenericDaemon.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-GenericDaemon.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c
wimaxd-GenericDaemon.obj: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-GenericDaemon.obj -MD -MP -MF $(DEPDIR)/wimaxd-GenericDaemon.Tpo -c -o wimaxd-GenericDaemon.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-GenericDaemon.Tpo $(DEPDIR)/wimaxd-GenericDaemon.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-GenericDaemon.obj -MD -MP -MF $(DEPDIR)/wimaxd-GenericDaemon.Tpo -c -o wimaxd-GenericDaemon.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-GenericDaemon.Tpo $(DEPDIR)/wimaxd-GenericDaemon.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c' object='wimaxd-GenericDaemon.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-GenericDaemon.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericDaemon.c'; fi`
wimaxd-LoadInstrumentation.o: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-LoadInstrumentation.o -MD -MP -MF $(DEPDIR)/wimaxd-LoadInstrumentation.Tpo -c -o wimaxd-LoadInstrumentation.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-LoadInstrumentation.Tpo $(DEPDIR)/wimaxd-LoadInstrumentation.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-LoadInstrumentation.o -MD -MP -MF $(DEPDIR)/wimaxd-LoadInstrumentation.Tpo -c -o wimaxd-LoadInstrumentation.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-LoadInstrumentation.Tpo $(DEPDIR)/wimaxd-LoadInstrumentation.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c' object='wimaxd-LoadInstrumentation.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-LoadInstrumentation.o `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c
wimaxd-LoadInstrumentation.obj: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-LoadInstrumentation.obj -MD -MP -MF $(DEPDIR)/wimaxd-LoadInstrumentation.Tpo -c -o wimaxd-LoadInstrumentation.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-LoadInstrumentation.Tpo $(DEPDIR)/wimaxd-LoadInstrumentation.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-LoadInstrumentation.obj -MD -MP -MF $(DEPDIR)/wimaxd-LoadInstrumentation.Tpo -c -o wimaxd-LoadInstrumentation.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-LoadInstrumentation.Tpo $(DEPDIR)/wimaxd-LoadInstrumentation.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c' object='wimaxd-LoadInstrumentation.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-LoadInstrumentation.obj `if test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c'; then $(CYGPATH_W) '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Instrumentation/LoadInstrumentation.c'; fi`
wimaxd-DeviceConfiguration.o: $(srcdir)/DeviceConfiguration.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-DeviceConfiguration.o -MD -MP -MF $(DEPDIR)/wimaxd-DeviceConfiguration.Tpo -c -o wimaxd-DeviceConfiguration.o `test -f '$(srcdir)/DeviceConfiguration.c' || echo '$(srcdir)/'`$(srcdir)/DeviceConfiguration.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-DeviceConfiguration.Tpo $(DEPDIR)/wimaxd-DeviceConfiguration.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-DeviceConfiguration.o -MD -MP -MF $(DEPDIR)/wimaxd-DeviceConfiguration.Tpo -c -o wimaxd-DeviceConfiguration.o `test -f '$(srcdir)/DeviceConfiguration.c' || echo '$(srcdir)/'`$(srcdir)/DeviceConfiguration.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-DeviceConfiguration.Tpo $(DEPDIR)/wimaxd-DeviceConfiguration.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/DeviceConfiguration.c' object='wimaxd-DeviceConfiguration.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-DeviceConfiguration.o `test -f '$(srcdir)/DeviceConfiguration.c' || echo '$(srcdir)/'`$(srcdir)/DeviceConfiguration.c
wimaxd-DeviceConfiguration.obj: $(srcdir)/DeviceConfiguration.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-DeviceConfiguration.obj -MD -MP -MF $(DEPDIR)/wimaxd-DeviceConfiguration.Tpo -c -o wimaxd-DeviceConfiguration.obj `if test -f '$(srcdir)/DeviceConfiguration.c'; then $(CYGPATH_W) '$(srcdir)/DeviceConfiguration.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/DeviceConfiguration.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxd-DeviceConfiguration.Tpo $(DEPDIR)/wimaxd-DeviceConfiguration.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxd_CFLAGS) $(CFLAGS) -MT wimaxd-DeviceConfiguration.obj -MD -MP -MF $(DEPDIR)/wimaxd-DeviceConfiguration.Tpo -c -o wimaxd-DeviceConfiguration.obj `if test -f '$(srcdir)/DeviceConfiguration.c'; then $(CYGPATH_W) '$(srcdir)/DeviceConfiguration.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/DeviceConfiguration.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxd-DeviceConfiguration.Tpo $(DEPDIR)/wimaxd-DeviceConfiguration.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/DeviceConfiguration.c' object='wimaxd-DeviceConfiguration.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) $(wimaxd_CFLAGS) $(CFLAGS) -c -o wimaxd-DeviceConfiguration.obj `if test -f '$(srcdir)/DeviceConfiguration.c'; then $(CYGPATH_W) '$(srcdir)/DeviceConfiguration.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/DeviceConfiguration.c'; fi`
diff --git a/InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/Makefile.in b/InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/Makefile.in
index eeadd46..169fcb8 100644
--- a/InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/Makefile.in
+++ b/InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/Makefile.in
@@ -51,22 +51,39 @@ am_libDnDAgent_la_OBJECTS = libDnDAgent_la-DnDAgent.lo \
libDnDAgent_la-wmxSDK_DnD_Common.lo \
libDnDAgent_la-RemoveExcessFiles.lo
libDnDAgent_la_OBJECTS = $(am_libDnDAgent_la_OBJECTS)
-libDnDAgent_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libDnDAgent_la_CFLAGS) \
- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+libDnDAgent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+ $(libDnDAgent_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
+ $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libDnDAgent_la_SOURCES)
DIST_SOURCES = $(libDnDAgent_la_SOURCES)
ETAGS = etags
@@ -74,6 +91,7 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -290,7 +308,7 @@ clean-noinstLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libDnDAgent.la: $(libDnDAgent_la_OBJECTS) $(libDnDAgent_la_DEPENDENCIES)
- $(libDnDAgent_la_LINK) $(libDnDAgent_la_OBJECTS) $(libDnDAgent_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(libDnDAgent_la_LINK) $(libDnDAgent_la_OBJECTS) $(libDnDAgent_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -305,60 +323,68 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libDnDAgent_la-wmxSDK_DnD_Common.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
libDnDAgent_la-DnDAgent.lo: $(srcdir)/DnDAgent.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -MT libDnDAgent_la-DnDAgent.lo -MD -MP -MF $(DEPDIR)/libDnDAgent_la-DnDAgent.Tpo -c -o libDnDAgent_la-DnDAgent.lo `test -f '$(srcdir)/DnDAgent.c' || echo '$(srcdir)/'`$(srcdir)/DnDAgent.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDnDAgent_la-DnDAgent.Tpo $(DEPDIR)/libDnDAgent_la-DnDAgent.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -MT libDnDAgent_la-DnDAgent.lo -MD -MP -MF $(DEPDIR)/libDnDAgent_la-DnDAgent.Tpo -c -o libDnDAgent_la-DnDAgent.lo `test -f '$(srcdir)/DnDAgent.c' || echo '$(srcdir)/'`$(srcdir)/DnDAgent.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libDnDAgent_la-DnDAgent.Tpo $(DEPDIR)/libDnDAgent_la-DnDAgent.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/DnDAgent.c' object='libDnDAgent_la-DnDAgent.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -c -o libDnDAgent_la-DnDAgent.lo `test -f '$(srcdir)/DnDAgent.c' || echo '$(srcdir)/'`$(srcdir)/DnDAgent.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -c -o libDnDAgent_la-DnDAgent.lo `test -f '$(srcdir)/DnDAgent.c' || echo '$(srcdir)/'`$(srcdir)/DnDAgent.c
libDnDAgent_la-DnDUtils.lo: $(srcdir)/DnDUtils.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -MT libDnDAgent_la-DnDUtils.lo -MD -MP -MF $(DEPDIR)/libDnDAgent_la-DnDUtils.Tpo -c -o libDnDAgent_la-DnDUtils.lo `test -f '$(srcdir)/DnDUtils.c' || echo '$(srcdir)/'`$(srcdir)/DnDUtils.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDnDAgent_la-DnDUtils.Tpo $(DEPDIR)/libDnDAgent_la-DnDUtils.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -MT libDnDAgent_la-DnDUtils.lo -MD -MP -MF $(DEPDIR)/libDnDAgent_la-DnDUtils.Tpo -c -o libDnDAgent_la-DnDUtils.lo `test -f '$(srcdir)/DnDUtils.c' || echo '$(srcdir)/'`$(srcdir)/DnDUtils.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libDnDAgent_la-DnDUtils.Tpo $(DEPDIR)/libDnDAgent_la-DnDUtils.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/DnDUtils.c' object='libDnDAgent_la-DnDUtils.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -c -o libDnDAgent_la-DnDUtils.lo `test -f '$(srcdir)/DnDUtils.c' || echo '$(srcdir)/'`$(srcdir)/DnDUtils.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -c -o libDnDAgent_la-DnDUtils.lo `test -f '$(srcdir)/DnDUtils.c' || echo '$(srcdir)/'`$(srcdir)/DnDUtils.c
libDnDAgent_la-L4DnDHandler.lo: $(srcdir)/L4DnDHandler.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -MT libDnDAgent_la-L4DnDHandler.lo -MD -MP -MF $(DEPDIR)/libDnDAgent_la-L4DnDHandler.Tpo -c -o libDnDAgent_la-L4DnDHandler.lo `test -f '$(srcdir)/L4DnDHandler.c' || echo '$(srcdir)/'`$(srcdir)/L4DnDHandler.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDnDAgent_la-L4DnDHandler.Tpo $(DEPDIR)/libDnDAgent_la-L4DnDHandler.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -MT libDnDAgent_la-L4DnDHandler.lo -MD -MP -MF $(DEPDIR)/libDnDAgent_la-L4DnDHandler.Tpo -c -o libDnDAgent_la-L4DnDHandler.lo `test -f '$(srcdir)/L4DnDHandler.c' || echo '$(srcdir)/'`$(srcdir)/L4DnDHandler.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libDnDAgent_la-L4DnDHandler.Tpo $(DEPDIR)/libDnDAgent_la-L4DnDHandler.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L4DnDHandler.c' object='libDnDAgent_la-L4DnDHandler.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -c -o libDnDAgent_la-L4DnDHandler.lo `test -f '$(srcdir)/L4DnDHandler.c' || echo '$(srcdir)/'`$(srcdir)/L4DnDHandler.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -c -o libDnDAgent_la-L4DnDHandler.lo `test -f '$(srcdir)/L4DnDHandler.c' || echo '$(srcdir)/'`$(srcdir)/L4DnDHandler.c
libDnDAgent_la-wmxSDK_DnD_Common.lo: $(srcdir)/../DnDWrapper/wmxSDK_DnD_Common.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -MT libDnDAgent_la-wmxSDK_DnD_Common.lo -MD -MP -MF $(DEPDIR)/libDnDAgent_la-wmxSDK_DnD_Common.Tpo -c -o libDnDAgent_la-wmxSDK_DnD_Common.lo `test -f '$(srcdir)/../DnDWrapper/wmxSDK_DnD_Common.c' || echo '$(srcdir)/'`$(srcdir)/../DnDWrapper/wmxSDK_DnD_Common.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDnDAgent_la-wmxSDK_DnD_Common.Tpo $(DEPDIR)/libDnDAgent_la-wmxSDK_DnD_Common.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -MT libDnDAgent_la-wmxSDK_DnD_Common.lo -MD -MP -MF $(DEPDIR)/libDnDAgent_la-wmxSDK_DnD_Common.Tpo -c -o libDnDAgent_la-wmxSDK_DnD_Common.lo `test -f '$(srcdir)/../DnDWrapper/wmxSDK_DnD_Common.c' || echo '$(srcdir)/'`$(srcdir)/../DnDWrapper/wmxSDK_DnD_Common.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libDnDAgent_la-wmxSDK_DnD_Common.Tpo $(DEPDIR)/libDnDAgent_la-wmxSDK_DnD_Common.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../DnDWrapper/wmxSDK_DnD_Common.c' object='libDnDAgent_la-wmxSDK_DnD_Common.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -c -o libDnDAgent_la-wmxSDK_DnD_Common.lo `test -f '$(srcdir)/../DnDWrapper/wmxSDK_DnD_Common.c' || echo '$(srcdir)/'`$(srcdir)/../DnDWrapper/wmxSDK_DnD_Common.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -c -o libDnDAgent_la-wmxSDK_DnD_Common.lo `test -f '$(srcdir)/../DnDWrapper/wmxSDK_DnD_Common.c' || echo '$(srcdir)/'`$(srcdir)/../DnDWrapper/wmxSDK_DnD_Common.c
libDnDAgent_la-RemoveExcessFiles.lo: $(srcdir)/RemoveExcessFiles.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -MT libDnDAgent_la-RemoveExcessFiles.lo -MD -MP -MF $(DEPDIR)/libDnDAgent_la-RemoveExcessFiles.Tpo -c -o libDnDAgent_la-RemoveExcessFiles.lo `test -f '$(srcdir)/RemoveExcessFiles.c' || echo '$(srcdir)/'`$(srcdir)/RemoveExcessFiles.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDnDAgent_la-RemoveExcessFiles.Tpo $(DEPDIR)/libDnDAgent_la-RemoveExcessFiles.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -MT libDnDAgent_la-RemoveExcessFiles.lo -MD -MP -MF $(DEPDIR)/libDnDAgent_la-RemoveExcessFiles.Tpo -c -o libDnDAgent_la-RemoveExcessFiles.lo `test -f '$(srcdir)/RemoveExcessFiles.c' || echo '$(srcdir)/'`$(srcdir)/RemoveExcessFiles.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libDnDAgent_la-RemoveExcessFiles.Tpo $(DEPDIR)/libDnDAgent_la-RemoveExcessFiles.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/RemoveExcessFiles.c' object='libDnDAgent_la-RemoveExcessFiles.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -c -o libDnDAgent_la-RemoveExcessFiles.lo `test -f '$(srcdir)/RemoveExcessFiles.c' || echo '$(srcdir)/'`$(srcdir)/RemoveExcessFiles.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDnDAgent_la_CFLAGS) $(CFLAGS) -c -o libDnDAgent_la-RemoveExcessFiles.lo `test -f '$(srcdir)/RemoveExcessFiles.c' || echo '$(srcdir)/'`$(srcdir)/RemoveExcessFiles.c
mostlyclean-libtool:
-rm -f *.lo
diff --git a/InfraStack/OSAgnostic/Product/Instrumantation/Makefile.in b/InfraStack/OSAgnostic/Product/Instrumantation/Makefile.in
index ea46807..962b5f8 100644
--- a/InfraStack/OSAgnostic/Product/Instrumantation/Makefile.in
+++ b/InfraStack/OSAgnostic/Product/Instrumantation/Makefile.in
@@ -73,8 +73,11 @@ libWmxInstrument_la_DEPENDENCIES = DnDAgent/libDnDAgent.la \
$(top_builddir)/InfraStack/OSDependent/Linux/InfraStackModules/IPCs/libSockets.la
am_libWmxInstrument_la_OBJECTS = libWmxInstrument_la-instrument.lo
libWmxInstrument_la_OBJECTS = $(am_libWmxInstrument_la_OBJECTS)
-libWmxInstrument_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+libWmxInstrument_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(libWmxInstrument_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
@@ -83,13 +86,26 @@ am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libWmxInstrument_la_SOURCES)
DIST_SOURCES = $(libWmxInstrument_la_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
@@ -136,6 +152,7 @@ am__relativize = \
reldir="$$dir2"
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -358,7 +375,7 @@ clean-libLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libWmxInstrument.la: $(libWmxInstrument_la_OBJECTS) $(libWmxInstrument_la_DEPENDENCIES)
- $(libWmxInstrument_la_LINK) -rpath $(libdir) $(libWmxInstrument_la_OBJECTS) $(libWmxInstrument_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(libWmxInstrument_la_LINK) -rpath $(libdir) $(libWmxInstrument_la_OBJECTS) $(libWmxInstrument_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -369,32 +386,36 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libWmxInstrument_la-instrument.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
libWmxInstrument_la-instrument.lo: $(srcdir)/instrument.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libWmxInstrument_la_CFLAGS) $(CFLAGS) -MT libWmxInstrument_la-instrument.lo -MD -MP -MF $(DEPDIR)/libWmxInstrument_la-instrument.Tpo -c -o libWmxInstrument_la-instrument.lo `test -f '$(srcdir)/instrument.c' || echo '$(srcdir)/'`$(srcdir)/instrument.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libWmxInstrument_la-instrument.Tpo $(DEPDIR)/libWmxInstrument_la-instrument.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libWmxInstrument_la_CFLAGS) $(CFLAGS) -MT libWmxInstrument_la-instrument.lo -MD -MP -MF $(DEPDIR)/libWmxInstrument_la-instrument.Tpo -c -o libWmxInstrument_la-instrument.lo `test -f '$(srcdir)/instrument.c' || echo '$(srcdir)/'`$(srcdir)/instrument.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libWmxInstrument_la-instrument.Tpo $(DEPDIR)/libWmxInstrument_la-instrument.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/instrument.c' object='libWmxInstrument_la-instrument.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libWmxInstrument_la_CFLAGS) $(CFLAGS) -c -o libWmxInstrument_la-instrument.lo `test -f '$(srcdir)/instrument.c' || echo '$(srcdir)/'`$(srcdir)/instrument.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libWmxInstrument_la_CFLAGS) $(CFLAGS) -c -o libWmxInstrument_la-instrument.lo `test -f '$(srcdir)/instrument.c' || echo '$(srcdir)/'`$(srcdir)/instrument.c
mostlyclean-libtool:
-rm -f *.lo
diff --git a/InfraStack/OSAgnostic/Product/Instrumantation/MocMsgProxy/Makefile.in b/InfraStack/OSAgnostic/Product/Instrumantation/MocMsgProxy/Makefile.in
index 7846826..424739c 100644
--- a/InfraStack/OSAgnostic/Product/Instrumantation/MocMsgProxy/Makefile.in
+++ b/InfraStack/OSAgnostic/Product/Instrumantation/MocMsgProxy/Makefile.in
@@ -48,8 +48,11 @@ LTLIBRARIES = $(noinst_LTLIBRARIES)
libMocMsgProxy_la_LIBADD =
am_libMocMsgProxy_la_OBJECTS = libMocMsgProxy_la-MocMsgProxy.lo
libMocMsgProxy_la_OBJECTS = $(am_libMocMsgProxy_la_OBJECTS)
-libMocMsgProxy_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+libMocMsgProxy_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(libMocMsgProxy_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
-o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
@@ -58,13 +61,26 @@ am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libMocMsgProxy_la_SOURCES)
DIST_SOURCES = $(libMocMsgProxy_la_SOURCES)
ETAGS = etags
@@ -72,6 +88,7 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -268,7 +285,7 @@ clean-noinstLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libMocMsgProxy.la: $(libMocMsgProxy_la_OBJECTS) $(libMocMsgProxy_la_DEPENDENCIES)
- $(libMocMsgProxy_la_LINK) $(libMocMsgProxy_la_OBJECTS) $(libMocMsgProxy_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(libMocMsgProxy_la_LINK) $(libMocMsgProxy_la_OBJECTS) $(libMocMsgProxy_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -279,32 +296,36 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libMocMsgProxy_la-MocMsgProxy.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
libMocMsgProxy_la-MocMsgProxy.lo: $(srcdir)/MocMsgProxy.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libMocMsgProxy_la_CFLAGS) $(CFLAGS) -MT libMocMsgProxy_la-MocMsgProxy.lo -MD -MP -MF $(DEPDIR)/libMocMsgProxy_la-MocMsgProxy.Tpo -c -o libMocMsgProxy_la-MocMsgProxy.lo `test -f '$(srcdir)/MocMsgProxy.c' || echo '$(srcdir)/'`$(srcdir)/MocMsgProxy.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libMocMsgProxy_la-MocMsgProxy.Tpo $(DEPDIR)/libMocMsgProxy_la-MocMsgProxy.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libMocMsgProxy_la_CFLAGS) $(CFLAGS) -MT libMocMsgProxy_la-MocMsgProxy.lo -MD -MP -MF $(DEPDIR)/libMocMsgProxy_la-MocMsgProxy.Tpo -c -o libMocMsgProxy_la-MocMsgProxy.lo `test -f '$(srcdir)/MocMsgProxy.c' || echo '$(srcdir)/'`$(srcdir)/MocMsgProxy.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libMocMsgProxy_la-MocMsgProxy.Tpo $(DEPDIR)/libMocMsgProxy_la-MocMsgProxy.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/MocMsgProxy.c' object='libMocMsgProxy_la-MocMsgProxy.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libMocMsgProxy_la_CFLAGS) $(CFLAGS) -c -o libMocMsgProxy_la-MocMsgProxy.lo `test -f '$(srcdir)/MocMsgProxy.c' || echo '$(srcdir)/'`$(srcdir)/MocMsgProxy.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libMocMsgProxy_la_CFLAGS) $(CFLAGS) -c -o libMocMsgProxy_la-MocMsgProxy.lo `test -f '$(srcdir)/MocMsgProxy.c' || echo '$(srcdir)/'`$(srcdir)/MocMsgProxy.c
mostlyclean-libtool:
-rm -f *.lo
diff --git a/InfraStack/OSAgnostic/Product/PipeHandler/Makefile.in b/InfraStack/OSAgnostic/Product/PipeHandler/Makefile.in
index 1eb1489..2791ef8 100644
--- a/InfraStack/OSAgnostic/Product/PipeHandler/Makefile.in
+++ b/InfraStack/OSAgnostic/Product/PipeHandler/Makefile.in
@@ -61,8 +61,11 @@ am_libPipeHandler_la_OBJECTS = libPipeHandler_la-PipeHandlerMain.lo \
libPipeHandler_la-WrappersUtils.lo \
libPipeHandler_la-TraceModule.lo
libPipeHandler_la_OBJECTS = $(am_libPipeHandler_la_OBJECTS)
-libPipeHandler_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+libPipeHandler_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(libPipeHandler_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
-o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
@@ -71,13 +74,26 @@ am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libPipeHandler_la_SOURCES)
DIST_SOURCES = $(libPipeHandler_la_SOURCES)
ETAGS = etags
@@ -85,6 +101,7 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -315,7 +332,7 @@ clean-noinstLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libPipeHandler.la: $(libPipeHandler_la_OBJECTS) $(libPipeHandler_la_DEPENDENCIES)
- $(libPipeHandler_la_LINK) $(libPipeHandler_la_OBJECTS) $(libPipeHandler_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(libPipeHandler_la_LINK) $(libPipeHandler_la_OBJECTS) $(libPipeHandler_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -339,123 +356,140 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libPipeHandler_la-WrappersUtils.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
libPipeHandler_la-PipeHandlerMain.lo: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/PipeHandler/PipeHandlerMain.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-PipeHandlerMain.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-PipeHandlerMain.Tpo -c -o libPipeHandler_la-PipeHandlerMain.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/PipeHandler/PipeHandlerMain.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/PipeHandler/PipeHandlerMain.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-PipeHandlerMain.Tpo $(DEPDIR)/libPipeHandler_la-PipeHandlerMain.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-PipeHandlerMain.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-PipeHandlerMain.Tpo -c -o libPipeHandler_la-PipeHandlerMain.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/PipeHandler/PipeHandlerMain.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/PipeHandler/PipeHandlerMain.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-PipeHandlerMain.Tpo $(DEPDIR)/libPipeHandler_la-PipeHandlerMain.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/PipeHandler/PipeHandlerMain.c' object='libPipeHandler_la-PipeHandlerMain.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-PipeHandlerMain.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/PipeHandler/PipeHandlerMain.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/PipeHandler/PipeHandlerMain.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-PipeHandlerMain.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/PipeHandler/PipeHandlerMain.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/PipeHandler/PipeHandlerMain.c
libPipeHandler_la-ConnGateKeeper.lo: $(srcdir)/ConnGateKeeper.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-ConnGateKeeper.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-ConnGateKeeper.Tpo -c -o libPipeHandler_la-ConnGateKeeper.lo `test -f '$(srcdir)/ConnGateKeeper.c' || echo '$(srcdir)/'`$(srcdir)/ConnGateKeeper.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-ConnGateKeeper.Tpo $(DEPDIR)/libPipeHandler_la-ConnGateKeeper.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-ConnGateKeeper.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-ConnGateKeeper.Tpo -c -o libPipeHandler_la-ConnGateKeeper.lo `test -f '$(srcdir)/ConnGateKeeper.c' || echo '$(srcdir)/'`$(srcdir)/ConnGateKeeper.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-ConnGateKeeper.Tpo $(DEPDIR)/libPipeHandler_la-ConnGateKeeper.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/ConnGateKeeper.c' object='libPipeHandler_la-ConnGateKeeper.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-ConnGateKeeper.lo `test -f '$(srcdir)/ConnGateKeeper.c' || echo '$(srcdir)/'`$(srcdir)/ConnGateKeeper.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-ConnGateKeeper.lo `test -f '$(srcdir)/ConnGateKeeper.c' || echo '$(srcdir)/'`$(srcdir)/ConnGateKeeper.c
libPipeHandler_la-L5Connector.lo: $(srcdir)/L5Connector.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-L5Connector.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-L5Connector.Tpo -c -o libPipeHandler_la-L5Connector.lo `test -f '$(srcdir)/L5Connector.c' || echo '$(srcdir)/'`$(srcdir)/L5Connector.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-L5Connector.Tpo $(DEPDIR)/libPipeHandler_la-L5Connector.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-L5Connector.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-L5Connector.Tpo -c -o libPipeHandler_la-L5Connector.lo `test -f '$(srcdir)/L5Connector.c' || echo '$(srcdir)/'`$(srcdir)/L5Connector.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-L5Connector.Tpo $(DEPDIR)/libPipeHandler_la-L5Connector.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L5Connector.c' object='libPipeHandler_la-L5Connector.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-L5Connector.lo `test -f '$(srcdir)/L5Connector.c' || echo '$(srcdir)/'`$(srcdir)/L5Connector.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-L5Connector.lo `test -f '$(srcdir)/L5Connector.c' || echo '$(srcdir)/'`$(srcdir)/L5Connector.c
libPipeHandler_la-PipeHandler_Ctrl.lo: $(srcdir)/PipeHandler_Ctrl.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-PipeHandler_Ctrl.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-PipeHandler_Ctrl.Tpo -c -o libPipeHandler_la-PipeHandler_Ctrl.lo `test -f '$(srcdir)/PipeHandler_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/PipeHandler_Ctrl.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-PipeHandler_Ctrl.Tpo $(DEPDIR)/libPipeHandler_la-PipeHandler_Ctrl.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-PipeHandler_Ctrl.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-PipeHandler_Ctrl.Tpo -c -o libPipeHandler_la-PipeHandler_Ctrl.lo `test -f '$(srcdir)/PipeHandler_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/PipeHandler_Ctrl.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-PipeHandler_Ctrl.Tpo $(DEPDIR)/libPipeHandler_la-PipeHandler_Ctrl.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/PipeHandler_Ctrl.c' object='libPipeHandler_la-PipeHandler_Ctrl.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-PipeHandler_Ctrl.lo `test -f '$(srcdir)/PipeHandler_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/PipeHandler_Ctrl.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-PipeHandler_Ctrl.lo `test -f '$(srcdir)/PipeHandler_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/PipeHandler_Ctrl.c
libPipeHandler_la-PipeServices_Ctrl.lo: $(srcdir)/PipeServices_Ctrl.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-PipeServices_Ctrl.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-PipeServices_Ctrl.Tpo -c -o libPipeHandler_la-PipeServices_Ctrl.lo `test -f '$(srcdir)/PipeServices_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/PipeServices_Ctrl.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-PipeServices_Ctrl.Tpo $(DEPDIR)/libPipeHandler_la-PipeServices_Ctrl.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-PipeServices_Ctrl.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-PipeServices_Ctrl.Tpo -c -o libPipeHandler_la-PipeServices_Ctrl.lo `test -f '$(srcdir)/PipeServices_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/PipeServices_Ctrl.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-PipeServices_Ctrl.Tpo $(DEPDIR)/libPipeHandler_la-PipeServices_Ctrl.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/PipeServices_Ctrl.c' object='libPipeHandler_la-PipeServices_Ctrl.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-PipeServices_Ctrl.lo `test -f '$(srcdir)/PipeServices_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/PipeServices_Ctrl.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-PipeServices_Ctrl.lo `test -f '$(srcdir)/PipeServices_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/PipeServices_Ctrl.c
libPipeHandler_la-L5CommonUtils.lo: $(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/L5CommonUtils.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-L5CommonUtils.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-L5CommonUtils.Tpo -c -o libPipeHandler_la-L5CommonUtils.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/L5CommonUtils.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/L5CommonUtils.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-L5CommonUtils.Tpo $(DEPDIR)/libPipeHandler_la-L5CommonUtils.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-L5CommonUtils.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-L5CommonUtils.Tpo -c -o libPipeHandler_la-L5CommonUtils.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/L5CommonUtils.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/L5CommonUtils.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-L5CommonUtils.Tpo $(DEPDIR)/libPipeHandler_la-L5CommonUtils.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/L5CommonUtils.c' object='libPipeHandler_la-L5CommonUtils.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-L5CommonUtils.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/L5CommonUtils.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/L5CommonUtils.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-L5CommonUtils.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/L5CommonUtils.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/L5CommonUtils.c
libPipeHandler_la-EventSubscribers.lo: $(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/EventSubscribers.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-EventSubscribers.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-EventSubscribers.Tpo -c -o libPipeHandler_la-EventSubscribers.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/EventSubscribers.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/EventSubscribers.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-EventSubscribers.Tpo $(DEPDIR)/libPipeHandler_la-EventSubscribers.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-EventSubscribers.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-EventSubscribers.Tpo -c -o libPipeHandler_la-EventSubscribers.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/EventSubscribers.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/EventSubscribers.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-EventSubscribers.Tpo $(DEPDIR)/libPipeHandler_la-EventSubscribers.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/EventSubscribers.c' object='libPipeHandler_la-EventSubscribers.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-EventSubscribers.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/EventSubscribers.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/EventSubscribers.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-EventSubscribers.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/EventSubscribers.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/EventSubscribers.c
libPipeHandler_la-VersionHandshake.lo: $(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionHandshake.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-VersionHandshake.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-VersionHandshake.Tpo -c -o libPipeHandler_la-VersionHandshake.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionHandshake.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionHandshake.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-VersionHandshake.Tpo $(DEPDIR)/libPipeHandler_la-VersionHandshake.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-VersionHandshake.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-VersionHandshake.Tpo -c -o libPipeHandler_la-VersionHandshake.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionHandshake.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionHandshake.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-VersionHandshake.Tpo $(DEPDIR)/libPipeHandler_la-VersionHandshake.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionHandshake.c' object='libPipeHandler_la-VersionHandshake.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-VersionHandshake.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionHandshake.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionHandshake.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-VersionHandshake.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionHandshake.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionHandshake.c
libPipeHandler_la-IndicatorsSubscribers.lo: $(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/IndicatorsSubscribers.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-IndicatorsSubscribers.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-IndicatorsSubscribers.Tpo -c -o libPipeHandler_la-IndicatorsSubscribers.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/IndicatorsSubscribers.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/IndicatorsSubscribers.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-IndicatorsSubscribers.Tpo $(DEPDIR)/libPipeHandler_la-IndicatorsSubscribers.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-IndicatorsSubscribers.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-IndicatorsSubscribers.Tpo -c -o libPipeHandler_la-IndicatorsSubscribers.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/IndicatorsSubscribers.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/IndicatorsSubscribers.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-IndicatorsSubscribers.Tpo $(DEPDIR)/libPipeHandler_la-IndicatorsSubscribers.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/IndicatorsSubscribers.c' object='libPipeHandler_la-IndicatorsSubscribers.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-IndicatorsSubscribers.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/IndicatorsSubscribers.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/IndicatorsSubscribers.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-IndicatorsSubscribers.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/IndicatorsSubscribers.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/L5Common/IndicatorsSubscribers.c
libPipeHandler_la-Messenger.lo: $(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/Messenger.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-Messenger.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-Messenger.Tpo -c -o libPipeHandler_la-Messenger.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/Messenger.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/Messenger.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-Messenger.Tpo $(DEPDIR)/libPipeHandler_la-Messenger.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-Messenger.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-Messenger.Tpo -c -o libPipeHandler_la-Messenger.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/Messenger.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/Messenger.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-Messenger.Tpo $(DEPDIR)/libPipeHandler_la-Messenger.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/Messenger.c' object='libPipeHandler_la-Messenger.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-Messenger.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/Messenger.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/Messenger.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-Messenger.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/Messenger.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/Messenger.c
libPipeHandler_la-VersionUtils.lo: $(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionUtils.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-VersionUtils.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-VersionUtils.Tpo -c -o libPipeHandler_la-VersionUtils.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionUtils.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionUtils.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-VersionUtils.Tpo $(DEPDIR)/libPipeHandler_la-VersionUtils.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-VersionUtils.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-VersionUtils.Tpo -c -o libPipeHandler_la-VersionUtils.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionUtils.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionUtils.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-VersionUtils.Tpo $(DEPDIR)/libPipeHandler_la-VersionUtils.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionUtils.c' object='libPipeHandler_la-VersionUtils.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-VersionUtils.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionUtils.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionUtils.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-VersionUtils.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionUtils.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/CommonServices/VersionUtils.c
libPipeHandler_la-WrappersCommon.lo: $(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersCommon.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-WrappersCommon.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-WrappersCommon.Tpo -c -o libPipeHandler_la-WrappersCommon.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersCommon.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersCommon.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-WrappersCommon.Tpo $(DEPDIR)/libPipeHandler_la-WrappersCommon.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-WrappersCommon.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-WrappersCommon.Tpo -c -o libPipeHandler_la-WrappersCommon.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersCommon.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersCommon.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-WrappersCommon.Tpo $(DEPDIR)/libPipeHandler_la-WrappersCommon.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersCommon.c' object='libPipeHandler_la-WrappersCommon.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-WrappersCommon.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersCommon.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersCommon.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-WrappersCommon.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersCommon.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersCommon.c
libPipeHandler_la-WrappersUtils.lo: $(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersUtils.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-WrappersUtils.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-WrappersUtils.Tpo -c -o libPipeHandler_la-WrappersUtils.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersUtils.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersUtils.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-WrappersUtils.Tpo $(DEPDIR)/libPipeHandler_la-WrappersUtils.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-WrappersUtils.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-WrappersUtils.Tpo -c -o libPipeHandler_la-WrappersUtils.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersUtils.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersUtils.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-WrappersUtils.Tpo $(DEPDIR)/libPipeHandler_la-WrappersUtils.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersUtils.c' object='libPipeHandler_la-WrappersUtils.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-WrappersUtils.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersUtils.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersUtils.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-WrappersUtils.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersUtils.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/Common/WrappersCommon/WrappersUtils.c
libPipeHandler_la-TraceModule.lo: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/TraceModule/TraceModule.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-TraceModule.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-TraceModule.Tpo -c -o libPipeHandler_la-TraceModule.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/TraceModule/TraceModule.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/TraceModule/TraceModule.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libPipeHandler_la-TraceModule.Tpo $(DEPDIR)/libPipeHandler_la-TraceModule.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -MT libPipeHandler_la-TraceModule.lo -MD -MP -MF $(DEPDIR)/libPipeHandler_la-TraceModule.Tpo -c -o libPipeHandler_la-TraceModule.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/TraceModule/TraceModule.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/TraceModule/TraceModule.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libPipeHandler_la-TraceModule.Tpo $(DEPDIR)/libPipeHandler_la-TraceModule.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/TraceModule/TraceModule.c' object='libPipeHandler_la-TraceModule.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-TraceModule.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/TraceModule/TraceModule.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/TraceModule/TraceModule.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPipeHandler_la_CFLAGS) $(CFLAGS) -c -o libPipeHandler_la-TraceModule.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/TraceModule/TraceModule.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/TraceModule/TraceModule.c
mostlyclean-libtool:
-rm -f *.lo
diff --git a/InfraStack/OSAgnostic/WiMax/Agents/NDnS/Makefile.in b/InfraStack/OSAgnostic/WiMax/Agents/NDnS/Makefile.in
index 3a6f9d4..82a5f70 100644
--- a/InfraStack/OSAgnostic/WiMax/Agents/NDnS/Makefile.in
+++ b/InfraStack/OSAgnostic/WiMax/Agents/NDnS/Makefile.in
@@ -82,22 +82,39 @@ am_libNDnSAgent_la_OBJECTS = libNDnSAgent_la-FormatConversions.lo \
libNDnSAgent_la-wmxSDK_Nds_Utils.lo \
libNDnSAgent_la-wmxSDK_Coex_1.lo
libNDnSAgent_la_OBJECTS = $(am_libNDnSAgent_la_OBJECTS)
-libNDnSAgent_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libNDnSAgent_la_CFLAGS) \
- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+libNDnSAgent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+ $(libNDnSAgent_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
+ -o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libNDnSAgent_la_SOURCES)
DIST_SOURCES = $(libNDnSAgent_la_SOURCES)
ETAGS = etags
@@ -105,6 +122,7 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -382,7 +400,7 @@ clean-noinstLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libNDnSAgent.la: $(libNDnSAgent_la_OBJECTS) $(libNDnSAgent_la_DEPENDENCIES)
- $(libNDnSAgent_la_LINK) $(libNDnSAgent_la_OBJECTS) $(libNDnSAgent_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(libNDnSAgent_la_LINK) $(libNDnSAgent_la_OBJECTS) $(libNDnSAgent_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -429,284 +447,324 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_Utils.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
libNDnSAgent_la-FormatConversions.lo: $(srcdir)/Source/FormatConversions.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-FormatConversions.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-FormatConversions.Tpo -c -o libNDnSAgent_la-FormatConversions.lo `test -f '$(srcdir)/Source/FormatConversions.c' || echo '$(srcdir)/'`$(srcdir)/Source/FormatConversions.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-FormatConversions.Tpo $(DEPDIR)/libNDnSAgent_la-FormatConversions.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-FormatConversions.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-FormatConversions.Tpo -c -o libNDnSAgent_la-FormatConversions.lo `test -f '$(srcdir)/Source/FormatConversions.c' || echo '$(srcdir)/'`$(srcdir)/Source/FormatConversions.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-FormatConversions.Tpo $(DEPDIR)/libNDnSAgent_la-FormatConversions.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Source/FormatConversions.c' object='libNDnSAgent_la-FormatConversions.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-FormatConversions.lo `test -f '$(srcdir)/Source/FormatConversions.c' || echo '$(srcdir)/'`$(srcdir)/Source/FormatConversions.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-FormatConversions.lo `test -f '$(srcdir)/Source/FormatConversions.c' || echo '$(srcdir)/'`$(srcdir)/Source/FormatConversions.c
libNDnSAgent_la-NDnS_TinyFSM.lo: $(srcdir)/Source/NDnS_TinyFSM.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnS_TinyFSM.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnS_TinyFSM.Tpo -c -o libNDnSAgent_la-NDnS_TinyFSM.lo `test -f '$(srcdir)/Source/NDnS_TinyFSM.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnS_TinyFSM.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnS_TinyFSM.Tpo $(DEPDIR)/libNDnSAgent_la-NDnS_TinyFSM.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnS_TinyFSM.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnS_TinyFSM.Tpo -c -o libNDnSAgent_la-NDnS_TinyFSM.lo `test -f '$(srcdir)/Source/NDnS_TinyFSM.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnS_TinyFSM.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnS_TinyFSM.Tpo $(DEPDIR)/libNDnSAgent_la-NDnS_TinyFSM.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Source/NDnS_TinyFSM.c' object='libNDnSAgent_la-NDnS_TinyFSM.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnS_TinyFSM.lo `test -f '$(srcdir)/Source/NDnS_TinyFSM.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnS_TinyFSM.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnS_TinyFSM.lo `test -f '$(srcdir)/Source/NDnS_TinyFSM.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnS_TinyFSM.c
libNDnSAgent_la-NDnSAgent.lo: $(srcdir)/Source/NDnSAgent.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent.Tpo -c -o libNDnSAgent_la-NDnSAgent.lo `test -f '$(srcdir)/Source/NDnSAgent.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent.Tpo -c -o libNDnSAgent_la-NDnSAgent.lo `test -f '$(srcdir)/Source/NDnSAgent.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Source/NDnSAgent.c' object='libNDnSAgent_la-NDnSAgent.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent.lo `test -f '$(srcdir)/Source/NDnSAgent.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent.lo `test -f '$(srcdir)/Source/NDnSAgent.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent.c
libNDnSAgent_la-NDnSAgent_CBs.lo: $(srcdir)/Source/NDnSAgent_CBs.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_CBs.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_CBs.Tpo -c -o libNDnSAgent_la-NDnSAgent_CBs.lo `test -f '$(srcdir)/Source/NDnSAgent_CBs.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_CBs.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_CBs.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_CBs.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_CBs.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_CBs.Tpo -c -o libNDnSAgent_la-NDnSAgent_CBs.lo `test -f '$(srcdir)/Source/NDnSAgent_CBs.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_CBs.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_CBs.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_CBs.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Source/NDnSAgent_CBs.c' object='libNDnSAgent_la-NDnSAgent_CBs.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_CBs.lo `test -f '$(srcdir)/Source/NDnSAgent_CBs.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_CBs.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_CBs.lo `test -f '$(srcdir)/Source/NDnSAgent_CBs.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_CBs.c
libNDnSAgent_la-NDnSAgent_Ctrl.lo: $(srcdir)/Source/NDnSAgent_Ctrl.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_Ctrl.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Ctrl.Tpo -c -o libNDnSAgent_la-NDnSAgent_Ctrl.lo `test -f '$(srcdir)/Source/NDnSAgent_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Ctrl.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Ctrl.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Ctrl.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_Ctrl.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Ctrl.Tpo -c -o libNDnSAgent_la-NDnSAgent_Ctrl.lo `test -f '$(srcdir)/Source/NDnSAgent_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Ctrl.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Ctrl.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Ctrl.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Source/NDnSAgent_Ctrl.c' object='libNDnSAgent_la-NDnSAgent_Ctrl.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_Ctrl.lo `test -f '$(srcdir)/Source/NDnSAgent_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Ctrl.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_Ctrl.lo `test -f '$(srcdir)/Source/NDnSAgent_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Ctrl.c
libNDnSAgent_la-NDnSAgent_Internals.lo: $(srcdir)/Source/NDnSAgent_Internals.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_Internals.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Internals.Tpo -c -o libNDnSAgent_la-NDnSAgent_Internals.lo `test -f '$(srcdir)/Source/NDnSAgent_Internals.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Internals.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Internals.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Internals.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_Internals.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Internals.Tpo -c -o libNDnSAgent_la-NDnSAgent_Internals.lo `test -f '$(srcdir)/Source/NDnSAgent_Internals.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Internals.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Internals.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Internals.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Source/NDnSAgent_Internals.c' object='libNDnSAgent_la-NDnSAgent_Internals.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_Internals.lo `test -f '$(srcdir)/Source/NDnSAgent_Internals.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Internals.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_Internals.lo `test -f '$(srcdir)/Source/NDnSAgent_Internals.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Internals.c
libNDnSAgent_la-NDnSAgent_Utils.lo: $(srcdir)/Source/NDnSAgent_Utils.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_Utils.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Utils.Tpo -c -o libNDnSAgent_la-NDnSAgent_Utils.lo `test -f '$(srcdir)/Source/NDnSAgent_Utils.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Utils.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Utils.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Utils.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_Utils.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Utils.Tpo -c -o libNDnSAgent_la-NDnSAgent_Utils.lo `test -f '$(srcdir)/Source/NDnSAgent_Utils.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Utils.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Utils.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Utils.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Source/NDnSAgent_Utils.c' object='libNDnSAgent_la-NDnSAgent_Utils.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_Utils.lo `test -f '$(srcdir)/Source/NDnSAgent_Utils.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Utils.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_Utils.lo `test -f '$(srcdir)/Source/NDnSAgent_Utils.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Utils.c
libNDnSAgent_la-NDnSAgent_L4P.lo: $(srcdir)/Source/NDnSAgent_L4P.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_L4P.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_L4P.Tpo -c -o libNDnSAgent_la-NDnSAgent_L4P.lo `test -f '$(srcdir)/Source/NDnSAgent_L4P.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_L4P.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_L4P.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_L4P.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_L4P.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_L4P.Tpo -c -o libNDnSAgent_la-NDnSAgent_L4P.lo `test -f '$(srcdir)/Source/NDnSAgent_L4P.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_L4P.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_L4P.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_L4P.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Source/NDnSAgent_L4P.c' object='libNDnSAgent_la-NDnSAgent_L4P.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_L4P.lo `test -f '$(srcdir)/Source/NDnSAgent_L4P.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_L4P.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_L4P.lo `test -f '$(srcdir)/Source/NDnSAgent_L4P.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_L4P.c
libNDnSAgent_la-NDnSAgent_Monitor.lo: $(srcdir)/Source/NDnSAgent_Monitor.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_Monitor.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Monitor.Tpo -c -o libNDnSAgent_la-NDnSAgent_Monitor.lo `test -f '$(srcdir)/Source/NDnSAgent_Monitor.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Monitor.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Monitor.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Monitor.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_Monitor.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Monitor.Tpo -c -o libNDnSAgent_la-NDnSAgent_Monitor.lo `test -f '$(srcdir)/Source/NDnSAgent_Monitor.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Monitor.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Monitor.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_Monitor.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Source/NDnSAgent_Monitor.c' object='libNDnSAgent_la-NDnSAgent_Monitor.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_Monitor.lo `test -f '$(srcdir)/Source/NDnSAgent_Monitor.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Monitor.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_Monitor.lo `test -f '$(srcdir)/Source/NDnSAgent_Monitor.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_Monitor.c
libNDnSAgent_la-NDnS_Coex.lo: $(srcdir)/Source/NDnS_Coex.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnS_Coex.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnS_Coex.Tpo -c -o libNDnSAgent_la-NDnS_Coex.lo `test -f '$(srcdir)/Source/NDnS_Coex.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnS_Coex.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnS_Coex.Tpo $(DEPDIR)/libNDnSAgent_la-NDnS_Coex.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnS_Coex.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnS_Coex.Tpo -c -o libNDnSAgent_la-NDnS_Coex.lo `test -f '$(srcdir)/Source/NDnS_Coex.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnS_Coex.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnS_Coex.Tpo $(DEPDIR)/libNDnSAgent_la-NDnS_Coex.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Source/NDnS_Coex.c' object='libNDnSAgent_la-NDnS_Coex.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnS_Coex.lo `test -f '$(srcdir)/Source/NDnS_Coex.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnS_Coex.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnS_Coex.lo `test -f '$(srcdir)/Source/NDnS_Coex.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnS_Coex.c
libNDnSAgent_la-NDnSAgent_NSPsList.lo: $(srcdir)/Source/NDnSAgent_NSPsList.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_NSPsList.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_NSPsList.Tpo -c -o libNDnSAgent_la-NDnSAgent_NSPsList.lo `test -f '$(srcdir)/Source/NDnSAgent_NSPsList.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_NSPsList.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_NSPsList.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_NSPsList.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_NSPsList.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_NSPsList.Tpo -c -o libNDnSAgent_la-NDnSAgent_NSPsList.lo `test -f '$(srcdir)/Source/NDnSAgent_NSPsList.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_NSPsList.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_NSPsList.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_NSPsList.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Source/NDnSAgent_NSPsList.c' object='libNDnSAgent_la-NDnSAgent_NSPsList.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_NSPsList.lo `test -f '$(srcdir)/Source/NDnSAgent_NSPsList.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_NSPsList.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_NSPsList.lo `test -f '$(srcdir)/Source/NDnSAgent_NSPsList.c' || echo '$(srcdir)/'`$(srcdir)/Source/NDnSAgent_NSPsList.c
libNDnSAgent_la-NDnSAgent_APDO_CBs.lo: $(srcdir)/APDO/NDnSAgent_APDO_CBs.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_APDO_CBs.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_APDO_CBs.Tpo -c -o libNDnSAgent_la-NDnSAgent_APDO_CBs.lo `test -f '$(srcdir)/APDO/NDnSAgent_APDO_CBs.c' || echo '$(srcdir)/'`$(srcdir)/APDO/NDnSAgent_APDO_CBs.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_APDO_CBs.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_APDO_CBs.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_APDO_CBs.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_APDO_CBs.Tpo -c -o libNDnSAgent_la-NDnSAgent_APDO_CBs.lo `test -f '$(srcdir)/APDO/NDnSAgent_APDO_CBs.c' || echo '$(srcdir)/'`$(srcdir)/APDO/NDnSAgent_APDO_CBs.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_APDO_CBs.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_APDO_CBs.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/APDO/NDnSAgent_APDO_CBs.c' object='libNDnSAgent_la-NDnSAgent_APDO_CBs.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_APDO_CBs.lo `test -f '$(srcdir)/APDO/NDnSAgent_APDO_CBs.c' || echo '$(srcdir)/'`$(srcdir)/APDO/NDnSAgent_APDO_CBs.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_APDO_CBs.lo `test -f '$(srcdir)/APDO/NDnSAgent_APDO_CBs.c' || echo '$(srcdir)/'`$(srcdir)/APDO/NDnSAgent_APDO_CBs.c
libNDnSAgent_la-NDnSAgent_APDO.lo: $(srcdir)/APDO/NDnSAgent_APDO.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_APDO.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_APDO.Tpo -c -o libNDnSAgent_la-NDnSAgent_APDO.lo `test -f '$(srcdir)/APDO/NDnSAgent_APDO.c' || echo '$(srcdir)/'`$(srcdir)/APDO/NDnSAgent_APDO.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_APDO.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_APDO.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_APDO.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_APDO.Tpo -c -o libNDnSAgent_la-NDnSAgent_APDO.lo `test -f '$(srcdir)/APDO/NDnSAgent_APDO.c' || echo '$(srcdir)/'`$(srcdir)/APDO/NDnSAgent_APDO.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_APDO.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_APDO.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/APDO/NDnSAgent_APDO.c' object='libNDnSAgent_la-NDnSAgent_APDO.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_APDO.lo `test -f '$(srcdir)/APDO/NDnSAgent_APDO.c' || echo '$(srcdir)/'`$(srcdir)/APDO/NDnSAgent_APDO.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_APDO.lo `test -f '$(srcdir)/APDO/NDnSAgent_APDO.c' || echo '$(srcdir)/'`$(srcdir)/APDO/NDnSAgent_APDO.c
libNDnSAgent_la-NDnS_L4Publisher.lo: $(srcdir)/L4Publisher/NDnS_L4Publisher.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnS_L4Publisher.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnS_L4Publisher.Tpo -c -o libNDnSAgent_la-NDnS_L4Publisher.lo `test -f '$(srcdir)/L4Publisher/NDnS_L4Publisher.c' || echo '$(srcdir)/'`$(srcdir)/L4Publisher/NDnS_L4Publisher.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnS_L4Publisher.Tpo $(DEPDIR)/libNDnSAgent_la-NDnS_L4Publisher.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnS_L4Publisher.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnS_L4Publisher.Tpo -c -o libNDnSAgent_la-NDnS_L4Publisher.lo `test -f '$(srcdir)/L4Publisher/NDnS_L4Publisher.c' || echo '$(srcdir)/'`$(srcdir)/L4Publisher/NDnS_L4Publisher.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnS_L4Publisher.Tpo $(DEPDIR)/libNDnSAgent_la-NDnS_L4Publisher.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L4Publisher/NDnS_L4Publisher.c' object='libNDnSAgent_la-NDnS_L4Publisher.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnS_L4Publisher.lo `test -f '$(srcdir)/L4Publisher/NDnS_L4Publisher.c' || echo '$(srcdir)/'`$(srcdir)/L4Publisher/NDnS_L4Publisher.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnS_L4Publisher.lo `test -f '$(srcdir)/L4Publisher/NDnS_L4Publisher.c' || echo '$(srcdir)/'`$(srcdir)/L4Publisher/NDnS_L4Publisher.c
libNDnSAgent_la-NDnSAgent_DB.lo: $(srcdir)/L4_db/NDnSAgent_DB.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_DB.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB.Tpo -c -o libNDnSAgent_la-NDnSAgent_DB.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_DB.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB.Tpo -c -o libNDnSAgent_la-NDnSAgent_DB.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L4_db/NDnSAgent_DB.c' object='libNDnSAgent_la-NDnSAgent_DB.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_DB.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_DB.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB.c
libNDnSAgent_la-NDnSAgent_DB_Common.lo: $(srcdir)/L4_db/NDnSAgent_DB_Common.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_DB_Common.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Common.Tpo -c -o libNDnSAgent_la-NDnSAgent_DB_Common.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Common.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Common.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Common.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Common.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_DB_Common.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Common.Tpo -c -o libNDnSAgent_la-NDnSAgent_DB_Common.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Common.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Common.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Common.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Common.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L4_db/NDnSAgent_DB_Common.c' object='libNDnSAgent_la-NDnSAgent_DB_Common.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_DB_Common.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Common.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Common.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_DB_Common.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Common.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Common.c
libNDnSAgent_la-NDnSAgent_DB_Restore.lo: $(srcdir)/L4_db/NDnSAgent_DB_Restore.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_DB_Restore.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Restore.Tpo -c -o libNDnSAgent_la-NDnSAgent_DB_Restore.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Restore.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Restore.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Restore.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Restore.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_DB_Restore.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Restore.Tpo -c -o libNDnSAgent_la-NDnSAgent_DB_Restore.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Restore.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Restore.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Restore.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Restore.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L4_db/NDnSAgent_DB_Restore.c' object='libNDnSAgent_la-NDnSAgent_DB_Restore.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_DB_Restore.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Restore.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Restore.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_DB_Restore.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Restore.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Restore.c
libNDnSAgent_la-NDnSAgent_DB_Save.lo: $(srcdir)/L4_db/NDnSAgent_DB_Save.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_DB_Save.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Save.Tpo -c -o libNDnSAgent_la-NDnSAgent_DB_Save.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Save.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Save.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Save.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Save.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_DB_Save.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Save.Tpo -c -o libNDnSAgent_la-NDnSAgent_DB_Save.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Save.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Save.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Save.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Save.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L4_db/NDnSAgent_DB_Save.c' object='libNDnSAgent_la-NDnSAgent_DB_Save.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_DB_Save.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Save.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Save.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_DB_Save.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Save.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Save.c
libNDnSAgent_la-NDnSAgent_DB_Update.lo: $(srcdir)/L4_db/NDnSAgent_DB_Update.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_DB_Update.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Update.Tpo -c -o libNDnSAgent_la-NDnSAgent_DB_Update.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Update.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Update.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Update.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Update.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_DB_Update.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Update.Tpo -c -o libNDnSAgent_la-NDnSAgent_DB_Update.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Update.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Update.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Update.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_DB_Update.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L4_db/NDnSAgent_DB_Update.c' object='libNDnSAgent_la-NDnSAgent_DB_Update.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_DB_Update.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Update.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Update.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_DB_Update.lo `test -f '$(srcdir)/L4_db/NDnSAgent_DB_Update.c' || echo '$(srcdir)/'`$(srcdir)/L4_db/NDnSAgent_DB_Update.c
libNDnSAgent_la-NDnS_L4Scanner.lo: $(srcdir)/L4Scanner/NDnS_L4Scanner.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnS_L4Scanner.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnS_L4Scanner.Tpo -c -o libNDnSAgent_la-NDnS_L4Scanner.lo `test -f '$(srcdir)/L4Scanner/NDnS_L4Scanner.c' || echo '$(srcdir)/'`$(srcdir)/L4Scanner/NDnS_L4Scanner.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnS_L4Scanner.Tpo $(DEPDIR)/libNDnSAgent_la-NDnS_L4Scanner.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnS_L4Scanner.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnS_L4Scanner.Tpo -c -o libNDnSAgent_la-NDnS_L4Scanner.lo `test -f '$(srcdir)/L4Scanner/NDnS_L4Scanner.c' || echo '$(srcdir)/'`$(srcdir)/L4Scanner/NDnS_L4Scanner.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnS_L4Scanner.Tpo $(DEPDIR)/libNDnSAgent_la-NDnS_L4Scanner.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L4Scanner/NDnS_L4Scanner.c' object='libNDnSAgent_la-NDnS_L4Scanner.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnS_L4Scanner.lo `test -f '$(srcdir)/L4Scanner/NDnS_L4Scanner.c' || echo '$(srcdir)/'`$(srcdir)/L4Scanner/NDnS_L4Scanner.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnS_L4Scanner.lo `test -f '$(srcdir)/L4Scanner/NDnS_L4Scanner.c' || echo '$(srcdir)/'`$(srcdir)/L4Scanner/NDnS_L4Scanner.c
libNDnSAgent_la-NDnSAgent_L4S_CBs.lo: $(srcdir)/L4Scanner/NDnSAgent_L4S_CBs.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_L4S_CBs.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_L4S_CBs.Tpo -c -o libNDnSAgent_la-NDnSAgent_L4S_CBs.lo `test -f '$(srcdir)/L4Scanner/NDnSAgent_L4S_CBs.c' || echo '$(srcdir)/'`$(srcdir)/L4Scanner/NDnSAgent_L4S_CBs.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_L4S_CBs.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_L4S_CBs.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-NDnSAgent_L4S_CBs.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-NDnSAgent_L4S_CBs.Tpo -c -o libNDnSAgent_la-NDnSAgent_L4S_CBs.lo `test -f '$(srcdir)/L4Scanner/NDnSAgent_L4S_CBs.c' || echo '$(srcdir)/'`$(srcdir)/L4Scanner/NDnSAgent_L4S_CBs.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-NDnSAgent_L4S_CBs.Tpo $(DEPDIR)/libNDnSAgent_la-NDnSAgent_L4S_CBs.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/L4Scanner/NDnSAgent_L4S_CBs.c' object='libNDnSAgent_la-NDnSAgent_L4S_CBs.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_L4S_CBs.lo `test -f '$(srcdir)/L4Scanner/NDnSAgent_L4S_CBs.c' || echo '$(srcdir)/'`$(srcdir)/L4Scanner/NDnSAgent_L4S_CBs.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-NDnSAgent_L4S_CBs.lo `test -f '$(srcdir)/L4Scanner/NDnSAgent_L4S_CBs.c' || echo '$(srcdir)/'`$(srcdir)/L4Scanner/NDnSAgent_L4S_CBs.c
libNDnSAgent_la-AES.lo: $(srcdir)/../../Wrappers/Apdo/AES.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-AES.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-AES.Tpo -c -o libNDnSAgent_la-AES.lo `test -f '$(srcdir)/../../Wrappers/Apdo/AES.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/AES.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-AES.Tpo $(DEPDIR)/libNDnSAgent_la-AES.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-AES.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-AES.Tpo -c -o libNDnSAgent_la-AES.lo `test -f '$(srcdir)/../../Wrappers/Apdo/AES.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/AES.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-AES.Tpo $(DEPDIR)/libNDnSAgent_la-AES.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/Apdo/AES.c' object='libNDnSAgent_la-AES.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-AES.lo `test -f '$(srcdir)/../../Wrappers/Apdo/AES.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/AES.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-AES.lo `test -f '$(srcdir)/../../Wrappers/Apdo/AES.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/AES.c
libNDnSAgent_la-AES_CCM.lo: $(srcdir)/../../Wrappers/Apdo/AES_CCM.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-AES_CCM.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-AES_CCM.Tpo -c -o libNDnSAgent_la-AES_CCM.lo `test -f '$(srcdir)/../../Wrappers/Apdo/AES_CCM.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/AES_CCM.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-AES_CCM.Tpo $(DEPDIR)/libNDnSAgent_la-AES_CCM.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-AES_CCM.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-AES_CCM.Tpo -c -o libNDnSAgent_la-AES_CCM.lo `test -f '$(srcdir)/../../Wrappers/Apdo/AES_CCM.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/AES_CCM.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-AES_CCM.Tpo $(DEPDIR)/libNDnSAgent_la-AES_CCM.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/Apdo/AES_CCM.c' object='libNDnSAgent_la-AES_CCM.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-AES_CCM.lo `test -f '$(srcdir)/../../Wrappers/Apdo/AES_CCM.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/AES_CCM.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-AES_CCM.lo `test -f '$(srcdir)/../../Wrappers/Apdo/AES_CCM.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/AES_CCM.c
libNDnSAgent_la-wmxSDK_Apdo_Internals.lo: $(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Internals.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Apdo_Internals.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Internals.Tpo -c -o libNDnSAgent_la-wmxSDK_Apdo_Internals.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Internals.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Internals.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Internals.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Apdo_Internals.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Internals.Tpo -c -o libNDnSAgent_la-wmxSDK_Apdo_Internals.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Internals.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Internals.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Internals.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Internals.c' object='libNDnSAgent_la-wmxSDK_Apdo_Internals.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Apdo_Internals.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Internals.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Apdo_Internals.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Internals.c
libNDnSAgent_la-wmxSDK_Apdo_L5.lo: $(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_L5.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Apdo_L5.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_L5.Tpo -c -o libNDnSAgent_la-wmxSDK_Apdo_L5.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_L5.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_L5.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_L5.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_L5.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Apdo_L5.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_L5.Tpo -c -o libNDnSAgent_la-wmxSDK_Apdo_L5.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_L5.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_L5.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_L5.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_L5.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_L5.c' object='libNDnSAgent_la-wmxSDK_Apdo_L5.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Apdo_L5.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_L5.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_L5.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Apdo_L5.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_L5.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_L5.c
libNDnSAgent_la-wmxSDK_Apdo_Utils.lo: $(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Utils.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Apdo_Utils.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Utils.Tpo -c -o libNDnSAgent_la-wmxSDK_Apdo_Utils.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Utils.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Utils.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Utils.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Apdo_Utils.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Utils.Tpo -c -o libNDnSAgent_la-wmxSDK_Apdo_Utils.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Utils.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Utils.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Utils.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Utils.c' object='libNDnSAgent_la-wmxSDK_Apdo_Utils.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Apdo_Utils.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Utils.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Apdo_Utils.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Utils.c
libNDnSAgent_la-wmxSDK_Apdo_Impl.lo: $(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Impl.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Apdo_Impl.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Impl.Tpo -c -o libNDnSAgent_la-wmxSDK_Apdo_Impl.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Impl.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Impl.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Impl.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Apdo_Impl.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Impl.Tpo -c -o libNDnSAgent_la-wmxSDK_Apdo_Impl.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Impl.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Impl.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_Impl.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Impl.c' object='libNDnSAgent_la-wmxSDK_Apdo_Impl.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Apdo_Impl.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Impl.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Apdo_Impl.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_Impl.c
libNDnSAgent_la-wmxSDK_Msc_Impl.lo: $(srcdir)/../../Wrappers/Miscellaneous/wmxSDK_Msc_Impl.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Msc_Impl.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Msc_Impl.Tpo -c -o libNDnSAgent_la-wmxSDK_Msc_Impl.lo `test -f '$(srcdir)/../../Wrappers/Miscellaneous/wmxSDK_Msc_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Miscellaneous/wmxSDK_Msc_Impl.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Msc_Impl.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Msc_Impl.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Msc_Impl.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Msc_Impl.Tpo -c -o libNDnSAgent_la-wmxSDK_Msc_Impl.lo `test -f '$(srcdir)/../../Wrappers/Miscellaneous/wmxSDK_Msc_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Miscellaneous/wmxSDK_Msc_Impl.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Msc_Impl.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Msc_Impl.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/Miscellaneous/wmxSDK_Msc_Impl.c' object='libNDnSAgent_la-wmxSDK_Msc_Impl.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Msc_Impl.lo `test -f '$(srcdir)/../../Wrappers/Miscellaneous/wmxSDK_Msc_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Miscellaneous/wmxSDK_Msc_Impl.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Msc_Impl.lo `test -f '$(srcdir)/../../Wrappers/Miscellaneous/wmxSDK_Msc_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Miscellaneous/wmxSDK_Msc_Impl.c
libNDnSAgent_la-wmxSDK_Apdo_IndHandler.lo: $(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_IndHandler.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Apdo_IndHandler.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_IndHandler.Tpo -c -o libNDnSAgent_la-wmxSDK_Apdo_IndHandler.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_IndHandler.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_IndHandler.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_IndHandler.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Apdo_IndHandler.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_IndHandler.Tpo -c -o libNDnSAgent_la-wmxSDK_Apdo_IndHandler.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_IndHandler.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_IndHandler.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Apdo_IndHandler.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_IndHandler.c' object='libNDnSAgent_la-wmxSDK_Apdo_IndHandler.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Apdo_IndHandler.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_IndHandler.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Apdo_IndHandler.lo `test -f '$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/Apdo/wmxSDK_Apdo_IndHandler.c
libNDnSAgent_la-wmxSDK_Nds_1.lo: $(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_1.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_1.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_1.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_1.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_1.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_1.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_1.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_1.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_1.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_1.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_1.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_1.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_1.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_1.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_1.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_1.c' object='libNDnSAgent_la-wmxSDK_Nds_1.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_1.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_1.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_1.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_1.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_1.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_1.c
libNDnSAgent_la-wmxSDK_Nds_2.lo: $(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_2.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_2.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_2.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_2.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_2.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_2.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_2.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_2.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_2.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_2.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_2.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_2.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_2.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_2.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_2.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_2.c' object='libNDnSAgent_la-wmxSDK_Nds_2.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_2.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_2.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_2.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_2.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_2.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_2.c
libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.lo: $(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_CtrlAgent.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_CtrlAgent.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_CtrlAgent.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_CtrlAgent.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_CtrlAgent.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_CtrlAgent.c' object='libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_CtrlAgent.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_CtrlAgent.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_CtrlAgent.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_CtrlAgent.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_CtrlAgent.c
libNDnSAgent_la-wmxSDK_Nds_IndHandler.lo: $(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_IndHandler.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_IndHandler.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_IndHandler.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_IndHandler.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_IndHandler.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_IndHandler.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_IndHandler.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_IndHandler.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_IndHandler.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_IndHandler.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_IndHandler.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_IndHandler.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_IndHandler.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_IndHandler.c' object='libNDnSAgent_la-wmxSDK_Nds_IndHandler.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_IndHandler.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_IndHandler.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_IndHandler.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_IndHandler.c
libNDnSAgent_la-wmxSDK_Nds_Internals.lo: $(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Internals.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_Internals.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_Internals.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_Internals.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Internals.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_Internals.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_Internals.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_Internals.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_Internals.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_Internals.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Internals.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_Internals.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_Internals.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Internals.c' object='libNDnSAgent_la-wmxSDK_Nds_Internals.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_Internals.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Internals.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_Internals.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Internals.c
libNDnSAgent_la-wmxSDK_Nds_L5.lo: $(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_L5.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_L5.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_L5.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_L5.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_L5.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_L5.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_L5.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_L5.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_L5.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_L5.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_L5.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_L5.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_L5.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_L5.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_L5.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_L5.c' object='libNDnSAgent_la-wmxSDK_Nds_L5.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_L5.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_L5.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_L5.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_L5.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_L5.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_L5.c
libNDnSAgent_la-wmxSDK_Nds_Utils.lo: $(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Utils.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_Utils.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_Utils.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_Utils.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Utils.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_Utils.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_Utils.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Nds_Utils.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_Utils.Tpo -c -o libNDnSAgent_la-wmxSDK_Nds_Utils.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Utils.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_Utils.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Nds_Utils.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Utils.c' object='libNDnSAgent_la-wmxSDK_Nds_Utils.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_Utils.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Utils.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Nds_Utils.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Nds_Utils.c
libNDnSAgent_la-wmxSDK_Coex_1.lo: $(srcdir)/../../Wrappers/NDnS/wmxSDK_Coex_1.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Coex_1.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Coex_1.Tpo -c -o libNDnSAgent_la-wmxSDK_Coex_1.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Coex_1.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Coex_1.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Coex_1.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Coex_1.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -MT libNDnSAgent_la-wmxSDK_Coex_1.lo -MD -MP -MF $(DEPDIR)/libNDnSAgent_la-wmxSDK_Coex_1.Tpo -c -o libNDnSAgent_la-wmxSDK_Coex_1.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Coex_1.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Coex_1.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libNDnSAgent_la-wmxSDK_Coex_1.Tpo $(DEPDIR)/libNDnSAgent_la-wmxSDK_Coex_1.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../../Wrappers/NDnS/wmxSDK_Coex_1.c' object='libNDnSAgent_la-wmxSDK_Coex_1.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Coex_1.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Coex_1.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Coex_1.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libNDnSAgent_la_CFLAGS) $(CFLAGS) -c -o libNDnSAgent_la-wmxSDK_Coex_1.lo `test -f '$(srcdir)/../../Wrappers/NDnS/wmxSDK_Coex_1.c' || echo '$(srcdir)/'`$(srcdir)/../../Wrappers/NDnS/wmxSDK_Coex_1.c
mostlyclean-libtool:
-rm -f *.lo
diff --git a/InfraStack/OSAgnostic/WiMax/Agents/Supplicant/Makefile.in b/InfraStack/OSAgnostic/WiMax/Agents/Supplicant/Makefile.in
index 8b4c9c4..19abdde 100644
--- a/InfraStack/OSAgnostic/WiMax/Agents/Supplicant/Makefile.in
+++ b/InfraStack/OSAgnostic/WiMax/Agents/Supplicant/Makefile.in
@@ -124,8 +124,11 @@ am_libSupplicantAgent_la_OBJECTS = \
libSupplicantAgent_la-wmxSDK_Sup_Impl.lo $(am__objects_2) \
$(am__objects_3)
libSupplicantAgent_la_OBJECTS = $(am_libSupplicantAgent_la_OBJECTS)
-libSupplicantAgent_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+libSupplicantAgent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(libSupplicantAgent_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
@@ -134,13 +137,26 @@ am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libSupplicantAgent_la_SOURCES)
DIST_SOURCES = $(am__libSupplicantAgent_la_SOURCES_DIST)
ETAGS = etags
@@ -148,6 +164,7 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -448,7 +465,7 @@ clean-noinstLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libSupplicantAgent.la: $(libSupplicantAgent_la_OBJECTS) $(libSupplicantAgent_la_DEPENDENCIES)
- $(libSupplicantAgent_la_LINK) $(libSupplicantAgent_la_OBJECTS) $(libSupplicantAgent_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(libSupplicantAgent_la_LINK) $(libSupplicantAgent_la_OBJECTS) $(libSupplicantAgent_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -460,39 +477,44 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libSupplicantAgent_la-wmxSDK_Sup_Impl.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
libSupplicantAgent_la-SupplicantAgent.lo: $(srcdir)/Source/SupplicantAgent.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSupplicantAgent_la_CFLAGS) $(CFLAGS) -MT libSupplicantAgent_la-SupplicantAgent.lo -MD -MP -MF $(DEPDIR)/libSupplicantAgent_la-SupplicantAgent.Tpo -c -o libSupplicantAgent_la-SupplicantAgent.lo `test -f '$(srcdir)/Source/SupplicantAgent.c' || echo '$(srcdir)/'`$(srcdir)/Source/SupplicantAgent.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libSupplicantAgent_la-SupplicantAgent.Tpo $(DEPDIR)/libSupplicantAgent_la-SupplicantAgent.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSupplicantAgent_la_CFLAGS) $(CFLAGS) -MT libSupplicantAgent_la-SupplicantAgent.lo -MD -MP -MF $(DEPDIR)/libSupplicantAgent_la-SupplicantAgent.Tpo -c -o libSupplicantAgent_la-SupplicantAgent.lo `test -f '$(srcdir)/Source/SupplicantAgent.c' || echo '$(srcdir)/'`$(srcdir)/Source/SupplicantAgent.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libSupplicantAgent_la-SupplicantAgent.Tpo $(DEPDIR)/libSupplicantAgent_la-SupplicantAgent.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Source/SupplicantAgent.c' object='libSupplicantAgent_la-SupplicantAgent.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSupplicantAgent_la_CFLAGS) $(CFLAGS) -c -o libSupplicantAgent_la-SupplicantAgent.lo `test -f '$(srcdir)/Source/SupplicantAgent.c' || echo '$(srcdir)/'`$(srcdir)/Source/SupplicantAgent.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSupplicantAgent_la_CFLAGS) $(CFLAGS) -c -o libSupplicantAgent_la-SupplicantAgent.lo `test -f '$(srcdir)/Source/SupplicantAgent.c' || echo '$(srcdir)/'`$(srcdir)/Source/SupplicantAgent.c
libSupplicantAgent_la-wmxSDK_Sup_Impl.lo: $(top_srcdir)/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSupplicantAgent_la_CFLAGS) $(CFLAGS) -MT libSupplicantAgent_la-wmxSDK_Sup_Impl.lo -MD -MP -MF $(DEPDIR)/libSupplicantAgent_la-wmxSDK_Sup_Impl.Tpo -c -o libSupplicantAgent_la-wmxSDK_Sup_Impl.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libSupplicantAgent_la-wmxSDK_Sup_Impl.Tpo $(DEPDIR)/libSupplicantAgent_la-wmxSDK_Sup_Impl.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSupplicantAgent_la_CFLAGS) $(CFLAGS) -MT libSupplicantAgent_la-wmxSDK_Sup_Impl.lo -MD -MP -MF $(DEPDIR)/libSupplicantAgent_la-wmxSDK_Sup_Impl.Tpo -c -o libSupplicantAgent_la-wmxSDK_Sup_Impl.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libSupplicantAgent_la-wmxSDK_Sup_Impl.Tpo $(DEPDIR)/libSupplicantAgent_la-wmxSDK_Sup_Impl.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c' object='libSupplicantAgent_la-wmxSDK_Sup_Impl.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSupplicantAgent_la_CFLAGS) $(CFLAGS) -c -o libSupplicantAgent_la-wmxSDK_Sup_Impl.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSupplicantAgent_la_CFLAGS) $(CFLAGS) -c -o libSupplicantAgent_la-wmxSDK_Sup_Impl.lo `test -f '$(top_srcdir)/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c
mostlyclean-libtool:
-rm -f *.lo
diff --git a/InfraStack/OSAgnostic/WiMax/Wrappers/iWmxSDK/Makefile.in b/InfraStack/OSAgnostic/WiMax/Wrappers/iWmxSDK/Makefile.in
index a14e76e..f0688c6 100644
--- a/InfraStack/OSAgnostic/WiMax/Wrappers/iWmxSDK/Makefile.in
+++ b/InfraStack/OSAgnostic/WiMax/Wrappers/iWmxSDK/Makefile.in
@@ -91,7 +91,10 @@ am_libiWmxSdk_la_OBJECTS = libiWmxSdk_la-WrappersMain.lo \
libiWmxSdk_la-wmxSDK_Apdo_Internals.lo libiWmxSdk_la-AES.lo \
libiWmxSdk_la-AES_CCM.lo
libiWmxSdk_la_OBJECTS = $(am_libiWmxSdk_la_OBJECTS)
-libiWmxSdk_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+libiWmxSdk_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libiWmxSdk_la_CFLAGS) \
$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
@@ -100,13 +103,26 @@ am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libiWmxSdk_la_SOURCES)
DIST_SOURCES = $(libiWmxSdk_la_SOURCES)
DATA = $(pkgconfig_DATA)
@@ -116,6 +132,7 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -422,7 +439,7 @@ clean-libLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libiWmxSdk.la: $(libiWmxSdk_la_OBJECTS) $(libiWmxSdk_la_DEPENDENCIES)
- $(libiWmxSdk_la_LINK) -rpath $(libdir) $(libiWmxSdk_la_OBJECTS) $(libiWmxSdk_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(libiWmxSdk_la_LINK) -rpath $(libdir) $(libiWmxSdk_la_OBJECTS) $(libiWmxSdk_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -451,158 +468,180 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Utils.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
libiWmxSdk_la-WrappersMain.lo: $(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/Wrappers/WrappersMain.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-WrappersMain.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-WrappersMain.Tpo -c -o libiWmxSdk_la-WrappersMain.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/Wrappers/WrappersMain.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/Wrappers/WrappersMain.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-WrappersMain.Tpo $(DEPDIR)/libiWmxSdk_la-WrappersMain.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-WrappersMain.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-WrappersMain.Tpo -c -o libiWmxSdk_la-WrappersMain.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/Wrappers/WrappersMain.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/Wrappers/WrappersMain.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-WrappersMain.Tpo $(DEPDIR)/libiWmxSdk_la-WrappersMain.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/Wrappers/WrappersMain.c' object='libiWmxSdk_la-WrappersMain.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-WrappersMain.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/Wrappers/WrappersMain.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/Wrappers/WrappersMain.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-WrappersMain.lo `test -f '$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/Wrappers/WrappersMain.c' || echo '$(srcdir)/'`$(top_srcdir)/InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/Wrappers/WrappersMain.c
libiWmxSdk_la-iWmxSDK.lo: $(srcdir)/iWmxSDK.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-iWmxSDK.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-iWmxSDK.Tpo -c -o libiWmxSdk_la-iWmxSDK.lo `test -f '$(srcdir)/iWmxSDK.c' || echo '$(srcdir)/'`$(srcdir)/iWmxSDK.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-iWmxSDK.Tpo $(DEPDIR)/libiWmxSdk_la-iWmxSDK.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-iWmxSDK.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-iWmxSDK.Tpo -c -o libiWmxSdk_la-iWmxSDK.lo `test -f '$(srcdir)/iWmxSDK.c' || echo '$(srcdir)/'`$(srcdir)/iWmxSDK.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-iWmxSDK.Tpo $(DEPDIR)/libiWmxSdk_la-iWmxSDK.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/iWmxSDK.c' object='libiWmxSdk_la-iWmxSDK.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-iWmxSDK.lo `test -f '$(srcdir)/iWmxSDK.c' || echo '$(srcdir)/'`$(srcdir)/iWmxSDK.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-iWmxSDK.lo `test -f '$(srcdir)/iWmxSDK.c' || echo '$(srcdir)/'`$(srcdir)/iWmxSDK.c
libiWmxSdk_la-wimaxapi.lo: $(srcdir)/../CommonAPI/wimaxapi.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wimaxapi.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wimaxapi.Tpo -c -o libiWmxSdk_la-wimaxapi.lo `test -f '$(srcdir)/../CommonAPI/wimaxapi.c' || echo '$(srcdir)/'`$(srcdir)/../CommonAPI/wimaxapi.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wimaxapi.Tpo $(DEPDIR)/libiWmxSdk_la-wimaxapi.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wimaxapi.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wimaxapi.Tpo -c -o libiWmxSdk_la-wimaxapi.lo `test -f '$(srcdir)/../CommonAPI/wimaxapi.c' || echo '$(srcdir)/'`$(srcdir)/../CommonAPI/wimaxapi.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wimaxapi.Tpo $(DEPDIR)/libiWmxSdk_la-wimaxapi.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../CommonAPI/wimaxapi.c' object='libiWmxSdk_la-wimaxapi.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wimaxapi.lo `test -f '$(srcdir)/../CommonAPI/wimaxapi.c' || echo '$(srcdir)/'`$(srcdir)/../CommonAPI/wimaxapi.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wimaxapi.lo `test -f '$(srcdir)/../CommonAPI/wimaxapi.c' || echo '$(srcdir)/'`$(srcdir)/../CommonAPI/wimaxapi.c
libiWmxSdk_la-wmxSDK_Msc_Impl.lo: $(srcdir)/../Miscellaneous/wmxSDK_Msc_Impl.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Msc_Impl.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Msc_Impl.Tpo -c -o libiWmxSdk_la-wmxSDK_Msc_Impl.lo `test -f '$(srcdir)/../Miscellaneous/wmxSDK_Msc_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../Miscellaneous/wmxSDK_Msc_Impl.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Msc_Impl.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Msc_Impl.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Msc_Impl.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Msc_Impl.Tpo -c -o libiWmxSdk_la-wmxSDK_Msc_Impl.lo `test -f '$(srcdir)/../Miscellaneous/wmxSDK_Msc_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../Miscellaneous/wmxSDK_Msc_Impl.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Msc_Impl.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Msc_Impl.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../Miscellaneous/wmxSDK_Msc_Impl.c' object='libiWmxSdk_la-wmxSDK_Msc_Impl.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Msc_Impl.lo `test -f '$(srcdir)/../Miscellaneous/wmxSDK_Msc_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../Miscellaneous/wmxSDK_Msc_Impl.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Msc_Impl.lo `test -f '$(srcdir)/../Miscellaneous/wmxSDK_Msc_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../Miscellaneous/wmxSDK_Msc_Impl.c
libiWmxSdk_la-wmxSDK_Nds_2.lo: $(srcdir)/../NDnS/wmxSDK_Nds_2.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_2.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_2.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_2.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_2.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_2.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_2.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_2.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_2.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_2.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_2.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_2.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_2.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_2.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_2.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../NDnS/wmxSDK_Nds_2.c' object='libiWmxSdk_la-wmxSDK_Nds_2.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_2.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_2.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_2.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_2.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_2.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_2.c
libiWmxSdk_la-wmxSDK_Nds_3.lo: $(srcdir)/../NDnS/wmxSDK_Nds_3.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_3.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_3.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_3.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_3.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_3.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_3.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_3.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_3.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_3.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_3.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_3.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_3.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_3.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_3.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../NDnS/wmxSDK_Nds_3.c' object='libiWmxSdk_la-wmxSDK_Nds_3.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_3.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_3.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_3.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_3.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_3.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_3.c
libiWmxSdk_la-wmxSDK_Nds_Ctrl.lo: $(srcdir)/../NDnS/wmxSDK_Nds_Ctrl.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_Ctrl.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Ctrl.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_Ctrl.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_Ctrl.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Ctrl.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Ctrl.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_Ctrl.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Ctrl.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_Ctrl.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_Ctrl.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Ctrl.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Ctrl.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../NDnS/wmxSDK_Nds_Ctrl.c' object='libiWmxSdk_la-wmxSDK_Nds_Ctrl.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_Ctrl.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_Ctrl.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_Ctrl.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_Ctrl.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_Ctrl.c
libiWmxSdk_la-wmxSDK_Nds_IndHandler.lo: $(srcdir)/../NDnS/wmxSDK_Nds_IndHandler.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_IndHandler.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_IndHandler.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_IndHandler.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_IndHandler.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_IndHandler.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_IndHandler.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_IndHandler.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_IndHandler.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_IndHandler.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_IndHandler.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_IndHandler.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_IndHandler.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../NDnS/wmxSDK_Nds_IndHandler.c' object='libiWmxSdk_la-wmxSDK_Nds_IndHandler.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_IndHandler.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_IndHandler.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_IndHandler.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_IndHandler.c
libiWmxSdk_la-wmxSDK_Nds_Internals.lo: $(srcdir)/../NDnS/wmxSDK_Nds_Internals.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_Internals.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Internals.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_Internals.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_Internals.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Internals.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Internals.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_Internals.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Internals.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_Internals.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_Internals.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Internals.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Internals.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../NDnS/wmxSDK_Nds_Internals.c' object='libiWmxSdk_la-wmxSDK_Nds_Internals.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_Internals.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_Internals.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_Internals.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_Internals.c
libiWmxSdk_la-wmxSDK_Nds_L5.lo: $(srcdir)/../NDnS/wmxSDK_Nds_L5.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_L5.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_L5.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_L5.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_L5.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_L5.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_L5.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_L5.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_L5.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_L5.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_L5.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_L5.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_L5.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_L5.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_L5.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../NDnS/wmxSDK_Nds_L5.c' object='libiWmxSdk_la-wmxSDK_Nds_L5.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_L5.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_L5.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_L5.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_L5.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_L5.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_L5.c
libiWmxSdk_la-wmxSDK_Nds_Utils.lo: $(srcdir)/../NDnS/wmxSDK_Nds_Utils.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_Utils.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Utils.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_Utils.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_Utils.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Utils.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Utils.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Nds_Utils.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Utils.Tpo -c -o libiWmxSdk_la-wmxSDK_Nds_Utils.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_Utils.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Utils.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Nds_Utils.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../NDnS/wmxSDK_Nds_Utils.c' object='libiWmxSdk_la-wmxSDK_Nds_Utils.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_Utils.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_Utils.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Nds_Utils.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Nds_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Nds_Utils.c
libiWmxSdk_la-wmxSDK_Coex_3.lo: $(srcdir)/../NDnS/wmxSDK_Coex_3.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Coex_3.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Coex_3.Tpo -c -o libiWmxSdk_la-wmxSDK_Coex_3.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Coex_3.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Coex_3.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Coex_3.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Coex_3.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Coex_3.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Coex_3.Tpo -c -o libiWmxSdk_la-wmxSDK_Coex_3.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Coex_3.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Coex_3.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Coex_3.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Coex_3.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../NDnS/wmxSDK_Coex_3.c' object='libiWmxSdk_la-wmxSDK_Coex_3.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Coex_3.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Coex_3.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Coex_3.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Coex_3.lo `test -f '$(srcdir)/../NDnS/wmxSDK_Coex_3.c' || echo '$(srcdir)/'`$(srcdir)/../NDnS/wmxSDK_Coex_3.c
libiWmxSdk_la-wmxSDK_Apdo_Impl.lo: $(srcdir)/../Apdo/wmxSDK_Apdo_Impl.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Apdo_Impl.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Impl.Tpo -c -o libiWmxSdk_la-wmxSDK_Apdo_Impl.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_Impl.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Impl.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Impl.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Apdo_Impl.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Impl.Tpo -c -o libiWmxSdk_la-wmxSDK_Apdo_Impl.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_Impl.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Impl.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Impl.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../Apdo/wmxSDK_Apdo_Impl.c' object='libiWmxSdk_la-wmxSDK_Apdo_Impl.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Apdo_Impl.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_Impl.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Apdo_Impl.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_Impl.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_Impl.c
libiWmxSdk_la-wmxSDK_Apdo_Utils.lo: $(srcdir)/../Apdo/wmxSDK_Apdo_Utils.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Apdo_Utils.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Utils.Tpo -c -o libiWmxSdk_la-wmxSDK_Apdo_Utils.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_Utils.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Utils.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Utils.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Apdo_Utils.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Utils.Tpo -c -o libiWmxSdk_la-wmxSDK_Apdo_Utils.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_Utils.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Utils.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Utils.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../Apdo/wmxSDK_Apdo_Utils.c' object='libiWmxSdk_la-wmxSDK_Apdo_Utils.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Apdo_Utils.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_Utils.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Apdo_Utils.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_Utils.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_Utils.c
libiWmxSdk_la-wmxSDK_Apdo_L5.lo: $(srcdir)/../Apdo/wmxSDK_Apdo_L5.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Apdo_L5.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_L5.Tpo -c -o libiWmxSdk_la-wmxSDK_Apdo_L5.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_L5.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_L5.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_L5.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_L5.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Apdo_L5.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_L5.Tpo -c -o libiWmxSdk_la-wmxSDK_Apdo_L5.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_L5.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_L5.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_L5.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_L5.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../Apdo/wmxSDK_Apdo_L5.c' object='libiWmxSdk_la-wmxSDK_Apdo_L5.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Apdo_L5.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_L5.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_L5.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Apdo_L5.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_L5.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_L5.c
libiWmxSdk_la-wmxSDK_Apdo_IndHandler.lo: $(srcdir)/../Apdo/wmxSDK_Apdo_IndHandler.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Apdo_IndHandler.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_IndHandler.Tpo -c -o libiWmxSdk_la-wmxSDK_Apdo_IndHandler.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_IndHandler.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_IndHandler.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_IndHandler.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Apdo_IndHandler.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_IndHandler.Tpo -c -o libiWmxSdk_la-wmxSDK_Apdo_IndHandler.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_IndHandler.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_IndHandler.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_IndHandler.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../Apdo/wmxSDK_Apdo_IndHandler.c' object='libiWmxSdk_la-wmxSDK_Apdo_IndHandler.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Apdo_IndHandler.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_IndHandler.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Apdo_IndHandler.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_IndHandler.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_IndHandler.c
libiWmxSdk_la-wmxSDK_Apdo_Internals.lo: $(srcdir)/../Apdo/wmxSDK_Apdo_Internals.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Apdo_Internals.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Internals.Tpo -c -o libiWmxSdk_la-wmxSDK_Apdo_Internals.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_Internals.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Internals.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Internals.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-wmxSDK_Apdo_Internals.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Internals.Tpo -c -o libiWmxSdk_la-wmxSDK_Apdo_Internals.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_Internals.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Internals.Tpo $(DEPDIR)/libiWmxSdk_la-wmxSDK_Apdo_Internals.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../Apdo/wmxSDK_Apdo_Internals.c' object='libiWmxSdk_la-wmxSDK_Apdo_Internals.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Apdo_Internals.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_Internals.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-wmxSDK_Apdo_Internals.lo `test -f '$(srcdir)/../Apdo/wmxSDK_Apdo_Internals.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/wmxSDK_Apdo_Internals.c
libiWmxSdk_la-AES.lo: $(srcdir)/../Apdo/AES.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-AES.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-AES.Tpo -c -o libiWmxSdk_la-AES.lo `test -f '$(srcdir)/../Apdo/AES.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/AES.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-AES.Tpo $(DEPDIR)/libiWmxSdk_la-AES.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-AES.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-AES.Tpo -c -o libiWmxSdk_la-AES.lo `test -f '$(srcdir)/../Apdo/AES.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/AES.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-AES.Tpo $(DEPDIR)/libiWmxSdk_la-AES.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../Apdo/AES.c' object='libiWmxSdk_la-AES.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-AES.lo `test -f '$(srcdir)/../Apdo/AES.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/AES.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-AES.lo `test -f '$(srcdir)/../Apdo/AES.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/AES.c
libiWmxSdk_la-AES_CCM.lo: $(srcdir)/../Apdo/AES_CCM.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-AES_CCM.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-AES_CCM.Tpo -c -o libiWmxSdk_la-AES_CCM.lo `test -f '$(srcdir)/../Apdo/AES_CCM.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/AES_CCM.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libiWmxSdk_la-AES_CCM.Tpo $(DEPDIR)/libiWmxSdk_la-AES_CCM.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -MT libiWmxSdk_la-AES_CCM.lo -MD -MP -MF $(DEPDIR)/libiWmxSdk_la-AES_CCM.Tpo -c -o libiWmxSdk_la-AES_CCM.lo `test -f '$(srcdir)/../Apdo/AES_CCM.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/AES_CCM.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libiWmxSdk_la-AES_CCM.Tpo $(DEPDIR)/libiWmxSdk_la-AES_CCM.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../Apdo/AES_CCM.c' object='libiWmxSdk_la-AES_CCM.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-AES_CCM.lo `test -f '$(srcdir)/../Apdo/AES_CCM.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/AES_CCM.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libiWmxSdk_la_CFLAGS) $(CFLAGS) -c -o libiWmxSdk_la-AES_CCM.lo `test -f '$(srcdir)/../Apdo/AES_CCM.c' || echo '$(srcdir)/'`$(srcdir)/../Apdo/AES_CCM.c
mostlyclean-libtool:
-rm -f *.lo
diff --git a/InfraStack/OSDependent/Linux/InfraStackModules/IPCs/Makefile.in b/InfraStack/OSDependent/Linux/InfraStackModules/IPCs/Makefile.in
index 9a1b82b..656384f 100644
--- a/InfraStack/OSDependent/Linux/InfraStackModules/IPCs/Makefile.in
+++ b/InfraStack/OSDependent/Linux/InfraStackModules/IPCs/Makefile.in
@@ -51,7 +51,10 @@ am_libSockets_la_OBJECTS = libSockets_la-Socket.lo \
libSockets_la-DnDServerSocket.lo libSockets_la-NPipe.lo \
libSockets_la-ClientNPipe.lo libSockets_la-ServerNPipe.lo
libSockets_la_OBJECTS = $(am_libSockets_la_OBJECTS)
-libSockets_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+libSockets_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libSockets_la_CFLAGS) \
$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
@@ -60,13 +63,26 @@ am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libSockets_la_SOURCES)
DIST_SOURCES = $(libSockets_la_SOURCES)
ETAGS = etags
@@ -74,6 +90,7 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -268,7 +285,7 @@ clean-noinstLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libSockets.la: $(libSockets_la_OBJECTS) $(libSockets_la_DEPENDENCIES)
- $(libSockets_la_LINK) $(libSockets_la_OBJECTS) $(libSockets_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(libSockets_la_LINK) $(libSockets_la_OBJECTS) $(libSockets_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -285,74 +302,84 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libSockets_la-Socket.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
libSockets_la-Socket.lo: $(srcdir)/Socket.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-Socket.lo -MD -MP -MF $(DEPDIR)/libSockets_la-Socket.Tpo -c -o libSockets_la-Socket.lo `test -f '$(srcdir)/Socket.c' || echo '$(srcdir)/'`$(srcdir)/Socket.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libSockets_la-Socket.Tpo $(DEPDIR)/libSockets_la-Socket.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-Socket.lo -MD -MP -MF $(DEPDIR)/libSockets_la-Socket.Tpo -c -o libSockets_la-Socket.lo `test -f '$(srcdir)/Socket.c' || echo '$(srcdir)/'`$(srcdir)/Socket.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libSockets_la-Socket.Tpo $(DEPDIR)/libSockets_la-Socket.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/Socket.c' object='libSockets_la-Socket.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-Socket.lo `test -f '$(srcdir)/Socket.c' || echo '$(srcdir)/'`$(srcdir)/Socket.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-Socket.lo `test -f '$(srcdir)/Socket.c' || echo '$(srcdir)/'`$(srcdir)/Socket.c
libSockets_la-ClientsSockets.lo: $(srcdir)/ClientsSockets.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-ClientsSockets.lo -MD -MP -MF $(DEPDIR)/libSockets_la-ClientsSockets.Tpo -c -o libSockets_la-ClientsSockets.lo `test -f '$(srcdir)/ClientsSockets.c' || echo '$(srcdir)/'`$(srcdir)/ClientsSockets.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libSockets_la-ClientsSockets.Tpo $(DEPDIR)/libSockets_la-ClientsSockets.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-ClientsSockets.lo -MD -MP -MF $(DEPDIR)/libSockets_la-ClientsSockets.Tpo -c -o libSockets_la-ClientsSockets.lo `test -f '$(srcdir)/ClientsSockets.c' || echo '$(srcdir)/'`$(srcdir)/ClientsSockets.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libSockets_la-ClientsSockets.Tpo $(DEPDIR)/libSockets_la-ClientsSockets.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/ClientsSockets.c' object='libSockets_la-ClientsSockets.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-ClientsSockets.lo `test -f '$(srcdir)/ClientsSockets.c' || echo '$(srcdir)/'`$(srcdir)/ClientsSockets.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-ClientsSockets.lo `test -f '$(srcdir)/ClientsSockets.c' || echo '$(srcdir)/'`$(srcdir)/ClientsSockets.c
libSockets_la-ServerSocket.lo: $(srcdir)/ServerSocket.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-ServerSocket.lo -MD -MP -MF $(DEPDIR)/libSockets_la-ServerSocket.Tpo -c -o libSockets_la-ServerSocket.lo `test -f '$(srcdir)/ServerSocket.c' || echo '$(srcdir)/'`$(srcdir)/ServerSocket.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libSockets_la-ServerSocket.Tpo $(DEPDIR)/libSockets_la-ServerSocket.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-ServerSocket.lo -MD -MP -MF $(DEPDIR)/libSockets_la-ServerSocket.Tpo -c -o libSockets_la-ServerSocket.lo `test -f '$(srcdir)/ServerSocket.c' || echo '$(srcdir)/'`$(srcdir)/ServerSocket.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libSockets_la-ServerSocket.Tpo $(DEPDIR)/libSockets_la-ServerSocket.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/ServerSocket.c' object='libSockets_la-ServerSocket.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-ServerSocket.lo `test -f '$(srcdir)/ServerSocket.c' || echo '$(srcdir)/'`$(srcdir)/ServerSocket.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-ServerSocket.lo `test -f '$(srcdir)/ServerSocket.c' || echo '$(srcdir)/'`$(srcdir)/ServerSocket.c
libSockets_la-DnDServerSocket.lo: $(srcdir)/DnDServerSocket.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-DnDServerSocket.lo -MD -MP -MF $(DEPDIR)/libSockets_la-DnDServerSocket.Tpo -c -o libSockets_la-DnDServerSocket.lo `test -f '$(srcdir)/DnDServerSocket.c' || echo '$(srcdir)/'`$(srcdir)/DnDServerSocket.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libSockets_la-DnDServerSocket.Tpo $(DEPDIR)/libSockets_la-DnDServerSocket.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-DnDServerSocket.lo -MD -MP -MF $(DEPDIR)/libSockets_la-DnDServerSocket.Tpo -c -o libSockets_la-DnDServerSocket.lo `test -f '$(srcdir)/DnDServerSocket.c' || echo '$(srcdir)/'`$(srcdir)/DnDServerSocket.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libSockets_la-DnDServerSocket.Tpo $(DEPDIR)/libSockets_la-DnDServerSocket.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/DnDServerSocket.c' object='libSockets_la-DnDServerSocket.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-DnDServerSocket.lo `test -f '$(srcdir)/DnDServerSocket.c' || echo '$(srcdir)/'`$(srcdir)/DnDServerSocket.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-DnDServerSocket.lo `test -f '$(srcdir)/DnDServerSocket.c' || echo '$(srcdir)/'`$(srcdir)/DnDServerSocket.c
libSockets_la-NPipe.lo: $(srcdir)/NPipe.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-NPipe.lo -MD -MP -MF $(DEPDIR)/libSockets_la-NPipe.Tpo -c -o libSockets_la-NPipe.lo `test -f '$(srcdir)/NPipe.c' || echo '$(srcdir)/'`$(srcdir)/NPipe.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libSockets_la-NPipe.Tpo $(DEPDIR)/libSockets_la-NPipe.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-NPipe.lo -MD -MP -MF $(DEPDIR)/libSockets_la-NPipe.Tpo -c -o libSockets_la-NPipe.lo `test -f '$(srcdir)/NPipe.c' || echo '$(srcdir)/'`$(srcdir)/NPipe.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libSockets_la-NPipe.Tpo $(DEPDIR)/libSockets_la-NPipe.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/NPipe.c' object='libSockets_la-NPipe.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-NPipe.lo `test -f '$(srcdir)/NPipe.c' || echo '$(srcdir)/'`$(srcdir)/NPipe.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-NPipe.lo `test -f '$(srcdir)/NPipe.c' || echo '$(srcdir)/'`$(srcdir)/NPipe.c
libSockets_la-ClientNPipe.lo: $(srcdir)/ClientNPipe.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-ClientNPipe.lo -MD -MP -MF $(DEPDIR)/libSockets_la-ClientNPipe.Tpo -c -o libSockets_la-ClientNPipe.lo `test -f '$(srcdir)/ClientNPipe.c' || echo '$(srcdir)/'`$(srcdir)/ClientNPipe.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libSockets_la-ClientNPipe.Tpo $(DEPDIR)/libSockets_la-ClientNPipe.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-ClientNPipe.lo -MD -MP -MF $(DEPDIR)/libSockets_la-ClientNPipe.Tpo -c -o libSockets_la-ClientNPipe.lo `test -f '$(srcdir)/ClientNPipe.c' || echo '$(srcdir)/'`$(srcdir)/ClientNPipe.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libSockets_la-ClientNPipe.Tpo $(DEPDIR)/libSockets_la-ClientNPipe.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/ClientNPipe.c' object='libSockets_la-ClientNPipe.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-ClientNPipe.lo `test -f '$(srcdir)/ClientNPipe.c' || echo '$(srcdir)/'`$(srcdir)/ClientNPipe.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-ClientNPipe.lo `test -f '$(srcdir)/ClientNPipe.c' || echo '$(srcdir)/'`$(srcdir)/ClientNPipe.c
libSockets_la-ServerNPipe.lo: $(srcdir)/ServerNPipe.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-ServerNPipe.lo -MD -MP -MF $(DEPDIR)/libSockets_la-ServerNPipe.Tpo -c -o libSockets_la-ServerNPipe.lo `test -f '$(srcdir)/ServerNPipe.c' || echo '$(srcdir)/'`$(srcdir)/ServerNPipe.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libSockets_la-ServerNPipe.Tpo $(DEPDIR)/libSockets_la-ServerNPipe.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -MT libSockets_la-ServerNPipe.lo -MD -MP -MF $(DEPDIR)/libSockets_la-ServerNPipe.Tpo -c -o libSockets_la-ServerNPipe.lo `test -f '$(srcdir)/ServerNPipe.c' || echo '$(srcdir)/'`$(srcdir)/ServerNPipe.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libSockets_la-ServerNPipe.Tpo $(DEPDIR)/libSockets_la-ServerNPipe.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/ServerNPipe.c' object='libSockets_la-ServerNPipe.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-ServerNPipe.lo `test -f '$(srcdir)/ServerNPipe.c' || echo '$(srcdir)/'`$(srcdir)/ServerNPipe.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libSockets_la_CFLAGS) $(CFLAGS) -c -o libSockets_la-ServerNPipe.lo `test -f '$(srcdir)/ServerNPipe.c' || echo '$(srcdir)/'`$(srcdir)/ServerNPipe.c
mostlyclean-libtool:
-rm -f *.lo
diff --git a/InfraStack/OSDependent/Linux/OSAL/Makefile.in b/InfraStack/OSDependent/Linux/OSAL/Makefile.in
index 054b3bd..f16c021 100644
--- a/InfraStack/OSDependent/Linux/OSAL/Makefile.in
+++ b/InfraStack/OSDependent/Linux/OSAL/Makefile.in
@@ -53,19 +53,35 @@ am_libosal_la_OBJECTS = wimax_osal_primitives.lo wimax_osal_strings.lo \
wimax_osal_config_controller.lo wimax_osal_crypt_services.lo \
EventLogger.lo
libosal_la_OBJECTS = $(am_libosal_la_OBJECTS)
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libosal_la_SOURCES)
DIST_SOURCES = $(libosal_la_SOURCES)
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -96,6 +112,7 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -332,7 +349,7 @@ clean-noinstLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libosal.la: $(libosal_la_OBJECTS) $(libosal_la_DEPENDENCIES)
- $(LINK) $(libosal_la_OBJECTS) $(libosal_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(LINK) $(libosal_la_OBJECTS) $(libosal_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -352,95 +369,108 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wimax_osal_win.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
wimax_osal_primitives.lo: $(srcdir)/./Primitives/wimax_osal_primitives.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_primitives.lo -MD -MP -MF $(DEPDIR)/wimax_osal_primitives.Tpo -c -o wimax_osal_primitives.lo `test -f '$(srcdir)/./Primitives/wimax_osal_primitives.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_primitives.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimax_osal_primitives.Tpo $(DEPDIR)/wimax_osal_primitives.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_primitives.lo -MD -MP -MF $(DEPDIR)/wimax_osal_primitives.Tpo -c -o wimax_osal_primitives.lo `test -f '$(srcdir)/./Primitives/wimax_osal_primitives.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_primitives.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimax_osal_primitives.Tpo $(DEPDIR)/wimax_osal_primitives.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/./Primitives/wimax_osal_primitives.c' object='wimax_osal_primitives.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_primitives.lo `test -f '$(srcdir)/./Primitives/wimax_osal_primitives.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_primitives.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_primitives.lo `test -f '$(srcdir)/./Primitives/wimax_osal_primitives.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_primitives.c
wimax_osal_strings.lo: $(srcdir)/./Primitives/wimax_osal_strings.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_strings.lo -MD -MP -MF $(DEPDIR)/wimax_osal_strings.Tpo -c -o wimax_osal_strings.lo `test -f '$(srcdir)/./Primitives/wimax_osal_strings.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_strings.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimax_osal_strings.Tpo $(DEPDIR)/wimax_osal_strings.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_strings.lo -MD -MP -MF $(DEPDIR)/wimax_osal_strings.Tpo -c -o wimax_osal_strings.lo `test -f '$(srcdir)/./Primitives/wimax_osal_strings.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_strings.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimax_osal_strings.Tpo $(DEPDIR)/wimax_osal_strings.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/./Primitives/wimax_osal_strings.c' object='wimax_osal_strings.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_strings.lo `test -f '$(srcdir)/./Primitives/wimax_osal_strings.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_strings.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_strings.lo `test -f '$(srcdir)/./Primitives/wimax_osal_strings.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_strings.c
wimax_osal_event.lo: $(srcdir)/./Primitives/wimax_osal_event.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_event.lo -MD -MP -MF $(DEPDIR)/wimax_osal_event.Tpo -c -o wimax_osal_event.lo `test -f '$(srcdir)/./Primitives/wimax_osal_event.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_event.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimax_osal_event.Tpo $(DEPDIR)/wimax_osal_event.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_event.lo -MD -MP -MF $(DEPDIR)/wimax_osal_event.Tpo -c -o wimax_osal_event.lo `test -f '$(srcdir)/./Primitives/wimax_osal_event.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_event.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimax_osal_event.Tpo $(DEPDIR)/wimax_osal_event.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/./Primitives/wimax_osal_event.c' object='wimax_osal_event.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_event.lo `test -f '$(srcdir)/./Primitives/wimax_osal_event.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_event.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_event.lo `test -f '$(srcdir)/./Primitives/wimax_osal_event.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_event.c
wimax_osal_util.lo: $(srcdir)/./Primitives/wimax_osal_util.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_util.lo -MD -MP -MF $(DEPDIR)/wimax_osal_util.Tpo -c -o wimax_osal_util.lo `test -f '$(srcdir)/./Primitives/wimax_osal_util.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_util.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimax_osal_util.Tpo $(DEPDIR)/wimax_osal_util.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_util.lo -MD -MP -MF $(DEPDIR)/wimax_osal_util.Tpo -c -o wimax_osal_util.lo `test -f '$(srcdir)/./Primitives/wimax_osal_util.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_util.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimax_osal_util.Tpo $(DEPDIR)/wimax_osal_util.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/./Primitives/wimax_osal_util.c' object='wimax_osal_util.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_util.lo `test -f '$(srcdir)/./Primitives/wimax_osal_util.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_util.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_util.lo `test -f '$(srcdir)/./Primitives/wimax_osal_util.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_util.c
wimax_osal_trace.lo: $(srcdir)/./Primitives/wimax_osal_trace.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_trace.lo -MD -MP -MF $(DEPDIR)/wimax_osal_trace.Tpo -c -o wimax_osal_trace.lo `test -f '$(srcdir)/./Primitives/wimax_osal_trace.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_trace.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimax_osal_trace.Tpo $(DEPDIR)/wimax_osal_trace.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_trace.lo -MD -MP -MF $(DEPDIR)/wimax_osal_trace.Tpo -c -o wimax_osal_trace.lo `test -f '$(srcdir)/./Primitives/wimax_osal_trace.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_trace.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimax_osal_trace.Tpo $(DEPDIR)/wimax_osal_trace.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/./Primitives/wimax_osal_trace.c' object='wimax_osal_trace.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_trace.lo `test -f '$(srcdir)/./Primitives/wimax_osal_trace.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_trace.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_trace.lo `test -f '$(srcdir)/./Primitives/wimax_osal_trace.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_trace.c
wimax_osal_win.lo: $(srcdir)/./Primitives/wimax_osal_win.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_win.lo -MD -MP -MF $(DEPDIR)/wimax_osal_win.Tpo -c -o wimax_osal_win.lo `test -f '$(srcdir)/./Primitives/wimax_osal_win.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_win.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimax_osal_win.Tpo $(DEPDIR)/wimax_osal_win.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_win.lo -MD -MP -MF $(DEPDIR)/wimax_osal_win.Tpo -c -o wimax_osal_win.lo `test -f '$(srcdir)/./Primitives/wimax_osal_win.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_win.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimax_osal_win.Tpo $(DEPDIR)/wimax_osal_win.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/./Primitives/wimax_osal_win.c' object='wimax_osal_win.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_win.lo `test -f '$(srcdir)/./Primitives/wimax_osal_win.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_win.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_win.lo `test -f '$(srcdir)/./Primitives/wimax_osal_win.c' || echo '$(srcdir)/'`$(srcdir)/./Primitives/wimax_osal_win.c
wimax_osal_services.lo: $(srcdir)/./Services/wimax_osal_services.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_services.lo -MD -MP -MF $(DEPDIR)/wimax_osal_services.Tpo -c -o wimax_osal_services.lo `test -f '$(srcdir)/./Services/wimax_osal_services.c' || echo '$(srcdir)/'`$(srcdir)/./Services/wimax_osal_services.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimax_osal_services.Tpo $(DEPDIR)/wimax_osal_services.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_services.lo -MD -MP -MF $(DEPDIR)/wimax_osal_services.Tpo -c -o wimax_osal_services.lo `test -f '$(srcdir)/./Services/wimax_osal_services.c' || echo '$(srcdir)/'`$(srcdir)/./Services/wimax_osal_services.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimax_osal_services.Tpo $(DEPDIR)/wimax_osal_services.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/./Services/wimax_osal_services.c' object='wimax_osal_services.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_services.lo `test -f '$(srcdir)/./Services/wimax_osal_services.c' || echo '$(srcdir)/'`$(srcdir)/./Services/wimax_osal_services.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_services.lo `test -f '$(srcdir)/./Services/wimax_osal_services.c' || echo '$(srcdir)/'`$(srcdir)/./Services/wimax_osal_services.c
wimax_osal_config_controller.lo: $(srcdir)/./Services/wimax_osal_config_controller.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_config_controller.lo -MD -MP -MF $(DEPDIR)/wimax_osal_config_controller.Tpo -c -o wimax_osal_config_controller.lo `test -f '$(srcdir)/./Services/wimax_osal_config_controller.c' || echo '$(srcdir)/'`$(srcdir)/./Services/wimax_osal_config_controller.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimax_osal_config_controller.Tpo $(DEPDIR)/wimax_osal_config_controller.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_config_controller.lo -MD -MP -MF $(DEPDIR)/wimax_osal_config_controller.Tpo -c -o wimax_osal_config_controller.lo `test -f '$(srcdir)/./Services/wimax_osal_config_controller.c' || echo '$(srcdir)/'`$(srcdir)/./Services/wimax_osal_config_controller.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimax_osal_config_controller.Tpo $(DEPDIR)/wimax_osal_config_controller.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/./Services/wimax_osal_config_controller.c' object='wimax_osal_config_controller.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_config_controller.lo `test -f '$(srcdir)/./Services/wimax_osal_config_controller.c' || echo '$(srcdir)/'`$(srcdir)/./Services/wimax_osal_config_controller.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_config_controller.lo `test -f '$(srcdir)/./Services/wimax_osal_config_controller.c' || echo '$(srcdir)/'`$(srcdir)/./Services/wimax_osal_config_controller.c
wimax_osal_crypt_services.lo: $(srcdir)/./Services/wimax_osal_crypt_services.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_crypt_services.lo -MD -MP -MF $(DEPDIR)/wimax_osal_crypt_services.Tpo -c -o wimax_osal_crypt_services.lo `test -f '$(srcdir)/./Services/wimax_osal_crypt_services.c' || echo '$(srcdir)/'`$(srcdir)/./Services/wimax_osal_crypt_services.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimax_osal_crypt_services.Tpo $(DEPDIR)/wimax_osal_crypt_services.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wimax_osal_crypt_services.lo -MD -MP -MF $(DEPDIR)/wimax_osal_crypt_services.Tpo -c -o wimax_osal_crypt_services.lo `test -f '$(srcdir)/./Services/wimax_osal_crypt_services.c' || echo '$(srcdir)/'`$(srcdir)/./Services/wimax_osal_crypt_services.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimax_osal_crypt_services.Tpo $(DEPDIR)/wimax_osal_crypt_services.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/./Services/wimax_osal_crypt_services.c' object='wimax_osal_crypt_services.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_crypt_services.lo `test -f '$(srcdir)/./Services/wimax_osal_crypt_services.c' || echo '$(srcdir)/'`$(srcdir)/./Services/wimax_osal_crypt_services.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wimax_osal_crypt_services.lo `test -f '$(srcdir)/./Services/wimax_osal_crypt_services.c' || echo '$(srcdir)/'`$(srcdir)/./Services/wimax_osal_crypt_services.c
EventLogger.lo: $(srcdir)/../EventLogMessages/EventLogger.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT EventLogger.lo -MD -MP -MF $(DEPDIR)/EventLogger.Tpo -c -o EventLogger.lo `test -f '$(srcdir)/../EventLogMessages/EventLogger.c' || echo '$(srcdir)/'`$(srcdir)/../EventLogMessages/EventLogger.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/EventLogger.Tpo $(DEPDIR)/EventLogger.Plo
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT EventLogger.lo -MD -MP -MF $(DEPDIR)/EventLogger.Tpo -c -o EventLogger.lo `test -f '$(srcdir)/../EventLogMessages/EventLogger.c' || echo '$(srcdir)/'`$(srcdir)/../EventLogMessages/EventLogger.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/EventLogger.Tpo $(DEPDIR)/EventLogger.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../EventLogMessages/EventLogger.c' object='EventLogger.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o EventLogger.lo `test -f '$(srcdir)/../EventLogMessages/EventLogger.c' || echo '$(srcdir)/'`$(srcdir)/../EventLogMessages/EventLogger.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o EventLogger.lo `test -f '$(srcdir)/../EventLogMessages/EventLogger.c' || echo '$(srcdir)/'`$(srcdir)/../EventLogMessages/EventLogger.c
mostlyclean-libtool:
-rm -f *.lo
diff --git a/InfraStack/OSDependent/Linux/wimax_utils/wimax_monitor/Makefile.in b/InfraStack/OSDependent/Linux/wimax_utils/wimax_monitor/Makefile.in
index f14f4d1..ae8e102 100644
--- a/InfraStack/OSDependent/Linux/wimax_utils/wimax_monitor/Makefile.in
+++ b/InfraStack/OSDependent/Linux/wimax_utils/wimax_monitor/Makefile.in
@@ -51,7 +51,10 @@ am_wimax_monitor_OBJECTS = wimax_monitor-wimax_monitor.$(OBJEXT) \
wimax_monitor-wimax_monitor_utils.$(OBJEXT)
wimax_monitor_OBJECTS = $(am_wimax_monitor_OBJECTS)
wimax_monitor_DEPENDENCIES = $(top_builddir)/InfraStack/OSAgnostic/WiMax/Wrappers/iWmxSDK/libiWmxSdk.la
-wimax_monitor_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+wimax_monitor_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(wimax_monitor_CFLAGS) \
$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
@@ -60,13 +63,26 @@ am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(wimax_monitor_SOURCES)
DIST_SOURCES = $(wimax_monitor_SOURCES)
ETAGS = etags
@@ -74,6 +90,7 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -303,7 +320,7 @@ clean-binPROGRAMS:
rm -f $$list
wimax_monitor$(EXEEXT): $(wimax_monitor_OBJECTS) $(wimax_monitor_DEPENDENCIES)
@rm -f wimax_monitor$(EXEEXT)
- $(wimax_monitor_LINK) $(wimax_monitor_OBJECTS) $(wimax_monitor_LDADD) $(LIBS)
+ $(AM_V_CCLD)$(wimax_monitor_LINK) $(wimax_monitor_OBJECTS) $(wimax_monitor_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -315,50 +332,57 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wimax_monitor-wimax_monitor_utils.Po@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
wimax_monitor-wimax_monitor.o: wimax_monitor.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimax_monitor_CFLAGS) $(CFLAGS) -MT wimax_monitor-wimax_monitor.o -MD -MP -MF $(DEPDIR)/wimax_monitor-wimax_monitor.Tpo -c -o wimax_monitor-wimax_monitor.o `test -f 'wimax_monitor.c' || echo '$(srcdir)/'`wimax_monitor.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimax_monitor-wimax_monitor.Tpo $(DEPDIR)/wimax_monitor-wimax_monitor.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimax_monitor_CFLAGS) $(CFLAGS) -MT wimax_monitor-wimax_monitor.o -MD -MP -MF $(DEPDIR)/wimax_monitor-wimax_monitor.Tpo -c -o wimax_monitor-wimax_monitor.o `test -f 'wimax_monitor.c' || echo '$(srcdir)/'`wimax_monitor.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimax_monitor-wimax_monitor.Tpo $(DEPDIR)/wimax_monitor-wimax_monitor.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wimax_monitor.c' object='wimax_monitor-wimax_monitor.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) $(wimax_monitor_CFLAGS) $(CFLAGS) -c -o wimax_monitor-wimax_monitor.o `test -f 'wimax_monitor.c' || echo '$(srcdir)/'`wimax_monitor.c
wimax_monitor-wimax_monitor.obj: wimax_monitor.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimax_monitor_CFLAGS) $(CFLAGS) -MT wimax_monitor-wimax_monitor.obj -MD -MP -MF $(DEPDIR)/wimax_monitor-wimax_monitor.Tpo -c -o wimax_monitor-wimax_monitor.obj `if test -f 'wimax_monitor.c'; then $(CYGPATH_W) 'wimax_monitor.c'; else $(CYGPATH_W) '$(srcdir)/wimax_monitor.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimax_monitor-wimax_monitor.Tpo $(DEPDIR)/wimax_monitor-wimax_monitor.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimax_monitor_CFLAGS) $(CFLAGS) -MT wimax_monitor-wimax_monitor.obj -MD -MP -MF $(DEPDIR)/wimax_monitor-wimax_monitor.Tpo -c -o wimax_monitor-wimax_monitor.obj `if test -f 'wimax_monitor.c'; then $(CYGPATH_W) 'wimax_monitor.c'; else $(CYGPATH_W) '$(srcdir)/wimax_monitor.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimax_monitor-wimax_monitor.Tpo $(DEPDIR)/wimax_monitor-wimax_monitor.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wimax_monitor.c' object='wimax_monitor-wimax_monitor.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) $(wimax_monitor_CFLAGS) $(CFLAGS) -c -o wimax_monitor-wimax_monitor.obj `if test -f 'wimax_monitor.c'; then $(CYGPATH_W) 'wimax_monitor.c'; else $(CYGPATH_W) '$(srcdir)/wimax_monitor.c'; fi`
wimax_monitor-wimax_monitor_utils.o: wimax_monitor_utils.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimax_monitor_CFLAGS) $(CFLAGS) -MT wimax_monitor-wimax_monitor_utils.o -MD -MP -MF $(DEPDIR)/wimax_monitor-wimax_monitor_utils.Tpo -c -o wimax_monitor-wimax_monitor_utils.o `test -f 'wimax_monitor_utils.c' || echo '$(srcdir)/'`wimax_monitor_utils.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimax_monitor-wimax_monitor_utils.Tpo $(DEPDIR)/wimax_monitor-wimax_monitor_utils.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimax_monitor_CFLAGS) $(CFLAGS) -MT wimax_monitor-wimax_monitor_utils.o -MD -MP -MF $(DEPDIR)/wimax_monitor-wimax_monitor_utils.Tpo -c -o wimax_monitor-wimax_monitor_utils.o `test -f 'wimax_monitor_utils.c' || echo '$(srcdir)/'`wimax_monitor_utils.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimax_monitor-wimax_monitor_utils.Tpo $(DEPDIR)/wimax_monitor-wimax_monitor_utils.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wimax_monitor_utils.c' object='wimax_monitor-wimax_monitor_utils.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) $(wimax_monitor_CFLAGS) $(CFLAGS) -c -o wimax_monitor-wimax_monitor_utils.o `test -f 'wimax_monitor_utils.c' || echo '$(srcdir)/'`wimax_monitor_utils.c
wimax_monitor-wimax_monitor_utils.obj: wimax_monitor_utils.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimax_monitor_CFLAGS) $(CFLAGS) -MT wimax_monitor-wimax_monitor_utils.obj -MD -MP -MF $(DEPDIR)/wimax_monitor-wimax_monitor_utils.Tpo -c -o wimax_monitor-wimax_monitor_utils.obj `if test -f 'wimax_monitor_utils.c'; then $(CYGPATH_W) 'wimax_monitor_utils.c'; else $(CYGPATH_W) '$(srcdir)/wimax_monitor_utils.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimax_monitor-wimax_monitor_utils.Tpo $(DEPDIR)/wimax_monitor-wimax_monitor_utils.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimax_monitor_CFLAGS) $(CFLAGS) -MT wimax_monitor-wimax_monitor_utils.obj -MD -MP -MF $(DEPDIR)/wimax_monitor-wimax_monitor_utils.Tpo -c -o wimax_monitor-wimax_monitor_utils.obj `if test -f 'wimax_monitor_utils.c'; then $(CYGPATH_W) 'wimax_monitor_utils.c'; else $(CYGPATH_W) '$(srcdir)/wimax_monitor_utils.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimax_monitor-wimax_monitor_utils.Tpo $(DEPDIR)/wimax_monitor-wimax_monitor_utils.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wimax_monitor_utils.c' object='wimax_monitor-wimax_monitor_utils.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) $(wimax_monitor_CFLAGS) $(CFLAGS) -c -o wimax_monitor-wimax_monitor_utils.obj `if test -f 'wimax_monitor_utils.c'; then $(CYGPATH_W) 'wimax_monitor_utils.c'; else $(CYGPATH_W) '$(srcdir)/wimax_monitor_utils.c'; fi`
diff --git a/InfraStack/OSDependent/Linux/wimaxcu/Makefile.in b/InfraStack/OSDependent/Linux/wimaxcu/Makefile.in
index 92316d3..2d36d8e 100644
--- a/InfraStack/OSDependent/Linux/wimaxcu/Makefile.in
+++ b/InfraStack/OSDependent/Linux/wimaxcu/Makefile.in
@@ -58,22 +58,38 @@ am_wimaxcu_OBJECTS = wimaxcu-wimaxcu_main.$(OBJEXT) \
wimaxcu-wimaxcu_util.$(OBJEXT)
wimaxcu_OBJECTS = $(am_wimaxcu_OBJECTS)
wimaxcu_DEPENDENCIES = $(top_builddir)/InfraStack/OSAgnostic/WiMax/Wrappers/iWmxSDK/libiWmxSdk.la
-wimaxcu_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=link $(CCLD) $(wimaxcu_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
- $(LDFLAGS) -o $@
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+wimaxcu_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(wimaxcu_CFLAGS) \
+ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
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_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
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_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(wimaxcu_SOURCES)
DIST_SOURCES = $(wimaxcu_SOURCES)
ETAGS = etags
@@ -81,6 +97,7 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -309,7 +326,7 @@ clean-binPROGRAMS:
rm -f $$list
wimaxcu$(EXEEXT): $(wimaxcu_OBJECTS) $(wimaxcu_DEPENDENCIES)
@rm -f wimaxcu$(EXEEXT)
- $(wimaxcu_LINK) $(wimaxcu_OBJECTS) $(wimaxcu_LDADD) $(LIBS)
+ $(AM_V_CCLD)$(wimaxcu_LINK) $(wimaxcu_OBJECTS) $(wimaxcu_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -326,120 +343,137 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wimaxcu-wimaxcu_util.Po@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(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
+@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
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
wimaxcu-wimaxcu_main.o: $(srcdir)/wimaxcu_main.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_main.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_main.Tpo -c -o wimaxcu-wimaxcu_main.o `test -f '$(srcdir)/wimaxcu_main.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_main.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_main.Tpo $(DEPDIR)/wimaxcu-wimaxcu_main.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_main.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_main.Tpo -c -o wimaxcu-wimaxcu_main.o `test -f '$(srcdir)/wimaxcu_main.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_main.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_main.Tpo $(DEPDIR)/wimaxcu-wimaxcu_main.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_main.c' object='wimaxcu-wimaxcu_main.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_main.o `test -f '$(srcdir)/wimaxcu_main.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_main.c
wimaxcu-wimaxcu_main.obj: $(srcdir)/wimaxcu_main.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_main.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_main.Tpo -c -o wimaxcu-wimaxcu_main.obj `if test -f '$(srcdir)/wimaxcu_main.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_main.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_main.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_main.Tpo $(DEPDIR)/wimaxcu-wimaxcu_main.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_main.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_main.Tpo -c -o wimaxcu-wimaxcu_main.obj `if test -f '$(srcdir)/wimaxcu_main.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_main.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_main.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_main.Tpo $(DEPDIR)/wimaxcu-wimaxcu_main.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_main.c' object='wimaxcu-wimaxcu_main.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_main.obj `if test -f '$(srcdir)/wimaxcu_main.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_main.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_main.c'; fi`
wimaxcu-wimaxcu_cmdhdlr.o: $(srcdir)/wimaxcu_cmdhdlr.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_cmdhdlr.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_cmdhdlr.Tpo -c -o wimaxcu-wimaxcu_cmdhdlr.o `test -f '$(srcdir)/wimaxcu_cmdhdlr.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_cmdhdlr.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_cmdhdlr.Tpo $(DEPDIR)/wimaxcu-wimaxcu_cmdhdlr.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_cmdhdlr.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_cmdhdlr.Tpo -c -o wimaxcu-wimaxcu_cmdhdlr.o `test -f '$(srcdir)/wimaxcu_cmdhdlr.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_cmdhdlr.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_cmdhdlr.Tpo $(DEPDIR)/wimaxcu-wimaxcu_cmdhdlr.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_cmdhdlr.c' object='wimaxcu-wimaxcu_cmdhdlr.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_cmdhdlr.o `test -f '$(srcdir)/wimaxcu_cmdhdlr.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_cmdhdlr.c
wimaxcu-wimaxcu_cmdhdlr.obj: $(srcdir)/wimaxcu_cmdhdlr.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_cmdhdlr.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_cmdhdlr.Tpo -c -o wimaxcu-wimaxcu_cmdhdlr.obj `if test -f '$(srcdir)/wimaxcu_cmdhdlr.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_cmdhdlr.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_cmdhdlr.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_cmdhdlr.Tpo $(DEPDIR)/wimaxcu-wimaxcu_cmdhdlr.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_cmdhdlr.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_cmdhdlr.Tpo -c -o wimaxcu-wimaxcu_cmdhdlr.obj `if test -f '$(srcdir)/wimaxcu_cmdhdlr.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_cmdhdlr.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_cmdhdlr.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_cmdhdlr.Tpo $(DEPDIR)/wimaxcu-wimaxcu_cmdhdlr.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_cmdhdlr.c' object='wimaxcu-wimaxcu_cmdhdlr.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_cmdhdlr.obj `if test -f '$(srcdir)/wimaxcu_cmdhdlr.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_cmdhdlr.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_cmdhdlr.c'; fi`
wimaxcu-wimaxcu_apdo_op.o: $(srcdir)/wimaxcu_apdo_op.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_apdo_op.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_apdo_op.Tpo -c -o wimaxcu-wimaxcu_apdo_op.o `test -f '$(srcdir)/wimaxcu_apdo_op.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_apdo_op.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_apdo_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_apdo_op.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_apdo_op.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_apdo_op.Tpo -c -o wimaxcu-wimaxcu_apdo_op.o `test -f '$(srcdir)/wimaxcu_apdo_op.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_apdo_op.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_apdo_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_apdo_op.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_apdo_op.c' object='wimaxcu-wimaxcu_apdo_op.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_apdo_op.o `test -f '$(srcdir)/wimaxcu_apdo_op.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_apdo_op.c
wimaxcu-wimaxcu_apdo_op.obj: $(srcdir)/wimaxcu_apdo_op.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_apdo_op.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_apdo_op.Tpo -c -o wimaxcu-wimaxcu_apdo_op.obj `if test -f '$(srcdir)/wimaxcu_apdo_op.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_apdo_op.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_apdo_op.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_apdo_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_apdo_op.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_apdo_op.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_apdo_op.Tpo -c -o wimaxcu-wimaxcu_apdo_op.obj `if test -f '$(srcdir)/wimaxcu_apdo_op.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_apdo_op.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_apdo_op.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_apdo_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_apdo_op.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_apdo_op.c' object='wimaxcu-wimaxcu_apdo_op.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_apdo_op.obj `if test -f '$(srcdir)/wimaxcu_apdo_op.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_apdo_op.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_apdo_op.c'; fi`
wimaxcu-wimaxcu_set_get_op.o: $(srcdir)/wimaxcu_set_get_op.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_set_get_op.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_set_get_op.Tpo -c -o wimaxcu-wimaxcu_set_get_op.o `test -f '$(srcdir)/wimaxcu_set_get_op.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_set_get_op.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_set_get_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_set_get_op.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_set_get_op.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_set_get_op.Tpo -c -o wimaxcu-wimaxcu_set_get_op.o `test -f '$(srcdir)/wimaxcu_set_get_op.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_set_get_op.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_set_get_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_set_get_op.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_set_get_op.c' object='wimaxcu-wimaxcu_set_get_op.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_set_get_op.o `test -f '$(srcdir)/wimaxcu_set_get_op.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_set_get_op.c
wimaxcu-wimaxcu_set_get_op.obj: $(srcdir)/wimaxcu_set_get_op.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_set_get_op.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_set_get_op.Tpo -c -o wimaxcu-wimaxcu_set_get_op.obj `if test -f '$(srcdir)/wimaxcu_set_get_op.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_set_get_op.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_set_get_op.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_set_get_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_set_get_op.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_set_get_op.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_set_get_op.Tpo -c -o wimaxcu-wimaxcu_set_get_op.obj `if test -f '$(srcdir)/wimaxcu_set_get_op.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_set_get_op.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_set_get_op.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_set_get_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_set_get_op.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_set_get_op.c' object='wimaxcu-wimaxcu_set_get_op.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_set_get_op.obj `if test -f '$(srcdir)/wimaxcu_set_get_op.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_set_get_op.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_set_get_op.c'; fi`
wimaxcu-wimaxcu_connect_op.o: $(srcdir)/wimaxcu_connect_op.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_connect_op.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_connect_op.Tpo -c -o wimaxcu-wimaxcu_connect_op.o `test -f '$(srcdir)/wimaxcu_connect_op.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_connect_op.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_connect_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_connect_op.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_connect_op.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_connect_op.Tpo -c -o wimaxcu-wimaxcu_connect_op.o `test -f '$(srcdir)/wimaxcu_connect_op.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_connect_op.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_connect_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_connect_op.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_connect_op.c' object='wimaxcu-wimaxcu_connect_op.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_connect_op.o `test -f '$(srcdir)/wimaxcu_connect_op.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_connect_op.c
wimaxcu-wimaxcu_connect_op.obj: $(srcdir)/wimaxcu_connect_op.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_connect_op.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_connect_op.Tpo -c -o wimaxcu-wimaxcu_connect_op.obj `if test -f '$(srcdir)/wimaxcu_connect_op.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_connect_op.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_connect_op.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_connect_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_connect_op.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_connect_op.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_connect_op.Tpo -c -o wimaxcu-wimaxcu_connect_op.obj `if test -f '$(srcdir)/wimaxcu_connect_op.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_connect_op.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_connect_op.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_connect_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_connect_op.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_connect_op.c' object='wimaxcu-wimaxcu_connect_op.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_connect_op.obj `if test -f '$(srcdir)/wimaxcu_connect_op.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_connect_op.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_connect_op.c'; fi`
wimaxcu-wimaxcu_scan_op.o: $(srcdir)/wimaxcu_scan_op.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_scan_op.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_scan_op.Tpo -c -o wimaxcu-wimaxcu_scan_op.o `test -f '$(srcdir)/wimaxcu_scan_op.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_scan_op.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_scan_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_scan_op.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_scan_op.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_scan_op.Tpo -c -o wimaxcu-wimaxcu_scan_op.o `test -f '$(srcdir)/wimaxcu_scan_op.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_scan_op.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_scan_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_scan_op.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_scan_op.c' object='wimaxcu-wimaxcu_scan_op.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_scan_op.o `test -f '$(srcdir)/wimaxcu_scan_op.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_scan_op.c
wimaxcu-wimaxcu_scan_op.obj: $(srcdir)/wimaxcu_scan_op.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_scan_op.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_scan_op.Tpo -c -o wimaxcu-wimaxcu_scan_op.obj `if test -f '$(srcdir)/wimaxcu_scan_op.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_scan_op.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_scan_op.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_scan_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_scan_op.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_scan_op.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_scan_op.Tpo -c -o wimaxcu-wimaxcu_scan_op.obj `if test -f '$(srcdir)/wimaxcu_scan_op.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_scan_op.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_scan_op.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_scan_op.Tpo $(DEPDIR)/wimaxcu-wimaxcu_scan_op.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_scan_op.c' object='wimaxcu-wimaxcu_scan_op.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_scan_op.obj `if test -f '$(srcdir)/wimaxcu_scan_op.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_scan_op.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_scan_op.c'; fi`
wimaxcu-wimaxcu_util.o: $(srcdir)/wimaxcu_util.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_util.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_util.Tpo -c -o wimaxcu-wimaxcu_util.o `test -f '$(srcdir)/wimaxcu_util.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_util.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_util.Tpo $(DEPDIR)/wimaxcu-wimaxcu_util.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_util.o -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_util.Tpo -c -o wimaxcu-wimaxcu_util.o `test -f '$(srcdir)/wimaxcu_util.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_util.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_util.Tpo $(DEPDIR)/wimaxcu-wimaxcu_util.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_util.c' object='wimaxcu-wimaxcu_util.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_util.o `test -f '$(srcdir)/wimaxcu_util.c' || echo '$(srcdir)/'`$(srcdir)/wimaxcu_util.c
wimaxcu-wimaxcu_util.obj: $(srcdir)/wimaxcu_util.c
-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_util.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_util.Tpo -c -o wimaxcu-wimaxcu_util.obj `if test -f '$(srcdir)/wimaxcu_util.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_util.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_util.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_util.Tpo $(DEPDIR)/wimaxcu-wimaxcu_util.Po
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wimaxcu_CFLAGS) $(CFLAGS) -MT wimaxcu-wimaxcu_util.obj -MD -MP -MF $(DEPDIR)/wimaxcu-wimaxcu_util.Tpo -c -o wimaxcu-wimaxcu_util.obj `if test -f '$(srcdir)/wimaxcu_util.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_util.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_util.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxcu-wimaxcu_util.Tpo $(DEPDIR)/wimaxcu-wimaxcu_util.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wimaxcu_util.c' object='wimaxcu-wimaxcu_util.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) $(wimaxcu_CFLAGS) $(CFLAGS) -c -o wimaxcu-wimaxcu_util.obj `if test -f '$(srcdir)/wimaxcu_util.c'; then $(CYGPATH_W) '$(srcdir)/wimaxcu_util.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wimaxcu_util.c'; fi`
diff --git a/Makefile.in b/Makefile.in
index 87d7c96..a54f546 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,6 +49,12 @@ mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = wns-version.h wimax.spec
CONFIG_CLEAN_VPATH_FILES =
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
@@ -129,6 +135,7 @@ distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
diff --git a/aclocal.m4 b/aclocal.m4
index 015afef..a00fe21 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -9018,6 +9018,33 @@ Check your system clock])
fi
AC_MSG_RESULT(yes)])
+# Copyright (C) 2009 Free Software Foundation, Inc.
+#
+# This file 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.
+
+# serial 1
+
+# AM_SILENT_RULES([DEFAULT])
+# --------------------------
+# Enable less verbose build rules; with the default set to DEFAULT
+# (`yes' being less verbose, `no' or empty being verbose).
+AC_DEFUN([AM_SILENT_RULES],
+[AC_ARG_ENABLE([silent-rules],
+[ --enable-silent-rules less verbose build output (undo: `make V=1')
+ --disable-silent-rules verbose build output (undo: `make V=0')])
+case $enable_silent_rules in
+yes) AM_DEFAULT_VERBOSITY=0;;
+no) AM_DEFAULT_VERBOSITY=1;;
+*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
+esac
+AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
+AM_BACKSLASH='\'
+AC_SUBST([AM_BACKSLASH])dnl
+_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
+])
+
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
diff --git a/configure b/configure
index 6fbb9f1..df1fcc6 100755
--- a/configure
+++ b/configure
@@ -629,6 +629,8 @@ PKG_CONFIG_PATH
PKG_CONFIG
program_suffix
program_prefix
+AM_BACKSLASH
+AM_DEFAULT_VERBOSITY
CPP
OTOOL64
OTOOL
@@ -743,6 +745,7 @@ with_pic
enable_fast_install
with_gnu_ld
enable_libtool_lock
+enable_silent_rules
enable_debug
with_libwimaxll
with_zlib
@@ -1399,6 +1402,8 @@ Optional Features:
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
+ --enable-silent-rules less verbose build output (undo: `make V=1')
+ --disable-silent-rules verbose build output (undo: `make V=0')
--enable-debug enable compiling with debugging information
--enable-instrument enable support for instrumentation
--enable-bindb enable support for binary databases (disabled by
@@ -10694,6 +10699,19 @@ CC="$lt_save_CC"
ac_config_headers="$ac_config_headers config.h"
+# Check whether --enable-silent-rules was given.
+if test "${enable_silent_rules+set}" = set; then :
+ enableval=$enable_silent_rules;
+fi
+
+case $enable_silent_rules in
+yes) AM_DEFAULT_VERBOSITY=0;;
+no) AM_DEFAULT_VERBOSITY=1;;
+*) AM_DEFAULT_VERBOSITY=0;;
+esac
+AM_BACKSLASH='\'
+
+
# For multiple installations
if test x$program_prefix = xNONE
diff --git a/configure.ac b/configure.ac
index 629e82e..d0e462c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,8 @@ AC_PROG_CC
AC_PROG_LIBTOOL
AC_CONFIG_HEADERS([config.h])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
# For multiple installations
if test x$program_prefix = xNONE