Sync with 5.4.0
[deliverable/titan.core.git] / makefiles / Makefile.personal.esekits3013
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
9 GCCDIR := /proj/TTCN/Tools/gcc-3.4.6-sol8
10 CC := $(GCCDIR)/bin/gcc
11 CXX := $(GCCDIR)/bin/g++
12
13 FLEX := /proj/TTCN/Tools/flex-2.5.35/bin/flex
14 BISON := /proj/TTCN/Tools/bison-2.4.3/bin/bison
15 JDKDIR := /proj/TTCN/Tools/jdk1.6.0_23
16 XMLDIR := /proj/TTCN/Tools/libxml2-2.7.8
17
18 OPENSSL_DIR := /proj/TTCN/Tools/openssl-0.9.8r
This page took 0.096663 seconds and 5 git commands to generate.