aboutsummaryrefslogtreecommitdiff
path: root/scripts/cfsetup.csh.in
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-03-05 12:53:09 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-03-05 12:53:09 -0500
commit832b4b34ff8ce84a13751883c0822c16c152fe48 (patch)
treeedb4d7050c37ade55bc543de80e76e58c4486908 /scripts/cfsetup.csh.in
parent8f848043369b49e861942ce132181fed2c53c2d3 (diff)
downloadcalfuse-832b4b34ff8ce84a13751883c0822c16c152fe48.tar.gz
Massive rework
Diffstat (limited to 'scripts/cfsetup.csh.in')
-rw-r--r--scripts/cfsetup.csh.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/cfsetup.csh.in b/scripts/cfsetup.csh.in
new file mode 100644
index 0000000..8951b36
--- /dev/null
+++ b/scripts/cfsetup.csh.in
@@ -0,0 +1,9 @@
+# To execute, type "source cfsetup.csh"
+#
+set CF_DIR="@PREFIX@"
+set CF_VERSION="@VERSION@"
+setenv PATH "@PREFIX@/bin:${PATH}"
+setenv CF_CALDIR "@DATADIR@/calfiles"
+setenv CF_PARMDIR "@DATADIR@/parmfiles"
+setenv CF_IDLDIR "@DATADIR@/idl"
+