[AdgArrowStyle] Hidden private struct
[adg.git] / cpml / Makefile.am
blob250d7b604579c7bc659b9b95a1979e6edaedde1c
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-line.h \
14                                 cpml-macros.h \
15                                 cpml-pair.h \
16                                 cpml-primitive.h \
17                                 cpml-segment.h
18 cpml_built_h_sources=
19 cpml_private_h_sources=         cpml-alloca.h
20 cpml_built_private_h_sources=
21 cpml_c_sources=                 cpml-arc.c \
22                                 cpml-close.c \
23                                 cpml-curve.c \
24                                 cpml-line.c \
25                                 cpml-pair.c \
26                                 cpml-primitive.c \
27                                 cpml-segment.c
28 cpml_built_c_sources=
30 # targets
31 BUILT_SOURCES=                  $(cpml_built_h_sources) \
32                                 $(cpml_built_private_h_sources) \
33                                 $(cpml_built_c_sources)
35 libcpml_includedir=             $(includedir)/cpml
36 libcpml_include_DATA=           $(cpml_h_sources) \
37                                 $(cpml_built_h_sources)
39 lib_LTLIBRARIES=                libcpml.la
40 libcpml_la_LDFLAGS=             -release @PACKAGE_VERSION@
41 libcpml_la_LIBADD=              $(LTALLOCA)
42 libcpml_la_SOURCES=             $(cpml_h_sources) \
43                                 $(cpml_built_h_sources) \
44                                 $(cpml_private_h_sources) \
45                                 $(cpml_built_private_h_sources) \
46                                 $(cpml_c_sources) \
47                                 $(cpml_built_c_sources)