source: gs2-extensions/tdb-edit/trunk/src/src/CASCADE-MAKE/TXT2TDB.sh@ 23997

Last change on this file since 23997 was 23997, checked in by jmt12, 13 years ago

New cascade make scripts for all of the various GDBM utilities that 'm going to need to port to TDB

  • Property svn:executable set to *
File size: 428 bytes
Line 
1#!/bin/bash
2
3package=txt2tdb
4version=-src
5
6progname=$0
7
8source ../cascade-make/lib/cascade-lib.bash GEXTTDBEDIT ../.. $*
9
10prefix=$GEXTTDBEDIT_INSTALLED
11
12opt_run_configure $force_config $auto_config $package $version $prefix
13
14opt_run_make $compile $package $version
15opt_run_make $install $package $version "install"
16opt_run_make $clean $package $version "clean"
17opt_run_make $distclean $package $version "distclean"
18
19
20
21
22
Note: See TracBrowser for help on using the repository browser.