diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/dataio/export/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/dataio/export/mkpkg')
-rw-r--r-- | pkg/dataio/export/mkpkg | 36 |
1 files changed, 36 insertions, 0 deletions
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 <mach.h> + excmap.x cmaps.inc export.h <lexnum.h> + exhdr.x export.h <error.h> <fset.h> <imhdr.h> \ + <imio.h> <mach.h> <time.h> + expreproc.x exfcn.h cmaps.inc export.h <ctype.h> <error.h> + exrgb8.x export.h <imhdr.h> + exzscale.x export.h <error.h> <evvexpr.h> + t_export.x export.h <ctype.h> <error.h> <evvexpr.h> \ + <fset.h> <imhdr.h> <mach.h> + zzedbg.x exbltins.h export.h <evvexpr.h> + ; |