diff options
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2009-05-14 15:31:03 -0700 |
---|---|---|
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2009-05-14 15:31:03 -0700 |
commit | 2047bf98f55e899922402f2ef142aad0127759df (patch) | |
tree | 14567480b908ad3f2638df9e5dc41ac9dbaadebf | |
parent | 1c7b8e2bfa7031aea34b02c1774a85200094366e (diff) |
Wimaxll: add function op-state-get (autoconf update)
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
-rw-r--r-- | lib/Makefile.in | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index cfec307..f197709 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -64,7 +64,8 @@ libwimaxll_a_AR = $(AR) $(ARFLAGS) libwimaxll_a_LIBADD = am__objects_2 = genl.$(OBJEXT) log.$(OBJEXT) misc.$(OBJEXT) \ op-open.$(OBJEXT) op-msg.$(OBJEXT) op-reset.$(OBJEXT) \ - op-rfkill.$(OBJEXT) re-state-change.$(OBJEXT) wimax.$(OBJEXT) + op-rfkill.$(OBJEXT) op-state-get.$(OBJEXT) \ + re-state-change.$(OBJEXT) wimax.$(OBJEXT) am_libwimaxll_a_OBJECTS = $(am__objects_2) libwimaxll_a_OBJECTS = $(am_libwimaxll_a_OBJECTS) libLTLIBRARIES_INSTALL = $(INSTALL) @@ -81,8 +82,8 @@ libwimaxll_la_LIBADD = am__objects_4 = libwimaxll_la-genl.lo libwimaxll_la-log.lo \ libwimaxll_la-misc.lo libwimaxll_la-op-open.lo \ libwimaxll_la-op-msg.lo libwimaxll_la-op-reset.lo \ - libwimaxll_la-op-rfkill.lo libwimaxll_la-re-state-change.lo \ - libwimaxll_la-wimax.lo + libwimaxll_la-op-rfkill.lo libwimaxll_la-op-state-get.lo \ + libwimaxll_la-re-state-change.lo libwimaxll_la-wimax.lo am_libwimaxll_la_OBJECTS = $(am__objects_4) libwimaxll_la_OBJECTS = $(am_libwimaxll_la_OBJECTS) libwimaxll_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ @@ -246,6 +247,7 @@ libwimaxll_sources = \ op-msg.c \ op-reset.c \ op-rfkill.c \ + op-state-get.c \ re-state-change.c \ wimax.c @@ -406,6 +408,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libwimaxll_la-op-open.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libwimaxll_la-op-reset.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libwimaxll_la-op-rfkill.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libwimaxll_la-op-state-get.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libwimaxll_la-re-state-change.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libwimaxll_la-wimax.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@ @@ -414,6 +417,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op-open.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op-reset.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op-rfkill.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op-state-get.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/re-state-change.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wimax.Po@am__quote@ @@ -494,6 +498,13 @@ libwimaxll_la-op-rfkill.lo: op-rfkill.c @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) $(libwimaxll_la_CFLAGS) $(CFLAGS) -c -o libwimaxll_la-op-rfkill.lo `test -f 'op-rfkill.c' || echo '$(srcdir)/'`op-rfkill.c +libwimaxll_la-op-state-get.lo: op-state-get.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwimaxll_la_CFLAGS) $(CFLAGS) -MT libwimaxll_la-op-state-get.lo -MD -MP -MF $(DEPDIR)/libwimaxll_la-op-state-get.Tpo -c -o libwimaxll_la-op-state-get.lo `test -f 'op-state-get.c' || echo '$(srcdir)/'`op-state-get.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libwimaxll_la-op-state-get.Tpo $(DEPDIR)/libwimaxll_la-op-state-get.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='op-state-get.c' object='libwimaxll_la-op-state-get.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) $(libwimaxll_la_CFLAGS) $(CFLAGS) -c -o libwimaxll_la-op-state-get.lo `test -f 'op-state-get.c' || echo '$(srcdir)/'`op-state-get.c + libwimaxll_la-re-state-change.lo: re-state-change.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwimaxll_la_CFLAGS) $(CFLAGS) -MT libwimaxll_la-re-state-change.lo -MD -MP -MF $(DEPDIR)/libwimaxll_la-re-state-change.Tpo -c -o libwimaxll_la-re-state-change.lo `test -f 're-state-change.c' || echo '$(srcdir)/'`re-state-change.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libwimaxll_la-re-state-change.Tpo $(DEPDIR)/libwimaxll_la-re-state-change.Plo |