Skip to content
Snippets Groups Projects
Makefile.personal.tcclab3 920 B
Newer Older
Elemer Lelik's avatar
Elemer Lelik committed
##############################################################################
# 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
Elemer Lelik's avatar
Elemer Lelik committed
#
# Contributors:
#   Baji, Laszlo
#   Balasko, Jeno
#   Ormandi, Matyas
#   Pandi, Krisztian
#   Raduly, Csaba
#
##############################################################################
## Based on /etc/autotest/titan_builder_cfg.py

# DEBUG can not be changed here

FLEX  := /usr/bin/flex
BISON := /usr/bin/bison

#COMPILER_FLAGS += -pedantic
#CXXFLAGS += -g --coverage
#LDFLAGS  += -g --coverage

CC := /usr/bin/gcc
CXX:= /usr/bin/g++

OPENSSL_DIR := default

JDKDIR := /mnt/TTCN/Tools/jdk1.6.0_14

XMLDIR := default

AR := ar