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