Merge pull request #66 from BenceJanosSzabo/master
[deliverable/titan.core.git] / makefiles / Makefile.personal.tcclab2
1 ##############################################################################
2 # Copyright (c) 2000-2016 Ericsson Telecom AB
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 # 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 ##############################################################################
19 # Based on /etc/autotest/titan_builder_cfg.py
20
21 # DEBUG can not be changed here
22
23 FLEX := /usr/bin/flex
24 BISON := /usr/bin/bison
25
26 COMPILERFLAGS += -Wall -Wlogical-op
27
28 ifeq ($(DEBUG), yes)
29 #COMPILERFLAGS += -fvar-tracking -O1
30 else
31 COMPILERFLAGS += -g
32 LDFLAGS += -g
33 endif
34
35 LDFLAGS += -ldl
36
37 CC := /usr/bin/gcc
38 CXX := /usr/bin/g++
39
40 OPENSSL_DIR := default
41
42 JDKDIR := /mnt/TTCN/Tools/jdk1.6.0_14
43
44 XMLDIR := default
45
46 AR := ar
This page took 0.030993 seconds and 5 git commands to generate.