Merge pull request #61 from BenceJanosSzabo/master
[deliverable/titan.core.git] / makefiles / Makefile.personal.esekits1080
CommitLineData
d44e3c4f 1##############################################################################
2# Copyright (c) 2000-2016 Ericsson Telecom AB
970ed795
EL
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
d44e3c4f 7#
8# Contributors:
9#
10# Baji, Laszlo
11# Balasko, Jeno
12#
13##############################################################################
970ed795
EL
14
15GCCDIR := /app/gcc/4.1.2
16CC := $(GCCDIR)/bin/gcc
17CXX := $(GCCDIR)/bin/g++
18
19FLEX := /proj/TTCN/Tools/flex-2.5.35/bin/flex
20BISON := /proj/TTCN/Tools/bison-2.4.3/bin/bison
21JDKDIR := /proj/TTCN/Tools/jdk1.6.0_23
22XMLDIR := /proj/TTCN/Tools/libxml2-2.7.8
23
24OPENSSL_DIR := /proj/TTCN/Tools/openssl-0.9.8r
This page took 0.024467 seconds and 5 git commands to generate.