# Make the compiled tasks in the GMOS sub-package

$call   relink
$exit

update:
        $call relink
        $call install
        ;

relink:
        $set LIBS = "-lgemini -ltbtables -lpdainterp"  # -lmef
        $update libpkg.a
        $omake x_gmos.x
        $link x_gmos.o libpkg.a $(LIBS) -o xx_gmos.e
        ;

install:
        $move xx_gmos.e gembin$x_gmos.e

libpkg.a:
        t_gfcube.x  <gemini.h> <error.h> <imhdr.h> <tbset.h>
        ;

