source: gs3-extensions/audioDB/trunk/src/packages/CASCADE-MAKE.sh@ 24330

Last change on this file since 24330 was 24329, checked in by davidb, 13 years ago

Flex and Bison are needed to compile up gSoap

  • Property svn:executable set to *
File size: 319 bytes
Line 
1#!/bin/bash
2
3source ../cascade-make/lib/cascade-lib.bash GEXT_AUDIODB .. $*
4
5for d in FFTW LIBSNDFILE FLEX BISON GSOAP GENGETOPT GSL HELP2MAN ; do
6 echo " Running CASCADE-MAKE/$d.sh"
7
8 ./CASCADE-MAKE/$d.sh $*
9
10 if [ $? != 0 ] ; then
11 echo "Error encountered running CASCADE-MAKE/$d.sh"
12 exit 1
13 fi
14done
Note: See TracBrowser for help on using the repository browser.