Merge pull request #61 from BenceJanosSzabo/master
[deliverable/titan.core.git] / makefiles / Makefile.personal.bangjohansen
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# Ormandi, Matyas
12# Pandi, Krisztian
13#
14##############################################################################
970ed795
EL
15
16FLEX := /mnt/TTCN/Tools/flex-2.5.33/bin/flex
17BISON := /mnt/TTCN/Tools/bison-2.3/bin/bison
18
19#CC := /mnt/TTCN/Tools/gcc-4.1.1-sol10/bin/gcc
20#CXX:= /mnt/TTCN/Tools/gcc-4.1.1-sol10/bin/g++
21
22# Do not use on bangjohansen, ever!
23# This is GCC 3.4.6 --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld
24# Linking shared fails in core.
25#CC := gcc
26#CXX:= g++
27#
28# The following are --with-gnu-ld
29CC := /mnt/TTCN/Tools/gcc-3.4.6-sol10/bin/gcc
30CXX:= /mnt/TTCN/Tools/gcc-3.4.6-sol10/bin/g++
31
32JDKDIR := /usr/jdk/instances/jdk1.5.0
33
34export XMLDIR := /mnt/TTCN/Tools/libxml2-2.7.1
35
36AR := ar
37
38FOO = bar
39STRIP := /mnt/TTCN/Tools/binutils-2.17-sol10/bin/strip
This page took 0.024896 seconds and 5 git commands to generate.