Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
diff src/io/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/io/Makefile.in Sat Feb 20 21:18:28 2010 -0800 1.3 @@ -0,0 +1,463 @@ 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.5 2004/01/29 11:36:03 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_io.la 1.159 + 1.160 + 1.161 +libgt_io_la_SOURCES = \ 1.162 + io_buf.c io_buf.h \ 1.163 + rx_inflate.c rx_inflate.h \ 1.164 + rx_layer.c rx_layer.h \ 1.165 + rx_link.c rx_link.h \ 1.166 + rx_packet.c rx_packet.h \ 1.167 + rx_stack.c rx_stack.h \ 1.168 + tx_layer.c tx_layer.h \ 1.169 + tx_link.c tx_link.h \ 1.170 + tx_deflate.c \ 1.171 + tx_packet.c \ 1.172 + tx_stack.c tx_stack.h 1.173 + 1.174 +subdir = src/io 1.175 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 1.176 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 1.177 +CONFIG_HEADER = $(top_builddir)/config.h 1.178 +CONFIG_CLEAN_FILES = 1.179 +LTLIBRARIES = $(noinst_LTLIBRARIES) 1.180 + 1.181 +libgt_io_la_LDFLAGS = 1.182 +libgt_io_la_LIBADD = 1.183 +am_libgt_io_la_OBJECTS = io_buf.lo rx_inflate.lo rx_layer.lo rx_link.lo \ 1.184 + rx_packet.lo rx_stack.lo tx_layer.lo tx_link.lo tx_deflate.lo \ 1.185 + tx_packet.lo tx_stack.lo 1.186 +libgt_io_la_OBJECTS = $(am_libgt_io_la_OBJECTS) 1.187 + 1.188 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 1.189 +depcomp = $(SHELL) $(top_srcdir)/depcomp 1.190 +am__depfiles_maybe = depfiles 1.191 +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/io_buf.Plo \ 1.192 +@AMDEP_TRUE@ ./$(DEPDIR)/rx_inflate.Plo ./$(DEPDIR)/rx_layer.Plo \ 1.193 +@AMDEP_TRUE@ ./$(DEPDIR)/rx_link.Plo ./$(DEPDIR)/rx_packet.Plo \ 1.194 +@AMDEP_TRUE@ ./$(DEPDIR)/rx_stack.Plo ./$(DEPDIR)/tx_deflate.Plo \ 1.195 +@AMDEP_TRUE@ ./$(DEPDIR)/tx_layer.Plo ./$(DEPDIR)/tx_link.Plo \ 1.196 +@AMDEP_TRUE@ ./$(DEPDIR)/tx_packet.Plo ./$(DEPDIR)/tx_stack.Plo 1.197 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 1.198 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1.199 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ 1.200 + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1.201 +CCLD = $(CC) 1.202 +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 1.203 + $(AM_LDFLAGS) $(LDFLAGS) -o $@ 1.204 +DIST_SOURCES = $(libgt_io_la_SOURCES) 1.205 +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am 1.206 +SOURCES = $(libgt_io_la_SOURCES) 1.207 + 1.208 +all: all-am 1.209 + 1.210 +.SUFFIXES: 1.211 +.SUFFIXES: .c .lo .o .obj 1.212 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 1.213 + cd $(top_srcdir) && \ 1.214 + $(AUTOMAKE) --gnu src/io/Makefile 1.215 +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 1.216 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 1.217 + 1.218 +clean-noinstLTLIBRARIES: 1.219 + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 1.220 + @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 1.221 + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 1.222 + test "$$dir" = "$$p" && dir=.; \ 1.223 + echo "rm -f \"$${dir}/so_locations\""; \ 1.224 + rm -f "$${dir}/so_locations"; \ 1.225 + done 1.226 +libgt_io.la: $(libgt_io_la_OBJECTS) $(libgt_io_la_DEPENDENCIES) 1.227 + $(LINK) $(libgt_io_la_LDFLAGS) $(libgt_io_la_OBJECTS) $(libgt_io_la_LIBADD) $(LIBS) 1.228 + 1.229 +mostlyclean-compile: 1.230 + -rm -f *.$(OBJEXT) core *.core 1.231 + 1.232 +distclean-compile: 1.233 + -rm -f *.tab.c 1.234 + 1.235 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io_buf.Plo@am__quote@ 1.236 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx_inflate.Plo@am__quote@ 1.237 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx_layer.Plo@am__quote@ 1.238 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx_link.Plo@am__quote@ 1.239 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx_packet.Plo@am__quote@ 1.240 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx_stack.Plo@am__quote@ 1.241 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tx_deflate.Plo@am__quote@ 1.242 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tx_layer.Plo@am__quote@ 1.243 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tx_link.Plo@am__quote@ 1.244 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tx_packet.Plo@am__quote@ 1.245 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tx_stack.Plo@am__quote@ 1.246 + 1.247 +.c.o: 1.248 +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 1.249 +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 1.250 +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 1.251 +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 1.252 +@am__fastdepCC_TRUE@ fi 1.253 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1.254 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 1.255 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1.256 +@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< 1.257 + 1.258 +.c.obj: 1.259 +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 1.260 +@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 1.261 +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 1.262 +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 1.263 +@am__fastdepCC_TRUE@ fi 1.264 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1.265 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 1.266 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1.267 +@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 1.268 + 1.269 +.c.lo: 1.270 +@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 1.271 +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 1.272 +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ 1.273 +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 1.274 +@am__fastdepCC_TRUE@ fi 1.275 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1.276 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ 1.277 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1.278 +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< 1.279 + 1.280 +mostlyclean-libtool: 1.281 + -rm -f *.lo 1.282 + 1.283 +clean-libtool: 1.284 + -rm -rf .libs _libs 1.285 + 1.286 +distclean-libtool: 1.287 + -rm -f libtool 1.288 +uninstall-info-am: 1.289 + 1.290 +ETAGS = etags 1.291 +ETAGSFLAGS = 1.292 + 1.293 +CTAGS = ctags 1.294 +CTAGSFLAGS = 1.295 + 1.296 +tags: TAGS 1.297 + 1.298 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 1.299 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 1.300 + unique=`for i in $$list; do \ 1.301 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.302 + done | \ 1.303 + $(AWK) ' { files[$$0] = 1; } \ 1.304 + END { for (i in files) print i; }'`; \ 1.305 + mkid -fID $$unique 1.306 + 1.307 +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 1.308 + $(TAGS_FILES) $(LISP) 1.309 + tags=; \ 1.310 + here=`pwd`; \ 1.311 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 1.312 + unique=`for i in $$list; do \ 1.313 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.314 + done | \ 1.315 + $(AWK) ' { files[$$0] = 1; } \ 1.316 + END { for (i in files) print i; }'`; \ 1.317 + test -z "$(ETAGS_ARGS)$$tags$$unique" \ 1.318 + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1.319 + $$tags $$unique 1.320 + 1.321 +ctags: CTAGS 1.322 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 1.323 + $(TAGS_FILES) $(LISP) 1.324 + tags=; \ 1.325 + here=`pwd`; \ 1.326 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 1.327 + unique=`for i in $$list; do \ 1.328 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.329 + done | \ 1.330 + $(AWK) ' { files[$$0] = 1; } \ 1.331 + END { for (i in files) print i; }'`; \ 1.332 + test -z "$(CTAGS_ARGS)$$tags$$unique" \ 1.333 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1.334 + $$tags $$unique 1.335 + 1.336 +GTAGS: 1.337 + here=`$(am__cd) $(top_builddir) && pwd` \ 1.338 + && cd $(top_srcdir) \ 1.339 + && gtags -i $(GTAGS_ARGS) $$here 1.340 + 1.341 +distclean-tags: 1.342 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1.343 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1.344 + 1.345 +top_distdir = ../.. 1.346 +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 1.347 + 1.348 +distdir: $(DISTFILES) 1.349 + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 1.350 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 1.351 + list='$(DISTFILES)'; for file in $$list; do \ 1.352 + case $$file in \ 1.353 + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 1.354 + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 1.355 + esac; \ 1.356 + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1.357 + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 1.358 + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 1.359 + dir="/$$dir"; \ 1.360 + $(mkinstalldirs) "$(distdir)$$dir"; \ 1.361 + else \ 1.362 + dir=''; \ 1.363 + fi; \ 1.364 + if test -d $$d/$$file; then \ 1.365 + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1.366 + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 1.367 + fi; \ 1.368 + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 1.369 + else \ 1.370 + test -f $(distdir)/$$file \ 1.371 + || cp -p $$d/$$file $(distdir)/$$file \ 1.372 + || exit 1; \ 1.373 + fi; \ 1.374 + done 1.375 +check-am: all-am 1.376 +check: check-am 1.377 +all-am: Makefile $(LTLIBRARIES) 1.378 + 1.379 +installdirs: 1.380 +install: install-am 1.381 +install-exec: install-exec-am 1.382 +install-data: install-data-am 1.383 +uninstall: uninstall-am 1.384 + 1.385 +install-am: all-am 1.386 + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1.387 + 1.388 +installcheck: installcheck-am 1.389 +install-strip: 1.390 + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1.391 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1.392 + `test -z '$(STRIP)' || \ 1.393 + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 1.394 +mostlyclean-generic: 1.395 + 1.396 +clean-generic: 1.397 + 1.398 +distclean-generic: 1.399 + -rm -f $(CONFIG_CLEAN_FILES) 1.400 + 1.401 +maintainer-clean-generic: 1.402 + @echo "This command is intended for maintainers to use" 1.403 + @echo "it deletes files that may require special tools to rebuild." 1.404 +clean: clean-am 1.405 + 1.406 +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 1.407 + mostlyclean-am 1.408 + 1.409 +distclean: distclean-am 1.410 + -rm -rf ./$(DEPDIR) 1.411 + -rm -f Makefile 1.412 +distclean-am: clean-am distclean-compile distclean-generic \ 1.413 + distclean-libtool distclean-tags 1.414 + 1.415 +dvi: dvi-am 1.416 + 1.417 +dvi-am: 1.418 + 1.419 +info: info-am 1.420 + 1.421 +info-am: 1.422 + 1.423 +install-data-am: 1.424 + 1.425 +install-exec-am: 1.426 + 1.427 +install-info: install-info-am 1.428 + 1.429 +install-man: 1.430 + 1.431 +installcheck-am: 1.432 + 1.433 +maintainer-clean: maintainer-clean-am 1.434 + -rm -rf ./$(DEPDIR) 1.435 + -rm -f Makefile 1.436 +maintainer-clean-am: distclean-am maintainer-clean-generic 1.437 + 1.438 +mostlyclean: mostlyclean-am 1.439 + 1.440 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1.441 + mostlyclean-libtool 1.442 + 1.443 +pdf: pdf-am 1.444 + 1.445 +pdf-am: 1.446 + 1.447 +ps: ps-am 1.448 + 1.449 +ps-am: 1.450 + 1.451 +uninstall-am: uninstall-info-am 1.452 + 1.453 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 1.454 + clean-libtool clean-noinstLTLIBRARIES ctags distclean \ 1.455 + distclean-compile distclean-generic distclean-libtool \ 1.456 + distclean-tags distdir dvi dvi-am info info-am install \ 1.457 + install-am install-data install-data-am install-exec \ 1.458 + install-exec-am install-info install-info-am install-man \ 1.459 + install-strip installcheck installcheck-am installdirs \ 1.460 + maintainer-clean maintainer-clean-generic mostlyclean \ 1.461 + mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \ 1.462 + pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am 1.463 + 1.464 +# Tell versions [3.59,3.63) of GNU make to not export all variables. 1.465 +# Otherwise a system limit (for SysV at least) may be exceeded. 1.466 +.NOEXPORT: