## ## NGPT - Next Generation POSIX Threading ## Copyright (c) 2001 IBM Corporation ## Portions Copyright (c) 1999-2000 Ralf S. Engelschall ## ## This file is part of BlueThreads, a non-preemptive thread scheduling ## library which can be found at http://www.ibm.com/developer ## ## This library is free software; you can redistribute it and/or ## modify it under the terms of the GNU Lesser General Public ## License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. ## ## This library is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## Lesser General Public License for more details. ## ## You should have received a copy of the GNU Lesser General Public ## License along with this library; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 ## USA. ## ## config.param: predefined configure command line parameters ## # ``Die Abk. fuer Abk. ist Abk.'' (german) # Common parameters common { --prefix=/usr/local --enable-batch --enable-pthread --enable-maintainer --enable-syscall-hard --with-mctx-mth=sjlj --with-mctx-dsp=ssjlj --with-mctx-stk=sas } # build for developing (IBM) # (developer machine only) devel { --prefix=/usr/local/ngpt IF test -d /usr/local/ngpt/ --enable-debug } # build for developing (IBM) using memory leak detection # (developer machine only) # [Hint: dmalloc -l dmalloc.log -i 1 debug3] memory { --prefix=/usr/local/ngpt IF test -d /usr/local/ngpt/ --enable-debug --with-dmalloc } # build for developing with verbose debug info (IBM) # (developer machine only) verbose { --prefix=/usr/local/ngpt IF test -d /usr/local/ngpt/ --enable-verbose-debug } # build for testing (IBM) test { --prefix=/usr/local/ngpt IF test -d /usr/local/ngpt/ --enable-optimize } # build for test install (IBM) # (developer machine only) install { } # build standard release configuration # std { } # build standard release configuration # without the kernel patch enabled # no-patch { --disable-kernel-patch }