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