source: trunk/instant/irappture.in @ 1730

Last change on this file since 1730 was 1730, checked in by gah, 14 years ago
  • Property svn:executable set to *
File size: 1016 bytes
Line 
1#!/bin/sh
2# ----------------------------------------------------------------------
3#  RAPPTURE
4#
5#  This is the main script that most people use to invoke the
6#  Instant Rappture GUI builder.  It sets environment variables so
7#  that the builder script will work properly for the current
8#  installation.
9#
10# ======================================================================
11#  AUTHOR:  Michael McLennan, Purdue University
12#  Copyright (c) 2004-2010  Purdue Research Foundation
13#
14#  See the file "license.terms" for information on usage and
15#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
16# ======================================================================
17
18prefix          = @prefix@
19exec_prefix     = @exec_prefix@
20bindir          = @bindir@
21libdir          = @libdir@
22datadir         = @datadir@
23datarootdir     = @datarootdir@
24mandir          = @mandir@
25includedir      = @includedir@
26prefix          = @prefix@
27TCL_VERSION     = @TCL_VERSION@
28
29. ${bindir}/rappture.env
30exec ${bindir}/bin/wish${TCL_VERSION} ${libdir}/lib/instant/main.tcl $*
Note: See TracBrowser for help on using the repository browser.