~ubuntu-branches/ubuntu/intrepid/graphicsmagick/intrepid

« back to all changes in this revision

Viewing changes to config/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2006-05-06 16:28:08 UTC
  • Revision ID: james.westby@ubuntu.com-20060506162808-vt2ni3r5nytcszms
Tags: upstream-1.1.7
ImportĀ upstreamĀ versionĀ 1.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2003 GraphicsMagick Group
 
2
#
 
3
# This program is covered by multiple licenses, which are described in
 
4
# Copyright.txt. You should have received a copy of Copyright.txt with this
 
5
# package; otherwise see http://www.graphicsmagick.org/www/Copyright.html.
 
6
#
 
7
# Makefile for building and installing GraphicsMagick run-time
 
8
# configuration files.
 
9
#
 
10
 
 
11
# Don't require all the GNU mandated files
 
12
AUTOMAKE_OPTIONS = 1.8 foreign
 
13
 
 
14
# Additional files to distribute
 
15
EXTRA_DIST = \
 
16
        colors.mgk \
 
17
        delegates.mgk.in \
 
18
        log.mgk \
 
19
        modules.mgk \
 
20
        magic.mgk \
 
21
        type-ghostscript.mgk.in \
 
22
        type.mgk.in \
 
23
        type-solaris.mgk.in \
 
24
        type-windows.mgk.in
 
25
 
 
26
# Where package files get installed (lib/GraphicsMagick-version)
 
27
pkgdir = $(MagickLibConfigPath)
 
28
 
 
29
# Where architecture-independent files get installed (share/GraphicsMagick-version)
 
30
pkgdatadir = $(MagickShareConfigPath)
 
31
 
 
32
# Architecture-dependent data files installed into pkgdir
 
33
pkg_DATA = \
 
34
        colors.mgk \
 
35
        delegates.mgk \
 
36
        type-ghostscript.mgk \
 
37
        type.mgk \
 
38
        type-solaris.mgk \
 
39
        type-windows.mgk
 
40
 
 
41
# Architecture independent data files installed into pkgdatadir
 
42
pkgdata_DATA =  \
 
43
        log.mgk \
 
44
        modules.mgk \
 
45
        magic.mgk