~ubuntu-branches/ubuntu/raring/almanah/raring-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2011-04-18 16:21:36 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110418162136-l0ik4snrl420srer
Tags: 0.8.0-1
* New upstream release
* Temporarily remove evolution support in unstable
* Disable AM_GCONF_SOURCE_2 macro to fix ftbfs in unstable
  - debian/patches/disable_am_gconf_source_2
  - Build-Depends on dh-autoreconf
  - Use --with autoreconf in rules
* debian/control:
  - Build-Depends on libgtk-3-dev
* debian/rules:
  - Remove unnecessary override_dh_auto_install
* debian/copyright:
  - Update copyright years
  - Update license stanza
* Bump Standards-Version to 3.9.1 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        definition.h                    \
32
32
        date-entry-dialog.c             \
33
33
        date-entry-dialog.h             \
34
 
        import-dialog.c                 \
35
 
        import-dialog.h                 \
 
34
        import-export-dialog.c          \
 
35
        import-export-dialog.h          \
 
36
        import-operation.c              \
 
37
        import-operation.h              \
 
38
        export-operation.c              \
 
39
        export-operation.h              \
36
40
        definitions/file.c              \
37
41
        definitions/file.h              \
38
42
        definitions/note.c              \
39
43
        definitions/note.h              \
40
44
        definitions/uri.c               \
41
45
        definitions/uri.h               \
42
 
        events/f-spot-photo.c           \
43
 
        events/f-spot-photo.h           \
44
 
        event-factories/f-spot.c        \
45
 
        event-factories/f-spot.h
 
46
        widgets/calendar.c              \
 
47
        widgets/calendar.h
46
48
 
47
49
if HAVE_EVO
48
50
almanah_SOURCES += \
96
98
        almanah-marshal.c       \
97
99
        almanah-marshal.h
98
100
 
99
 
almanah-marshal.h: almanah-marshal.list Makefile
100
 
        $(AM_V_GEN)($(GLIB_GENMARSHAL) --prefix=almanah_marshal $(srcdir)/almanah-marshal.list --header > $(@F))
101
 
almanah-marshal.c: almanah-marshal.h Makefile
102
 
        $(AM_V_GEN)($(GLIB_GENMARSHAL) --prefix=almanah_marshal $(srcdir)/almanah-marshal.list --header --body > $(@F))
 
101
almanah-marshal.h: almanah-marshal.list
 
102
        $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=almanah_marshal --header $< > $@
 
103
almanah-marshal.c: almanah-marshal.list almanah-marshal.h
 
104
        $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=almanah_marshal --header --body $< > $@
103
105
 
104
106
# Enums
105
107
ALMANAH_ENUM_FILES = \