source: gs2-extensions/tdb/trunk/src/CASCADE-MAKE/TDBCLI.sh@ 30213

Last change on this file since 30213 was 25409, checked in by jmt12, 12 years ago

Adding cascade-make rules for the new tdbcli tool

  • Property svn:executable set to *
File size: 427 bytes
Line 
1#!/bin/bash
2
3package=tdbcli
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.