# Currently mirrored at http://vhl-tools.sf.net/snow-src/
DEBSRCDIR = $(HOME)/woody-src
# Dumping ground for extracting source packages.  
UNPACKDIR = /tmp/rpm-unpack

# At some point, this will support automatic fetching.
DEBURL=http://http.us.debian.org/debian/pool/main
# DEBURL=http://debian.lcs.mit.edu/debian/pool/main

# A scratch directory; sources unpacked here.
SRCDIR = /proj/capella/src

# Another scratch directory; packages that support separate src/build
# directories are built here.
BUILDDIR = /proj/capella/build

# Make sure that $(INSTALLDIR)/bin is in your path.
INSTALLDIR = /proj/capella/install
# This is a bad idea if you already have anything in /opt/snow-gcc
#INSTALLDIR = /opt/snow-gcc

BUILD_ALIAS = i386-linux
HOST_ALIAS = mipsel-linux

# linux-mips kernel headers
#KERNEL_HEADERS = /proj/l5/linux/include
KERNEL_HEADERS = $(INSTALLDIR)/src/kernel-include-linux-vr-2001-05-17
KERNEL_HEADERS_TAR = $(DEBSRCDIR)/kernel-include-linux-vr-2001-05-17.tar.gz

# This is probably nonfunctional now.
# if you want debugging libs:
#STRIP_LIBRARY=:
# else
STRIP_LIBRARY=mipsel-linux-strip -g

# If you're building VRPs, put a fresh copy of Brian Webb's VRP tree here:
VRP_BUILD_TREE=/proj/agenda-capella
