cleanup of file names
[official-gcc.git] / libgpython / Makefile.in
blob499951c4f4d21ed53a4857c0063caf0955bd024c
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = .
39 DIST_COMMON = README $(am__configure_deps) $(library_include_HEADERS) \
40 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41 $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
42 ChangeLog INSTALL NEWS config/compile config/config.guess \
43 config/config.sub config/depcomp config/install-sh \
44 config/ltmain.sh config/missing
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50 configure.lineno config.status.lineno
51 mkinstalldirs = $(install_sh) -d
52 CONFIG_HEADER = config.h
53 CONFIG_CLEAN_FILES =
54 CONFIG_CLEAN_VPATH_FILES =
55 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56 am__vpath_adj = case $$p in \
57 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58 *) f=$$p;; \
59 esac;
60 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
61 am__install_max = 40
62 am__nobase_strip_setup = \
63 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
64 am__nobase_strip = \
65 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
66 am__nobase_list = $(am__nobase_strip_setup); \
67 for p in $$list; do echo "$$p $$p"; done | \
68 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
69 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
70 if (++n[$$2] == $(am__install_max)) \
71 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
72 END { for (dir in files) print dir, files[dir] }'
73 am__base_list = \
74 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
75 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
76 am__installdirs = "$(DESTDIR)$(libdir)" \
77 "$(DESTDIR)$(library_includedir)"
78 LTLIBRARIES = $(lib_LTLIBRARIES)
79 libgpython_la_LIBADD =
80 am_libgpython_la_OBJECTS = libgpython_la-obj-class.lo \
81 libgpython_la-obj-functor.lo libgpython_la-obj-integer.lo \
82 libgpython_la-obj-list.lo libgpython_la-py-main.lo \
83 libgpython_la-py-runtime.lo libgpython_la-py-type-utils.lo \
84 libgpython_la-py-routines.lo libgpython_la-py-vectors.lo
85 libgpython_la_OBJECTS = $(am_libgpython_la_OBJECTS)
86 libgpython_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
87 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libgpython_la_CFLAGS) \
88 $(CFLAGS) $(libgpython_la_LDFLAGS) $(LDFLAGS) -o $@
89 DEFAULT_INCLUDES = -I.@am__isrc@
90 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
91 am__depfiles_maybe = depfiles
92 am__mv = mv -f
93 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98 CCLD = $(CC)
99 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
100 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
101 $(LDFLAGS) -o $@
102 SOURCES = $(libgpython_la_SOURCES)
103 DIST_SOURCES = $(libgpython_la_SOURCES)
104 HEADERS = $(library_include_HEADERS)
105 ETAGS = etags
106 CTAGS = ctags
107 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108 distdir = $(PACKAGE)-$(VERSION)
109 top_distdir = $(distdir)
110 am__remove_distdir = \
111 { test ! -d "$(distdir)" \
112 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
113 && rm -fr "$(distdir)"; }; }
114 DIST_ARCHIVES = $(distdir).tar.gz
115 GZIP_ENV = --best
116 distuninstallcheck_listfiles = find . -type f -print
117 distcleancheck_listfiles = find . -type f -print
118 ACLOCAL = @ACLOCAL@
119 AMTAR = @AMTAR@
120 AR = @AR@
121 AUTOCONF = @AUTOCONF@
122 AUTOHEADER = @AUTOHEADER@
123 AUTOMAKE = @AUTOMAKE@
124 AWK = @AWK@
125 CC = @CC@
126 CCDEPMODE = @CCDEPMODE@
127 CFLAGS = @CFLAGS@
128 CHMOD = @CHMOD@
129 CMP = @CMP@
130 CP = @CP@
131 CPP = @CPP@
132 CPPFLAGS = @CPPFLAGS@
133 CXX = @CXX@
134 CXXCPP = @CXXCPP@
135 CXXDEPMODE = @CXXDEPMODE@
136 CXXFLAGS = @CXXFLAGS@
137 CYGPATH_W = @CYGPATH_W@
138 DEFS = @DEFS@
139 DEPDIR = @DEPDIR@
140 DLLTOOL = @DLLTOOL@
141 DSYMUTIL = @DSYMUTIL@
142 DUMPBIN = @DUMPBIN@
143 ECHO_C = @ECHO_C@
144 ECHO_N = @ECHO_N@
145 ECHO_T = @ECHO_T@
146 EGREP = @EGREP@
147 EXEEXT = @EXEEXT@
148 FGREP = @FGREP@
149 GREP = @GREP@
150 HOSTNAME = @HOSTNAME@
151 INSTALL = @INSTALL@
152 INSTALL_DATA = @INSTALL_DATA@
153 INSTALL_PROGRAM = @INSTALL_PROGRAM@
154 INSTALL_SCRIPT = @INSTALL_SCRIPT@
155 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
156 LD = @LD@
157 LDFLAGS = @LDFLAGS@
158 LIBOBJS = @LIBOBJS@
159 LIBS = @LIBS@
160 LIBTOOL = @LIBTOOL@
161 LIPO = @LIPO@
162 LN_S = @LN_S@
163 LTLIBOBJS = @LTLIBOBJS@
164 MAKEINFO = @MAKEINFO@
165 MANIFEST_TOOL = @MANIFEST_TOOL@
166 MKDIR_P = @MKDIR_P@
167 MV = @MV@
168 NM = @NM@
169 NMEDIT = @NMEDIT@
170 OBJDUMP = @OBJDUMP@
171 OBJEXT = @OBJEXT@
172 OTOOL = @OTOOL@
173 OTOOL64 = @OTOOL64@
174 PACKAGE = @PACKAGE@
175 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
176 PACKAGE_NAME = @PACKAGE_NAME@
177 PACKAGE_STRING = @PACKAGE_STRING@
178 PACKAGE_TARNAME = @PACKAGE_TARNAME@
179 PACKAGE_URL = @PACKAGE_URL@
180 PACKAGE_VERSION = @PACKAGE_VERSION@
181 PATH_SEPARATOR = @PATH_SEPARATOR@
182 RANLIB = @RANLIB@
183 RM = @RM@
184 SED = @SED@
185 SET_MAKE = @SET_MAKE@
186 SHELL = @SHELL@
187 STRIP = @STRIP@
188 VERSION = @VERSION@
189 abs_builddir = @abs_builddir@
190 abs_srcdir = @abs_srcdir@
191 abs_top_builddir = @abs_top_builddir@
192 abs_top_srcdir = @abs_top_srcdir@
193 ac_ct_AR = @ac_ct_AR@
194 ac_ct_CC = @ac_ct_CC@
195 ac_ct_CXX = @ac_ct_CXX@
196 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
197 am__include = @am__include@
198 am__leading_dot = @am__leading_dot@
199 am__quote = @am__quote@
200 am__tar = @am__tar@
201 am__untar = @am__untar@
202 bindir = @bindir@
203 build = @build@
204 build_alias = @build_alias@
205 build_cpu = @build_cpu@
206 build_os = @build_os@
207 build_vendor = @build_vendor@
208 builddir = @builddir@
209 datadir = @datadir@
210 datarootdir = @datarootdir@
211 docdir = @docdir@
212 dvidir = @dvidir@
213 exec_prefix = @exec_prefix@
214 host = @host@
215 host_alias = @host_alias@
216 host_cpu = @host_cpu@
217 host_os = @host_os@
218 host_vendor = @host_vendor@
219 htmldir = @htmldir@
220 includedir = @includedir@
221 infodir = @infodir@
222 install_sh = @install_sh@
223 libdir = @libdir@
224 libexecdir = @libexecdir@
225 localedir = @localedir@
226 localstatedir = @localstatedir@
227 mandir = @mandir@
228 mkdir_p = @mkdir_p@
229 oldincludedir = @oldincludedir@
230 pdfdir = @pdfdir@
231 prefix = @prefix@
232 program_transform_name = @program_transform_name@
233 psdir = @psdir@
234 sbindir = @sbindir@
235 sharedstatedir = @sharedstatedir@
236 srcdir = @srcdir@
237 sysconfdir = @sysconfdir@
238 target_alias = @target_alias@
239 top_build_prefix = @top_build_prefix@
240 top_builddir = @top_builddir@
241 top_srcdir = @top_srcdir@
242 lib_LTLIBRARIES = libgpython.la
243 AM_CPPFLAGS = -I$(top_srcdir)/include
244 AM_YFLAGS = -d --verbose
245 library_includedir = $(includedir)/gpython
246 library_include_HEADERS = \
247 include/gpython/gpython.h \
248 include/gpython/vectors.h \
249 include/gpython/objects.h
251 libgpython_la_CFLAGS = -DPYHON -DSHARED
252 libgpython_la_LDFLAGS = -release 0.0.1
253 libgpython_la_SOURCES = \
254 runtime/obj-class.c \
255 runtime/obj-functor.c \
256 runtime/obj-integer.c \
257 runtime/obj-list.c \
258 runtime/py-main.c \
259 runtime/py-runtime.c \
260 runtime/py-type-utils.c \
261 runtime/py-routines.c \
262 runtime/py-vectors.c
264 all: config.h
265 $(MAKE) $(AM_MAKEFLAGS) all-am
267 .SUFFIXES:
268 .SUFFIXES: .c .lo .o .obj
269 am--refresh:
271 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
272 @for dep in $?; do \
273 case '$(am__configure_deps)' in \
274 *$$dep*) \
275 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
276 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
277 && exit 0; \
278 exit 1;; \
279 esac; \
280 done; \
281 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
282 $(am__cd) $(top_srcdir) && \
283 $(AUTOMAKE) --gnu Makefile
284 .PRECIOUS: Makefile
285 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
286 @case '$?' in \
287 *config.status*) \
288 echo ' $(SHELL) ./config.status'; \
289 $(SHELL) ./config.status;; \
290 *) \
291 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
292 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
293 esac;
295 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
296 $(SHELL) ./config.status --recheck
298 $(top_srcdir)/configure: $(am__configure_deps)
299 $(am__cd) $(srcdir) && $(AUTOCONF)
300 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
301 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
302 $(am__aclocal_m4_deps):
304 config.h: stamp-h1
305 @if test ! -f $@; then \
306 rm -f stamp-h1; \
307 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
308 else :; fi
310 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
311 @rm -f stamp-h1
312 cd $(top_builddir) && $(SHELL) ./config.status config.h
313 $(srcdir)/config.h.in: $(am__configure_deps)
314 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
315 rm -f stamp-h1
316 touch $@
318 distclean-hdr:
319 -rm -f config.h stamp-h1
320 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
321 @$(NORMAL_INSTALL)
322 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
323 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
324 list2=; for p in $$list; do \
325 if test -f $$p; then \
326 list2="$$list2 $$p"; \
327 else :; fi; \
328 done; \
329 test -z "$$list2" || { \
330 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
331 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
334 uninstall-libLTLIBRARIES:
335 @$(NORMAL_UNINSTALL)
336 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
337 for p in $$list; do \
338 $(am__strip_dir) \
339 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
340 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
341 done
343 clean-libLTLIBRARIES:
344 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
345 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
346 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
347 test "$$dir" != "$$p" || dir=.; \
348 echo "rm -f \"$${dir}/so_locations\""; \
349 rm -f "$${dir}/so_locations"; \
350 done
351 libgpython.la: $(libgpython_la_OBJECTS) $(libgpython_la_DEPENDENCIES)
352 $(libgpython_la_LINK) -rpath $(libdir) $(libgpython_la_OBJECTS) $(libgpython_la_LIBADD) $(LIBS)
354 mostlyclean-compile:
355 -rm -f *.$(OBJEXT)
357 distclean-compile:
358 -rm -f *.tab.c
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpython_la-obj-class.Plo@am__quote@
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpython_la-obj-functor.Plo@am__quote@
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpython_la-obj-integer.Plo@am__quote@
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpython_la-obj-list.Plo@am__quote@
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpython_la-py-main.Plo@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpython_la-py-routines.Plo@am__quote@
366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpython_la-py-runtime.Plo@am__quote@
367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpython_la-py-type-utils.Plo@am__quote@
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpython_la-py-vectors.Plo@am__quote@
370 .c.o:
371 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
372 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
373 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
374 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
377 .c.obj:
378 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
379 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
380 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
381 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
384 .c.lo:
385 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
386 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
387 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
388 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
391 libgpython_la-obj-class.lo: runtime/obj-class.c
392 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -MT libgpython_la-obj-class.lo -MD -MP -MF $(DEPDIR)/libgpython_la-obj-class.Tpo -c -o libgpython_la-obj-class.lo `test -f 'runtime/obj-class.c' || echo '$(srcdir)/'`runtime/obj-class.c
393 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgpython_la-obj-class.Tpo $(DEPDIR)/libgpython_la-obj-class.Plo
394 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/obj-class.c' object='libgpython_la-obj-class.lo' libtool=yes @AMDEPBACKSLASH@
395 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -c -o libgpython_la-obj-class.lo `test -f 'runtime/obj-class.c' || echo '$(srcdir)/'`runtime/obj-class.c
398 libgpython_la-obj-functor.lo: runtime/obj-functor.c
399 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -MT libgpython_la-obj-functor.lo -MD -MP -MF $(DEPDIR)/libgpython_la-obj-functor.Tpo -c -o libgpython_la-obj-functor.lo `test -f 'runtime/obj-functor.c' || echo '$(srcdir)/'`runtime/obj-functor.c
400 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgpython_la-obj-functor.Tpo $(DEPDIR)/libgpython_la-obj-functor.Plo
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/obj-functor.c' object='libgpython_la-obj-functor.lo' libtool=yes @AMDEPBACKSLASH@
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -c -o libgpython_la-obj-functor.lo `test -f 'runtime/obj-functor.c' || echo '$(srcdir)/'`runtime/obj-functor.c
405 libgpython_la-obj-integer.lo: runtime/obj-integer.c
406 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -MT libgpython_la-obj-integer.lo -MD -MP -MF $(DEPDIR)/libgpython_la-obj-integer.Tpo -c -o libgpython_la-obj-integer.lo `test -f 'runtime/obj-integer.c' || echo '$(srcdir)/'`runtime/obj-integer.c
407 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgpython_la-obj-integer.Tpo $(DEPDIR)/libgpython_la-obj-integer.Plo
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/obj-integer.c' object='libgpython_la-obj-integer.lo' libtool=yes @AMDEPBACKSLASH@
409 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -c -o libgpython_la-obj-integer.lo `test -f 'runtime/obj-integer.c' || echo '$(srcdir)/'`runtime/obj-integer.c
412 libgpython_la-obj-list.lo: runtime/obj-list.c
413 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -MT libgpython_la-obj-list.lo -MD -MP -MF $(DEPDIR)/libgpython_la-obj-list.Tpo -c -o libgpython_la-obj-list.lo `test -f 'runtime/obj-list.c' || echo '$(srcdir)/'`runtime/obj-list.c
414 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgpython_la-obj-list.Tpo $(DEPDIR)/libgpython_la-obj-list.Plo
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/obj-list.c' object='libgpython_la-obj-list.lo' libtool=yes @AMDEPBACKSLASH@
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -c -o libgpython_la-obj-list.lo `test -f 'runtime/obj-list.c' || echo '$(srcdir)/'`runtime/obj-list.c
419 libgpython_la-py-main.lo: runtime/py-main.c
420 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -MT libgpython_la-py-main.lo -MD -MP -MF $(DEPDIR)/libgpython_la-py-main.Tpo -c -o libgpython_la-py-main.lo `test -f 'runtime/py-main.c' || echo '$(srcdir)/'`runtime/py-main.c
421 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgpython_la-py-main.Tpo $(DEPDIR)/libgpython_la-py-main.Plo
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/py-main.c' object='libgpython_la-py-main.lo' libtool=yes @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -c -o libgpython_la-py-main.lo `test -f 'runtime/py-main.c' || echo '$(srcdir)/'`runtime/py-main.c
426 libgpython_la-py-runtime.lo: runtime/py-runtime.c
427 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -MT libgpython_la-py-runtime.lo -MD -MP -MF $(DEPDIR)/libgpython_la-py-runtime.Tpo -c -o libgpython_la-py-runtime.lo `test -f 'runtime/py-runtime.c' || echo '$(srcdir)/'`runtime/py-runtime.c
428 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgpython_la-py-runtime.Tpo $(DEPDIR)/libgpython_la-py-runtime.Plo
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/py-runtime.c' object='libgpython_la-py-runtime.lo' libtool=yes @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -c -o libgpython_la-py-runtime.lo `test -f 'runtime/py-runtime.c' || echo '$(srcdir)/'`runtime/py-runtime.c
433 libgpython_la-py-type-utils.lo: runtime/py-type-utils.c
434 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -MT libgpython_la-py-type-utils.lo -MD -MP -MF $(DEPDIR)/libgpython_la-py-type-utils.Tpo -c -o libgpython_la-py-type-utils.lo `test -f 'runtime/py-type-utils.c' || echo '$(srcdir)/'`runtime/py-type-utils.c
435 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgpython_la-py-type-utils.Tpo $(DEPDIR)/libgpython_la-py-type-utils.Plo
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/py-type-utils.c' object='libgpython_la-py-type-utils.lo' libtool=yes @AMDEPBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -c -o libgpython_la-py-type-utils.lo `test -f 'runtime/py-type-utils.c' || echo '$(srcdir)/'`runtime/py-type-utils.c
440 libgpython_la-py-routines.lo: runtime/py-routines.c
441 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -MT libgpython_la-py-routines.lo -MD -MP -MF $(DEPDIR)/libgpython_la-py-routines.Tpo -c -o libgpython_la-py-routines.lo `test -f 'runtime/py-routines.c' || echo '$(srcdir)/'`runtime/py-routines.c
442 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgpython_la-py-routines.Tpo $(DEPDIR)/libgpython_la-py-routines.Plo
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/py-routines.c' object='libgpython_la-py-routines.lo' libtool=yes @AMDEPBACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -c -o libgpython_la-py-routines.lo `test -f 'runtime/py-routines.c' || echo '$(srcdir)/'`runtime/py-routines.c
447 libgpython_la-py-vectors.lo: runtime/py-vectors.c
448 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -MT libgpython_la-py-vectors.lo -MD -MP -MF $(DEPDIR)/libgpython_la-py-vectors.Tpo -c -o libgpython_la-py-vectors.lo `test -f 'runtime/py-vectors.c' || echo '$(srcdir)/'`runtime/py-vectors.c
449 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgpython_la-py-vectors.Tpo $(DEPDIR)/libgpython_la-py-vectors.Plo
450 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/py-vectors.c' object='libgpython_la-py-vectors.lo' libtool=yes @AMDEPBACKSLASH@
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgpython_la_CFLAGS) $(CFLAGS) -c -o libgpython_la-py-vectors.lo `test -f 'runtime/py-vectors.c' || echo '$(srcdir)/'`runtime/py-vectors.c
454 mostlyclean-libtool:
455 -rm -f *.lo
457 clean-libtool:
458 -rm -rf .libs _libs
460 distclean-libtool:
461 -rm -f libtool config.lt
462 install-library_includeHEADERS: $(library_include_HEADERS)
463 @$(NORMAL_INSTALL)
464 test -z "$(library_includedir)" || $(MKDIR_P) "$(DESTDIR)$(library_includedir)"
465 @list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
466 for p in $$list; do \
467 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
468 echo "$$d$$p"; \
469 done | $(am__base_list) | \
470 while read files; do \
471 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(library_includedir)'"; \
472 $(INSTALL_HEADER) $$files "$(DESTDIR)$(library_includedir)" || exit $$?; \
473 done
475 uninstall-library_includeHEADERS:
476 @$(NORMAL_UNINSTALL)
477 @list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
478 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
479 test -n "$$files" || exit 0; \
480 echo " ( cd '$(DESTDIR)$(library_includedir)' && rm -f" $$files ")"; \
481 cd "$(DESTDIR)$(library_includedir)" && rm -f $$files
483 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
484 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
485 unique=`for i in $$list; do \
486 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487 done | \
488 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
489 END { if (nonempty) { for (i in files) print i; }; }'`; \
490 mkid -fID $$unique
491 tags: TAGS
493 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
494 $(TAGS_FILES) $(LISP)
495 set x; \
496 here=`pwd`; \
497 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
498 unique=`for i in $$list; do \
499 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
500 done | \
501 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
502 END { if (nonempty) { for (i in files) print i; }; }'`; \
503 shift; \
504 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
505 test -n "$$unique" || unique=$$empty_fix; \
506 if test $$# -gt 0; then \
507 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508 "$$@" $$unique; \
509 else \
510 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
511 $$unique; \
512 fi; \
514 ctags: CTAGS
515 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
516 $(TAGS_FILES) $(LISP)
517 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
518 unique=`for i in $$list; do \
519 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
520 done | \
521 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
522 END { if (nonempty) { for (i in files) print i; }; }'`; \
523 test -z "$(CTAGS_ARGS)$$unique" \
524 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
525 $$unique
527 GTAGS:
528 here=`$(am__cd) $(top_builddir) && pwd` \
529 && $(am__cd) $(top_srcdir) \
530 && gtags -i $(GTAGS_ARGS) "$$here"
532 distclean-tags:
533 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
535 distdir: $(DISTFILES)
536 $(am__remove_distdir)
537 test -d "$(distdir)" || mkdir "$(distdir)"
538 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
539 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
540 list='$(DISTFILES)'; \
541 dist_files=`for file in $$list; do echo $$file; done | \
542 sed -e "s|^$$srcdirstrip/||;t" \
543 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
544 case $$dist_files in \
545 */*) $(MKDIR_P) `echo "$$dist_files" | \
546 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
547 sort -u` ;; \
548 esac; \
549 for file in $$dist_files; do \
550 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
551 if test -d $$d/$$file; then \
552 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
553 if test -d "$(distdir)/$$file"; then \
554 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555 fi; \
556 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
557 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
558 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
559 fi; \
560 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
561 else \
562 test -f "$(distdir)/$$file" \
563 || cp -p $$d/$$file "$(distdir)/$$file" \
564 || exit 1; \
565 fi; \
566 done
567 -test -n "$(am__skip_mode_fix)" \
568 || find "$(distdir)" -type d ! -perm -755 \
569 -exec chmod u+rwx,go+rx {} \; -o \
570 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
571 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
572 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
573 || chmod -R a+r "$(distdir)"
574 dist-gzip: distdir
575 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
576 $(am__remove_distdir)
578 dist-bzip2: distdir
579 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
580 $(am__remove_distdir)
582 dist-lzma: distdir
583 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
584 $(am__remove_distdir)
586 dist-xz: distdir
587 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
588 $(am__remove_distdir)
590 dist-tarZ: distdir
591 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
592 $(am__remove_distdir)
594 dist-shar: distdir
595 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
596 $(am__remove_distdir)
598 dist-zip: distdir
599 -rm -f $(distdir).zip
600 zip -rq $(distdir).zip $(distdir)
601 $(am__remove_distdir)
603 dist dist-all: distdir
604 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
605 $(am__remove_distdir)
607 # This target untars the dist file and tries a VPATH configuration. Then
608 # it guarantees that the distribution is self-contained by making another
609 # tarfile.
610 distcheck: dist
611 case '$(DIST_ARCHIVES)' in \
612 *.tar.gz*) \
613 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
614 *.tar.bz2*) \
615 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
616 *.tar.lzma*) \
617 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
618 *.tar.xz*) \
619 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
620 *.tar.Z*) \
621 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
622 *.shar.gz*) \
623 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
624 *.zip*) \
625 unzip $(distdir).zip ;;\
626 esac
627 chmod -R a-w $(distdir); chmod a+w $(distdir)
628 mkdir $(distdir)/_build
629 mkdir $(distdir)/_inst
630 chmod a-w $(distdir)
631 test -d $(distdir)/_build || exit 0; \
632 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
633 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
634 && am__cwd=`pwd` \
635 && $(am__cd) $(distdir)/_build \
636 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
637 $(DISTCHECK_CONFIGURE_FLAGS) \
638 && $(MAKE) $(AM_MAKEFLAGS) \
639 && $(MAKE) $(AM_MAKEFLAGS) dvi \
640 && $(MAKE) $(AM_MAKEFLAGS) check \
641 && $(MAKE) $(AM_MAKEFLAGS) install \
642 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
643 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
644 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
645 distuninstallcheck \
646 && chmod -R a-w "$$dc_install_base" \
647 && ({ \
648 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
649 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
650 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
651 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
652 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
653 } || { rm -rf "$$dc_destdir"; exit 1; }) \
654 && rm -rf "$$dc_destdir" \
655 && $(MAKE) $(AM_MAKEFLAGS) dist \
656 && rm -rf $(DIST_ARCHIVES) \
657 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
658 && cd "$$am__cwd" \
659 || exit 1
660 $(am__remove_distdir)
661 @(echo "$(distdir) archives ready for distribution: "; \
662 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
663 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
664 distuninstallcheck:
665 @$(am__cd) '$(distuninstallcheck_dir)' \
666 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
667 || { echo "ERROR: files left after uninstall:" ; \
668 if test -n "$(DESTDIR)"; then \
669 echo " (check DESTDIR support)"; \
670 fi ; \
671 $(distuninstallcheck_listfiles) ; \
672 exit 1; } >&2
673 distcleancheck: distclean
674 @if test '$(srcdir)' = . ; then \
675 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
676 exit 1 ; \
678 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
679 || { echo "ERROR: files left in build directory after distclean:" ; \
680 $(distcleancheck_listfiles) ; \
681 exit 1; } >&2
682 check-am: all-am
683 check: check-am
684 all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
685 installdirs:
686 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(library_includedir)"; do \
687 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
688 done
689 install: install-am
690 install-exec: install-exec-am
691 install-data: install-data-am
692 uninstall: uninstall-am
694 install-am: all-am
695 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
697 installcheck: installcheck-am
698 install-strip:
699 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
700 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
701 `test -z '$(STRIP)' || \
702 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
703 mostlyclean-generic:
705 clean-generic:
707 distclean-generic:
708 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
709 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
711 maintainer-clean-generic:
712 @echo "This command is intended for maintainers to use"
713 @echo "it deletes files that may require special tools to rebuild."
714 clean: clean-am
716 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
717 mostlyclean-am
719 distclean: distclean-am
720 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
721 -rm -rf ./$(DEPDIR)
722 -rm -f Makefile
723 distclean-am: clean-am distclean-compile distclean-generic \
724 distclean-hdr distclean-libtool distclean-tags
726 dvi: dvi-am
728 dvi-am:
730 html: html-am
732 html-am:
734 info: info-am
736 info-am:
738 install-data-am: install-library_includeHEADERS
740 install-dvi: install-dvi-am
742 install-dvi-am:
744 install-exec-am: install-libLTLIBRARIES
746 install-html: install-html-am
748 install-html-am:
750 install-info: install-info-am
752 install-info-am:
754 install-man:
756 install-pdf: install-pdf-am
758 install-pdf-am:
760 install-ps: install-ps-am
762 install-ps-am:
764 installcheck-am:
766 maintainer-clean: maintainer-clean-am
767 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
768 -rm -rf $(top_srcdir)/autom4te.cache
769 -rm -rf ./$(DEPDIR)
770 -rm -f Makefile
771 maintainer-clean-am: distclean-am maintainer-clean-generic
773 mostlyclean: mostlyclean-am
775 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
776 mostlyclean-libtool
778 pdf: pdf-am
780 pdf-am:
782 ps: ps-am
784 ps-am:
786 uninstall-am: uninstall-libLTLIBRARIES \
787 uninstall-library_includeHEADERS
789 .MAKE: all install-am install-strip
791 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
792 clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \
793 dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
794 dist-xz dist-zip distcheck distclean distclean-compile \
795 distclean-generic distclean-hdr distclean-libtool \
796 distclean-tags distcleancheck distdir distuninstallcheck dvi \
797 dvi-am html html-am info info-am install install-am \
798 install-data install-data-am install-dvi install-dvi-am \
799 install-exec install-exec-am install-html install-html-am \
800 install-info install-info-am install-libLTLIBRARIES \
801 install-library_includeHEADERS install-man install-pdf \
802 install-pdf-am install-ps install-ps-am install-strip \
803 installcheck installcheck-am installdirs maintainer-clean \
804 maintainer-clean-generic mostlyclean mostlyclean-compile \
805 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
806 tags uninstall uninstall-am uninstall-libLTLIBRARIES \
807 uninstall-library_includeHEADERS
810 # Tell versions [3.59,3.63) of GNU make to not export all variables.
811 # Otherwise a system limit (for SysV at least) may be exceeded.
812 .NOEXPORT: