Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
diff src/encoding/Makefile.in @ 0:d39e1d0d75b6
initial add
author | paulo@hit-nxdomain.opendns.com |
---|---|
date | Sat, 20 Feb 2010 21:18:28 -0800 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/encoding/Makefile.in Sat Feb 20 21:18:28 2010 -0800 1.3 @@ -0,0 +1,438 @@ 1.4 +# Makefile.in generated by automake 1.7.9 from Makefile.am. 1.5 +# @configure_input@ 1.6 + 1.7 +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 1.8 +# Free Software Foundation, Inc. 1.9 +# This Makefile.in is free software; the Free Software Foundation 1.10 +# gives unlimited permission to copy and/or distribute it, 1.11 +# with or without modifications, as long as this notice is preserved. 1.12 + 1.13 +# This program is distributed in the hope that it will be useful, 1.14 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 1.15 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 1.16 +# PARTICULAR PURPOSE. 1.17 + 1.18 +@SET_MAKE@ 1.19 + 1.20 +# $Id: Makefile.am,v 1.2 2004/03/24 06:34:36 hipnod Exp $ 1.21 + 1.22 +srcdir = @srcdir@ 1.23 +top_srcdir = @top_srcdir@ 1.24 +VPATH = @srcdir@ 1.25 +pkgdatadir = $(datadir)/@PACKAGE@ 1.26 +pkglibdir = $(libdir)/@PACKAGE@ 1.27 +pkgincludedir = $(includedir)/@PACKAGE@ 1.28 +top_builddir = ../.. 1.29 + 1.30 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 1.31 +INSTALL = @INSTALL@ 1.32 +install_sh_DATA = $(install_sh) -c -m 644 1.33 +install_sh_PROGRAM = $(install_sh) -c 1.34 +install_sh_SCRIPT = $(install_sh) -c 1.35 +INSTALL_HEADER = $(INSTALL_DATA) 1.36 +transform = $(program_transform_name) 1.37 +NORMAL_INSTALL = : 1.38 +PRE_INSTALL = : 1.39 +POST_INSTALL = : 1.40 +NORMAL_UNINSTALL = : 1.41 +PRE_UNINSTALL = : 1.42 +POST_UNINSTALL = : 1.43 +host_triplet = @host@ 1.44 +ACLOCAL = @ACLOCAL@ 1.45 +AMDEP_FALSE = @AMDEP_FALSE@ 1.46 +AMDEP_TRUE = @AMDEP_TRUE@ 1.47 +AMTAR = @AMTAR@ 1.48 +AR = @AR@ 1.49 +AUTOCONF = @AUTOCONF@ 1.50 +AUTOHEADER = @AUTOHEADER@ 1.51 +AUTOMAKE = @AUTOMAKE@ 1.52 +AWK = @AWK@ 1.53 +CC = @CC@ 1.54 +CCDEPMODE = @CCDEPMODE@ 1.55 +CFLAGS = @CFLAGS@ 1.56 +CPP = @CPP@ 1.57 +CPPFLAGS = @CPPFLAGS@ 1.58 +CXX = @CXX@ 1.59 +CXXCPP = @CXXCPP@ 1.60 +CXXDEPMODE = @CXXDEPMODE@ 1.61 +CXXFLAGS = @CXXFLAGS@ 1.62 +CYGPATH_W = @CYGPATH_W@ 1.63 +DEFS = @DEFS@ 1.64 +DEPDIR = @DEPDIR@ 1.65 +ECHO = @ECHO@ 1.66 +ECHO_C = @ECHO_C@ 1.67 +ECHO_N = @ECHO_N@ 1.68 +ECHO_T = @ECHO_T@ 1.69 +EGREP = @EGREP@ 1.70 +EXEEXT = @EXEEXT@ 1.71 +F77 = @F77@ 1.72 +FFLAGS = @FFLAGS@ 1.73 +GNUTELLA_CFLAGS = @GNUTELLA_CFLAGS@ 1.74 +GNUTELLA_LIBS = @GNUTELLA_LIBS@ 1.75 +INSTALL_DATA = @INSTALL_DATA@ 1.76 +INSTALL_PROGRAM = @INSTALL_PROGRAM@ 1.77 +INSTALL_SCRIPT = @INSTALL_SCRIPT@ 1.78 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 1.79 +LDFLAGS = @LDFLAGS@ 1.80 +LIBOBJS = @LIBOBJS@ 1.81 +LIBS = @LIBS@ 1.82 +LIBTOOL = @LIBTOOL@ 1.83 +LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ 1.84 +LIBXML2_LIBS = @LIBXML2_LIBS@ 1.85 +LN_S = @LN_S@ 1.86 +LTLIBOBJS = @LTLIBOBJS@ 1.87 +MAINT = @MAINT@ 1.88 +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 1.89 +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 1.90 +MAKEINFO = @MAKEINFO@ 1.91 +OBJEXT = @OBJEXT@ 1.92 +PACKAGE = @PACKAGE@ 1.93 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 1.94 +PACKAGE_NAME = @PACKAGE_NAME@ 1.95 +PACKAGE_STRING = @PACKAGE_STRING@ 1.96 +PACKAGE_TARNAME = @PACKAGE_TARNAME@ 1.97 +PACKAGE_VERSION = @PACKAGE_VERSION@ 1.98 +PATH_SEPARATOR = @PATH_SEPARATOR@ 1.99 +PKG_CONFIG = @PKG_CONFIG@ 1.100 +PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@ 1.101 +RANLIB = @RANLIB@ 1.102 +SET_MAKE = @SET_MAKE@ 1.103 +SHELL = @SHELL@ 1.104 +STRIP = @STRIP@ 1.105 +USE_ZLIB = @USE_ZLIB@ 1.106 +VERSION = @VERSION@ 1.107 +XML2_CONFIG = @XML2_CONFIG@ 1.108 +ac_ct_AR = @ac_ct_AR@ 1.109 +ac_ct_CC = @ac_ct_CC@ 1.110 +ac_ct_CXX = @ac_ct_CXX@ 1.111 +ac_ct_F77 = @ac_ct_F77@ 1.112 +ac_ct_RANLIB = @ac_ct_RANLIB@ 1.113 +ac_ct_STRIP = @ac_ct_STRIP@ 1.114 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 1.115 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 1.116 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 1.117 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 1.118 +am__include = @am__include@ 1.119 +am__leading_dot = @am__leading_dot@ 1.120 +am__quote = @am__quote@ 1.121 +bindir = @bindir@ 1.122 +build = @build@ 1.123 +build_alias = @build_alias@ 1.124 +build_cpu = @build_cpu@ 1.125 +build_os = @build_os@ 1.126 +build_vendor = @build_vendor@ 1.127 +datadir = @datadir@ 1.128 +exec_prefix = @exec_prefix@ 1.129 +host = @host@ 1.130 +host_alias = @host_alias@ 1.131 +host_cpu = @host_cpu@ 1.132 +host_os = @host_os@ 1.133 +host_vendor = @host_vendor@ 1.134 +includedir = @includedir@ 1.135 +infodir = @infodir@ 1.136 +install_sh = @install_sh@ 1.137 +libdir = @libdir@ 1.138 +libexecdir = @libexecdir@ 1.139 +localstatedir = @localstatedir@ 1.140 +mandir = @mandir@ 1.141 +oldincludedir = @oldincludedir@ 1.142 +prefix = @prefix@ 1.143 +program_transform_name = @program_transform_name@ 1.144 +sbindir = @sbindir@ 1.145 +sharedstatedir = @sharedstatedir@ 1.146 +sysconfdir = @sysconfdir@ 1.147 +target_alias = @target_alias@ 1.148 + 1.149 +AM_CFLAGS = \ 1.150 + $(GNUTELLA_CFLAGS) 1.151 + 1.152 + 1.153 +INCLUDES = \ 1.154 + -I$(top_srcdir)/src 1.155 + 1.156 + 1.157 +noinst_LTLIBRARIES = \ 1.158 + libgt_encoding.la 1.159 + 1.160 + 1.161 +libgt_encoding_la_SOURCES = \ 1.162 + base32.c base32.h \ 1.163 + url.c url.h 1.164 + 1.165 +subdir = src/encoding 1.166 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 1.167 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 1.168 +CONFIG_HEADER = $(top_builddir)/config.h 1.169 +CONFIG_CLEAN_FILES = 1.170 +LTLIBRARIES = $(noinst_LTLIBRARIES) 1.171 + 1.172 +libgt_encoding_la_LDFLAGS = 1.173 +libgt_encoding_la_LIBADD = 1.174 +am_libgt_encoding_la_OBJECTS = base32.lo url.lo 1.175 +libgt_encoding_la_OBJECTS = $(am_libgt_encoding_la_OBJECTS) 1.176 + 1.177 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 1.178 +depcomp = $(SHELL) $(top_srcdir)/depcomp 1.179 +am__depfiles_maybe = depfiles 1.180 +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/base32.Plo ./$(DEPDIR)/url.Plo 1.181 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 1.182 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1.183 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ 1.184 + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1.185 +CCLD = $(CC) 1.186 +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 1.187 + $(AM_LDFLAGS) $(LDFLAGS) -o $@ 1.188 +DIST_SOURCES = $(libgt_encoding_la_SOURCES) 1.189 +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am 1.190 +SOURCES = $(libgt_encoding_la_SOURCES) 1.191 + 1.192 +all: all-am 1.193 + 1.194 +.SUFFIXES: 1.195 +.SUFFIXES: .c .lo .o .obj 1.196 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 1.197 + cd $(top_srcdir) && \ 1.198 + $(AUTOMAKE) --gnu src/encoding/Makefile 1.199 +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 1.200 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 1.201 + 1.202 +clean-noinstLTLIBRARIES: 1.203 + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 1.204 + @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 1.205 + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 1.206 + test "$$dir" = "$$p" && dir=.; \ 1.207 + echo "rm -f \"$${dir}/so_locations\""; \ 1.208 + rm -f "$${dir}/so_locations"; \ 1.209 + done 1.210 +libgt_encoding.la: $(libgt_encoding_la_OBJECTS) $(libgt_encoding_la_DEPENDENCIES) 1.211 + $(LINK) $(libgt_encoding_la_LDFLAGS) $(libgt_encoding_la_OBJECTS) $(libgt_encoding_la_LIBADD) $(LIBS) 1.212 + 1.213 +mostlyclean-compile: 1.214 + -rm -f *.$(OBJEXT) core *.core 1.215 + 1.216 +distclean-compile: 1.217 + -rm -f *.tab.c 1.218 + 1.219 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base32.Plo@am__quote@ 1.220 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Plo@am__quote@ 1.221 + 1.222 +.c.o: 1.223 +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 1.224 +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 1.225 +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 1.226 +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 1.227 +@am__fastdepCC_TRUE@ fi 1.228 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1.229 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 1.230 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1.231 +@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< 1.232 + 1.233 +.c.obj: 1.234 +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 1.235 +@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 1.236 +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 1.237 +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 1.238 +@am__fastdepCC_TRUE@ fi 1.239 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1.240 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 1.241 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1.242 +@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 1.243 + 1.244 +.c.lo: 1.245 +@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 1.246 +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 1.247 +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ 1.248 +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 1.249 +@am__fastdepCC_TRUE@ fi 1.250 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1.251 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ 1.252 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1.253 +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< 1.254 + 1.255 +mostlyclean-libtool: 1.256 + -rm -f *.lo 1.257 + 1.258 +clean-libtool: 1.259 + -rm -rf .libs _libs 1.260 + 1.261 +distclean-libtool: 1.262 + -rm -f libtool 1.263 +uninstall-info-am: 1.264 + 1.265 +ETAGS = etags 1.266 +ETAGSFLAGS = 1.267 + 1.268 +CTAGS = ctags 1.269 +CTAGSFLAGS = 1.270 + 1.271 +tags: TAGS 1.272 + 1.273 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 1.274 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 1.275 + unique=`for i in $$list; do \ 1.276 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.277 + done | \ 1.278 + $(AWK) ' { files[$$0] = 1; } \ 1.279 + END { for (i in files) print i; }'`; \ 1.280 + mkid -fID $$unique 1.281 + 1.282 +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 1.283 + $(TAGS_FILES) $(LISP) 1.284 + tags=; \ 1.285 + here=`pwd`; \ 1.286 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 1.287 + unique=`for i in $$list; do \ 1.288 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.289 + done | \ 1.290 + $(AWK) ' { files[$$0] = 1; } \ 1.291 + END { for (i in files) print i; }'`; \ 1.292 + test -z "$(ETAGS_ARGS)$$tags$$unique" \ 1.293 + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1.294 + $$tags $$unique 1.295 + 1.296 +ctags: CTAGS 1.297 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 1.298 + $(TAGS_FILES) $(LISP) 1.299 + tags=; \ 1.300 + here=`pwd`; \ 1.301 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 1.302 + unique=`for i in $$list; do \ 1.303 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.304 + done | \ 1.305 + $(AWK) ' { files[$$0] = 1; } \ 1.306 + END { for (i in files) print i; }'`; \ 1.307 + test -z "$(CTAGS_ARGS)$$tags$$unique" \ 1.308 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1.309 + $$tags $$unique 1.310 + 1.311 +GTAGS: 1.312 + here=`$(am__cd) $(top_builddir) && pwd` \ 1.313 + && cd $(top_srcdir) \ 1.314 + && gtags -i $(GTAGS_ARGS) $$here 1.315 + 1.316 +distclean-tags: 1.317 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1.318 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1.319 + 1.320 +top_distdir = ../.. 1.321 +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 1.322 + 1.323 +distdir: $(DISTFILES) 1.324 + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 1.325 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 1.326 + list='$(DISTFILES)'; for file in $$list; do \ 1.327 + case $$file in \ 1.328 + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 1.329 + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 1.330 + esac; \ 1.331 + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1.332 + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 1.333 + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 1.334 + dir="/$$dir"; \ 1.335 + $(mkinstalldirs) "$(distdir)$$dir"; \ 1.336 + else \ 1.337 + dir=''; \ 1.338 + fi; \ 1.339 + if test -d $$d/$$file; then \ 1.340 + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1.341 + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 1.342 + fi; \ 1.343 + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 1.344 + else \ 1.345 + test -f $(distdir)/$$file \ 1.346 + || cp -p $$d/$$file $(distdir)/$$file \ 1.347 + || exit 1; \ 1.348 + fi; \ 1.349 + done 1.350 +check-am: all-am 1.351 +check: check-am 1.352 +all-am: Makefile $(LTLIBRARIES) 1.353 + 1.354 +installdirs: 1.355 +install: install-am 1.356 +install-exec: install-exec-am 1.357 +install-data: install-data-am 1.358 +uninstall: uninstall-am 1.359 + 1.360 +install-am: all-am 1.361 + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1.362 + 1.363 +installcheck: installcheck-am 1.364 +install-strip: 1.365 + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1.366 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1.367 + `test -z '$(STRIP)' || \ 1.368 + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 1.369 +mostlyclean-generic: 1.370 + 1.371 +clean-generic: 1.372 + 1.373 +distclean-generic: 1.374 + -rm -f $(CONFIG_CLEAN_FILES) 1.375 + 1.376 +maintainer-clean-generic: 1.377 + @echo "This command is intended for maintainers to use" 1.378 + @echo "it deletes files that may require special tools to rebuild." 1.379 +clean: clean-am 1.380 + 1.381 +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 1.382 + mostlyclean-am 1.383 + 1.384 +distclean: distclean-am 1.385 + -rm -rf ./$(DEPDIR) 1.386 + -rm -f Makefile 1.387 +distclean-am: clean-am distclean-compile distclean-generic \ 1.388 + distclean-libtool distclean-tags 1.389 + 1.390 +dvi: dvi-am 1.391 + 1.392 +dvi-am: 1.393 + 1.394 +info: info-am 1.395 + 1.396 +info-am: 1.397 + 1.398 +install-data-am: 1.399 + 1.400 +install-exec-am: 1.401 + 1.402 +install-info: install-info-am 1.403 + 1.404 +install-man: 1.405 + 1.406 +installcheck-am: 1.407 + 1.408 +maintainer-clean: maintainer-clean-am 1.409 + -rm -rf ./$(DEPDIR) 1.410 + -rm -f Makefile 1.411 +maintainer-clean-am: distclean-am maintainer-clean-generic 1.412 + 1.413 +mostlyclean: mostlyclean-am 1.414 + 1.415 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1.416 + mostlyclean-libtool 1.417 + 1.418 +pdf: pdf-am 1.419 + 1.420 +pdf-am: 1.421 + 1.422 +ps: ps-am 1.423 + 1.424 +ps-am: 1.425 + 1.426 +uninstall-am: uninstall-info-am 1.427 + 1.428 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 1.429 + clean-libtool clean-noinstLTLIBRARIES ctags distclean \ 1.430 + distclean-compile distclean-generic distclean-libtool \ 1.431 + distclean-tags distdir dvi dvi-am info info-am install \ 1.432 + install-am install-data install-data-am install-exec \ 1.433 + install-exec-am install-info install-info-am install-man \ 1.434 + install-strip installcheck installcheck-am installdirs \ 1.435 + maintainer-clean maintainer-clean-generic mostlyclean \ 1.436 + mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \ 1.437 + pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am 1.438 + 1.439 +# Tell versions [3.59,3.63) of GNU make to not export all variables. 1.440 +# Otherwise a system limit (for SysV at least) may be exceeded. 1.441 +.NOEXPORT: