~ubuntu-branches/ubuntu/karmic/mergeant/karmic

« back to all changes in this revision

Viewing changes to testing/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo R. Montesino
  • Date: 2007-11-29 08:44:48 UTC
  • mfrom: (2.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20071129084448-6aon73d22bv6hzfw
Tags: 0.67-3
* Re-enable installation of the mime files in mergeant.install
* mergeant.dirs: create usr/share/mime/packages to make dh_installmime add
  the update-mime-database code snippets

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES = \
2
 
        -I$(top_srcdir) \
3
 
        -I$(top_srcdir)/libmergeant/handlers \
4
 
        -I$(top_builddir) \
5
 
        -I$(top_builddir)/libmergeant/handlers \
6
 
        $(MERGEANT_CFLAGS)
7
 
 
8
 
bin_PROGRAMS = mg-test1 mg-test2 mg-test3 mg-test-handlers mg-test-selector mg-test-grapher mg-test-sqlquery mg-test-graph mg-test-dyn
9
 
 
10
 
mg_test1_SOURCES = \
11
 
        mg-test1.c mg-test-common.h mg-test-common.c
12
 
 
13
 
mg_test2_SOURCES = \
14
 
        mg-test2.c mg-test-common.h mg-test-common.c
15
 
 
16
 
mg_test3_SOURCES = \
17
 
        mg-test3.c
18
 
 
19
 
mg_test_handlers_SOURCES = \
20
 
        mg-test-handlers.c
21
 
 
22
 
mg_test_selector_SOURCES = \
23
 
        mg-test-selector.c mg-test-common.h mg-test-common.c
24
 
 
25
 
mg_test_dyn_SOURCES = \
26
 
        mg-test-dyn.c mg-test-common.h mg-test-common.c
27
 
 
28
 
mg_test_grapher_SOURCES = \
29
 
        mg-test-grapher.c mg-test-common.h mg-test-common.c
30
 
 
31
 
mg_test_sqlquery_SOURCES = \
32
 
        mg-test-sqlquery.c
33
 
 
34
 
mg_test_graph_SOURCES = \
35
 
        mg-test-graph.c mg-test-common.h mg-test-common.c
36
 
 
37
 
mg_test1_LDADD = \
38
 
        $(top_builddir)/libmergeant/libmergeant-2.la \
39
 
        $(top_builddir)/libmergeant/handlers/libmergeant_handlers-2.la \
40
 
        $(top_builddir)/libmergeant/graph/libmergeant_graph-2.la \
41
 
        $(MERGEANT_LIBS)
42
 
 
43
 
mg_test2_LDADD = \
44
 
        $(top_builddir)/libmergeant/libmergeant-2.la \
45
 
        $(top_builddir)/libmergeant/handlers/libmergeant_handlers-2.la \
46
 
        $(top_builddir)/libmergeant/graph/libmergeant_graph-2.la \
47
 
        $(MERGEANT_LIBS)
48
 
 
49
 
mg_test3_LDADD = \
50
 
        $(top_builddir)/libmergeant/libmergeant-2.la \
51
 
        $(top_builddir)/libmergeant/handlers/libmergeant_handlers-2.la \
52
 
        $(top_builddir)/libmergeant/graph/libmergeant_graph-2.la \
53
 
        $(MERGEANT_LIBS)
54
 
 
55
 
mg_test_handlers_LDADD = \
56
 
        $(top_builddir)/libmergeant/libmergeant-2.la \
57
 
        $(top_builddir)/libmergeant/handlers/libmergeant_handlers-2.la \
58
 
        $(top_builddir)/libmergeant/graph/libmergeant_graph-2.la \
59
 
        $(MERGEANT_LIBS)
60
 
 
61
 
mg_test_selector_LDADD = \
62
 
        $(top_builddir)/libmergeant/libmergeant-2.la \
63
 
        $(top_builddir)/libmergeant/handlers/libmergeant_handlers-2.la \
64
 
        $(top_builddir)/libmergeant/graph/libmergeant_graph-2.la \
65
 
        $(MERGEANT_LIBS)
66
 
 
67
 
mg_test_dyn_LDADD = \
68
 
        $(top_builddir)/libmergeant/libmergeant-2.la \
69
 
        $(top_builddir)/libmergeant/handlers/libmergeant_handlers-2.la \
70
 
        $(top_builddir)/libmergeant/graph/libmergeant_graph-2.la \
71
 
        $(MERGEANT_LIBS)
72
 
 
73
 
mg_test_grapher_LDADD = \
74
 
        $(top_builddir)/libmergeant/libmergeant-2.la \
75
 
        $(top_builddir)/libmergeant/handlers/libmergeant_handlers-2.la \
76
 
        $(top_builddir)/libmergeant/graph/libmergeant_graph-2.la \
77
 
        $(MERGEANT_LIBS)
78
 
 
79
 
mg_test_sqlquery_LDADD = \
80
 
        $(top_builddir)/libmergeant/libmergeant-2.la \
81
 
        $(top_builddir)/libmergeant/handlers/libmergeant_handlers-2.la \
82
 
        $(top_builddir)/libmergeant/graph/libmergeant_graph-2.la \
83
 
        $(MERGEANT_LIBS)
84
 
 
85
 
mg_test_graph_LDADD = \
86
 
        $(top_builddir)/libmergeant/libmergeant-2.la \
87
 
        $(top_builddir)/libmergeant/handlers/libmergeant_handlers-2.la \
88
 
        $(top_builddir)/libmergeant/graph/libmergeant_graph-2.la \
89
 
        $(MERGEANT_LIBS)
90
 
 
91
 
 
92
 
EXTRA_DIST = README