[ADG] Renamed '*-util.*' files to '*-utils.*'
[adg.git] / src / cpml / Makefile.am
blob363d6675e1c0ac9ee68f42467468ea905f145e3b
1 include $(top_srcdir)/build/Makefile.am.common
3 AM_CFLAGS=                      @CPML_CFLAGS@ \
4                                 -I$(top_srcdir)
5 AM_LDFLAGS=                     @CPML_LIBS@
8 # file groups
9 h_sources=                      cpml-arc.h \
10                                 cpml-curve.h \
11                                 cpml-extents.h \
12                                 cpml-line.h \
13                                 cpml-close.h \
14                                 cpml-pair.h \
15                                 cpml-primitive.h \
16                                 cpml-segment.h \
17                                 cpml-utils.h
18 built_h_sources=
19 private_h_sources=              cpml-internal.h \
20                                 cpml-primitive-private.h
21 built_private_h_sources=
22 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-utils.c
30 built_c_sources=
32 # targets
33 BUILT_SOURCES=                  $(built_h_sources) \
34                                 $(built_private_h_sources) \
35                                 $(built_c_sources)
37 cpml_includedir=                $(includedir)/adg-1/cpml
38 cpml_include_DATA=              $(h_sources) \
39                                 $(built_h_sources)
41 lib_LTLIBRARIES=                libcpml-1.la
42 libcpml_1_la_LDFLAGS=
43 libcpml_1_la_SOURCES=           $(h_sources) \
44                                 $(built_h_sources) \
45                                 $(private_h_sources) \
46                                 $(built_private_h_sources) \
47                                 $(c_sources) \
48                                 $(built_c_sources)