]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
./configure && make should work again
authorandreaskoepke <andreaskoepke>
Mon, 5 Nov 2007 18:07:23 +0000 (18:07 +0000)
committerandreaskoepke <andreaskoepke>
Mon, 5 Nov 2007 18:07:23 +0000 (18:07 +0000)
tools/platforms/msp430/cppbsl/config.h.in
tools/platforms/msp430/cppbsl/src/Makefile.in

index 0f02a27b81673fc92c3d0356077049691a1cefa2..19808a0979fb8f580f8f73866b76240528b059f2 100644 (file)
@@ -3,6 +3,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define to 1 if you have the `popt' library (-lpopt). */
+#undef HAVE_LIBPOPT
+
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
index a6d26b15c14fb8d5f8442fcd44e69bda7cc6ebaf..b00ffa5914fd6b1c5972946cee8c0eb9ec162e44 100644 (file)
@@ -49,16 +49,15 @@ CONFIG_CLEAN_FILES =
 am__installdirs = "$(DESTDIR)$(bindir)"
 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 PROGRAMS = $(bin_PROGRAMS)
-am_cppbsl_OBJECTS = cmdline.$(OBJEXT) Parameters.$(OBJEXT) \
-       Serial.$(OBJEXT) Bsl.$(OBJEXT) cppbsl.$(OBJEXT)
+am_cppbsl_OBJECTS = Parameters.$(OBJEXT) Serial.$(OBJEXT) \
+       Bsl.$(OBJEXT) cppbsl.$(OBJEXT)
 cppbsl_OBJECTS = $(am_cppbsl_OBJECTS)
 cppbsl_LDADD = $(LDADD)
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 am__depfiles_maybe = depfiles
 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/Bsl.Po ./$(DEPDIR)/Parameters.Po \
-@AMDEP_TRUE@   ./$(DEPDIR)/Serial.Po ./$(DEPDIR)/cmdline.Po \
-@AMDEP_TRUE@   ./$(DEPDIR)/cppbsl.Po
+@AMDEP_TRUE@   ./$(DEPDIR)/Serial.Po ./$(DEPDIR)/cppbsl.Po
 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 CXXLD = $(CXX)
@@ -150,8 +149,6 @@ sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 MAINTAINERCLEANFILES = Makefile.in
 cppbsl_SOURCES = \
-       cmdline.h \
-       cmdline.cc \
        Parameters.h \
        Parameters.cc \
        Serial.h \
@@ -229,7 +226,6 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Bsl.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Parameters.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Serial.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmdline.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cppbsl.Po@am__quote@
 
 .cc.o: