Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.generator.cpp.tests/Makefile')
-rw-r--r--tests/org.eclipse.etrice.generator.cpp.tests/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/org.eclipse.etrice.generator.cpp.tests/Makefile b/tests/org.eclipse.etrice.generator.cpp.tests/Makefile
deleted file mode 100644
index b6b863770..000000000
--- a/tests/org.eclipse.etrice.generator.cpp.tests/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# for make.xml
-
-#include ${CPP_MODELLIB_ROOTDIR}/buildTools/modellib.mk
-include ${CPP_RUNTIME_ROOTDIR}/buildTools/runtime.mk
-
-# ---
-IN_TARGET := ${APP_TARGET}
-IN_BUILD_DIR := ${APP_BUILD_DIR}
-IN_INCDIRS += ${APP_SRCDIRS_REC}
-IN_SRCDIRS_REC += ${APP_SRCDIRS_REC}
-CC = ${CXX}
-IN_CFLAGS += -std=c++98 -O0 -g3 -pedantic -Wall
-#---
-
-# Create rules
-include ${RUNTIME_ROOTDIR}/buildTools/Makefile.mk \ No newline at end of file

Back to the top