AM_CPPFLAGS = -I$(top_srcdir)/lib/sfio
noinst_HEADERS = align.h ast.h error.h hashkey.h
-noinst_LTLIBRARIES = libast.la
+noinst_LTLIBRARIES = libast_C.la
-libast_la_SOURCES = pathpath.c sfstr.h chresc.c chrtoi.c error.c \
+libast_C_la_SOURCES = pathpath.c sfstr.h chresc.c chrtoi.c error.c \
fmtbuf.c fmtesc.c pathaccess.c pathbin.c pathcanon.c pathcat.c \
pathexists.c pathfind.c pathgetlink.c \
strcopy.c stresc.c strmatch.c strton.c strerror.c
AM_CPPFLAGS = -I$(top_srcdir)
pkginclude_HEADERS = cdt.h dthdr.h
+noinst_LTLIBRARIES = libcdt_C.la
pkglib_LTLIBRARIES = libcdt.la
man_MANS = $(man)
pdf_DATA = $(pdf)
pkgextrainclude_DATA = $(top_builddir)/ast_common.h
pkgconfig_DATA = libcdt.pc
-libcdt_la_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined
-
-libcdt_la_SOURCES = dtclose.c dtdisc.c dtextract.c dtflatten.c \
+libcdt_C_la_SOURCES = dtclose.c dtdisc.c dtextract.c dtflatten.c \
dthash.c dtlist.c dtmethod.c dtopen.c dtrenew.c dtrestore.c dtsize.c \
dtstat.c dtstrhash.c dttree.c dtview.c dtwalk.c
+libcdt_la_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined
+libcdt_la_SOURCES = $(libcdt_C_la_SOURCES)
+
.3.pdf:
groff -Tps -man $< | ps2pdf - - >$@
noinst_HEADERS = block.h blockpath.h blocktree.h circo.h \
circpos.h circular.h deglist.h edgelist.h nodelist.h \
nodeset.h stack.h
-noinst_LTLIBRARIES = libcircogen.la
+noinst_LTLIBRARIES = libcircogen_C.la
-libcircogen_la_SOURCES = circularinit.c nodelist.c block.c edgelist.c \
+libcircogen_C_la_SOURCES = circularinit.c nodelist.c block.c edgelist.c \
stack.c circular.c deglist.c blocktree.c blockpath.c \
circpos.c nodeset.c
noinst_HEADERS = render.h utils.h memory.h \
geomprocs.h colorprocs.h colortbl.h entities.h \
const.h macros.h htmllex.h htmltable.h pointset.h
-noinst_LTLIBRARIES = libcommon.la
+noinst_LTLIBRARIES = libcommon_C.la
if WITH_LIBGD
GD_CODEGENS = gdgen.c vrmlgen.c
endif
-libcommon_la_SOURCES = arrows.c colxlate.c fontmetrics.c \
+libcommon_C_la_SOURCES = arrows.c colxlate.c fontmetrics.c \
args.c memory.c globals.c htmllex.c htmlparse.y htmltable.c input.c \
pointset.c postproc.c routespl.c splines.c psusershape.c \
timing.c labels.c ns.c shapes.c utils.c geom.c \