annotate inkscape/Makefile @ 332:f90c60967a9c

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