1 ## Process this file with automake to produce Makefile.in
3 AM_CFLAGS= @CAIRO_CFLAGS@ \
5 AM_LDFLAGS= @CAIRO_LIBS@
9 cpml_h_sources= cpml.h \
19 cpml_private_h_sources= cpml-alloca.h
20 cpml_built_private_h_sources=
21 cpml_c_sources= cpml-arc.c \
32 BUILT_SOURCES= $(cpml_built_h_sources) \
33 $(cpml_built_private_h_sources) \
34 $(cpml_built_c_sources)
36 libcpml_includedir= $(includedir)/cpml
37 libcpml_include_DATA= $(cpml_h_sources) \
38 $(cpml_built_h_sources)
40 lib_LTLIBRARIES= libcpml.la
41 libcpml_la_LDFLAGS= -release @PACKAGE_VERSION@
42 libcpml_la_LIBADD= $(LTALLOCA)
43 libcpml_la_SOURCES= $(cpml_h_sources) \
44 $(cpml_built_h_sources) \
45 $(cpml_private_h_sources) \
46 $(cpml_built_private_h_sources) \
48 $(cpml_built_c_sources)