Debugger - Stage 3 (artf511247)
[deliverable/titan.core.git] / function_test / RAW_EncDec / Makefile
index d9c52ebda58e55d16dfb63a55e03bc6e9ed41284..56b44142e4787de83534ad22a8cc9dea77a92313 100644 (file)
@@ -1,10 +1,21 @@
-###############################################################################
-# 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
+#   Delic, Adam
+#   Hanko, Matyas
+#   Kovacs, Ferenc
+#   Lovassy, Arpad
+#   Ormandi, Matyas
+#   Raduly, Csaba
+#   Szabados, Kristof
+#
+##############################################################################
 # This Makefile was generated by the compiler
 # of the TTCN-3 Test Executor version 1.5.pl1
 # for Matyas Hanko (ethmhk@duna61) on Tue Nov  4 13:50:16 2003
 # 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 +45,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 +105,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
@@ -98,11 +113,11 @@ endif
 #
 # Do not modify these unless you know what you are doing...
 #
-SOLARIS_LIBS = -lxnet -L$(XMLDIR)/lib -lxml2 
-SOLARIS8_LIBS = -lxnet -L$(XMLDIR)/lib -lxml2 -lnsl -lsocket -lresolv
-LINUX_LIBS = -L$(XMLDIR)/lib -lxml2 -lpthread -lrt
-FREEBSD_LIBS = -L$(XMLDIR)/lib -lxml2
-WIN32_LIBS = -L$(XMLDIR)/lib -lxml2
+SOLARIS_LIBS = -lxnet -L$(XMLDIR)/lib -lxml2 -lcurses
+SOLARIS8_LIBS = -lxnet -L$(XMLDIR)/lib -lxml2 -lnsl -lsocket -lresolv -lcurses
+LINUX_LIBS = -L$(XMLDIR)/lib -lxml2 -lpthread -lrt -lncurses
+FREEBSD_LIBS = -L$(XMLDIR)/lib -lxml2 -lncurses
+WIN32_LIBS = -L$(XMLDIR)/lib -lxml2 -lncurses
 
 #
 # Rules for building the executable...
This page took 0.02609 seconds and 5 git commands to generate.