Merge pull request #66 from BenceJanosSzabo/master
[deliverable/titan.core.git] / makefiles / Makefile.personal.bangjohansen
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 # Ormandi, Matyas
12 # Pandi, Krisztian
13 #
14 ##############################################################################
15
16 FLEX := /mnt/TTCN/Tools/flex-2.5.33/bin/flex
17 BISON := /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
29 CC := /mnt/TTCN/Tools/gcc-3.4.6-sol10/bin/gcc
30 CXX:= /mnt/TTCN/Tools/gcc-3.4.6-sol10/bin/g++
31
32 JDKDIR := /usr/jdk/instances/jdk1.5.0
33
34 export XMLDIR := /mnt/TTCN/Tools/libxml2-2.7.1
35
36 AR := ar
37
38 FOO = bar
39 STRIP := /mnt/TTCN/Tools/binutils-2.17-sol10/bin/strip
This page took 0.039392 seconds and 5 git commands to generate.