diff options
Diffstat (limited to 'vo/votools/mkpkg')
-rw-r--r-- | vo/votools/mkpkg | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/vo/votools/mkpkg b/vo/votools/mkpkg new file mode 100644 index 00000000..5b078632 --- /dev/null +++ b/vo/votools/mkpkg @@ -0,0 +1,40 @@ +# Make the VO package compiled tasks. + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $set LIBS = "-lasttools -lxtools -lstg -lds -ltbtables -lslalib" + + $update libpkg.a + $omake x_votools.x + $link x_votools.o libpkg.a $(LIBS) -o xx_votools.e + ; + +install: + $move xx_votools.e vobin$x_votools.e + ; + + +libpkg.a: + $set XFLAGS = "$(XFLAGS) -g -q" + + @gasplib + + console.x + resdb.x + t_dalclient.x <ctype.h> + t_makewcs.x <imhdr.h> <error.h> <imhdr.h> <imio.h> <mach.h> <math.h> + t_sbquery.x <time.h> + t_sesame.x + t_vodata.x + t_votcopy.x + t_votsize.x + t_votget.x + t_dispname.x + ; |