[project @ 2000-10-06 00:18:07 by andy]
[ghc-hetmet.git] / ghc / tests / programs / galois_raytrace / Makefile
1 TOP = ..
2 include $(TOP)/mk/boilerplate.mk
3
4 SRC_HC_OPTS += -package text -package lang
5
6 all :: runtest
7
8 include $(TOP)/mk/target.mk
9
10 # DO NOT DELETE: Beginning of Haskell dependencies
11 CSG.o : CSG.hs
12 CSG.o : ./Construct.hi
13 CSG.o : ./Geometry.hi
14 CSG.o : ./Intersections.hi
15 CSG.o : ./Interval.hi
16 CSG.o : ./Misc.hi
17 Construct.o : Construct.hs
18 Construct.o : ./Geometry.hi
19 Data.o : Data.hs
20 Data.o : ./CSG.hi
21 Data.o : ./Geometry.hi
22 Data.o : ./Illumination.hi
23 Data.o : ./Primitives.hi
24 Data.o : ./Surface.hi
25 Eval.o : Eval.hs
26 Eval.o : ./Geometry.hi
27 Eval.o : ./CSG.hi
28 Eval.o : ./Surface.hi
29 Eval.o : ./Data.hi
30 Eval.o : ./Parse.hi
31 Geometry.o : Geometry.hs
32 Illumination.o : Illumination.hs
33 Illumination.o : ./Geometry.hi
34 Illumination.o : ./CSG.hi
35 Illumination.o : ./Surface.hi
36 Illumination.o : ./Misc.hi
37 Intersections.o : Intersections.hs
38 Intersections.o : ./Construct.hi
39 Intersections.o : ./Geometry.hi
40 Intersections.o : ./Interval.hi
41 Intersections.o : ./Misc.hi
42 Interval.o : Interval.hs
43 Interval.o : ./Geometry.hi
44 Main.o : Main.hs
45 Main.o : ./Parse.hi
46 Main.o : ./Eval.hi
47 Misc.o : Misc.hs
48 Parse.o : Parse.hs
49 Parse.o : ./Data.hi
50 Pixmap.o : Pixmap.hs
51 Primitives.o : Primitives.hs
52 RayTrace.o : RayTrace.hs
53 RayTrace.o : ./Illumination.hi
54 RayTrace.o : ./Surface.hi
55 Surface.o : Surface.hs
56 Surface.o : ./Geometry.hi
57 Surface.o : ./CSG.hi
58 Surface.o : ./Misc.hi
59 # DO NOT DELETE: End of Haskell dependencies