diff options
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> + ; |