New Solaris Makefile.personal added
authorerititan <elemer.lelik@ericsson.com>
Wed, 18 Feb 2015 10:03:28 +0000 (11:03 +0100)
committererititan <elemer.lelik@ericsson.com>
Wed, 18 Feb 2015 10:03:28 +0000 (11:03 +0100)
makefiles/Makefile.personal.esekiux5120 [new file with mode: 0644]

diff --git a/makefiles/Makefile.personal.esekiux5120 b/makefiles/Makefile.personal.esekiux5120
new file mode 100644 (file)
index 0000000..d84c7e0
--- /dev/null
@@ -0,0 +1,18 @@
+###############################################################################
+# Copyright (c) 2000-2014 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
+###############################################################################
+
+GCCDIR  := /app/gcc/4.1.2
+CC := $(GCCDIR)/bin/gcc
+CXX := $(GCCDIR)/bin/g++
+
+FLEX    := /proj/TTCN/Tools/flex-2.5.35/bin/flex
+BISON   := /proj/TTCN/Tools/bison-2.4.3/bin/bison
+JDKDIR  := /proj/TTCN/Tools/jdk1.6.0_23
+XMLDIR  := /proj/TTCN/Tools/libxml2-2.7.8
+
+OPENSSL_DIR := /proj/TTCN/Tools/openssl-0.9.8r
This page took 0.025126 seconds and 5 git commands to generate.