2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>

* configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
	NETTESTS. Add iostream/.
	* Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
	cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
	Reflect changes above.
	* cdtest/main.cc: Adaptation to new C++ standards.
This commit is contained in:
Ralf Corsepius
2004-05-10 16:02:11 +00:00
parent e12ba0e4f0
commit 51ca358ac7
9 changed files with 60 additions and 37 deletions

View File

@@ -31,8 +31,6 @@ include $(top_srcdir)/sample.am
AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I.
if HAS_MP
#
# (OPTIONAL) Add local stuff here using +=
#
@@ -41,9 +39,6 @@ ${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
else
all-local:
endif
EXTRA_DIST = $(DOCS)