1 include $(top_srcdir)/build/Makefile.am.common
5 h_sources= cpml-arc.h \
13 private_h_sources= cpml-internal.h \
14 cpml-primitive-private.h
15 built_private_h_sources=
16 c_sources= cpml-arc.c \
27 BUILT_SOURCES= $(built_h_sources) \
28 $(built_private_h_sources) \
31 cpml_includedir= $(includedir)/adg-1/cpml
32 cpml_include_DATA= $(h_sources) \
35 lib_LTLIBRARIES= libcpml-1.la
36 libcpml_1_la_SOURCES= $(h_sources) \
38 $(private_h_sources) \
39 $(built_private_h_sources) \
42 libcpml_1_la_CFLAGS= $(CAIRO_CFLAGS)
43 libcpml_1_la_LDFLAGS= -no-undefined
44 libcpml_1_la_LIBADD= $(CAIRO_LIBS)