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