Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile.personal.esekiux5120 814 B
##############################################################################
# Copyright (c) 2000-2019 Ericsson Telecom AB
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
#
# Contributors:
#   Balasko, Jeno
#   Pilisi, Gergely
#
##############################################################################

GCCDIR  := /app/gcc/4.1.2
CC := $(GCCDIR)/bin/gcc
CXX := $(GCCDIR)/bin/g++

FLEX    := /proj/TTCN/Tools/flex-2.5.35/bin/flex
BISON   := /proj/TTCN/Tools/bison-2.4.3/bin/bison
JDKDIR  := /proj/TTCN/Tools/jdk1.6.0_23
XMLDIR  := /app/libxml/2.9.1

OPENSSL_DIR := /proj/TTCN/Tools/openssl-0.9.8r