Update README.md
[deliverable/titan.core.git] / makefiles / Makefile.personal.tcclab2
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# Ormandi, Matyas
13# Pandi, Krisztian
14# Pilisi, Gergely
15# Raduly, Csaba
16# Szabados, Kristof
17#
18##############################################################################
970ed795
EL
19# Based on /etc/autotest/titan_builder_cfg.py
20
21# DEBUG can not be changed here
22
23FLEX := /usr/bin/flex
24BISON := /usr/bin/bison
25
26COMPILERFLAGS += -Wall -Wlogical-op
27
28ifeq ($(DEBUG), yes)
29#COMPILERFLAGS += -fvar-tracking -O1
30else
31COMPILERFLAGS += -g
32LDFLAGS += -g
33endif
34
3abe9331 35LDFLAGS += -ldl
36
970ed795
EL
37CC := /usr/bin/gcc
38CXX := /usr/bin/g++
39
40OPENSSL_DIR := default
41
42JDKDIR := /mnt/TTCN/Tools/jdk1.6.0_14
43
44XMLDIR := default
45
46AR := ar
This page took 0.026059 seconds and 5 git commands to generate.