Update README.md
[deliverable/titan.core.git] / makefiles / Makefile.personal.esekits1024
1 ##############################################################################
2 # Copyright (c) 2000-2016 Ericsson Telecom AB
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7 #
8 # Contributors:
9 # Baji, Laszlo
10 # Balasko, Jeno
11 # Ormandi, Matyas
12 #
13 ##############################################################################
14 ##Made with autoconf configure
15
16 # The target directory where the Test Executor will be installed to:
17 #TTCN3_DIR := ${WORKSPACE}/TTCNv3/Install
18
19 # Utility for building lexical analyzers (tokenizers):
20 FLEX := /proj/TTCN/Tools/flex-2.5.35/bin/flex
21
22 # Utility for building parsers:
23 BISON := /proj/TTCN/Tools/bison-2.4.3/bin/bison
24
25 # The C compiler used for building:
26 CC := /proj/TTCN/Tools/gcc-3.4.6-sol10/bin/gcc
27
28 # The C++ compiler used for building:
29 CXX := /proj/TTCN/Tools/gcc-3.4.6-sol10/bin/g++
30
31 # Path of the Java Developement Kit installation
32 # (must be at least version 1.5.0_10)
33 JDKDIR := /proj/TTCN/Tools/jdk1.6.0_23
34
35 # Path of OpenSSL installation: (always required)
36 OPENSSL_DIR := /proj/TTCN/Tools/openssl-0.9.8r
37
38 # Location of libxml2
39 XMLDIR := /proj/TTCN/Tools/libxml2-2.7.8
This page took 0.032333 seconds and 5 git commands to generate.