Typo corrected
[deliverable/titan.core.git] / makefiles / Makefile.personal.bangjohansen
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
9FLEX := /mnt/TTCN/Tools/flex-2.5.33/bin/flex
10BISON := /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
22CC := /mnt/TTCN/Tools/gcc-3.4.6-sol10/bin/gcc
23CXX:= /mnt/TTCN/Tools/gcc-3.4.6-sol10/bin/g++
24
25JDKDIR := /usr/jdk/instances/jdk1.5.0
26
27export XMLDIR := /mnt/TTCN/Tools/libxml2-2.7.1
28
29AR := ar
30
31FOO = bar
32STRIP := /mnt/TTCN/Tools/binutils-2.17-sol10/bin/strip
This page took 0.025564 seconds and 5 git commands to generate.