# Make the VOLUMES tasks. $call relink $exit update: $call relink $call install ; relink: $set LIBS = "-lxtools" $update libpkg.a $omake x_vol.x $link x_vol.o libpkg.a $(LIBS) -o xx_vol.e ; install: $move xx_vol.e bin$x_vol.e ; tfiles: $ifolder (vtransmit.x, vtransmit.gx) $generic -k vtransmit.gx -o vtransmit.x $endif $ifolder (imjoin.x, imjoin.gx) $generic -k imjoin.gx -o imjoin.x $endif ; libpkg.a: $ifeq (USE_GENERIC, yes) $call tfiles $endif t_pvol.x pvol.h vproject.x pvol.h vmatrix.x pvol.h vtransmit.x pvol.h vgetincr.x pvol.h pv_gmem.x t_imjoin.x imjoin.x imminmax.x @im3dtran @i2sun ;