Attempt to fix nightly build.
[AROS-Contrib.git] / gfx / povray / mmakefile.src
blobc93310453c1c347a577d436115bf04a31d529af6
2 include $(SRCDIR)/config/aros.cfg
4 EXEDIR := $(AROS_CONTRIB)/MultiMedia/Gfx/POVRay
6 FILES = aros     \
7         atmosph  \
8         bbox     \
9         bcyl     \
10         bezier   \
11         blob     \
12         boxes    \
13         bsphere  \
14         camera   \
15         chi2     \
16         colour   \
17         cones    \
18         csg      \
19         discs    \
20         express  \
21         fractal  \
22         gif      \
23         gifdecod \
24         hcmplx   \
25         hfield   \
26         iff      \
27         image    \
28         interior \
29         lathe    \
30         lbuffer  \
31         lighting \
32         matrices \
33         media    \
34         mem      \
35         mesh     \
36         normal   \
37         objects  \
38         octree   \
39         optin    \
40         optout   \
41         parse    \
42         parstxtr \
43         pattern  \
44         pgm      \
45         pigment  \
46         planes   \
47         png_pov  \
48         point    \
49         poly     \
50         polygon  \
51         polysolv \
52         povray   \
53         ppm      \
54         prism    \
55         quadrics \
56         quatern  \
57         rad_data \
58         radiosit \
59         ray      \
60         render   \
61         sor      \
62         spheres  \
63         super    \
64         targa    \
65         texture  \
66         tokenize \
67         torus    \
68         triangle \
69         truetype \
70         txttest  \
71         userio   \
72         vbuffer  \
73         vlbuffer \
74         warps
76 #MM povray : includes linklibs linklibs-png
78 NOWARN_FLAGS := $(NOWARN_ARRAY_BOUNDS)
79 USER_CFLAGS := $(NOWARN_FLAGS)
81 %build_prog mmake=povray \
82     progname=povray targetdir=$(EXEDIR) \
83     files=$(FILES) uselibs="png z"
85 %common