Add some changes to make ETL more suitable for Fedora:
[synfig.git] / ETL / trunk / ETL / Makefile.am
1 # $Id$
2
3 MAINTAINERCLEANFILES = \
4         Makefile.in
5
6
7 etlconfigdir = $(libdir)/ETL/include
8
9 etlconfig_DATA = $(builddir)/etl_profile.h
10
11 etldir = $(includedir)/ETL
12
13 etl_HEADERS = \
14         value \
15         _value.h \
16         rect \
17         _rect.h \
18         misc \
19         _misc.h \
20         ref_count \
21         _ref_count.h \
22         angle \
23         fastangle \
24         handle \
25         ipc \
26         thread \
27         fixed \
28         random \
29         clock \
30         hermite \
31         calculus \
32         stringf \
33         trivial \
34         spline \
35         _stringf.h \
36         _bspline.h \
37         _calculus.h \
38         _mutex_null.h \
39         _hermite.h \
40         _curve_func.h \
41         _clock_base.h \
42         _clock_system.h \
43         _clock_gettimeofday.h \
44         _random.h \
45         _angle.h \
46         _fastangle.h \
47         _curve.h \
48         _handle.h \
49         _thread.h \
50         _mutex_pthreads.h \
51         _mutex_win32.h \
52         _condition.h \
53         _rwlock.h \
54         smach \
55         _smach.h \
56         _trivial.h \
57         _fixed.h \
58         etl_config.h \
59         _fastangle_tables.h \
60         bezier \
61         _bezier.h \
62         _bezier_angle.h \
63         _status.h \
64         status \
65         pen \
66         _pen.h \
67         boxblur \
68         _boxblur.h \
69         gaussian \
70         _gaussian.h \
71         surface \
72         _surface.h \
73         smart_ptr \
74         _smart_ptr.h \
75         _clock_win32hpcount.h \
76         mutex \
77         _mutex_pthreads_simple.h
78
79
80 # FIXME: figure out why this is in SVN, but isn't installed
81 EXTRA_DIST = \
82         _bit_rotate.h