Added nagylenard text
[deliverable/titan.core.git] / makefiles / Makefile.personal.esekits1080
CommitLineData
970ed795 1###############################################################################
3abe9331 2# Copyright (c) 2000-2015 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
7###############################################################################
8
9GCCDIR := /app/gcc/4.1.2
10CC := $(GCCDIR)/bin/gcc
11CXX := $(GCCDIR)/bin/g++
12
13FLEX := /proj/TTCN/Tools/flex-2.5.35/bin/flex
14BISON := /proj/TTCN/Tools/bison-2.4.3/bin/bison
15JDKDIR := /proj/TTCN/Tools/jdk1.6.0_23
16XMLDIR := /proj/TTCN/Tools/libxml2-2.7.8
17
18OPENSSL_DIR := /proj/TTCN/Tools/openssl-0.9.8r
This page took 0.027388 seconds and 5 git commands to generate.