# set the include path found by configure
INCLUDES = $(all_includes)
# the library search path.
lib_LTLIBRARIES = libmxp.la
libmxp_la_LDFLAGS = -version-info 0:3:0 -export-dynamic
libmxp_la_SOURCES = libmxp.cpp centitymanager.cpp cresulthandler.cpp cmxpstate.cpp cmxpcolors.cpp stringops.cpp celementmanager.cpp cmxpparser.cpp cmxpprocessor.cpp
noinst_HEADERS = centitymanager.h cresulthandler.h cmxpstate.h cmxpcolors.h rgbops.h entitylist.h stringops.h celementmanager.h cmxpparser.h cmxpprocessor.h
pkginclude_HEADERS = libmxp.h
testtestdir = /test
libmxp_la_LIBADD = -lstdc++
syntax highlighted by Code2HTML, v. 0.9.1