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