~ubuntu-branches/ubuntu/natty/inkscape/natty

« back to all changes in this revision

Viewing changes to src/libavoid/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:
6
6
        rm -f libavoid/libavoid.a $(libavoid_libavoid_a_OBJECTS)
7
7
 
8
8
libavoid_libavoid_a_SOURCES =   \
 
9
        libavoid/assertions.h   \
9
10
        libavoid/connector.cpp  \
10
11
        libavoid/connector.h    \
11
12
        libavoid/debug.h        \
12
13
        libavoid/geometry.cpp   \
13
14
        libavoid/geometry.h     \
 
15
        libavoid/geomtypes.cpp  \
14
16
        libavoid/geomtypes.h    \
15
17
        libavoid/graph.cpp      \
16
18
        libavoid/graph.h        \
17
19
        libavoid/makepath.cpp   \
18
20
        libavoid/makepath.h     \
19
 
        libavoid/polyutil.cpp   \
20
 
        libavoid/polyutil.h     \
 
21
        libavoid/orthogonal.cpp \
 
22
        libavoid/orthogonal.h   \
 
23
        libavoid/vpsc.cpp       \
 
24
        libavoid/vpsc.h         \
21
25
        libavoid/router.cpp     \
22
26
        libavoid/router.h       \
23
27
        libavoid/shape.cpp      \
24
28
        libavoid/shape.h        \
25
 
        libavoid/static.cpp     \
26
 
        libavoid/static.h       \
27
29
        libavoid/timer.cpp      \
28
30
        libavoid/timer.h        \
29
31
        libavoid/vertices.cpp   \
30
32
        libavoid/vertices.h     \
31
33
        libavoid/visibility.cpp \
32
34
        libavoid/visibility.h   \
33
 
        libavoid/libavoid.h     \
34
 
        libavoid/region.h
 
35
        libavoid/viscluster.cpp \
 
36
        libavoid/viscluster.h   \
 
37
        libavoid/libavoid.h