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.
35 lines
1.0 KiB
35 lines
1.0 KiB
MAINTAINERCLEANFILES = Makefile.in |
|
|
|
AM_CPPFLAGS = \ |
|
-I$(top_srcdir)/src/bin \ |
|
-DPACKAGE_BIN_DIR=\"$(bindir)\" \ |
|
-DPACKAGE_LIB_DIR=\"$(libdir)\" \ |
|
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ |
|
@EFL_CFLAGS@ |
|
|
|
EXTRA_DIST = \ |
|
tsuite_file_data.h |
|
exactness_private.h |
|
|
|
pkgdir = $(libdir)/exactness |
|
#pkg_LTLIBRARIES = libexactness_recorder.la libexactness_player.la |
|
|
|
libexactness_recorder_la_SOURCES = \ |
|
tsuite_hook_recorder.c \ |
|
tsuite_common.c \ |
|
tsuite_file_data.c |
|
|
|
libexactness_recorder_la_LDFLAGS = -avoid-version -rdynamic |
|
libexactness_recorder_la_DEPENDENCIES = $(top_builddir)/config.h |
|
libexactness_recorder_la_LIBADD = @EFL_LIBS@ |
|
libexactness_recorder_la_CFLAGS = @EFL_CFLAGS@ |
|
|
|
libexactness_player_la_SOURCES = \ |
|
tsuite_hook_player.c \ |
|
tsuite_common.c \ |
|
tsuite_file_data.c |
|
|
|
libexactness_player_la_LDFLAGS = -avoid-version -rdynamic |
|
libexactness_player_la_DEPENDENCIES = $(top_builddir)/config.h |
|
libexactness_player_la_LIBADD = @EFL_LIBS@ |
|
libexactness_player_la_CFLAGS = @EFL_CFLAGS@
|
|
|