Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
diff src/transfer/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/transfer/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 +srcdir = @srcdir@ 1.21 +top_srcdir = @top_srcdir@ 1.22 +VPATH = @srcdir@ 1.23 +pkgdatadir = $(datadir)/@PACKAGE@ 1.24 +pkglibdir = $(libdir)/@PACKAGE@ 1.25 +pkgincludedir = $(includedir)/@PACKAGE@ 1.26 +top_builddir = ../.. 1.27 + 1.28 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 1.29 +INSTALL = @INSTALL@ 1.30 +install_sh_DATA = $(install_sh) -c -m 644 1.31 +install_sh_PROGRAM = $(install_sh) -c 1.32 +install_sh_SCRIPT = $(install_sh) -c 1.33 +INSTALL_HEADER = $(INSTALL_DATA) 1.34 +transform = $(program_transform_name) 1.35 +NORMAL_INSTALL = : 1.36 +PRE_INSTALL = : 1.37 +POST_INSTALL = : 1.38 +NORMAL_UNINSTALL = : 1.39 +PRE_UNINSTALL = : 1.40 +POST_UNINSTALL = : 1.41 +host_triplet = @host@ 1.42 +ACLOCAL = @ACLOCAL@ 1.43 +AMDEP_FALSE = @AMDEP_FALSE@ 1.44 +AMDEP_TRUE = @AMDEP_TRUE@ 1.45 +AMTAR = @AMTAR@ 1.46 +AR = @AR@ 1.47 +AUTOCONF = @AUTOCONF@ 1.48 +AUTOHEADER = @AUTOHEADER@ 1.49 +AUTOMAKE = @AUTOMAKE@ 1.50 +AWK = @AWK@ 1.51 +CC = @CC@ 1.52 +CCDEPMODE = @CCDEPMODE@ 1.53 +CFLAGS = @CFLAGS@ 1.54 +CPP = @CPP@ 1.55 +CPPFLAGS = @CPPFLAGS@ 1.56 +CXX = @CXX@ 1.57 +CXXCPP = @CXXCPP@ 1.58 +CXXDEPMODE = @CXXDEPMODE@ 1.59 +CXXFLAGS = @CXXFLAGS@ 1.60 +CYGPATH_W = @CYGPATH_W@ 1.61 +DEFS = @DEFS@ 1.62 +DEPDIR = @DEPDIR@ 1.63 +ECHO = @ECHO@ 1.64 +ECHO_C = @ECHO_C@ 1.65 +ECHO_N = @ECHO_N@ 1.66 +ECHO_T = @ECHO_T@ 1.67 +EGREP = @EGREP@ 1.68 +EXEEXT = @EXEEXT@ 1.69 +F77 = @F77@ 1.70 +FFLAGS = @FFLAGS@ 1.71 +GNUTELLA_CFLAGS = @GNUTELLA_CFLAGS@ 1.72 +GNUTELLA_LIBS = @GNUTELLA_LIBS@ 1.73 +INSTALL_DATA = @INSTALL_DATA@ 1.74 +INSTALL_PROGRAM = @INSTALL_PROGRAM@ 1.75 +INSTALL_SCRIPT = @INSTALL_SCRIPT@ 1.76 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 1.77 +LDFLAGS = @LDFLAGS@ 1.78 +LIBOBJS = @LIBOBJS@ 1.79 +LIBS = @LIBS@ 1.80 +LIBTOOL = @LIBTOOL@ 1.81 +LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ 1.82 +LIBXML2_LIBS = @LIBXML2_LIBS@ 1.83 +LN_S = @LN_S@ 1.84 +LTLIBOBJS = @LTLIBOBJS@ 1.85 +MAINT = @MAINT@ 1.86 +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 1.87 +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 1.88 +MAKEINFO = @MAKEINFO@ 1.89 +OBJEXT = @OBJEXT@ 1.90 +PACKAGE = @PACKAGE@ 1.91 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 1.92 +PACKAGE_NAME = @PACKAGE_NAME@ 1.93 +PACKAGE_STRING = @PACKAGE_STRING@ 1.94 +PACKAGE_TARNAME = @PACKAGE_TARNAME@ 1.95 +PACKAGE_VERSION = @PACKAGE_VERSION@ 1.96 +PATH_SEPARATOR = @PATH_SEPARATOR@ 1.97 +PKG_CONFIG = @PKG_CONFIG@ 1.98 +PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@ 1.99 +RANLIB = @RANLIB@ 1.100 +SET_MAKE = @SET_MAKE@ 1.101 +SHELL = @SHELL@ 1.102 +STRIP = @STRIP@ 1.103 +USE_ZLIB = @USE_ZLIB@ 1.104 +VERSION = @VERSION@ 1.105 +XML2_CONFIG = @XML2_CONFIG@ 1.106 +ac_ct_AR = @ac_ct_AR@ 1.107 +ac_ct_CC = @ac_ct_CC@ 1.108 +ac_ct_CXX = @ac_ct_CXX@ 1.109 +ac_ct_F77 = @ac_ct_F77@ 1.110 +ac_ct_RANLIB = @ac_ct_RANLIB@ 1.111 +ac_ct_STRIP = @ac_ct_STRIP@ 1.112 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 1.113 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 1.114 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 1.115 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 1.116 +am__include = @am__include@ 1.117 +am__leading_dot = @am__leading_dot@ 1.118 +am__quote = @am__quote@ 1.119 +bindir = @bindir@ 1.120 +build = @build@ 1.121 +build_alias = @build_alias@ 1.122 +build_cpu = @build_cpu@ 1.123 +build_os = @build_os@ 1.124 +build_vendor = @build_vendor@ 1.125 +datadir = @datadir@ 1.126 +exec_prefix = @exec_prefix@ 1.127 +host = @host@ 1.128 +host_alias = @host_alias@ 1.129 +host_cpu = @host_cpu@ 1.130 +host_os = @host_os@ 1.131 +host_vendor = @host_vendor@ 1.132 +includedir = @includedir@ 1.133 +infodir = @infodir@ 1.134 +install_sh = @install_sh@ 1.135 +libdir = @libdir@ 1.136 +libexecdir = @libexecdir@ 1.137 +localstatedir = @localstatedir@ 1.138 +mandir = @mandir@ 1.139 +oldincludedir = @oldincludedir@ 1.140 +prefix = @prefix@ 1.141 +program_transform_name = @program_transform_name@ 1.142 +sbindir = @sbindir@ 1.143 +sharedstatedir = @sharedstatedir@ 1.144 +sysconfdir = @sysconfdir@ 1.145 +target_alias = @target_alias@ 1.146 +AM_CFLAGS = \ 1.147 + $(GNUTELLA_CFLAGS) 1.148 + 1.149 + 1.150 +INCLUDES = \ 1.151 + -I$(top_srcdir)/src 1.152 + 1.153 + 1.154 +noinst_LTLIBRARIES = \ 1.155 + libgt_transfer.la 1.156 + 1.157 + 1.158 +libgt_transfer_la_SOURCES = \ 1.159 + download.c download.h \ 1.160 + push_proxy.c push_proxy.h \ 1.161 + source.c source.h 1.162 + 1.163 +subdir = src/transfer 1.164 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 1.165 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 1.166 +CONFIG_HEADER = $(top_builddir)/config.h 1.167 +CONFIG_CLEAN_FILES = 1.168 +LTLIBRARIES = $(noinst_LTLIBRARIES) 1.169 + 1.170 +libgt_transfer_la_LDFLAGS = 1.171 +libgt_transfer_la_LIBADD = 1.172 +am_libgt_transfer_la_OBJECTS = download.lo push_proxy.lo source.lo 1.173 +libgt_transfer_la_OBJECTS = $(am_libgt_transfer_la_OBJECTS) 1.174 + 1.175 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 1.176 +depcomp = $(SHELL) $(top_srcdir)/depcomp 1.177 +am__depfiles_maybe = depfiles 1.178 +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/download.Plo \ 1.179 +@AMDEP_TRUE@ ./$(DEPDIR)/push_proxy.Plo ./$(DEPDIR)/source.Plo 1.180 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 1.181 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1.182 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ 1.183 + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1.184 +CCLD = $(CC) 1.185 +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 1.186 + $(AM_LDFLAGS) $(LDFLAGS) -o $@ 1.187 +DIST_SOURCES = $(libgt_transfer_la_SOURCES) 1.188 +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am 1.189 +SOURCES = $(libgt_transfer_la_SOURCES) 1.190 + 1.191 +all: all-am 1.192 + 1.193 +.SUFFIXES: 1.194 +.SUFFIXES: .c .lo .o .obj 1.195 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 1.196 + cd $(top_srcdir) && \ 1.197 + $(AUTOMAKE) --gnu src/transfer/Makefile 1.198 +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 1.199 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 1.200 + 1.201 +clean-noinstLTLIBRARIES: 1.202 + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 1.203 + @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 1.204 + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 1.205 + test "$$dir" = "$$p" && dir=.; \ 1.206 + echo "rm -f \"$${dir}/so_locations\""; \ 1.207 + rm -f "$${dir}/so_locations"; \ 1.208 + done 1.209 +libgt_transfer.la: $(libgt_transfer_la_OBJECTS) $(libgt_transfer_la_DEPENDENCIES) 1.210 + $(LINK) $(libgt_transfer_la_LDFLAGS) $(libgt_transfer_la_OBJECTS) $(libgt_transfer_la_LIBADD) $(LIBS) 1.211 + 1.212 +mostlyclean-compile: 1.213 + -rm -f *.$(OBJEXT) core *.core 1.214 + 1.215 +distclean-compile: 1.216 + -rm -f *.tab.c 1.217 + 1.218 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/download.Plo@am__quote@ 1.219 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/push_proxy.Plo@am__quote@ 1.220 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source.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: