Makefile.in 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  2. # This Makefile.in is free software; the Free Software Foundation
  3. # gives unlimited permission to copy and/or distribute it,
  4. # with or without modifications, as long as this notice is preserved.
  5. # This program is distributed in the hope that it will be useful,
  6. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  7. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  8. # PARTICULAR PURPOSE.
  9. SHELL = @SHELL@
  10. srcdir = @srcdir@
  11. top_srcdir = @top_srcdir@
  12. VPATH = @srcdir@
  13. prefix = @prefix@
  14. exec_prefix = @exec_prefix@
  15. bindir = @bindir@
  16. sbindir = @sbindir@
  17. libexecdir = @libexecdir@
  18. datadir = @datadir@
  19. sysconfdir = @sysconfdir@
  20. sharedstatedir = @sharedstatedir@
  21. localstatedir = @localstatedir@
  22. libdir = @libdir@
  23. infodir = @infodir@
  24. mandir = @mandir@
  25. includedir = @includedir@
  26. oldincludedir = /usr/include
  27. DESTDIR =
  28. pkgdatadir = $(datadir)/@PACKAGE@
  29. pkglibdir = $(libdir)/@PACKAGE@
  30. pkgincludedir = $(includedir)/@PACKAGE@
  31. top_builddir = ../../..
  32. ACLOCAL = @ACLOCAL@
  33. AUTOCONF = @AUTOCONF@
  34. AUTOHEADER = @AUTOHEADER@
  35. INSTALL = @INSTALL@
  36. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  37. INSTALL_DATA = @INSTALL_DATA@
  38. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  39. transform = @program_transform_name@
  40. NORMAL_INSTALL = :
  41. PRE_INSTALL = :
  42. POST_INSTALL = :
  43. NORMAL_UNINSTALL = :
  44. PRE_UNINSTALL = :
  45. POST_UNINSTALL = :
  46. host_alias = @host_alias@
  47. host_triplet = @host@
  48. ABYSS_SUBDIR = @ABYSS_SUBDIR@
  49. AS = @AS@
  50. ASYNCH_CLIENT = @ASYNCH_CLIENT@
  51. AUTH_CLIENT = @AUTH_CLIENT@
  52. AVAILABLE_MODULES = @AVAILABLE_MODULES@
  53. CC = @CC@
  54. CC_WARN_FLAGS = @CC_WARN_FLAGS@
  55. CLIENTTEST = @CLIENTTEST@
  56. CONFIGURE_DATE = @CONFIGURE_DATE@
  57. CPPTEST = @CPPTEST@
  58. CPP_WARN_FLAGS = @CPP_WARN_FLAGS@
  59. CXX = @CXX@
  60. DLLTOOL = @DLLTOOL@
  61. EFRPCTEST = @EFRPCTEST@
  62. EFRPCTEST_WRAPPER = @EFRPCTEST_WRAPPER@
  63. INTEROP_CGI = @INTEROP_CGI@
  64. INTEROP_CLIENT_SUBDIR = @INTEROP_CLIENT_SUBDIR@
  65. LIBTOOL = @LIBTOOL@
  66. LIBWWW_CFLAGS = @LIBWWW_CFLAGS@
  67. LIBWWW_CONFIG = @LIBWWW_CONFIG@
  68. LIBWWW_LDADD = @LIBWWW_LDADD@
  69. LIBWWW_LIBDIR = @LIBWWW_LIBDIR@
  70. LIBWWW_RPATH = @LIBWWW_RPATH@
  71. LIBWWW_WL_RPATH = @LIBWWW_WL_RPATH@
  72. LIBXMLRPC_ABYSS_SERVER_LA = @LIBXMLRPC_ABYSS_SERVER_LA@
  73. LIBXMLRPC_CGI_LA = @LIBXMLRPC_CGI_LA@
  74. LIBXMLRPC_CLIENT_LA = @LIBXMLRPC_CLIENT_LA@
  75. LIBXMLRPC_CPP_A = @LIBXMLRPC_CPP_A@
  76. LN_S = @LN_S@
  77. MAKEINFO = @MAKEINFO@
  78. MEERKAT_APP_LIST = @MEERKAT_APP_LIST@
  79. OBJDUMP = @OBJDUMP@
  80. PACKAGE = @PACKAGE@
  81. QUERY_MEERKAT = @QUERY_MEERKAT@
  82. RANLIB = @RANLIB@
  83. SAMPLE_CGI_CGI = @SAMPLE_CGI_CGI@
  84. SERVER = @SERVER@
  85. SERVERTEST = @SERVERTEST@
  86. SYNCH_CLIENT = @SYNCH_CLIENT@
  87. VALIDATEE = @VALIDATEE@
  88. VERSION = @VERSION@
  89. VERSION_INFO = @VERSION_INFO@
  90. XMLRPCCPP_H = @XMLRPCCPP_H@
  91. XMLRPC_ABYSS_H = @XMLRPC_ABYSS_H@
  92. XMLRPC_CGI_H = @XMLRPC_CGI_H@
  93. XMLRPC_CLIENT_H = @XMLRPC_CLIENT_H@
  94. XML_RPC_API2CPP_SUBDIR = @XML_RPC_API2CPP_SUBDIR@
  95. EXTRA_DIST = codepage.c filemap.h unixfilemap.c xmlfile.c xmltchar.h xmlwf.dsp codepage.h readfilemap.c win32filemap.c xmlfile.h xmlwf.c
  96. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  97. CONFIG_HEADER = ../../../xmlrpc_config.h
  98. CONFIG_CLEAN_FILES =
  99. DIST_COMMON = Makefile.in
  100. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  101. TAR = gtar
  102. GZIP_ENV = --best
  103. all: all-redirect
  104. .SUFFIXES:
  105. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  106. cd $(top_builddir) \
  107. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  108. tags: TAGS
  109. TAGS:
  110. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  111. subdir = lib/expat/xmlwf
  112. distdir: $(DISTFILES)
  113. @for file in $(DISTFILES); do \
  114. d=$(srcdir); \
  115. if test -d $$d/$$file; then \
  116. cp -pr $$d/$$file $(distdir)/$$file; \
  117. else \
  118. test -f $(distdir)/$$file \
  119. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  120. || cp -p $$d/$$file $(distdir)/$$file || :; \
  121. fi; \
  122. done
  123. info-am:
  124. info: info-am
  125. dvi-am:
  126. dvi: dvi-am
  127. check-am: all-am
  128. check: check-am
  129. installcheck-am:
  130. installcheck: installcheck-am
  131. install-exec-am:
  132. install-exec: install-exec-am
  133. install-data-am:
  134. install-data: install-data-am
  135. install-am: all-am
  136. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  137. install: install-am
  138. uninstall-am:
  139. uninstall: uninstall-am
  140. all-am: Makefile
  141. all-redirect: all-am
  142. install-strip:
  143. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  144. installdirs:
  145. mostlyclean-generic:
  146. clean-generic:
  147. distclean-generic:
  148. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  149. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  150. maintainer-clean-generic:
  151. mostlyclean-am: mostlyclean-generic
  152. mostlyclean: mostlyclean-am
  153. clean-am: clean-generic mostlyclean-am
  154. clean: clean-am
  155. distclean-am: distclean-generic clean-am
  156. -rm -f libtool
  157. distclean: distclean-am
  158. maintainer-clean-am: maintainer-clean-generic distclean-am
  159. @echo "This command is intended for maintainers to use;"
  160. @echo "it deletes files that may require special tools to rebuild."
  161. maintainer-clean: maintainer-clean-am
  162. .PHONY: tags distdir info-am info dvi-am dvi check check-am \
  163. installcheck-am installcheck install-exec-am install-exec \
  164. install-data-am install-data install-am install uninstall-am uninstall \
  165. all-redirect all-am all installdirs mostlyclean-generic \
  166. distclean-generic clean-generic maintainer-clean-generic clean \
  167. mostlyclean distclean maintainer-clean
  168. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  169. # Otherwise a system limit (for SysV at least) may be exceeded.
  170. .NOEXPORT: