#!/bin/sh # gnomake: set the appropriate envirnoment variables and run make # Author: Raffaele Sena (raff@aromatic.com) # ...Another Aromatic Production (TM) # if [ "$GNOME" = "" ]; then GNOME=/usr/local/gnome fi LD_LIBRARY_PATH=$GNOME/lib PATH=$PATH:$GNOME/bin exec make $*