Typo corrected
[deliverable/titan.core.git] / makefiles / Makefile.personal.esekits1024
1 ###############################################################################
2 # Copyright (c) 2000-2015 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 ##Made with autoconf configure
9
10 # The target directory where the Test Executor will be installed to:
11 #TTCN3_DIR := ${WORKSPACE}/TTCNv3/Install
12
13 # Utility for building lexical analyzers (tokenizers):
14 FLEX := /proj/TTCN/Tools/flex-2.5.35/bin/flex
15
16 # Utility for building parsers:
17 BISON := /proj/TTCN/Tools/bison-2.4.3/bin/bison
18
19 # The C compiler used for building:
20 CC := /proj/TTCN/Tools/gcc-3.4.6-sol10/bin/gcc
21
22 # The C++ compiler used for building:
23 CXX := /proj/TTCN/Tools/gcc-3.4.6-sol10/bin/g++
24
25 # Path of the Java Developement Kit installation
26 # (must be at least version 1.5.0_10)
27 JDKDIR := /proj/TTCN/Tools/jdk1.6.0_23
28
29 # Path of OpenSSL installation: (always required)
30 OPENSSL_DIR := /proj/TTCN/Tools/openssl-0.9.8r
31
32 # Location of libxml2
33 XMLDIR := /proj/TTCN/Tools/libxml2-2.7.8
This page took 0.051145 seconds and 5 git commands to generate.