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