#! /bin/sh # # The contents of this file are subject to the Initial # Developer's Public License Version 1.0 (the "License"); # you may not use this file except in compliance with the # License. You may obtain a copy of the License at # http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_idpl. # # Software distributed under the License is distributed AS IS, # WITHOUT WARRANTY OF ANY KIND, either express or implied. # See the License for the specific language governing rights # and limitations under the License. # # The Original Code was created by Mark O'Donohue # for the Firebird Open Source RDBMS project. # # Copyright (c) Mark O'Donohue # and all contributors signed below. # # All Rights Reserved. # Contributor(s): ______________________________________. # # stored configuration values fb_install_prefix=/usr/lib64/firebird fb_bindir=/usr/bin fb_libdir=/usr/lib64 fb_incdir=/usr/include fb_udfdir=/usr/lib64/firebird/UDF fb_sbindir=/usr/sbin fb_confdir=/etc/firebird fb_docdir=/usr/share/doc/firebird-3.0.10.33601.0-r2 fb_sampledir=/usr/share/firebird/examples fb_sampledbdir=/usr/share/firebird/examples/empbuild fb_helpdir=/usr/share/firebird/help fb_intldir=/usr/lib64/firebird/intl fb_miscdir=/usr/share/firebird fb_securedbdir=/etc/firebird fb_msgdir=/usr/share/firebird/msg fb_logdir=/var/log/firebird/ fb_glockdir=/var/run/firebird fb_pluginsdir=/usr/lib64/firebird/plugins fb_cflags="-I$fb_incdir" fb_libs="-L$fb_libdir -lfbclient" BuildVersion=3.0.10.33601 PackageVersion=0 CpuType=amd64 Version="$BuildVersion-$PackageVersion.$CpuType" fb_version=$Version usage() { cat <