Titan Core Initial Contribution
[deliverable/titan.core.git] / makefiles / Makefile.personal.bangjohansen
1 ###############################################################################
2 # Copyright (c) 2000-2014 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
9 FLEX := /mnt/TTCN/Tools/flex-2.5.33/bin/flex
10 BISON := /mnt/TTCN/Tools/bison-2.3/bin/bison
11
12 #CC := /mnt/TTCN/Tools/gcc-4.1.1-sol10/bin/gcc
13 #CXX:= /mnt/TTCN/Tools/gcc-4.1.1-sol10/bin/g++
14
15 # Do not use on bangjohansen, ever!
16 # This is GCC 3.4.6 --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld
17 # Linking shared fails in core.
18 #CC := gcc
19 #CXX:= g++
20 #
21 # The following are --with-gnu-ld
22 CC := /mnt/TTCN/Tools/gcc-3.4.6-sol10/bin/gcc
23 CXX:= /mnt/TTCN/Tools/gcc-3.4.6-sol10/bin/g++
24
25 JDKDIR := /usr/jdk/instances/jdk1.5.0
26
27 export XMLDIR := /mnt/TTCN/Tools/libxml2-2.7.1
28
29 AR := ar
30
31 FOO = bar
32 STRIP := /mnt/TTCN/Tools/binutils-2.17-sol10/bin/strip
This page took 0.033497 seconds and 5 git commands to generate.