From: andreaskoepke Date: Mon, 5 Nov 2007 18:07:23 +0000 (+0000) Subject: ./configure && make should work again X-Git-Tag: release_tinyos_2_1_0_0~672 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=c109794be2b27b8467f82dac0bb9317b47382a22 ./configure && make should work again --- diff --git a/tools/platforms/msp430/cppbsl/config.h.in b/tools/platforms/msp430/cppbsl/config.h.in index 0f02a27b..19808a09 100644 --- a/tools/platforms/msp430/cppbsl/config.h.in +++ b/tools/platforms/msp430/cppbsl/config.h.in @@ -3,6 +3,9 @@ /* Define to 1 if you have the 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 header file. */ #undef HAVE_MEMORY_H diff --git a/tools/platforms/msp430/cppbsl/src/Makefile.in b/tools/platforms/msp430/cppbsl/src/Makefile.in index a6d26b15..b00ffa59 100644 --- a/tools/platforms/msp430/cppbsl/src/Makefile.in +++ b/tools/platforms/msp430/cppbsl/src/Makefile.in @@ -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: