All *.cpp files are ignored by Makefile

BogDan <[email protected]>
Newsgroups gmane.comp.micro-kernel.l4.devel
Message-ID <[email protected]>
Hi,

I tried to add a few .cpp files to Makefile but it seems that L4Re build systems ignores this extension.

This is the content of the Makefile:
#################################### 
PKGDIR ?= ../..
L4DIR ?= $(PKGDIR)/../..

TARGET = test_cpp
SRC_CC = main.cpp class1.cpp class2.cpp


REQUIRES_LIBS = libstdc++

include $(L4DIR)/mk/prog.mk
####################################



I tried to replace SRC_CC with SRC_CXX or SRC_CPP but with no luck ...

This bug prevents the port of most of C++ libs out there to L4Re.

BTW, is there any chance to use other build-systems (cmake, qbs, premake, SCons, etc.) to build L4Re libs/apps ?

Cheers,
BogDan.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.