[AdgLDim] Using the new AdgEntity APIs
[adg.git] / cpml / Makefile.am
blob55b429f55381caa40b47e841cd3b51cfa6e1dfd3
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-arc.h \
11                                 cpml-close.h \
12                                 cpml-curve.h \
13                                 cpml-extents.h \
14                                 cpml-line.h \
15                                 cpml-pair.h \
16                                 cpml-primitive.h \
17                                 cpml-segment.h \
18                                 cpml-util.h
19 cpml_built_h_sources=
20 cpml_private_h_sources=         cpml-alloca.h
21 cpml_built_private_h_sources=
22 cpml_c_sources=                 cpml-arc.c \
23                                 cpml-close.c \
24                                 cpml-curve.c \
25                                 cpml-extents.c \
26                                 cpml-line.c \
27                                 cpml-pair.c \
28                                 cpml-primitive.c \
29                                 cpml-segment.c \
30                                 cpml-util.c
31 cpml_built_c_sources=
33 # targets
34 BUILT_SOURCES=                  $(cpml_built_h_sources) \
35                                 $(cpml_built_private_h_sources) \
36                                 $(cpml_built_c_sources)
38 libcpml_includedir=             $(includedir)/cpml
39 libcpml_include_DATA=           $(cpml_h_sources) \
40                                 $(cpml_built_h_sources)
42 lib_LTLIBRARIES=                libcpml.la
43 libcpml_la_LDFLAGS=             -release @PACKAGE_VERSION@
44 libcpml_la_LIBADD=              $(LTALLOCA)
45 libcpml_la_SOURCES=             $(cpml_h_sources) \
46                                 $(cpml_built_h_sources) \
47                                 $(cpml_private_h_sources) \
48                                 $(cpml_built_private_h_sources) \
49                                 $(cpml_c_sources) \
50                                 $(cpml_built_c_sources)