From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/dataio/import/mkpkg | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 pkg/dataio/import/mkpkg (limited to 'pkg/dataio/import/mkpkg') diff --git a/pkg/dataio/import/mkpkg b/pkg/dataio/import/mkpkg new file mode 100644 index 00000000..c12f77f6 --- /dev/null +++ b/pkg/dataio/import/mkpkg @@ -0,0 +1,37 @@ +# MKPKG file for the IMPORT task + +$call update +$exit + +update: + $checkout libpkg.a ../ + $update libpkg.a + $checkin libpkg.a ../ + ; + +generic: + $set GEN = "$$generic -k" + + $ifolder (generic/ipdb.x, ipdb.gx) + $(GEN) ipdb.gx -o generic/ipdb.x $endif + $ifolder (generic/ipfio.x, ipfio.gx) + $(GEN) ipfio.gx -o generic/ipfio.x $endif + $ifolder (generic/ipobands.x, ipobands.gx) + $(GEN) ipobands.gx -o generic/ipobands.x $endif + $ifolder (generic/ipproc.x, ipproc.gx) + $(GEN) ipproc.gx -o generic/ipproc.x $endif + ; + +libpkg.a: + $ifeq (USE_GENERIC, yes) $call generic $endif + @generic + @bltins + + fmtdb.x import.h + ipbuiltin.x import.h + ipinfo.x import.h + iplistpix.x + ipmkhdr.x import.h + t_import.x import.h + zzidbg.x import.h + ; -- cgit