% Copyright (C) 1994, Digital Equipment Corporation
% All rights reserved.
% See the file COPYRIGHT for a full description.
%
% Last modified on Thu Jun  2 00:25:36 PDT 1994 by mhb   
%      modified on Mon May  2 16:06:49 PDT 1994 by kalsow
%      modified on Mon Jan 24 10:00:35 PST 1994 by najork
%      modified on Thu Jul  8 11:26:02 PDT 1993 by steveg
%      modified on Wed Sep  2 23:24:27 PDT 1992 by johnh
%      modified on Fri May 22 17:07:59 PDT 1992 by muller

template(m3zume)

LibExport (algdata.awk)
LibExport (algimport.awk)
LibExport (fixspaces.sed)
LibExport (fmtlines.awk)
LibExport (importlist.awk)
LibExport (transform.awk)
LibExport (uncomm.awk)

LibExport (algtem.i3)
LibExport (algtem.m3)
LibExport (datatem.i3)
LibExport (datatem.m3)
LibExport (Junotem.i3)
LibExport (Junotem.m3)
LibExport (Obliqtem.i3)
LibExport (Obliqtem.m3)
LibExport (Obliq3Dtem.i3)
LibExport (Obliq3Dtem.m3)
/*
LibExport (GEFtem.i3)
LibExport (GEFtem.m3)
*/
LibExport (viewtem.i3)
LibExport (viewtem.m3)
LibExport (view3Dtem.i3)
LibExport (view3Dtem.m3)
LibExport (ietem.i3)
LibExport (ietem.m3)
LibExport (ie3Dtem.i3)
LibExport (ie3Dtem.m3)
LibExport (transtem.i3)
LibExport (transtem.m3)
LibExport (transtem.fv)
LibExport (edtem.fv)

if not defined("ZUME_LIB")
  ZUME_LIB = LIB_INSTALL
end

if defined("_all")
  if stale("m3zume", path_of("m3zume"))
     exec("sed -e 's:BBB:" & ZUME_LIB & ":g' <", path_of("m3zume"), "> m3zume")
     exec("chmod 755 m3zume")
  end
end

BindExport (m3zume)

ManPage (m3zume,1)

gen_m3exports("m3zume package")
if defined ("_all")
  install_derived (M3EXPORTS)
  install_sources()
end

