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/export/mkpkg | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pkg/dataio/export/mkpkg (limited to 'pkg/dataio/export/mkpkg') diff --git a/pkg/dataio/export/mkpkg b/pkg/dataio/export/mkpkg new file mode 100644 index 00000000..986450a7 --- /dev/null +++ b/pkg/dataio/export/mkpkg @@ -0,0 +1,36 @@ +# MKPKG file for the EXPORT task + +$call update +$exit + +update: + $checkout libpkg.a ../ + $update libpkg.a + $checkin libpkg.a ../ + ; + +generic: + $set GEN = "$$generic -k" + $ifolder (generic/exobands.x, exobands.gx) + $(GEN) exobands.gx -o generic/exobands.x $endif + $ifolder (generic/exraster.x, exraster.gx) + $(GEN) exraster.gx -o generic/exraster.x $endif + ; + +libpkg.a: + $ifeq (USE_GENERIC, yes) $call generic $endif + + @generic # compile the generic format code + @bltins # compile the builtin format code + + exbltins.x exbltins.h export.h + excmap.x cmaps.inc export.h + exhdr.x export.h \ + + expreproc.x exfcn.h cmaps.inc export.h + exrgb8.x export.h + exzscale.x export.h + t_export.x export.h \ + + zzedbg.x exbltins.h export.h + ; -- cgit