SRCS_F= gukine.F guout.F gustep.F gutrev.F main.F ufiles.F ugeom.F uginit.F \ @@\
	uglast.F uhinit.F viewyz.F

DefinePackageLibrary(NullParameter)

CernlibFortranProgramTarget(exam8,$(OBJS),$(PACKAGE_LIB),$(PACKAGE_LIB),graflib packlib)

TestTarget(exam8,gexam8.dat,gexam8.input)

gexam8.input: g321x8.inp
	$(CP) $< $@

gexam8.dat: exam8.dat
	$(CP) $< $@

