update to 1.4.99.2
[platform/upstream/syncevolution.git] / setup-variables.am
1 ## This file just specifies all variables used in entire project.
2 ## If any of them was specified before this file is included then those ones
3 ## won't change the value.
4 ##
5 ## The reason for it is that many files are using BUILT_SOURCES, CLEANFILES and
6 ## other variables. This file allows them to harmlessly append stuff
7 ## to them without worrying whether the variable was defined earlier.
8
9 # clean variables
10 CLEANFILES =
11 DISTCLEANFILES =
12 MAINTAINERCLEANFILES =
13 MOSTLYCLEANFILES =
14
15
16 # standard arch dependent pkg-config dir
17 pkgconfigdir = $(libdir)/pkgconfig
18 pkgconfig_DATA =
19
20 # Install test suite (client-test, test-dbus.py, testpim.py, etc.).
21 testparentdir = $(libdir)/syncevolution
22 # Must end in "/test" so that we can use nobase_testparent_DATA=test/...
23 testdir = $(testparentdir)/test
24 test_DATA =
25 nobase_test_DATA =
26 test_PROGRAMS =
27 test_SCRIPTS =
28 nobase_testparent_DATA =
29
30 # standard variables with standard prefixes
31 dist_doc_DATA =
32 dist_noinst_DATA =
33 dist_pkgdata_DATA =
34 doc_DATA =
35 nodist_noinst_DATA =
36
37 lib_LTLIBRARIES =
38 noinst_LTLIBRARIES =
39
40 bin_PROGRAMS =
41 libexec_PROGRAMS =
42 noinst_PROGRAMS =
43
44 bin_SCRIPTS =
45 dist_noinst_SCRIPTS =
46 libexec_SCRIPTS =
47 nodist_bin_SCRIPTS =
48
49
50 # other
51 all_dist_hooks =
52 all_install_exec_hooks =
53 all_uninstall_hooks =
54 all_local_installchecks =
55 all_phonies =
56 BUILT_SOURCES =
57 DIST_SUBDIRS =
58 EXTRA_DIST =
59 EXTRA_PROGRAMS =
60 SUBDIRS =
61 TESTS =