; Project trees:
lineage
	.
;	AMD64
;	Syllable
	Linux
	Linux-Syllable

environment
;	Default anonymous access to the Syllable CVS repository:
	CVSROOT		:pserver:anonymous@syllable.cvs.sourceforge.net:/cvsroot/syllable
;	If you have write access:
;	CVSROOT		:ext:<Your SF user name here>@syllable.cvs.sourceforge.net:/cvsroot/syllable

; Revision in the source repository:
;revision		HEAD

; native-env and ports-env must define the same variables:

native-env
;	Default compiler settings for native modules:
	CFLAGS		-Wall -pipe -march=i486 -O2
	CXXFLAGS	-Wall -pipe -march=i486 -O2

ports-env
;	Default compiler settings for ports:
	CFLAGS		-pipe -march=i486 -O2
	CXXFLAGS	-pipe -march=i486 -O2

; Location in CVS we want, if not the CVS root:
cvs-path		syllable/system

; Location of source packages, if not Builder/sources/:
;sources-path	/media/data/sources

; For cross-compilation:
;target			i586-pc-syllable

; Isolate build in staging area from headers and libraries on the build host:
;isolate-stage
; Link (and run) newly built shared libraries on the build host to bootstrap:
bootstrap
; Run newly built executables and shared libraries on the build host to bootstrap:
;bootstrap		full

; Include version number in the installation path prefix of ports:
;include-version

; Don't strip binaries:
;no-strip
