[CpmlSegment] Fixed grammar in docblocks
[adg.git] / cpml / Makefile.am
bloba900c6a898c8abc221c2440e7ffd41fc84c36cbb
1 AM_CFLAGS=                      @CPML_CFLAGS@ \
2                                 -I$(top_srcdir)
3 AM_LDFLAGS=                     @CPML_LIBS@
6 # file groups
7 cpml_h_sources=                 cpml.h \
8                                 cpml-arc.h \
9                                 cpml-curve.h \
10                                 cpml-extents.h \
11                                 cpml-line.h \
12                                 cpml-close.h \
13                                 cpml-pair.h \
14                                 cpml-primitive.h \
15                                 cpml-segment.h \
16                                 cpml-util.h
17 cpml_built_h_sources=
18 cpml_private_h_sources=         cpml-alloca.h \
19                                 cpml-internal.h \
20                                 cpml-primitive-private.h
21 cpml_built_private_h_sources=
22 cpml_c_sources=                 cpml-arc.c \
23                                 cpml-curve.c \
24                                 cpml-extents.c \
25                                 cpml-line.c \
26                                 cpml-pair.c \
27                                 cpml-primitive.c \
28                                 cpml-segment.c \
29                                 cpml-util.c
30 cpml_built_c_sources=
32 # targets
33 BUILT_SOURCES=                  $(cpml_built_h_sources) \
34                                 $(cpml_built_private_h_sources) \
35                                 $(cpml_built_c_sources)
37 libcpml_includedir=             $(includedir)/cpml
38 libcpml_include_DATA=           $(cpml_h_sources) \
39                                 $(cpml_built_h_sources)
41 lib_LTLIBRARIES=                libcpml.la
42 libcpml_la_LDFLAGS=             -release @PACKAGE_VERSION@
43 libcpml_la_LIBADD=              $(LTALLOCA)
44 libcpml_la_SOURCES=             $(cpml_h_sources) \
45                                 $(cpml_built_h_sources) \
46                                 $(cpml_private_h_sources) \
47                                 $(cpml_built_private_h_sources) \
48                                 $(cpml_c_sources) \
49                                 $(cpml_built_c_sources)