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/images/tv/imedit/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/tv/imedit/mkpkg')
-rw-r--r-- | pkg/images/tv/imedit/mkpkg | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/pkg/images/tv/imedit/mkpkg b/pkg/images/tv/imedit/mkpkg new file mode 100644 index 00000000..438a8752 --- /dev/null +++ b/pkg/images/tv/imedit/mkpkg @@ -0,0 +1,38 @@ +# IMEDIT + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + +generic: + $ifolder (epreplace.x, epreplace.gx) + $generic -k epreplace.gx -o epreplace.x + $endif + ; + +libpkg.a: + $ifeq (USE_GENERIC, yes) $call generic $endif + + epbackground.x epix.h + epcol.x epix.h + epcolon.x epix.h + epconstant.x epix.h + epdisplay.x epix.h <imhdr.h> + epdosurface.x epix.h + epgcur.x epix.h + epgdata.x epix.h <imhdr.h> + epgsfit.x epix.h <math/gsurfit.h> + epimcopy.x <imhdr.h> + epinput.x epix.h + epline.x epix.h + epmask.x epix.h + epmove.x epix.h + epnoise.x + epreplace.x epix.h <imhdr.h> + epsearch.x epix.h <mach.h> + epsetpars.x epix.h <error.h> + epstatistics.x epix.h + epsurface.x + t_imedit.x epix.h <error.h> <imhdr.h> + ; |