a7ad98fabc
All but toplevel Makefile.am are replaced with their non-recursive counterparts. The generation of configure.in was removed (and thus configure-{pre,post}.in are also removed) in favor of configure.ac and m4 macros adding backend specific configure parts. Version number is generated like in old build system. There are still many things to improve, but for now there are no immediate regressions. AUTOTOOLS-TODO contains a list of possible improvements and fixes. AUTOTOOLS-TESTING contains what was tested with current build system (configure flags, make options).
27 lines
1,000 B
Text
27 lines
1,000 B
Text
# this file is not standalone. it needs variable TEST_FILES_GENERATED to be
|
|
# already defined.
|
|
|
|
src_testcasesdir = $(docdir)/testcases
|
|
dist_src_testcases_DATA = \
|
|
src/testcases/local.png \
|
|
src/testcases/google_event.ics \
|
|
src/testcases/yahoo_contact.vcf \
|
|
src/testcases/eds_contact.vcf \
|
|
src/testcases/eds_event.ics \
|
|
src/testcases/eds_event.ics.local \
|
|
src/testcases/eds_memo.ics \
|
|
src/testcases/eds_task.ics \
|
|
$(TEST_FILES_GENERATED)
|
|
|
|
src_testcases_lcsdir = $(docdir)/testcases/lcs
|
|
dist_src_testcases_lcs_DATA = \
|
|
src/testcases/lcs/file1.txt \
|
|
src/testcases/lcs/file2.txt
|
|
|
|
src_testcases_templates_clientsdir = $(docdir)/testcases/templates/clients
|
|
dist_src_testcases_templates_clients_DATA = \
|
|
src/testcases/templates/clients/SyncEvolution.ini
|
|
|
|
src_testcases_templates_clients_phone_nokia_s40dir = $(docdir)/testcases/templates/clients/phone/nokia/S40
|
|
dist_src_testcases_templates_clients_phone_nokia_s40_DATA = \
|
|
src/testcases/templates/clients/phone/nokia/S40/7210c.ini
|