Reformat and clean up the automake files
[synfig.git] / ETL / trunk / ETL / Makefile.am
1 # $Id$
2
3 MAINTAINERCLEANFILES = \
4         Makefile.in
5
6 CLEANFILES = \
7         $(top_builddir)/ETL/etl_profile.h
8
9
10 etldir = $(includedir)/ETL
11
12 etl_HEADERS = \
13         value \
14         _value.h \
15         rect \
16         _rect.h \
17         misc \
18         _misc.h \
19         ref_count \
20         _ref_count.h \
21         angle \
22         fastangle \
23         handle \
24         ipc \
25         thread \
26         fixed \
27         random \
28         clock \
29         hermite \
30         calculus \
31         stringf \
32         trivial \
33         spline \
34         _stringf.h \
35         _bspline.h \
36         _calculus.h \
37         _mutex_null.h \
38         _hermite.h \
39         _curve_func.h \
40         _clock_base.h \
41         _clock_system.h \
42         _clock_gettimeofday.h \
43         _random.h \
44         _angle.h \
45         _fastangle.h \
46         _curve.h \
47         _handle.h \
48         _thread.h \
49         _mutex_pthreads.h \
50         _mutex_win32.h \
51         _condition.h \
52         _rwlock.h \
53         smach \
54         _smach.h \
55         _trivial.h \
56         _fixed.h \
57         etl_config.h \
58         $(top_builddir)/ETL/etl_profile.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 $(top_builddir)/ETL/etl_profile.h:$(top_builddir)/ETL/etl_profile_.h
81         sed "s/PACKAGE/ETL/g;" < $(top_builddir)/ETL/etl_profile_.h > $(top_builddir)/ETL/etl_profile.h
82
83
84 # FIXME: figure out why this is in SVN, but isn't installed
85 EXTRA_DIST = \
86         _bit_rotate.h