~ubuntu-branches/ubuntu/oneiric/mousetweaks/oneiric

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2010-11-10 11:40:46 UTC
  • mfrom: (1.1.47 upstream)
  • Revision ID: james.westby@ubuntu.com-20101110114046-gd7qvdqsvnj3zcfb
Tags: 2.91.2-0ubuntu1
* New upstream release
  - Misc changes, improvements and fixes:
    + Add gsettings convert data
    + Add "geometry" option to set size and position of the click-type window
    + Add new "orientation" option to the click-type window
    + Remove "animate-cursor" option
    + Update git.mk
    + Sync with changes in gsettings-desktop-schemas
    + Fix mem leak and reduce nr. of cursor image copies
    + Don't emit cursor_changed signals if we have set the cursor
    + Bump gsettings-desktop-schemas dependency to 0.1.0
    + Remove mt-main header file
    + Disable panel applets by default for GNOME 3
    + Use gdk_display_get_default instead of GDK_DISPLAY (Javier Jardón)
    + Remove GdkGc based drawing code
    + Use a common X Display accessor
    + Remove mouse orientation checks
    + Only install man pages if the applets are built
    + Sync with GSettings changes in gnome-settings-daemon
    + Launch UA panel instead of the mouse capplet
  - Bug fixes:
    + #633844: L10N: Fix a typo
    + #633932: L10N: Add translation comments for button orientation
    + #631533: Adapt to GtkObject removal in GTK3 (Javier Jardón)
    + #620171: Migrate to GSettings
  - New and updated translations:
    + [ca] Carles Ferrando
    + [es] Jorge González
    + [gl] Fran Diéguez
    + [he] Yaron Shahrabani
    + [ja] Takayuki KUSANO
    + [sk] Pavol Šimo
    + [sl] Matej Urbančič
    + [el] Simos Xenitellis
    + [et] Ivar Smolin
    + [ko] Changwoo Ryu
    + [lt] Žygimantas Beručka
* debian/control:
  - Drop libatspi-dev from Build-Depends
  - Add gsettings-desktop-schemas-dev >= 0.1.0 to Build-Depends
  - Build depend on GTK 3.0 >= 2.91.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AM_CFLAGS =                                 \
2
 
    $(DEPENDENCIES_CFLAGS)                  \
 
1
AM_CPPFLAGS =                               \
3
2
    $(WARN_CFLAGS)                          \
4
3
    -DDATADIR=\"$(datadir)/mousetweaks\"    \
5
4
    -DLOCALEDIR=\"$(datadir)/locale\"
15
14
bin_PROGRAMS = mousetweaks $(pca_bin) $(dca_bin)
16
15
 
17
16
mousetweaks_SOURCES =       \
 
17
    $(BUILT_SOURCES)        \
18
18
    mt-main.c               \
19
 
    mt-main.h               \
20
19
    mt-common.c             \
21
20
    mt-common.h             \
22
21
    mt-pidfile.c            \
34
33
    mt-listener.c           \
35
34
    mt-listener.h           \
36
35
    mt-sig-handler.c        \
37
 
    mt-sig-handler.h
 
36
    mt-sig-handler.h        \
 
37
    mt-settings.c           \
 
38
    mt-settings.h
38
39
 
39
40
mousetweaks_CFLAGS =        \
40
 
    $(AM_CFLAGS)
 
41
    $(AM_CPPFLAGS)          \
 
42
    $(DEPENDENCIES_CFLAGS)
41
43
 
42
44
mousetweaks_LDADD =         \
43
45
    $(DEPENDENCIES_LIBS)
44
46
 
45
47
dwell_click_applet_SOURCES =    \
 
48
    $(BUILT_SOURCES)            \
46
49
    dwell-click-applet.c        \
47
50
    mt-common.c                 \
48
51
    mt-common.h
49
52
 
50
53
dwell_click_applet_CFLAGS =     \
51
 
    $(PANELAPPLET_CFLAGS)       \
52
 
    $(AM_CFLAGS)
 
54
    $(AM_CPPFLAGS)              \
 
55
    $(PANELAPPLET_CFLAGS)
53
56
 
54
57
dwell_click_applet_LDADD =      \
55
 
    $(PANELAPPLET_LIBS)         \
56
 
    $(DEPENDENCIES_LIBS)
 
58
    $(PANELAPPLET_LIBS)
57
59
 
58
60
pointer_capture_applet_SOURCES =    \
59
61
    pointer-capture-applet.c        \
61
63
    mt-common.h
62
64
 
63
65
pointer_capture_applet_CFLAGS =     \
64
 
    $(PANELAPPLET_CFLAGS)           \
65
 
    $(AM_CFLAGS)
 
66
    $(AM_CPPFLAGS)                  \
 
67
    $(PANELAPPLET_CFLAGS)
66
68
 
67
69
pointer_capture_applet_LDADD =      \
68
 
    $(PANELAPPLET_LIBS)             \
69
 
    $(DEPENDENCIES_LIBS)
 
70
    $(PANELAPPLET_LIBS)
 
71
 
 
72
BUILT_SOURCES =                     \
 
73
    mt-enum-types.c                 \
 
74
    mt-enum-types.h
 
75
 
 
76
EXTRA_DIST =                        \
 
77
    mt-enum-types.c.template        \
 
78
    mt-enum-types.h.template
 
79
 
 
80
CLEANFILES =                        \
 
81
    stamp-mt-enum-types.h           \
 
82
    $(BUILT_SOURCES)
 
83
 
 
84
# GLib mkenum
 
85
mt-enum-types.h: stamp-mt-enum-types.h
 
86
        @true
 
87
 
 
88
stamp-mt-enum-types.h: mt-enum-types.h.template mt-common.h
 
89
        $(AM_V_GEN) $(GLIB_MKENUMS) --template $< $(filter-out $<,$^) > xgen-gtbh \
 
90
        && (cmp -s xgen-gtbh mt-enum-types.h || cp xgen-gtbh mt-enum-types.h) \
 
91
        && rm -f xgen-gtbh \
 
92
        && echo timestamp > $(@F)
 
93
 
 
94
mt-enum-types.c: mt-enum-types.c.template mt-common.h
 
95
        $(AM_V_GEN) $(GLIB_MKENUMS) --template $< $(filter-out $<,$^) > xgen-gtbc \
 
96
        && (cmp -s xgen-gtbc mt-enum-types.c || cp xgen-gtbc mt-enum-types.c) \
 
97
        && rm -f xgen-gtbc
70
98
 
71
99
-include $(top_srcdir)/git.mk