#!/bin/sh # # Copyright (C) 2002-2006 David Beckett http://purl.org/net/dajobe/ # Copyright (C) 2002-2005 University of Bristol, UK http://www.bristol.ac.uk/ # # This package is Free Software and part of Redland http://librdf.org/ # # It is licensed under the following three licenses as alternatives: # 1. GNU Lesser General Public License (LGPL) V2.1 or any newer version # 2. GNU General Public License (GPL) V2 or any newer version # 3. Apache License, V2.0 or any newer version # # You may not use this file except in compliance with at least one of # the above three licenses. # # See LICENSE.html or LICENSE.txt at the top of this package for the # complete terms and further detail along with the license texts for # the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively. # # # # usage() { cat<&2 fi while test $# -gt 0; do case "$1" in -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; *) optarg= ;; esac case $1 in --version) echo 1.4.15 exit 0 ;; --cflags) echo_cflags=yes ;; --libs) echo_libs=yes ;; --help|usage) usage 0 ;; *) usage 1 1>&2 ;; esac shift done if test "$echo_cflags" = "yes"; then echo -I/mnt/gmirror/ports/textproc/raptor/work/raptor-1.4.15/src fi if test "$echo_libs" = "yes"; then echo '-L/mnt/gmirror/ports/textproc/raptor/work/raptor-1.4.15/src/.libs -lraptor -L/usr/local/lib -lcurl -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssl -lcrypto -lssl -lcrypto -lz -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm -L/usr/local/lib -lxslt -lxml2 -lz -liconv -lm' fi