]> granicus.if.org Git - imagemagick/blob - MagickWand/Makefile.am
127dcc9f1c922f1da174caae9aee2372901a6eff
[imagemagick] / MagickWand / Makefile.am
1 #  Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization
2 #  dedicated to making software imaging solutions freely available.
3 #
4 #  You may not use this file except in compliance with the License.  You may
5 #  obtain a copy of the License at
6 #
7 #    http://www.imagemagick.org/script/license.php
8 #
9 #  Unless required by applicable law or agreed to in writing, software
10 #  distributed under the License is distributed on an "AS IS" BASIS,
11 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #  See the License for the specific language governing permissions and
13 #  limitations under the License.
14 #
15 #  Makefile for building MagickWand API.
16 #
17
18 MagickWandincdir = $(INCLUDE_PATH)/MagickWand
19
20 MAGICKWAND_SOURCES = \
21         MagickWand/MagickWand.h \
22         MagickWand/animate.c \
23         MagickWand/animate.h \
24         MagickWand/compare.c \
25         MagickWand/compare.h \
26         MagickWand/composite.c \
27         MagickWand/composite.h \
28         MagickWand/conjure.c \
29         MagickWand/conjure.h \
30         MagickWand/convert.c \
31         MagickWand/convert.h \
32         MagickWand/deprecate.h \
33         MagickWand/deprecate.c \
34         MagickWand/display.c \
35         MagickWand/display.h \
36         MagickWand/drawing-wand.c \
37         MagickWand/drawing-wand.h \
38         MagickWand/identify.c \
39         MagickWand/identify.h \
40         MagickWand/import.c \
41         MagickWand/import.h \
42         MagickWand/magick-cli.c \
43         MagickWand/magick-cli.h \
44         MagickWand/magick-image.c \
45         MagickWand/magick-image.h \
46         MagickWand/magick-property.c \
47         MagickWand/magick-property.h \
48         MagickWand/magick-wand.c \
49         MagickWand/magick-wand-private.h \
50         MagickWand/method-attribute.h \
51         MagickWand/mogrify.c \
52         MagickWand/mogrify.h \
53         MagickWand/mogrify-private.h \
54         MagickWand/montage.c \
55         MagickWand/montage.h \
56         MagickWand/operation.c \
57         MagickWand/operation.h \
58         MagickWand/pixel-iterator.c \
59         MagickWand/pixel-iterator.h \
60         MagickWand/pixel-wand.c \
61         MagickWand/pixel-wand.h \
62         MagickWand/pixel-wand-private.h \
63         MagickWand/script-token.c \
64         MagickWand/script-token.h \
65         MagickWand/stream.c \
66         MagickWand/stream.h \
67         MagickWand/studio.h \
68         MagickWand/wand.c \
69         MagickWand/wand.h \
70         MagickWand/wandcli.c \
71         MagickWand/wandcli.h \
72         MagickWand/wandcli-private.h \
73         MagickWand/wand-view.c \
74         MagickWand/wand-view.h 
75
76 MAGICKWAND_INCLUDE_HDRS = \
77         MagickWand/MagickWand.h \
78         MagickWand/animate.h \
79         MagickWand/compare.h \
80         MagickWand/composite.h \
81         MagickWand/conjure.h \
82         MagickWand/convert.h \
83         MagickWand/deprecate.h \
84         MagickWand/display.h \
85         MagickWand/drawing-wand.h \
86         MagickWand/identify.h \
87         MagickWand/import.h \
88         MagickWand/magick-cli.h \
89         MagickWand/magick-image.h \
90         MagickWand/magick-property.h \
91         MagickWand/method-attribute.h \
92         MagickWand/mogrify.h \
93         MagickWand/montage.h \
94         MagickWand/operation.h \
95         MagickWand/pixel-iterator.h \
96         MagickWand/pixel-wand.h \
97         MagickWand/stream.h \
98         MagickWand/wandcli.h \
99         MagickWand/wand-view.h
100
101 MAGICKWAND_NOINST_HDRS = \
102         MagickWand/mogrify-private.h \
103         MagickWand/magick-wand-private.h \
104         MagickWand/pixel-wand-private.h \
105         MagickWand/script-token.h \
106         MagickWand/studio.h \
107         MagickWand/wand.h \
108         MagickWand/wandcli-private.h
109
110 # Headers which are installed
111 MagickWandinc_HEADERS = \
112         $(MAGICKWAND_INCLUDE_HDRS)
113
114 MAGICKWAND_BIN_SCRPTS = \
115         MagickWand/MagickWand-config
116
117 MAGICKWAND_PKGCONFIG = \
118         MagickWand/MagickWand.pc
119
120 MAGICKWAND_MANS = \
121         MagickWand/MagickWand-config.1
122
123 MAGICKWAND_BUILT_SRCS = 
124
125 MAGICKWAND_LIBS = MagickWand/libMagickWand.la
126
127 MagickWand_libMagickWand_la_SOURCES = $(MAGICKWAND_SOURCES)
128 MagickWand_libMagickWand_la_CPPFLAGS = $(LIBRARY_EXTRA_CPPFLAGS)
129
130 if HAVE_LD_VERSION_SCRIPT
131 MagickWand_libMagickWand_la_LDFLAGS_VERSION =  -Wl,--version-script=$(top_srcdir)/MagickWand/libMagickWand.map
132 else
133 MagickWand_libMagickWand_la_LDFLAGS_VERSION = -export-symbols-regex ".*"
134 endif
135
136 MagickWand_libMagickWand_la_LDFLAGS = -no-undefined \
137   $(MagickWand_libMagickWand_la_LDFLAGS_VERSION) $(MAGICK_LT_RELEASE_OPTS) \
138   -release $(MAGICK_ABI_SUFFIX) -version-info \
139         $(MAGICK_LIBRARY_CURRENT):$(MAGICK_LIBRARY_REVISION):$(MAGICK_LIBRARY_AGE)
140 MagickWand_libMagickWand_la_LIBADD = $(MAGICKCORE_LIBS) $(X11_LIBS) $(GOMP_LIBS) $(MATH_LIBS)
141
142 MAGICKWAND_EXTRA_DIST = \
143         MagickWand/ChangeLog \
144         MagickWand/libMagickWand.map \
145         MagickWand/MagickWand-config.1 \
146         MagickWand/MagickWand.pc.in
147
148 MAGICKWAND_CLEANFILES =