clang compatibility
[deliverable/titan.core.git] / function_test / XER_EncDec / Makefile
index 2d8b8d194f73b5777b184382a04ad43011b7d598..94ee3ccf76521bdcc66d8dfe575932c4b577aa92 100644 (file)
@@ -1,10 +1,17 @@
-###############################################################################
-# Copyright (c) 2000-2014 Ericsson Telecom AB
+##############################################################################
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
-###############################################################################
+#
+# Contributors:
+#   Balasko, Jeno
+#   Baranyi, Botond
+#   Lovassy, Arpad
+#   Szabados, Kristof
+#
+##############################################################################
 # This Makefile was generated by the compiler
 # of the TTCN-3 Test Executor version 1.5.pl1
 # for Botond Baranyi (ebotbar) on Tue Apr 29 13:50:16 2014
 # Set these variables...
 #
 
+TOP := ../../
+include   $(TOP)/Makefile.cfg
+
+
 # The path of your TTCN-3 Test Executor installation:
 # Uncomment this line to override the environment variable.
 # TTCN3_DIR =
@@ -30,9 +41,8 @@ PLATFORM = SOLARIS
 endif
 
 # Your C++ compiler:
-CXX = g++
+#CXX = g++
 
-XMLDIR = /mnt/TTCN/Tools/libxml2-2.7.1
 # Flags for the C++ preprocessor (and makedepend as well):
 CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)/include -I$(XMLDIR)/include/libxml2
 ifdef RT2
@@ -91,6 +101,7 @@ OBJECTS = Temp.o
 TARGET = Temp
 
 ifdef COVERAGE
+CPPFLAGS += -fprofile-arcs -ftest-coverage -g
 CXXFLAGS += -fprofile-arcs -ftest-coverage -g
 LDFLAGS += -fprofile-arcs -ftest-coverage -g -lgcov
 endif
This page took 0.029635 seconds and 5 git commands to generate.