From: andy Date: Fri, 6 Oct 2000 00:18:07 +0000 (+0000) Subject: [project @ 2000-10-06 00:18:07 by andy] X-Git-Tag: Approximately_9120_patches~3681 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=66daa5d0e20af235dc67783af9ec6a2540272dc5;p=ghc-hetmet.git [project @ 2000-10-06 00:18:07 by andy] Adding depend info --- diff --git a/ghc/tests/programs/galois_raytrace/Makefile b/ghc/tests/programs/galois_raytrace/Makefile index f181efd..1aa3b51 100644 --- a/ghc/tests/programs/galois_raytrace/Makefile +++ b/ghc/tests/programs/galois_raytrace/Makefile @@ -7,3 +7,53 @@ all :: runtest include $(TOP)/mk/target.mk +# DO NOT DELETE: Beginning of Haskell dependencies +CSG.o : CSG.hs +CSG.o : ./Construct.hi +CSG.o : ./Geometry.hi +CSG.o : ./Intersections.hi +CSG.o : ./Interval.hi +CSG.o : ./Misc.hi +Construct.o : Construct.hs +Construct.o : ./Geometry.hi +Data.o : Data.hs +Data.o : ./CSG.hi +Data.o : ./Geometry.hi +Data.o : ./Illumination.hi +Data.o : ./Primitives.hi +Data.o : ./Surface.hi +Eval.o : Eval.hs +Eval.o : ./Geometry.hi +Eval.o : ./CSG.hi +Eval.o : ./Surface.hi +Eval.o : ./Data.hi +Eval.o : ./Parse.hi +Geometry.o : Geometry.hs +Illumination.o : Illumination.hs +Illumination.o : ./Geometry.hi +Illumination.o : ./CSG.hi +Illumination.o : ./Surface.hi +Illumination.o : ./Misc.hi +Intersections.o : Intersections.hs +Intersections.o : ./Construct.hi +Intersections.o : ./Geometry.hi +Intersections.o : ./Interval.hi +Intersections.o : ./Misc.hi +Interval.o : Interval.hs +Interval.o : ./Geometry.hi +Main.o : Main.hs +Main.o : ./Parse.hi +Main.o : ./Eval.hi +Misc.o : Misc.hs +Parse.o : Parse.hs +Parse.o : ./Data.hi +Pixmap.o : Pixmap.hs +Primitives.o : Primitives.hs +RayTrace.o : RayTrace.hs +RayTrace.o : ./Illumination.hi +RayTrace.o : ./Surface.hi +Surface.o : Surface.hs +Surface.o : ./Geometry.hi +Surface.o : ./CSG.hi +Surface.o : ./Misc.hi +# DO NOT DELETE: End of Haskell dependencies