summaryrefslogtreecommitdiff
path: root/scripts/ac_iraf_defs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ac_iraf_defs')
-rw-r--r--scripts/ac_iraf_defs21
1 files changed, 21 insertions, 0 deletions
diff --git a/scripts/ac_iraf_defs b/scripts/ac_iraf_defs
new file mode 100644
index 0000000..fe5aca8
--- /dev/null
+++ b/scripts/ac_iraf_defs
@@ -0,0 +1,21 @@
+# Some common IRAF-package name definitions for the sh scripts in this dir.
+# (also see separate defs. in the python scripts for now)
+
+extern_dir="iraf_extern"
+extern_pkg="extern.pkg"
+
+pkg_extpkg="ur_extern.pkg"
+pkg_manifest="ur_manifest"
+pkg_patterns="ur_mkpkg_patterns"
+pkg_mkpkg_cmd="ur_mkpkg_cmd"
+pkg_mkhelp_cmd="ur_mkhelp_cmd"
+pkg_omit_list="numrec_list.txt"
+
+log_name="build_log"
+err_log_name="build_log.errors"
+help_log_name="help_log"
+
+# Files to copy from the recipe to the build (if present):
+ac_iraf_files="$pkg_extpkg $pkg_manifest $pkg_patterns $pkg_mkpkg_cmd\
+ $pkg_mkhelp_cmd $pkg_omit_list"
+