| 1 |
# Makefile.in generated by automake 1.7.8 from Makefile.am. |
# Makefile.in generated by automake 1.9.6 from Makefile.am. |
| 2 |
# @configure_input@ |
# @configure_input@ |
| 3 |
|
|
| 4 |
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 5 |
# Free Software Foundation, Inc. |
# 2003, 2004, 2005 Free Software Foundation, Inc. |
| 6 |
# This Makefile.in is free software; the Free Software Foundation |
# This Makefile.in is free software; the Free Software Foundation |
| 7 |
# gives unlimited permission to copy and/or distribute it, |
# gives unlimited permission to copy and/or distribute it, |
| 8 |
# with or without modifications, as long as this notice is preserved. |
# with or without modifications, as long as this notice is preserved. |
| 21 |
pkglibdir = $(libdir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ |
| 22 |
pkgincludedir = $(includedir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 23 |
top_builddir = . |
top_builddir = . |
|
|
|
| 24 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 25 |
INSTALL = @INSTALL@ |
INSTALL = @INSTALL@ |
| 26 |
install_sh_DATA = $(install_sh) -c -m 644 |
install_sh_DATA = $(install_sh) -c -m 644 |
| 34 |
NORMAL_UNINSTALL = : |
NORMAL_UNINSTALL = : |
| 35 |
PRE_UNINSTALL = : |
PRE_UNINSTALL = : |
| 36 |
POST_UNINSTALL = : |
POST_UNINSTALL = : |
| 37 |
|
build_triplet = @build@ |
| 38 |
host_triplet = @host@ |
host_triplet = @host@ |
| 39 |
|
target_triplet = @target@ |
| 40 |
|
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ |
| 41 |
|
$(srcdir)/Makefile.in $(srcdir)/config.h.in \ |
| 42 |
|
$(srcdir)/xnpal-config.in $(top_srcdir)/configure COPYING \ |
| 43 |
|
config/config.guess config/config.sub config/depcomp \ |
| 44 |
|
config/install-sh config/ltmain.sh config/missing |
| 45 |
|
subdir = . |
| 46 |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 47 |
|
am__aclocal_m4_deps = $(top_srcdir)/macros/libiodbc.m4 \ |
| 48 |
|
$(top_srcdir)/macros/libtool.m4 \ |
| 49 |
|
$(top_srcdir)/macros/libxml-hook.m4 \ |
| 50 |
|
$(top_srcdir)/macros/libxml.m4 $(top_srcdir)/macros/openssl.m4 \ |
| 51 |
|
$(top_srcdir)/macros/php.m4 $(top_srcdir)/macros/unixodbc.m4 \ |
| 52 |
|
$(top_srcdir)/macros/zlib.m4 $(top_srcdir)/configure.in |
| 53 |
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 54 |
|
$(ACLOCAL_M4) |
| 55 |
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
| 56 |
|
configure.lineno configure.status.lineno |
| 57 |
|
mkinstalldirs = $(install_sh) -d |
| 58 |
|
CONFIG_HEADER = config.h |
| 59 |
|
CONFIG_CLEAN_FILES = xnpal-config |
| 60 |
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 61 |
|
am__vpath_adj = case $$p in \ |
| 62 |
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| 63 |
|
*) f=$$p;; \ |
| 64 |
|
esac; |
| 65 |
|
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
| 66 |
|
am__installdirs = "$(DESTDIR)$(libdir)" |
| 67 |
|
libLTLIBRARIES_INSTALL = $(INSTALL) |
| 68 |
|
LTLIBRARIES = $(lib_LTLIBRARIES) |
| 69 |
|
am__DEPENDENCIES_1 = |
| 70 |
|
XNPAL_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) |
| 71 |
|
am__objects_1 = account.lo common.lo commonal.lo criteria.lo group.lo \ |
| 72 |
|
session.lo item.lo itemtype.lo index.lo changelog.lo pubmed.lo \ |
| 73 |
|
amazonbook.lo ioapi.lo minizip.lo zip.lo event.lo |
| 74 |
|
am__objects_2 = xnpal.lo |
| 75 |
|
am_XNPAL_la_OBJECTS = $(am__objects_1) $(am__objects_2) |
| 76 |
|
XNPAL_la_OBJECTS = $(am_XNPAL_la_OBJECTS) |
| 77 |
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I. |
| 78 |
|
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 79 |
|
am__depfiles_maybe = depfiles |
| 80 |
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| 81 |
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 82 |
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ |
| 83 |
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| 84 |
|
$(AM_CFLAGS) $(CFLAGS) |
| 85 |
|
CCLD = $(CC) |
| 86 |
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 87 |
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 88 |
|
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
| 89 |
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
| 90 |
|
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \ |
| 91 |
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| 92 |
|
$(AM_CXXFLAGS) $(CXXFLAGS) |
| 93 |
|
CXXLD = $(CXX) |
| 94 |
|
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
| 95 |
|
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 96 |
|
SOURCES = $(XNPAL_la_SOURCES) |
| 97 |
|
DIST_SOURCES = $(XNPAL_la_SOURCES) |
| 98 |
|
ETAGS = etags |
| 99 |
|
CTAGS = ctags |
| 100 |
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 101 |
|
distdir = $(PACKAGE)-$(VERSION) |
| 102 |
|
top_distdir = $(distdir) |
| 103 |
|
am__remove_distdir = \ |
| 104 |
|
{ test ! -d $(distdir) \ |
| 105 |
|
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
| 106 |
|
&& rm -fr $(distdir); }; } |
| 107 |
|
DIST_ARCHIVES = $(distdir).tar.gz |
| 108 |
|
GZIP_ENV = --best |
| 109 |
|
distuninstallcheck_listfiles = find . -type f -print |
| 110 |
|
distcleancheck_listfiles = find . -type f -print |
| 111 |
ACLOCAL = @ACLOCAL@ |
ACLOCAL = @ACLOCAL@ |
| 112 |
AMDEP_FALSE = @AMDEP_FALSE@ |
AMDEP_FALSE = @AMDEP_FALSE@ |
| 113 |
AMDEP_TRUE = @AMDEP_TRUE@ |
AMDEP_TRUE = @AMDEP_TRUE@ |
| 223 |
am__include = @am__include@ |
am__include = @am__include@ |
| 224 |
am__leading_dot = @am__leading_dot@ |
am__leading_dot = @am__leading_dot@ |
| 225 |
am__quote = @am__quote@ |
am__quote = @am__quote@ |
| 226 |
|
am__tar = @am__tar@ |
| 227 |
|
am__untar = @am__untar@ |
| 228 |
bindir = @bindir@ |
bindir = @bindir@ |
| 229 |
build = @build@ |
build = @build@ |
| 230 |
build_alias = @build_alias@ |
build_alias = @build_alias@ |
| 245 |
libexecdir = @libexecdir@ |
libexecdir = @libexecdir@ |
| 246 |
localstatedir = @localstatedir@ |
localstatedir = @localstatedir@ |
| 247 |
mandir = @mandir@ |
mandir = @mandir@ |
| 248 |
|
mkdir_p = @mkdir_p@ |
| 249 |
oldincludedir = @oldincludedir@ |
oldincludedir = @oldincludedir@ |
| 250 |
prefix = @prefix@ |
prefix = @prefix@ |
| 251 |
program_transform_name = @program_transform_name@ |
program_transform_name = @program_transform_name@ |
| 257 |
target_cpu = @target_cpu@ |
target_cpu = @target_cpu@ |
| 258 |
target_os = @target_os@ |
target_os = @target_os@ |
| 259 |
target_vendor = @target_vendor@ |
target_vendor = @target_vendor@ |
| 260 |
AUTOMAKE_OPTIONS = 1.5 |
AUTOMAKE_OPTIONS = 1.9 |
| 261 |
lib_LTLIBRARIES = XNPAL.la |
lib_LTLIBRARIES = XNPAL.la |
| 262 |
XNPAL_la_SOURCES = $(libxnpal_sources) $(xnpal_sources) |
XNPAL_la_SOURCES = $(libxnpal_sources) $(xnpal_sources) |
| 263 |
XNPAL_la_LIBADD = $(XNPAL_LIBADD) $(PHP_LIBS) |
XNPAL_la_LIBADD = $(XNPAL_LIBADD) $(PHP_LIBS) |
| 264 |
XNPAL_la_LDFLAGS = $(LDFLAGS) $(PHP_LDFLAGS) -no-undefined -module -avoid-version |
XNPAL_la_LDFLAGS = $(LDFLAGS) $(PHP_LDFLAGS) -no-undefined -module -avoid-version |
|
|
|
| 265 |
libxnpal_sources = \ |
libxnpal_sources = \ |
| 266 |
account.h \ |
account.h \ |
| 267 |
account.cc \ |
account.cc \ |
| 296 |
event.h \ |
event.h \ |
| 297 |
event.cc |
event.cc |
| 298 |
|
|
|
|
|
| 299 |
xnpal_sources = \ |
xnpal_sources = \ |
| 300 |
xnpal.cc \ |
xnpal.cc \ |
| 301 |
xnpal.h |
xnpal.h |
| 302 |
|
|
|
|
|
| 303 |
EXTRA_DIST = \ |
EXTRA_DIST = \ |
| 304 |
bootstrap.sh \ |
bootstrap.sh \ |
| 305 |
Makefile.w32 \ |
Makefile.w32 \ |
| 311 |
md5/md5.h \ |
md5/md5.h \ |
| 312 |
macros/libiodbc.m4 \ |
macros/libiodbc.m4 \ |
| 313 |
macros/libtool.m4 \ |
macros/libtool.m4 \ |
| 314 |
macros/libiodbc.m4 \ |
macros/libxml-hook.m4 \ |
| 315 |
macros/libxml.m4 \ |
macros/libxml.m4 \ |
| 316 |
macros/openssl.m4 \ |
macros/openssl.m4 \ |
|
macros/zlib.m4 \ |
|
| 317 |
macros/php.m4 \ |
macros/php.m4 \ |
| 318 |
|
macros/unixodbc.m4 \ |
| 319 |
|
macros/zlib.m4 \ |
| 320 |
sotest.php \ |
sotest.php \ |
| 321 |
test/Makefile \ |
test/Makefile \ |
| 322 |
test/common.cc \ |
test/common.cc \ |
| 333 |
test/test_group.cc \ |
test/test_group.cc \ |
| 334 |
test/test_login_logout.cc \ |
test/test_login_logout.cc \ |
| 335 |
test/test_session.cc \ |
test/test_session.cc \ |
| 336 |
|
test/bsb4/BUILD.txt \ |
| 337 |
|
test/bsb4/altest.bpr \ |
| 338 |
|
test/bsb4/altest.cpp \ |
| 339 |
testphp/commonal.php \ |
testphp/commonal.php \ |
| 340 |
testphp/commonal_initdb.php \ |
testphp/commonal_initdb.php \ |
| 341 |
testphp/load_xnpal.php \ |
testphp/load_xnpal.php \ |
| 342 |
testphp/login_user.php |
testphp/login_user.php |
| 343 |
|
|
|
|
|
| 344 |
CLEANFILES = *~ |
CLEANFILES = *~ |
| 345 |
DISTCLEANFILES = .deps/*.P |
DISTCLEANFILES = .deps/*.P |
|
subdir = . |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |
|
|
CONFIG_HEADER = config.h |
|
|
CONFIG_CLEAN_FILES = xnpal-config |
|
|
LTLIBRARIES = $(lib_LTLIBRARIES) |
|
|
|
|
|
XNPAL_la_DEPENDENCIES = |
|
|
am__objects_1 = account.lo common.lo commonal.lo criteria.lo group.lo \ |
|
|
session.lo item.lo itemtype.lo index.lo changelog.lo pubmed.lo \ |
|
|
amazonbook.lo ioapi.lo minizip.lo zip.lo event.lo |
|
|
am__objects_2 = xnpal.lo |
|
|
am_XNPAL_la_OBJECTS = $(am__objects_1) $(am__objects_2) |
|
|
XNPAL_la_OBJECTS = $(am_XNPAL_la_OBJECTS) |
|
|
|
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I. |
|
|
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
|
|
am__depfiles_maybe = depfiles |
|
|
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/account.Plo \ |
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/amazonbook.Plo \ |
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/changelog.Plo ./$(DEPDIR)/common.Plo \ |
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/commonal.Plo ./$(DEPDIR)/criteria.Plo \ |
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/event.Plo ./$(DEPDIR)/group.Plo \ |
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/index.Plo ./$(DEPDIR)/ioapi.Plo \ |
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/item.Plo ./$(DEPDIR)/itemtype.Plo \ |
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/minizip.Plo ./$(DEPDIR)/pubmed.Plo \ |
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/session.Plo ./$(DEPDIR)/xnpal.Plo \ |
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/zip.Plo |
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
|
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ |
|
|
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
|
|
CCLD = $(CC) |
|
|
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
|
|
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|
|
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ |
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) |
|
|
CXXLD = $(CXX) |
|
|
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ |
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
|
|
DIST_SOURCES = $(XNPAL_la_SOURCES) |
|
|
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configure Makefile.am \ |
|
|
aclocal.m4 config.h.in config/config.guess config/config.sub \ |
|
|
config/depcomp config/install-sh config/ltmain.sh \ |
|
|
config/missing config/mkinstalldirs configure configure.in \ |
|
|
xnpal-config.in |
|
|
SOURCES = $(XNPAL_la_SOURCES) |
|
|
|
|
| 346 |
all: config.h |
all: config.h |
| 347 |
$(MAKE) $(AM_MAKEFLAGS) all-am |
$(MAKE) $(AM_MAKEFLAGS) all-am |
| 348 |
|
|
| 349 |
.SUFFIXES: |
.SUFFIXES: |
| 350 |
.SUFFIXES: .c .cc .lo .o .obj |
.SUFFIXES: .c .cc .lo .o .obj |
| 351 |
|
am--refresh: |
| 352 |
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
@: |
| 353 |
configure.lineno |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
| 354 |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
@for dep in $?; do \ |
| 355 |
|
case '$(am__configure_deps)' in \ |
| 356 |
|
*$$dep*) \ |
| 357 |
|
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ |
| 358 |
|
cd $(srcdir) && $(AUTOMAKE) --foreign \ |
| 359 |
|
&& exit 0; \ |
| 360 |
|
exit 1;; \ |
| 361 |
|
esac; \ |
| 362 |
|
done; \ |
| 363 |
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
| 364 |
cd $(top_srcdir) && \ |
cd $(top_srcdir) && \ |
| 365 |
$(AUTOMAKE) --foreign Makefile |
$(AUTOMAKE) --foreign Makefile |
| 366 |
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status |
.PRECIOUS: Makefile |
| 367 |
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 368 |
|
@case '$?' in \ |
| 369 |
|
*config.status*) \ |
| 370 |
|
echo ' $(SHELL) ./config.status'; \ |
| 371 |
|
$(SHELL) ./config.status;; \ |
| 372 |
|
*) \ |
| 373 |
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
| 374 |
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
| 375 |
|
esac; |
| 376 |
|
|
| 377 |
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 378 |
$(SHELL) ./config.status --recheck |
$(SHELL) ./config.status --recheck |
|
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) |
|
|
cd $(srcdir) && $(AUTOCONF) |
|
| 379 |
|
|
| 380 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in |
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 381 |
|
cd $(srcdir) && $(AUTOCONF) |
| 382 |
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 383 |
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
| 384 |
|
|
| 385 |
config.h: stamp-h1 |
config.h: stamp-h1 |
| 391 |
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
| 392 |
@rm -f stamp-h1 |
@rm -f stamp-h1 |
| 393 |
cd $(top_builddir) && $(SHELL) ./config.status config.h |
cd $(top_builddir) && $(SHELL) ./config.status config.h |
| 394 |
|
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
|
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|
| 395 |
cd $(top_srcdir) && $(AUTOHEADER) |
cd $(top_srcdir) && $(AUTOHEADER) |
| 396 |
touch $(srcdir)/config.h.in |
rm -f stamp-h1 |
| 397 |
|
touch $@ |
| 398 |
|
|
| 399 |
distclean-hdr: |
distclean-hdr: |
| 400 |
-rm -f config.h stamp-h1 |
-rm -f config.h stamp-h1 |
| 401 |
xnpal-config: $(top_builddir)/config.status xnpal-config.in |
xnpal-config: $(top_builddir)/config.status $(srcdir)/xnpal-config.in |
| 402 |
cd $(top_builddir) && $(SHELL) ./config.status $@ |
cd $(top_builddir) && $(SHELL) ./config.status $@ |
|
libLTLIBRARIES_INSTALL = $(INSTALL) |
|
| 403 |
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 404 |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
| 405 |
$(mkinstalldirs) $(DESTDIR)$(libdir) |
test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" |
| 406 |
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
| 407 |
if test -f $$p; then \ |
if test -f $$p; then \ |
| 408 |
f="`echo $$p | sed -e 's|^.*/||'`"; \ |
f=$(am__strip_dir) \ |
| 409 |
echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \ |
echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ |
| 410 |
$(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \ |
$(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ |
| 411 |
else :; fi; \ |
else :; fi; \ |
| 412 |
done |
done |
| 413 |
|
|
| 414 |
uninstall-libLTLIBRARIES: |
uninstall-libLTLIBRARIES: |
| 415 |
@$(NORMAL_UNINSTALL) |
@$(NORMAL_UNINSTALL) |
| 416 |
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
| 417 |
p="`echo $$p | sed -e 's|^.*/||'`"; \ |
p=$(am__strip_dir) \ |
| 418 |
echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ |
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ |
| 419 |
$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ |
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ |
| 420 |
done |
done |
| 421 |
|
|
| 422 |
clean-libLTLIBRARIES: |
clean-libLTLIBRARIES: |
| 423 |
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
| 424 |
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
| 425 |
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
| 426 |
test "$$dir" = "$$p" && dir=.; \ |
test "$$dir" != "$$p" || dir=.; \ |
| 427 |
echo "rm -f \"$${dir}/so_locations\""; \ |
echo "rm -f \"$${dir}/so_locations\""; \ |
| 428 |
rm -f "$${dir}/so_locations"; \ |
rm -f "$${dir}/so_locations"; \ |
| 429 |
done |
done |
| 431 |
$(CXXLINK) -rpath $(libdir) $(XNPAL_la_LDFLAGS) $(XNPAL_la_OBJECTS) $(XNPAL_la_LIBADD) $(LIBS) |
$(CXXLINK) -rpath $(libdir) $(XNPAL_la_LDFLAGS) $(XNPAL_la_OBJECTS) $(XNPAL_la_LIBADD) $(LIBS) |
| 432 |
|
|
| 433 |
mostlyclean-compile: |
mostlyclean-compile: |
| 434 |
-rm -f *.$(OBJEXT) core *.core |
-rm -f *.$(OBJEXT) |
| 435 |
|
|
| 436 |
distclean-compile: |
distclean-compile: |
| 437 |
-rm -f *.tab.c |
-rm -f *.tab.c |
| 455 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip.Plo@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip.Plo@am__quote@ |
| 456 |
|
|
| 457 |
.c.o: |
.c.o: |
| 458 |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
| 459 |
@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ |
|
|
@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ |
|
|
@am__fastdepCC_TRUE@ fi |
|
| 460 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 461 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 462 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@am__fastdepCC_FALSE@ $(COMPILE) -c $< |
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< |
|
| 463 |
|
|
| 464 |
.c.obj: |
.c.obj: |
| 465 |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
| 466 |
@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ |
|
|
@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ |
|
|
@am__fastdepCC_TRUE@ fi |
|
| 467 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 468 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 469 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` |
|
| 470 |
|
|
| 471 |
.c.lo: |
.c.lo: |
| 472 |
@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ |
@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
| 473 |
@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ |
|
|
@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ |
|
|
@am__fastdepCC_TRUE@ fi |
|
| 474 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| 475 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 476 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< |
|
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< |
|
| 477 |
|
|
| 478 |
.cc.o: |
.cc.o: |
| 479 |
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ |
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
| 480 |
@am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ |
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ |
|
|
@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ |
|
|
@am__fastdepCXX_TRUE@ fi |
|
| 481 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 482 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 483 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
|
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< |
|
| 484 |
|
|
| 485 |
.cc.obj: |
.cc.obj: |
| 486 |
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ |
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
| 487 |
@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ |
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ |
|
|
@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ |
|
|
@am__fastdepCXX_TRUE@ fi |
|
| 488 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 489 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 490 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` |
|
| 491 |
|
|
| 492 |
.cc.lo: |
.cc.lo: |
| 493 |
@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ |
@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
| 494 |
@am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ |
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ |
|
|
@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ |
|
|
@am__fastdepCXX_TRUE@ fi |
|
| 495 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| 496 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 497 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< |
|
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< |
|
| 498 |
|
|
| 499 |
mostlyclean-libtool: |
mostlyclean-libtool: |
| 500 |
-rm -f *.lo |
-rm -f *.lo |
| 506 |
-rm -f libtool |
-rm -f libtool |
| 507 |
uninstall-info-am: |
uninstall-info-am: |
| 508 |
|
|
|
ETAGS = etags |
|
|
ETAGSFLAGS = |
|
|
|
|
|
CTAGS = ctags |
|
|
CTAGSFLAGS = |
|
|
|
|
|
tags: TAGS |
|
|
|
|
| 509 |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| 510 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 511 |
unique=`for i in $$list; do \ |
unique=`for i in $$list; do \ |
| 514 |
$(AWK) ' { files[$$0] = 1; } \ |
$(AWK) ' { files[$$0] = 1; } \ |
| 515 |
END { for (i in files) print i; }'`; \ |
END { for (i in files) print i; }'`; \ |
| 516 |
mkid -fID $$unique |
mkid -fID $$unique |
| 517 |
|
tags: TAGS |
| 518 |
|
|
| 519 |
TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
| 520 |
$(TAGS_FILES) $(LISP) |
$(TAGS_FILES) $(LISP) |
| 526 |
done | \ |
done | \ |
| 527 |
$(AWK) ' { files[$$0] = 1; } \ |
$(AWK) ' { files[$$0] = 1; } \ |
| 528 |
END { for (i in files) print i; }'`; \ |
END { for (i in files) print i; }'`; \ |
| 529 |
test -z "$(ETAGS_ARGS)$$tags$$unique" \ |
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
| 530 |
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
test -n "$$unique" || unique=$$empty_fix; \ |
| 531 |
$$tags $$unique |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 532 |
|
$$tags $$unique; \ |
| 533 |
|
fi |
| 534 |
ctags: CTAGS |
ctags: CTAGS |
| 535 |
CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
| 536 |
$(TAGS_FILES) $(LISP) |
$(TAGS_FILES) $(LISP) |
| 553 |
|
|
| 554 |
distclean-tags: |
distclean-tags: |
| 555 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|
|
|
|
|
top_distdir = . |
|
|
distdir = $(PACKAGE)-$(VERSION) |
|
|
|
|
|
am__remove_distdir = \ |
|
|
{ test ! -d $(distdir) \ |
|
|
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
|
|
&& rm -fr $(distdir); }; } |
|
|
|
|
|
GZIP_ENV = --best |
|
|
distuninstallcheck_listfiles = find . -type f -print |
|
|
distcleancheck_listfiles = find . -type f -print |
|
| 556 |
|
|
| 557 |
distdir: $(DISTFILES) |
distdir: $(DISTFILES) |
| 558 |
$(am__remove_distdir) |
$(am__remove_distdir) |
| 559 |
mkdir $(distdir) |
mkdir $(distdir) |
| 560 |
$(mkinstalldirs) $(distdir)/. $(distdir)/config $(distdir)/macros $(distdir)/md5 $(distdir)/test $(distdir)/testphp |
$(mkdir_p) $(distdir)/. $(distdir)/config $(distdir)/macros $(distdir)/md5 $(distdir)/test $(distdir)/test/bsb4 $(distdir)/testphp |
| 561 |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
| 562 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
| 563 |
list='$(DISTFILES)'; for file in $$list; do \ |
list='$(DISTFILES)'; for file in $$list; do \ |
| 569 |
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 570 |
if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
| 571 |
dir="/$$dir"; \ |
dir="/$$dir"; \ |
| 572 |
$(mkinstalldirs) "$(distdir)$$dir"; \ |
$(mkdir_p) "$(distdir)$$dir"; \ |
| 573 |
else \ |
else \ |
| 574 |
dir=''; \ |
dir=''; \ |
| 575 |
fi; \ |
fi; \ |
| 590 |
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ |
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ |
| 591 |
|| chmod -R a+r $(distdir) |
|| chmod -R a+r $(distdir) |
| 592 |
dist-gzip: distdir |
dist-gzip: distdir |
| 593 |
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 594 |
|
$(am__remove_distdir) |
| 595 |
|
|
| 596 |
|
dist-bzip2: distdir |
| 597 |
|
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
| 598 |
|
$(am__remove_distdir) |
| 599 |
|
|
| 600 |
|
dist-tarZ: distdir |
| 601 |
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
| 602 |
|
$(am__remove_distdir) |
| 603 |
|
|
| 604 |
|
dist-shar: distdir |
| 605 |
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
| 606 |
|
$(am__remove_distdir) |
| 607 |
|
|
| 608 |
|
dist-zip: distdir |
| 609 |
|
-rm -f $(distdir).zip |
| 610 |
|
zip -rq $(distdir).zip $(distdir) |
| 611 |
$(am__remove_distdir) |
$(am__remove_distdir) |
| 612 |
|
|
| 613 |
dist dist-all: distdir |
dist dist-all: distdir |
| 614 |
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 615 |
$(am__remove_distdir) |
$(am__remove_distdir) |
| 616 |
|
|
| 617 |
# This target untars the dist file and tries a VPATH configuration. Then |
# This target untars the dist file and tries a VPATH configuration. Then |
| 618 |
# it guarantees that the distribution is self-contained by making another |
# it guarantees that the distribution is self-contained by making another |
| 619 |
# tarfile. |
# tarfile. |
| 620 |
distcheck: dist |
distcheck: dist |
| 621 |
$(am__remove_distdir) |
case '$(DIST_ARCHIVES)' in \ |
| 622 |
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - |
*.tar.gz*) \ |
| 623 |
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
| 624 |
|
*.tar.bz2*) \ |
| 625 |
|
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
| 626 |
|
*.tar.Z*) \ |
| 627 |
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
| 628 |
|
*.shar.gz*) \ |
| 629 |
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
| 630 |
|
*.zip*) \ |
| 631 |
|
unzip $(distdir).zip ;;\ |
| 632 |
|
esac |
| 633 |
chmod -R a-w $(distdir); chmod a+w $(distdir) |
chmod -R a-w $(distdir); chmod a+w $(distdir) |
| 634 |
mkdir $(distdir)/_build |
mkdir $(distdir)/_build |
| 635 |
mkdir $(distdir)/_inst |
mkdir $(distdir)/_inst |
| 649 |
distuninstallcheck \ |
distuninstallcheck \ |
| 650 |
&& chmod -R a-w "$$dc_install_base" \ |
&& chmod -R a-w "$$dc_install_base" \ |
| 651 |
&& ({ \ |
&& ({ \ |
| 652 |
(cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ |
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
| 653 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
| 654 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
| 655 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
| 656 |
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
| 657 |
} || { rm -rf "$$dc_destdir"; exit 1; }) \ |
} || { rm -rf "$$dc_destdir"; exit 1; }) \ |
| 658 |
&& rm -rf "$$dc_destdir" \ |
&& rm -rf "$$dc_destdir" \ |
| 659 |
&& $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ |
&& $(MAKE) $(AM_MAKEFLAGS) dist \ |
| 660 |
&& rm -f $(distdir).tar.gz \ |
&& rm -rf $(DIST_ARCHIVES) \ |
| 661 |
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
| 662 |
$(am__remove_distdir) |
$(am__remove_distdir) |
| 663 |
@echo "$(distdir).tar.gz is ready for distribution" | \ |
@(echo "$(distdir) archives ready for distribution: "; \ |
| 664 |
sed 'h;s/./=/g;p;x;p;x' |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
| 665 |
|
sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' |
| 666 |
distuninstallcheck: |
distuninstallcheck: |
| 667 |
@cd $(distuninstallcheck_dir) \ |
@cd $(distuninstallcheck_dir) \ |
| 668 |
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
| 684 |
check-am: all-am |
check-am: all-am |
| 685 |
check: check-am |
check: check-am |
| 686 |
all-am: Makefile $(LTLIBRARIES) config.h |
all-am: Makefile $(LTLIBRARIES) config.h |
|
|
|
| 687 |
installdirs: |
installdirs: |
| 688 |
$(mkinstalldirs) $(DESTDIR)$(libdir) |
for dir in "$(DESTDIR)$(libdir)"; do \ |
| 689 |
|
test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
| 690 |
|
done |
| 691 |
install: install-am |
install: install-am |
| 692 |
install-exec: install-exec-am |
install-exec: install-exec-am |
| 693 |
install-data: install-data-am |
install-data: install-data-am |
| 699 |
installcheck: installcheck-am |
installcheck: installcheck-am |
| 700 |
install-strip: |
install-strip: |
| 701 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 702 |
INSTALL_STRIP_FLAG=-s \ |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 703 |
`test -z '$(STRIP)' || \ |
`test -z '$(STRIP)' || \ |
| 704 |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
| 705 |
mostlyclean-generic: |
mostlyclean-generic: |
| 708 |
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
| 709 |
|
|
| 710 |
distclean-generic: |
distclean-generic: |
| 711 |
-rm -f $(CONFIG_CLEAN_FILES) |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 712 |
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) |
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) |
| 713 |
|
|
| 714 |
maintainer-clean-generic: |
maintainer-clean-generic: |
| 723 |
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 724 |
-rm -rf ./$(DEPDIR) |
-rm -rf ./$(DEPDIR) |
| 725 |
-rm -f Makefile |
-rm -f Makefile |
| 726 |
distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \ |
distclean-am: clean-am distclean-compile distclean-generic \ |
| 727 |
distclean-libtool distclean-tags |
distclean-hdr distclean-libtool distclean-tags |
| 728 |
|
|
| 729 |
dvi: dvi-am |
dvi: dvi-am |
| 730 |
|
|
| 731 |
dvi-am: |
dvi-am: |
| 732 |
|
|
| 733 |
|
html: html-am |
| 734 |
|
|
| 735 |
info: info-am |
info: info-am |
| 736 |
|
|
| 737 |
info-am: |
info-am: |
| 768 |
|
|
| 769 |
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES |
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES |
| 770 |
|
|
| 771 |
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ |
| 772 |
clean-libLTLIBRARIES clean-libtool ctags dist dist-all \ |
clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \ |
| 773 |
dist-gzip distcheck distclean distclean-compile \ |
dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \ |
| 774 |
distclean-generic distclean-hdr distclean-libtool \ |
distcheck distclean distclean-compile distclean-generic \ |
| 775 |
distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
distclean-hdr distclean-libtool distclean-tags distcleancheck \ |
| 776 |
dvi-am info info-am install install-am install-data \ |
distdir distuninstallcheck dvi dvi-am html html-am info \ |
| 777 |
install-data-am install-exec install-exec-am install-info \ |
info-am install install-am install-data install-data-am \ |
| 778 |
install-info-am install-libLTLIBRARIES install-man \ |
install-exec install-exec-am install-info install-info-am \ |
| 779 |
install-strip installcheck installcheck-am installdirs \ |
install-libLTLIBRARIES install-man install-strip installcheck \ |
| 780 |
maintainer-clean maintainer-clean-generic mostlyclean \ |
installcheck-am installdirs maintainer-clean \ |
| 781 |
mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \ |
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 782 |
pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am \ |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 783 |
|
tags uninstall uninstall-am uninstall-info-am \ |
| 784 |
uninstall-libLTLIBRARIES |
uninstall-libLTLIBRARIES |
| 785 |
|
|
| 786 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |