exactness/src/lib/Makefile.am

21 lines
558 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
other_includedir = $(includedir)/exactness
other_include_HEADERS = Exactness.h
AM_CPPFLAGS = \
-I$(top_srcdir)/src/bin \
-DPACKAGE_BIN_DIR=\"$(bindir)\" \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
@EFL_CFLAGS@ \
-DEXACTNESS_BUILD
pkgdir = $(libdir)
pkg_LTLIBRARIES = libexactness.la
libexactness_la_SOURCES = unit.c legacy_file.c exactness_private.h
libexactness_la_LDFLAGS = -fPIC -rdynamic -no-undefined
libexactness_la_LIBADD = @EFL_LIBS@
libexactness_la_CFLAGS = @EFL_CFLAGS@