[configure.ac] Bumped version to 0.3.2
[adg.git] / cpml / Makefile.am
blobca41081781316f13925e53407e1c31046db1eda6
1 ## Process this file with automake to produce Makefile.in
3 AM_CFLAGS=                      @CAIRO_CFLAGS@ \
4                                 -I$(top_srcdir)
5 AM_LDFLAGS=                     @CAIRO_LIBS@
8 # file groups
9 cpml_h_sources=                 cpml.h \
10                                 cpml-pair.h \
11                                 cpml-path.h
12 cpml_built_h_sources=
13 cpml_private_h_sources=
14 cpml_built_private_h_sources=
15 cpml_c_sources=                 cpml-pair.c \
16                                 cpml-path.c
17 cpml_built_c_sources=
19 # targets
20 BUILT_SOURCES=                  $(cpml_built_h_sources) \
21                                 $(cpml_built_private_h_sources) \
22                                 $(cpml_built_c_sources)
24 libcpml_includedir=             $(includedir)/cpml
25 libcpml_include_DATA=           $(cpml_h_sources) \
26                                 $(cpml_built_h_sources)
28 lib_LTLIBRARIES=                libcpml.la
29 libcpml_la_LDFLAGS=             -release @PACKAGE_VERSION@
30 libcpml_la_SOURCES=             $(cpml_h_sources) \
31                                 $(cpml_built_h_sources) \
32                                 $(cpml_private_h_sources) \
33                                 $(cpml_built_private_h_sources) \
34                                 $(cpml_c_sources) \
35                                 $(cpml_built_c_sources)