From: erititan Date: Wed, 18 Feb 2015 10:03:28 +0000 (+0100) Subject: New Solaris Makefile.personal added X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=4567b25b7943d75814d0b37f9c60a7e43529d1f0;p=deliverable%2Ftitan.core.git New Solaris Makefile.personal added --- diff --git a/makefiles/Makefile.personal.esekiux5120 b/makefiles/Makefile.personal.esekiux5120 new file mode 100644 index 0000000..d84c7e0 --- /dev/null +++ b/makefiles/Makefile.personal.esekiux5120 @@ -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