~ubuntu-branches/ubuntu/oneiric/inkscape/oneiric-updates

« back to all changes in this revision

Viewing changes to src/Makefile_insert

  • Committer: Bazaar Package Importer
  • Author(s): Alex Valavanis
  • Date: 2010-09-12 19:44:58 UTC
  • mfrom: (1.1.12 upstream) (45.1.3 maverick)
  • Revision ID: james.westby@ubuntu.com-20100912194458-4sjwmbl7dlsrk5dc
Tags: 0.48.0-1ubuntu1
* Merge with Debian unstable (LP: #628048, LP: #401567, LP: #456248, 
  LP: #463602, LP: #591986)
* debian/control: 
  - Ubuntu maintainers
  - Promote python-lxml, python-numpy, python-uniconvertor to Recommends.
  - Demote pstoedit to Suggests (universe package).
  - Suggests ttf-dejavu instead of ttf-bitstream-vera (LP: #513319)
* debian/rules:
  - Run intltool-update on build (Ubuntu-specific).
  - Add translation domain to .desktop files (Ubuntu-specific).
* debian/dirs:
  - Add usr/share/pixmaps.  Allow inkscape.xpm installation
* drop 50-poppler-API.dpatch (now upstream)
* drop 51-paste-in-unwritable-directory.dpatch (now upstream) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Makefile.am fragment, included by src/Makefile.am.
2
2
 
3
3
ink_common_sources +=   \
4
 
        algorithms/find-last-if.h                                       \
5
 
        algorithms/longest-common-suffix.h                              \
 
4
        util/find-last-if.h                                     \
 
5
        util/longest-common-suffix.h                            \
6
6
        approx-equal.h remove-last.h                                    \
7
7
        arc-context.cpp arc-context.h                                   \
8
8
        attributes.cpp attributes.h                                     \
20
20
        composite-undo-stack-observer.cpp                               \
21
21
        composite-undo-stack-observer.h                                 \
22
22
        conditions.cpp conditions.h                                     \
 
23
        connection-points.cpp connection-points.h                       \
23
24
        conn-avoid-ref.cpp conn-avoid-ref.h                             \
24
25
        connection-pool.h                                               \
25
26
        connector-context.cpp connector-context.h                       \
56
57
        fixes.cpp                                                       \
57
58
        flood-context.cpp flood-context.h                               \
58
59
        forward.h                                                       \
59
 
        gc-allocator.h                                                  \
60
60
        gc-alloc.h                                                      \
61
61
        gc-anchored.h gc-anchored.cpp                                   \
62
62
        gc-core.h                                                       \
67
67
        gradient-chemistry.cpp gradient-chemistry.h                     \
68
68
        gradient-context.cpp gradient-context.h                         \
69
69
        gradient-drag.cpp gradient-drag.h                               \
 
70
        graphlayout.cpp graphlayout.h                                   \
70
71
        guide-snapper.cpp guide-snapper.h                               \
71
72
        help.cpp help.h                                                 \
72
73
        helper-fns.h                                                    \
77
78
        ige-mac-menu.h ige-mac-menu.c                                   \
78
79
        ink-action.cpp                                                  \
79
80
        ink-action.h                                                    \
 
81
        ink-comboboxentry-action.cpp                                    \
 
82
        ink-comboboxentry-action.h                                      \
80
83
        inkscape.cpp inkscape.h inkscape-private.h                      \
81
84
        interface.cpp interface.h                                       \
82
85
        isinf.h                                                         \
101
104
        message-stack.cpp message-stack.h                               \
102
105
        mod360.cpp mod360.h                                             \
103
106
        modifier-fns.h                                                  \
104
 
        node-context.cpp node-context.h                                 \
105
 
        nodepath.cpp nodepath.h                                         \
106
107
        object-edit.cpp object-edit.h                                   \
107
108
        object-hierarchy.cpp object-hierarchy.h                         \
108
109
        object-snapper.cpp object-snapper.h                             \
119
120
        print.cpp print.h                                               \
120
121
        profile-manager.cpp profile-manager.h                           \
121
122
        proj_pt.cpp proj_pt.h                                           \
 
123
        removeoverlap.cpp removeoverlap.h                               \
122
124
        rdf.cpp rdf.h                                                   \
123
125
        rect-context.cpp rect-context.h                                 \
124
126
        require-config.h                                                \
135
137
        shape-editor.cpp shape-editor.h                                 \
136
138
        shortcuts.cpp shortcuts.h                                       \
137
139
        snap.cpp snap.h                                                 \
 
140
        snap-enums.h snap-candidate.h \
138
141
        snapped-curve.cpp snapped-curve.h                               \
139
142
        snapped-line.cpp snapped-line.h                                 \
140
143
        snapped-point.cpp snapped-point.h                               \
208
211
        sp-shape.cpp sp-shape.h                 \
209
212
        sp-spiral.cpp sp-spiral.h               \
210
213
        sp-star.cpp sp-star.h                   \
211
 
        sp-stop-fns.h                           \
212
 
        sp-stop.h                               \
 
214
        sp-stop.cpp sp-stop.h                   \
213
215
        sp-string.cpp sp-string.h               \
214
216
        sp-style-elem.cpp sp-style-elem.h       \
215
217
        sp-switch.cpp sp-switch.h               \
222
224
        sp-tspan.cpp sp-tspan.h                 \
223
225
        sp-use.cpp sp-use.h                     \
224
226
        sp-use-reference.cpp sp-use-reference.h \
 
227
        spray-context.cpp spray-context.h       \
225
228
        star-context.cpp star-context.h         \
226
229
        streq.h                                 \
227
230
        strneq.h                                \
269
272
        $(srcdir)/color-profile-test.h  \
270
273
        $(srcdir)/dir-util-test.h       \
271
274
        $(srcdir)/extract-uri-test.h    \
 
275
        $(srcdir)/marker-test.h         \
272
276
        $(srcdir)/mod360-test.h         \
273
277
        $(srcdir)/round-test.h          \
274
278
        $(srcdir)/preferences-test.h    \