~ubuntu-branches/ubuntu/utopic/gtk+2.0/utopic

« back to all changes in this revision

Viewing changes to .pc/043_ubuntu_menu_proxy.patch/gtk/tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-06-07 17:15:49 UTC
  • Revision ID: package-import@ubuntu.com-20130607171549-mxb2rt9jscf01sfb
Tags: 2.24.18-0ubuntu2
* debian/patches/043_ubuntu_menu_proxy.patch,
  debian/patches/072_indicator_menu_update.patch,
  debian/libgtk2.0-0.symbols:
  - drop old menu patches, we deprecate appmenu-gtk in favor of the new
    unity-gtk-module code
* debian/patches/gtk-shell-shows-menubar.patch:
  -list gtk-shell-shows-menubar setting, that's required to have 
   the local menubars hidding under unity in favor of the unity ones, 
   thanks William Hua for the work on those changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include $(top_srcdir)/Makefile.decl
2
 
 
3
 
INCLUDES = \
4
 
        -I$(top_srcdir)                 \
5
 
        -I$(top_builddir)/gdk           \
6
 
        -I$(top_srcdir)/gdk             \
7
 
        -DGDK_DISABLE_DEPRECATED        \
8
 
        -DGTK_DISABLE_DEPRECATED        \
9
 
        $(GTK_DEBUG_FLAGS)              \
10
 
        $(GTK_DEP_CFLAGS)
11
 
 
12
 
DEPS = \
13
 
        $(top_builddir)/gdk/$(gdktargetlib)                             \
14
 
        $(top_builddir)/gtk/$(gtktargetlib)
15
 
 
16
 
progs_ldadd = \
17
 
        $(top_builddir)/gdk/$(gdktargetlib)                             \
18
 
        $(top_builddir)/gtk/$(gtktargetlib)                             \
19
 
        $(GTK_DEP_LIBS)
20
 
 
21
 
noinst_PROGRAMS = $(TEST_PROGS)
22
 
 
23
 
 
24
 
TEST_PROGS                      += testing
25
 
testing_SOURCES                  = testing.c
26
 
testing_LDADD                    = $(progs_ldadd)
27
 
 
28
 
TEST_PROGS                      += liststore
29
 
liststore_SOURCES                = liststore.c
30
 
liststore_LDADD                  = $(progs_ldadd)
31
 
 
32
 
TEST_PROGS                      += treestore
33
 
treestore_SOURCES                = treestore.c
34
 
treestore_LDADD                  = $(progs_ldadd)
35
 
 
36
 
TEST_PROGS                      += treeview
37
 
treeview_SOURCES                 = treeview.c
38
 
treeview_LDADD                   = $(progs_ldadd)
39
 
 
40
 
TEST_PROGS                      += treeview-scrolling
41
 
treeview_scrolling_SOURCES       = treeview-scrolling.c
42
 
treeview_scrolling_LDADD         = $(progs_ldadd)
43
 
 
44
 
TEST_PROGS                      += recentmanager
45
 
recentmanager_SOURCES            = recentmanager.c
46
 
recentmanager_LDADD              = $(progs_ldadd)
47
 
 
48
 
TEST_PROGS                      += floating
49
 
floating_SOURCES                 = floating.c
50
 
floating_LDADD                   = $(progs_ldadd)
51
 
 
52
 
TEST_PROGS                      += object
53
 
object_SOURCES                   = object.c pixbuf-init.c
54
 
object_LDADD                     = $(progs_ldadd)
55
 
 
56
 
# this doesn't work in make distcheck, since running
57
 
# on a naked X server creates slightly different event
58
 
# sequences than running on a normal desktop
59
 
# TEST_PROGS                    += crossingevents
60
 
crossingevents_SOURCES           = crossingevents.c
61
 
crossingevents_LDADD             = $(progs_ldadd)
62
 
 
63
 
# this doesn't work in make distcheck, since it doesn't
64
 
# find file-chooser-test-dir 
65
 
TEST_PROGS                      += filechooser
66
 
filechooser_SOURCES              = filechooser.c pixbuf-init.c
67
 
filechooser_LDADD                = $(progs_ldadd)
68
 
 
69
 
TEST_PROGS                      += builder
70
 
builder_SOURCES                  = builder.c
71
 
builder_LDADD                    = $(progs_ldadd)
72
 
builder_LDFLAGS                  = -export-dynamic
73
 
 
74
 
if OS_UNIX
75
 
TEST_PROGS                      += defaultvalue
76
 
endif
77
 
defaultvalue_SOURCES             = defaultvalue.c pixbuf-init.c 
78
 
defaultvalue_LDADD               = $(progs_ldadd)
79
 
 
80
 
TEST_PROGS                      += textbuffer
81
 
textbuffer_SOURCES               = textbuffer.c pixbuf-init.c
82
 
textbuffer_LDADD                 = $(progs_ldadd)
83
 
 
84
 
TEST_PROGS                      += filtermodel
85
 
filtermodel_SOURCES              = filtermodel.c
86
 
filtermodel_LDADD                = $(progs_ldadd)
87
 
 
88
 
TEST_PROGS                      += expander
89
 
expander_SOURCES                 = expander.c
90
 
expander_LDADD           = $(progs_ldadd)
91
 
 
92
 
TEST_PROGS                      += action
93
 
action_SOURCES                   = action.c
94
 
action_LDADD                     = $(progs_ldadd)
95
 
 
96
 
-include $(top_srcdir)/git.mk