Merge pull request #66 from BenceJanosSzabo/master
[deliverable/titan.core.git] / makefiles / Makefile.personal.tcclab7
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 # Baji, Laszlo
10 # Balasko, Jeno
11 # Pilisi, Gergely
12 #
13 ##############################################################################
14 # Based on /etc/autotest/titan_builder_cfg.py
15
16 # DEBUG can not be changed here
17
18 FLEX := /usr/bin/flex
19 BISON := /usr/bin/bison
20
21 COMPILERFLAGS += -Wall -Wlogical-op -I/home/titanrt/jenkins/jdk/jdk64/include -I/usr/include
22
23 ifeq ($(DEBUG), yes)
24 #COMPILERFLAGS += -fvar-tracking -O1
25 else
26 COMPILERFLAGS += -g
27 LDFLAGS += -g
28 endif
29
30 CC := /usr/bin/gcc
31 CXX := /usr/bin/g++
32
33 OPENSSL_DIR := default
34
35 JDKDIR := /home/titanrt/jenkins/jdk/jdk64
36
37
38 XMLDIR := default
39
40 AR := ar
This page took 0.031656 seconds and 5 git commands to generate.