Mercurial > MadButterfly
comparison inkscape/Makefile @ 283:7d106e4ef66d
Fix the compilation error of the inkscape
author | wycc@wycc-desktop |
---|---|
date | Sat, 31 Jan 2009 13:01:07 +0800 |
parents | 790f61272936 |
children |
comparison
equal
deleted
inserted
replaced
282:61aebecbb994 | 283:7d106e4ef66d |
---|---|
1 # Makefile.in generated by automake 1.10.1 from Makefile.am. | |
2 # inkscape/Makefile. Generated from Makefile.in by configure. | |
3 | |
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | |
5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | |
6 # This Makefile.in is free software; the Free Software Foundation | |
7 # gives unlimited permission to copy and/or distribute it, | |
8 # with or without modifications, as long as this notice is preserved. | |
9 | |
10 # This program is distributed in the hope that it will be useful, | |
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
13 # PARTICULAR PURPOSE. | |
14 | |
15 | |
16 | |
17 pkgdatadir = $(datadir)/madbutterfly | |
18 pkglibdir = $(libdir)/madbutterfly | |
19 pkgincludedir = $(includedir)/madbutterfly | |
20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
21 install_sh_DATA = $(install_sh) -c -m 644 | |
22 install_sh_PROGRAM = $(install_sh) -c | |
23 install_sh_SCRIPT = $(install_sh) -c | |
24 INSTALL_HEADER = $(INSTALL_DATA) | |
25 transform = $(program_transform_name) | |
26 NORMAL_INSTALL = : | |
27 PRE_INSTALL = : | |
28 POST_INSTALL = : | |
29 NORMAL_UNINSTALL = : | |
30 PRE_UNINSTALL = : | |
31 POST_UNINSTALL = : | |
32 build_triplet = i686-pc-linux-gnu | |
33 host_triplet = i686-pc-linux-gnu | |
34 subdir = inkscape | |
35 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | |
36 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
37 am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |
38 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
39 $(ACLOCAL_M4) | |
40 mkinstalldirs = $(install_sh) -d | |
41 CONFIG_HEADER = $(top_builddir)/config.h | |
42 CONFIG_CLEAN_FILES = | |
43 SOURCES = | |
44 DIST_SOURCES = | |
45 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
46 ACLOCAL = ${SHELL} /home/wycc/devel/test/main/MadButterfly/missing --run aclocal-1.10 | |
47 AMTAR = ${SHELL} /home/wycc/devel/test/main/MadButterfly/missing --run tar | |
48 AR = ar | |
49 AUTOCONF = ${SHELL} /home/wycc/devel/test/main/MadButterfly/missing --run autoconf | |
50 AUTOHEADER = ${SHELL} /home/wycc/devel/test/main/MadButterfly/missing --run autoheader | |
51 AUTOMAKE = ${SHELL} /home/wycc/devel/test/main/MadButterfly/missing --run automake-1.10 | |
52 AWK = gawk | |
53 CC = gcc | |
54 CCDEPMODE = depmode=gcc3 | |
55 CFLAGS = -g -O2 | |
56 CPP = gcc -E | |
57 CPPFLAGS = | |
58 CYGPATH_W = echo | |
59 DEFS = -DHAVE_CONFIG_H | |
60 DEPDIR = .deps | |
61 DSYMUTIL = | |
62 DUMPBIN = | |
63 ECHO_C = | |
64 ECHO_N = -n | |
65 ECHO_T = | |
66 EGREP = /bin/grep -E | |
67 EXEEXT = | |
68 FGREP = /bin/grep -F | |
69 GREP = /bin/grep | |
70 INSTALL = /usr/bin/install -c | |
71 INSTALL_DATA = ${INSTALL} -m 644 | |
72 INSTALL_PROGRAM = ${INSTALL} | |
73 INSTALL_SCRIPT = ${INSTALL} | |
74 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s | |
75 LD = /usr/bin/ld | |
76 LDFLAGS = | |
77 LIBOBJS = | |
78 LIBS = | |
79 LIBTOOL = $(SHELL) $(top_builddir)/libtool | |
80 LIPO = | |
81 LN_S = ln -s | |
82 LTLIBOBJS = | |
83 MAKEINFO = ${SHELL} /home/wycc/devel/test/main/MadButterfly/missing --run makeinfo | |
84 MKDIR_P = /bin/mkdir -p | |
85 NM = /usr/bin/nm -B | |
86 NMEDIT = | |
87 OBJEXT = o | |
88 OTOOL = | |
89 OTOOL64 = | |
90 PACKAGE = madbutterfly | |
91 PACKAGE_BUGREPORT = http://www.assembla.com/spaces/MadButterfly | |
92 PACKAGE_NAME = MadButterfly | |
93 PACKAGE_STRING = MadButterfly 0.0 | |
94 PACKAGE_TARNAME = madbutterfly | |
95 PACKAGE_VERSION = 0.0 | |
96 PATH_SEPARATOR = : | |
97 PKG_CONFIG = /usr/bin/pkg-config | |
98 RANLIB = ranlib | |
99 SED = /bin/sed | |
100 SET_MAKE = | |
101 SHELL = /bin/sh | |
102 STRIP = strip | |
103 VERSION = 0.0 | |
104 XMKMF = | |
105 abs_builddir = /home/wycc/devel/test/main/MadButterfly/inkscape | |
106 abs_srcdir = /home/wycc/devel/test/main/MadButterfly/inkscape | |
107 abs_top_builddir = /home/wycc/devel/test/main/MadButterfly | |
108 abs_top_srcdir = /home/wycc/devel/test/main/MadButterfly | |
109 ac_ct_CC = gcc | |
110 ac_ct_DUMPBIN = | |
111 am__include = include | |
112 am__leading_dot = . | |
113 am__quote = | |
114 am__tar = ${AMTAR} chof - "$$tardir" | |
115 am__untar = ${AMTAR} xf - | |
116 bindir = ${exec_prefix}/bin | |
117 build = i686-pc-linux-gnu | |
118 build_alias = | |
119 build_cpu = i686 | |
120 build_os = linux-gnu | |
121 build_vendor = pc | |
122 builddir = . | |
123 cairo_CFLAGS = -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 | |
124 cairo_LIBS = -lcairo | |
125 datadir = ${datarootdir} | |
126 datarootdir = ${prefix}/share | |
127 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} | |
128 dvidir = ${docdir} | |
129 exec_prefix = ${prefix} | |
130 host = i686-pc-linux-gnu | |
131 host_alias = | |
132 host_cpu = i686 | |
133 host_os = linux-gnu | |
134 host_vendor = pc | |
135 htmldir = ${docdir} | |
136 includedir = ${prefix}/include | |
137 infodir = ${datarootdir}/info | |
138 install_sh = $(SHELL) /home/wycc/devel/test/main/MadButterfly/install-sh | |
139 libdir = ${exec_prefix}/lib | |
140 libexecdir = ${exec_prefix}/libexec | |
141 localedir = ${datarootdir}/locale | |
142 localstatedir = ${prefix}/var | |
143 lt_ECHO = echo | |
144 mandir = ${datarootdir}/man | |
145 mkdir_p = /bin/mkdir -p | |
146 oldincludedir = /usr/include | |
147 pangocairo_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 | |
148 pangocairo_LIBS = -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 | |
149 pdfdir = ${docdir} | |
150 prefix = /usr/local | |
151 program_transform_name = s,x,x, | |
152 psdir = ${docdir} | |
153 sbindir = ${exec_prefix}/sbin | |
154 sharedstatedir = ${prefix}/com | |
155 srcdir = . | |
156 sysconfdir = ${prefix}/etc | |
157 target_alias = | |
158 top_builddir = .. | |
159 top_srcdir = .. | |
160 all: all-am | |
161 | |
162 .SUFFIXES: | |
163 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
164 @for dep in $?; do \ | |
165 case '$(am__configure_deps)' in \ | |
166 *$$dep*) \ | |
167 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ | |
168 && exit 0; \ | |
169 exit 1;; \ | |
170 esac; \ | |
171 done; \ | |
172 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign inkscape/Makefile'; \ | |
173 cd $(top_srcdir) && \ | |
174 $(AUTOMAKE) --foreign inkscape/Makefile | |
175 .PRECIOUS: Makefile | |
176 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
177 @case '$?' in \ | |
178 *config.status*) \ | |
179 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
180 *) \ | |
181 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
182 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
183 esac; | |
184 | |
185 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
186 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
187 | |
188 $(top_srcdir)/configure: $(am__configure_deps) | |
189 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
190 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
191 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
192 | |
193 mostlyclean-libtool: | |
194 -rm -f *.lo | |
195 | |
196 clean-libtool: | |
197 -rm -rf .libs _libs | |
198 tags: TAGS | |
199 TAGS: | |
200 | |
201 ctags: CTAGS | |
202 CTAGS: | |
203 | |
204 | |
205 distdir: $(DISTFILES) | |
206 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
208 list='$(DISTFILES)'; \ | |
209 dist_files=`for file in $$list; do echo $$file; done | \ | |
210 sed -e "s|^$$srcdirstrip/||;t" \ | |
211 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
212 case $$dist_files in \ | |
213 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
214 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
215 sort -u` ;; \ | |
216 esac; \ | |
217 for file in $$dist_files; do \ | |
218 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
219 if test -d $$d/$$file; then \ | |
220 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
221 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
222 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
223 fi; \ | |
224 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
225 else \ | |
226 test -f $(distdir)/$$file \ | |
227 || cp -p $$d/$$file $(distdir)/$$file \ | |
228 || exit 1; \ | |
229 fi; \ | |
230 done | |
231 check-am: all-am | |
232 check: check-am | |
233 all-am: Makefile | |
234 installdirs: | |
235 install: install-am | |
236 install-exec: install-exec-am | |
237 install-data: install-data-am | |
238 uninstall: uninstall-am | |
239 | |
240 install-am: all-am | |
241 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
242 | |
243 installcheck: installcheck-am | |
244 install-strip: | |
245 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
246 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
247 `test -z '$(STRIP)' || \ | |
248 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
249 mostlyclean-generic: | |
250 | |
251 clean-generic: | |
252 | |
253 distclean-generic: | |
254 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
255 | |
256 maintainer-clean-generic: | |
257 @echo "This command is intended for maintainers to use" | |
258 @echo "it deletes files that may require special tools to rebuild." | |
259 clean: clean-am | |
260 | |
261 clean-am: clean-generic clean-libtool mostlyclean-am | |
262 | |
263 distclean: distclean-am | |
264 -rm -f Makefile | |
265 distclean-am: clean-am distclean-generic | |
266 | |
267 dvi: dvi-am | |
268 | |
269 dvi-am: | |
270 | |
271 html: html-am | |
272 | |
273 info: info-am | |
274 | |
275 info-am: | |
276 | |
277 install-data-am: | |
278 | |
279 install-dvi: install-dvi-am | |
280 | |
281 install-exec-am: | |
282 | |
283 install-html: install-html-am | |
284 | |
285 install-info: install-info-am | |
286 | |
287 install-man: | |
288 | |
289 install-pdf: install-pdf-am | |
290 | |
291 install-ps: install-ps-am | |
292 | |
293 installcheck-am: | |
294 | |
295 maintainer-clean: maintainer-clean-am | |
296 -rm -f Makefile | |
297 maintainer-clean-am: distclean-am maintainer-clean-generic | |
298 | |
299 mostlyclean: mostlyclean-am | |
300 | |
301 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
302 | |
303 pdf: pdf-am | |
304 | |
305 pdf-am: | |
306 | |
307 ps: ps-am | |
308 | |
309 ps-am: | |
310 | |
311 uninstall-am: | |
312 | |
313 .MAKE: install-am install-strip | |
314 | |
315 .PHONY: all all-am check check-am clean clean-generic clean-libtool \ | |
316 distclean distclean-generic distclean-libtool distdir dvi \ | |
317 dvi-am html html-am info info-am install install-am \ | |
318 install-data install-data-am install-dvi install-dvi-am \ | |
319 install-exec install-exec-am install-html install-html-am \ | |
320 install-info install-info-am install-man install-pdf \ | |
321 install-pdf-am install-ps install-ps-am install-strip \ | |
322 installcheck installcheck-am installdirs maintainer-clean \ | |
323 maintainer-clean-generic mostlyclean mostlyclean-generic \ | |
324 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am | |
325 | |
326 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
327 # Otherwise a system limit (for SysV at least) may be exceeded. | |
328 .NOEXPORT: |