From 3a8915e6ee7974d832994d218c6a90b83cd86323 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Aug 1999 17:55:25 +0000 Subject: Patch rtems-rc-19990709-6-diff from Ralf Corsepius applied. This modified many Makefiles and custom files and makes many more settings (network, multiprocessing, etc) gnerated by autoconf. --- c/src/tests/libtests/rtems++/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'c/src/tests/libtests/rtems++/Makefile.in') diff --git a/c/src/tests/libtests/rtems++/Makefile.in b/c/src/tests/libtests/rtems++/Makefile.in index 6803bf713a..15d2e8fe11 100644 --- a/c/src/tests/libtests/rtems++/Makefile.in +++ b/c/src/tests/libtests/rtems++/Makefile.in @@ -5,8 +5,8 @@ @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ -top_builddir = ../.. -subdir = libtests/rtems++ +top_builddir = .. +subdir = rtems++ RTEMS_ROOT = @RTEMS_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@ @@ -19,7 +19,7 @@ MANAGERS = event io msg sem signal timer rate_monotonic # C++ source names, if any, go here -- minus the .cc CC_PIECES = Init Task1 Task2 Task3 -CC_FILES = $(CC_PIECES:%=%.cc) +CC_FILES = @HAS_CXX_TRUE@$(CC_PIECES:%=%.cc) CC_O_FILES = $(CC_PIECES:%=${ARCH}/%.o) H_FILES = System.h @@ -62,8 +62,8 @@ LDFLAGS += CLEAN_ADDITIONS += CLOBBER_ADDITIONS += -all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL_VARIANT) -m 755 ${PGM} $(PROJECT_RELEASE)/tests +all: @HAS_CXX_TRUE@${ARCH} $(SRCS) $(PGM) +@HAS_CXX_TRUE@ $(INSTALL_VARIANT) -m 755 ${PGM} $(PROJECT_RELEASE)/tests ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -- cgit v1.2.3