[AdgTableStyle] Removed useless includes
[adg.git] / src / cpml / Makefile.am
blob9b5276f31c5f71dd9dee9a2cb16d27ef9356ddab
1 include $(top_srcdir)/build/Makefile.am.common
4 # file groups
5 h_sources=                      cpml-arc.h \
6                                 cpml-curve.h \
7                                 cpml-extents.h \
8                                 cpml-pair.h \
9                                 cpml-primitive.h \
10                                 cpml-segment.h \
11                                 cpml-utils.h
12 built_h_sources=
13 private_h_sources=              cpml-internal.h \
14                                 cpml-primitive-private.h
15 built_private_h_sources=
16 c_sources=                      cpml-arc.c \
17                                 cpml-curve.c \
18                                 cpml-extents.c \
19                                 cpml-line.c \
20                                 cpml-pair.c \
21                                 cpml-primitive.c \
22                                 cpml-segment.c \
23                                 cpml-utils.c
24 built_c_sources=
26 # targets
27 BUILT_SOURCES=                  $(built_h_sources) \
28                                 $(built_private_h_sources) \
29                                 $(built_c_sources)
31 cpml_includedir=                $(includedir)/adg-1/cpml
32 cpml_include_DATA=              $(h_sources) \
33                                 $(built_h_sources)
35 lib_LTLIBRARIES=                libcpml-1.la
36 libcpml_1_la_SOURCES=           $(h_sources) \
37                                 $(built_h_sources) \
38                                 $(private_h_sources) \
39                                 $(built_private_h_sources) \
40                                 $(c_sources) \
41                                 $(built_c_sources)
42 libcpml_1_la_CFLAGS=            $(CAIRO_CFLAGS)
43 libcpml_1_la_LDFLAGS=           -no-undefined
44 libcpml_1_la_LIBADD=            $(CAIRO_LIBS)