You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
558 B
20 lines
558 B
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@
|
|
|