Sync with 5.4.0
[deliverable/titan.core.git] / function_test / BER_EncDec / Makefile
index d8097b7dd007d231d32e919484281695cb451966..e3745f7be386d292c811302cf63d678fc20fc532 100644 (file)
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2014 Ericsson Telecom AB
+# Copyright (c) 2000-2015 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
 # 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 =
@@ -35,7 +39,6 @@ endif
 # Your C++ compiler:
 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
@@ -95,6 +98,7 @@ OBJECTS = Temp.o TempA.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.034453 seconds and 5 git commands to generate.