source: gs2-extensions/tdb/trunk/src/CASCADE-MAKE/JNI.sh@ 30250

Last change on this file since 30250 was 30250, checked in by jmt12, 9 years ago

Change to the version name to more accurately reflect how mature this code is (i.e. I just wrote it last week... so calling it version 1.0 was a bit wishful)

  • Property svn:executable set to *
File size: 519 bytes
Line 
1#!/bin/bash
2
3package=jni
4version=-0.1
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 "CPPFLAGS=\"-I${GEXTTDBEDIT_INSTALLED}/include\"" "LDFLAGS=\"-L${GEXTTDBEDIT_INSTALLED}/lib\""
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.