Update README.md
[deliverable/titan.core.git] / makefiles / Makefile.personal.esekits1080
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 #
10 # Baji, Laszlo
11 # Balasko, Jeno
12 #
13 ##############################################################################
14
15 GCCDIR := /app/gcc/4.1.2
16 CC := $(GCCDIR)/bin/gcc
17 CXX := $(GCCDIR)/bin/g++
18
19 FLEX := /proj/TTCN/Tools/flex-2.5.35/bin/flex
20 BISON := /proj/TTCN/Tools/bison-2.4.3/bin/bison
21 JDKDIR := /proj/TTCN/Tools/jdk1.6.0_23
22 XMLDIR := /proj/TTCN/Tools/libxml2-2.7.8
23
24 OPENSSL_DIR := /proj/TTCN/Tools/openssl-0.9.8r
This page took 0.03087 seconds and 5 git commands to generate.