1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
---|
2 | # @configure_input@ |
---|
3 | |
---|
4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc. |
---|
5 | |
---|
6 | # This Makefile.in is free software; the Free Software Foundation |
---|
7 | # gives unlimited permission to copy and/or distribute it, |
---|
8 | # with or without modifications, as long as this notice is preserved. |
---|
9 | |
---|
10 | # This program is distributed in the hope that it will be useful, |
---|
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
---|
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
---|
13 | # PARTICULAR PURPOSE. |
---|
14 | |
---|
15 | @SET_MAKE@ |
---|
16 | |
---|
17 | VPATH = @srcdir@ |
---|
18 | am__is_gnu_make = { \ |
---|
19 | if test -z '$(MAKELEVEL)'; then \ |
---|
20 | false; \ |
---|
21 | elif test -n '$(MAKE_HOST)'; then \ |
---|
22 | true; \ |
---|
23 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
---|
24 | true; \ |
---|
25 | else \ |
---|
26 | false; \ |
---|
27 | fi; \ |
---|
28 | } |
---|
29 | am__make_running_with_option = \ |
---|
30 | case $${target_option-} in \ |
---|
31 | ?) ;; \ |
---|
32 | *) echo "am__make_running_with_option: internal error: invalid" \ |
---|
33 | "target option '$${target_option-}' specified" >&2; \ |
---|
34 | exit 1;; \ |
---|
35 | esac; \ |
---|
36 | has_opt=no; \ |
---|
37 | sane_makeflags=$$MAKEFLAGS; \ |
---|
38 | if $(am__is_gnu_make); then \ |
---|
39 | sane_makeflags=$$MFLAGS; \ |
---|
40 | else \ |
---|
41 | case $$MAKEFLAGS in \ |
---|
42 | *\\[\ \ ]*) \ |
---|
43 | bs=\\; \ |
---|
44 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
---|
45 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
---|
46 | esac; \ |
---|
47 | fi; \ |
---|
48 | skip_next=no; \ |
---|
49 | strip_trailopt () \ |
---|
50 | { \ |
---|
51 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
---|
52 | }; \ |
---|
53 | for flg in $$sane_makeflags; do \ |
---|
54 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
---|
55 | case $$flg in \ |
---|
56 | *=*|--*) continue;; \ |
---|
57 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
---|
58 | -*I?*) strip_trailopt 'I';; \ |
---|
59 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
---|
60 | -*O?*) strip_trailopt 'O';; \ |
---|
61 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
---|
62 | -*l?*) strip_trailopt 'l';; \ |
---|
63 | -[dEDm]) skip_next=yes;; \ |
---|
64 | -[JT]) skip_next=yes;; \ |
---|
65 | esac; \ |
---|
66 | case $$flg in \ |
---|
67 | *$$target_option*) has_opt=yes; break;; \ |
---|
68 | esac; \ |
---|
69 | done; \ |
---|
70 | test $$has_opt = yes |
---|
71 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
---|
72 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
---|
73 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
74 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
75 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
76 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
---|
77 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
78 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
79 | install_sh_PROGRAM = $(install_sh) -c |
---|
80 | install_sh_SCRIPT = $(install_sh) -c |
---|
81 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
82 | transform = $(program_transform_name) |
---|
83 | NORMAL_INSTALL = : |
---|
84 | PRE_INSTALL = : |
---|
85 | POST_INSTALL = : |
---|
86 | NORMAL_UNINSTALL = : |
---|
87 | PRE_UNINSTALL = : |
---|
88 | POST_UNINSTALL = : |
---|
89 | build_triplet = @build@ |
---|
90 | host_triplet = @host@ |
---|
91 | subdir = doc |
---|
92 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
93 | am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ |
---|
94 | $(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ |
---|
95 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
---|
96 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
---|
97 | $(top_srcdir)/m4/yaz.m4 $(top_srcdir)/m4/yaz_libxml2.m4 \ |
---|
98 | $(top_srcdir)/configure.ac |
---|
99 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
100 | $(ACLOCAL_M4) |
---|
101 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
---|
102 | mkinstalldirs = $(install_sh) -d |
---|
103 | CONFIG_HEADER = $(top_builddir)/include/config.h |
---|
104 | CONFIG_CLEAN_FILES = local0.ent |
---|
105 | CONFIG_CLEAN_VPATH_FILES = |
---|
106 | AM_V_P = $(am__v_P_@AM_V@) |
---|
107 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
---|
108 | am__v_P_0 = false |
---|
109 | am__v_P_1 = : |
---|
110 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
---|
111 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
---|
112 | am__v_GEN_0 = @echo " GEN " $@; |
---|
113 | am__v_GEN_1 = |
---|
114 | AM_V_at = $(am__v_at_@AM_V@) |
---|
115 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
---|
116 | am__v_at_0 = @ |
---|
117 | am__v_at_1 = |
---|
118 | SOURCES = |
---|
119 | DIST_SOURCES = |
---|
120 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
---|
121 | ctags-recursive dvi-recursive html-recursive info-recursive \ |
---|
122 | install-data-recursive install-dvi-recursive \ |
---|
123 | install-exec-recursive install-html-recursive \ |
---|
124 | install-info-recursive install-pdf-recursive \ |
---|
125 | install-ps-recursive install-recursive installcheck-recursive \ |
---|
126 | installdirs-recursive pdf-recursive ps-recursive \ |
---|
127 | tags-recursive uninstall-recursive |
---|
128 | am__can_run_installinfo = \ |
---|
129 | case $$AM_UPDATE_INFO_DIR in \ |
---|
130 | n|no|NO) false;; \ |
---|
131 | *) (install-info --version) >/dev/null 2>&1;; \ |
---|
132 | esac |
---|
133 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
134 | am__vpath_adj = case $$p in \ |
---|
135 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
136 | *) f=$$p;; \ |
---|
137 | esac; |
---|
138 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
---|
139 | am__install_max = 40 |
---|
140 | am__nobase_strip_setup = \ |
---|
141 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
---|
142 | am__nobase_strip = \ |
---|
143 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
---|
144 | am__nobase_list = $(am__nobase_strip_setup); \ |
---|
145 | for p in $$list; do echo "$$p $$p"; done | \ |
---|
146 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
---|
147 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
---|
148 | if (++n[$$2] == $(am__install_max)) \ |
---|
149 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
---|
150 | END { for (dir in files) print dir, files[dir] }' |
---|
151 | am__base_list = \ |
---|
152 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
---|
153 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
---|
154 | am__uninstall_files_from_dir = { \ |
---|
155 | test -z "$$files" \ |
---|
156 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
---|
157 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
---|
158 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
---|
159 | } |
---|
160 | man1dir = $(mandir)/man1 |
---|
161 | am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)" \ |
---|
162 | "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(docdir)" |
---|
163 | man7dir = $(mandir)/man7 |
---|
164 | man8dir = $(mandir)/man8 |
---|
165 | NROFF = nroff |
---|
166 | MANS = $(man_MANS) |
---|
167 | DATA = $(doc_DATA) |
---|
168 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
---|
169 | distclean-recursive maintainer-clean-recursive |
---|
170 | am__recursive_targets = \ |
---|
171 | $(RECURSIVE_TARGETS) \ |
---|
172 | $(RECURSIVE_CLEAN_TARGETS) \ |
---|
173 | $(am__extra_recursive_targets) |
---|
174 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
---|
175 | distdir |
---|
176 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
---|
177 | # Read a list of newline-separated strings from the standard input, |
---|
178 | # and print each of them once, without duplicates. Input order is |
---|
179 | # *not* preserved. |
---|
180 | am__uniquify_input = $(AWK) '\ |
---|
181 | BEGIN { nonempty = 0; } \ |
---|
182 | { items[$$0] = 1; nonempty = 1; } \ |
---|
183 | END { if (nonempty) { for (i in items) print i; }; } \ |
---|
184 | ' |
---|
185 | # Make sure the list of sources is unique. This is necessary because, |
---|
186 | # e.g., the same source file might be shared among _SOURCES variables |
---|
187 | # for different programs/libraries. |
---|
188 | am__define_uniq_tagged_files = \ |
---|
189 | list='$(am__tagged_files)'; \ |
---|
190 | unique=`for i in $$list; do \ |
---|
191 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
192 | done | $(am__uniquify_input)` |
---|
193 | ETAGS = etags |
---|
194 | CTAGS = ctags |
---|
195 | DIST_SUBDIRS = $(SUBDIRS) |
---|
196 | am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/local0.ent.in |
---|
197 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
198 | am__relativize = \ |
---|
199 | dir0=`pwd`; \ |
---|
200 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
---|
201 | sed_rest='s,^[^/]*/*,,'; \ |
---|
202 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
---|
203 | sed_butlast='s,/*[^/]*$$,,'; \ |
---|
204 | while test -n "$$dir1"; do \ |
---|
205 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
---|
206 | if test "$$first" != "."; then \ |
---|
207 | if test "$$first" = ".."; then \ |
---|
208 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
---|
209 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
---|
210 | else \ |
---|
211 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
---|
212 | if test "$$first2" = "$$first"; then \ |
---|
213 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
---|
214 | else \ |
---|
215 | dir2="../$$dir2"; \ |
---|
216 | fi; \ |
---|
217 | dir0="$$dir0"/"$$first"; \ |
---|
218 | fi; \ |
---|
219 | fi; \ |
---|
220 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
---|
221 | done; \ |
---|
222 | reldir="$$dir2" |
---|
223 | ACLOCAL = @ACLOCAL@ |
---|
224 | AMTAR = @AMTAR@ |
---|
225 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
---|
226 | AR = @AR@ |
---|
227 | AUTOCONF = @AUTOCONF@ |
---|
228 | AUTOHEADER = @AUTOHEADER@ |
---|
229 | AUTOMAKE = @AUTOMAKE@ |
---|
230 | AWK = @AWK@ |
---|
231 | CC = @CC@ |
---|
232 | CCDEPMODE = @CCDEPMODE@ |
---|
233 | CFLAGS = @CFLAGS@ |
---|
234 | CPP = @CPP@ |
---|
235 | CPPFLAGS = @CPPFLAGS@ |
---|
236 | CYGPATH_W = @CYGPATH_W@ |
---|
237 | DEFS = @DEFS@ |
---|
238 | DEPDIR = @DEPDIR@ |
---|
239 | DLLTOOL = @DLLTOOL@ |
---|
240 | DSSSL_DIR = @DSSSL_DIR@ |
---|
241 | DSYMUTIL = @DSYMUTIL@ |
---|
242 | DTD_DIR = @DTD_DIR@ |
---|
243 | DUMPBIN = @DUMPBIN@ |
---|
244 | ECHO_C = @ECHO_C@ |
---|
245 | ECHO_N = @ECHO_N@ |
---|
246 | ECHO_T = @ECHO_T@ |
---|
247 | EGREP = @EGREP@ |
---|
248 | EXEEXT = @EXEEXT@ |
---|
249 | FGREP = @FGREP@ |
---|
250 | GREP = @GREP@ |
---|
251 | HIREDIS_LIBS = @HIREDIS_LIBS@ |
---|
252 | HTML_COMPILE = @HTML_COMPILE@ |
---|
253 | ICU_CFLAGS = @ICU_CFLAGS@ |
---|
254 | ICU_CONFIG = @ICU_CONFIG@ |
---|
255 | ICU_CPPFLAGS = @ICU_CPPFLAGS@ |
---|
256 | ICU_CXXFLAGS = @ICU_CXXFLAGS@ |
---|
257 | ICU_LIBS = @ICU_LIBS@ |
---|
258 | INSTALL = @INSTALL@ |
---|
259 | INSTALL_DATA = @INSTALL_DATA@ |
---|
260 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
261 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
262 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
263 | LD = @LD@ |
---|
264 | LDFLAGS = @LDFLAGS@ |
---|
265 | LIBOBJS = @LIBOBJS@ |
---|
266 | LIBS = @LIBS@ |
---|
267 | LIBTOOL = @LIBTOOL@ |
---|
268 | LIPO = @LIPO@ |
---|
269 | LN_S = @LN_S@ |
---|
270 | LTLIBOBJS = @LTLIBOBJS@ |
---|
271 | MAKEINFO = @MAKEINFO@ |
---|
272 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
---|
273 | MAN_COMPILE = @MAN_COMPILE@ |
---|
274 | MEMCACHED_LIBS = @MEMCACHED_LIBS@ |
---|
275 | MKDIR_P = @MKDIR_P@ |
---|
276 | NM = @NM@ |
---|
277 | NMEDIT = @NMEDIT@ |
---|
278 | OBJDUMP = @OBJDUMP@ |
---|
279 | OBJEXT = @OBJEXT@ |
---|
280 | OTOOL = @OTOOL@ |
---|
281 | OTOOL64 = @OTOOL64@ |
---|
282 | PACKAGE = @PACKAGE@ |
---|
283 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
284 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
285 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
286 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
287 | PACKAGE_URL = @PACKAGE_URL@ |
---|
288 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
289 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
290 | PDF_COMPILE = @PDF_COMPILE@ |
---|
291 | PTHREAD_CC = @PTHREAD_CC@ |
---|
292 | PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ |
---|
293 | PTHREAD_LIBS = @PTHREAD_LIBS@ |
---|
294 | RANLIB = @RANLIB@ |
---|
295 | READLINE_LIBS = @READLINE_LIBS@ |
---|
296 | SED = @SED@ |
---|
297 | SET_MAKE = @SET_MAKE@ |
---|
298 | SHELL = @SHELL@ |
---|
299 | SSL_CFLAGS = @SSL_CFLAGS@ |
---|
300 | SSL_LIBS = @SSL_LIBS@ |
---|
301 | STRIP = @STRIP@ |
---|
302 | TCLSH = @TCLSH@ |
---|
303 | TCPD_LIBS = @TCPD_LIBS@ |
---|
304 | TKL_COMPILE = @TKL_COMPILE@ |
---|
305 | VERSION = @VERSION@ |
---|
306 | VERSION_HEX = @VERSION_HEX@ |
---|
307 | VERSION_SHA1 = @VERSION_SHA1@ |
---|
308 | WIN_FILEVERSION = @WIN_FILEVERSION@ |
---|
309 | XML2_CFLAGS = @XML2_CFLAGS@ |
---|
310 | XSLTPROC_COMPILE = @XSLTPROC_COMPILE@ |
---|
311 | XSL_DIR = @XSL_DIR@ |
---|
312 | YACC = @YACC@ |
---|
313 | YAZ_CONFIG_CFLAGS = @YAZ_CONFIG_CFLAGS@ |
---|
314 | YAZ_CONF_CFLAGS = @YAZ_CONF_CFLAGS@ |
---|
315 | abs_builddir = @abs_builddir@ |
---|
316 | abs_srcdir = @abs_srcdir@ |
---|
317 | abs_top_builddir = @abs_top_builddir@ |
---|
318 | abs_top_srcdir = @abs_top_srcdir@ |
---|
319 | ac_ct_AR = @ac_ct_AR@ |
---|
320 | ac_ct_CC = @ac_ct_CC@ |
---|
321 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
---|
322 | acx_pthread_config = @acx_pthread_config@ |
---|
323 | am__include = @am__include@ |
---|
324 | am__leading_dot = @am__leading_dot@ |
---|
325 | am__quote = @am__quote@ |
---|
326 | am__tar = @am__tar@ |
---|
327 | am__untar = @am__untar@ |
---|
328 | bindir = @bindir@ |
---|
329 | build = @build@ |
---|
330 | build_alias = @build_alias@ |
---|
331 | build_cpu = @build_cpu@ |
---|
332 | build_os = @build_os@ |
---|
333 | build_vendor = @build_vendor@ |
---|
334 | builddir = @builddir@ |
---|
335 | datadir = @datadir@ |
---|
336 | datarootdir = @datarootdir@ |
---|
337 | docdir = @docdir@ |
---|
338 | dvidir = @dvidir@ |
---|
339 | exec_prefix = @exec_prefix@ |
---|
340 | host = @host@ |
---|
341 | host_alias = @host_alias@ |
---|
342 | host_cpu = @host_cpu@ |
---|
343 | host_os = @host_os@ |
---|
344 | host_vendor = @host_vendor@ |
---|
345 | htmldir = @htmldir@ |
---|
346 | includedir = @includedir@ |
---|
347 | infodir = @infodir@ |
---|
348 | install_sh = @install_sh@ |
---|
349 | libdir = @libdir@ |
---|
350 | libexecdir = @libexecdir@ |
---|
351 | localedir = @localedir@ |
---|
352 | localstatedir = @localstatedir@ |
---|
353 | mandir = @mandir@ |
---|
354 | mkdir_p = @mkdir_p@ |
---|
355 | oldincludedir = @oldincludedir@ |
---|
356 | pdfdir = @pdfdir@ |
---|
357 | pkgconfigpath = @pkgconfigpath@ |
---|
358 | prefix = @prefix@ |
---|
359 | program_transform_name = @program_transform_name@ |
---|
360 | psdir = @psdir@ |
---|
361 | runstatedir = @runstatedir@ |
---|
362 | sbindir = @sbindir@ |
---|
363 | sharedstatedir = @sharedstatedir@ |
---|
364 | srcdir = @srcdir@ |
---|
365 | sysconfdir = @sysconfdir@ |
---|
366 | target_alias = @target_alias@ |
---|
367 | top_build_prefix = @top_build_prefix@ |
---|
368 | top_builddir = @top_builddir@ |
---|
369 | top_srcdir = @top_srcdir@ |
---|
370 | SUBDIRS = common |
---|
371 | XMLFILES = book.xml \ |
---|
372 | gfs-options.xml gfs-virtual.xml gfs-synopsis.xml \ |
---|
373 | std-oid-table.xml bib1-diag-table.xml srw-diag-table.xml \ |
---|
374 | manref.xml local.ent |
---|
375 | |
---|
376 | HTMLFILES = index.html |
---|
377 | MANFILES = yaz-client.1 yaz-ztest.8 \ |
---|
378 | yaz-config.1 yaz.7 zoomsh.1 yaz-asncomp.1 \ |
---|
379 | yaz-marcdump.1 yaz-iconv.1 yaz-log.7 \ |
---|
380 | yaz-illclient.1 yaz-icu.1 yaz-url.1 bib1-attr.7 \ |
---|
381 | yaz-json-parse.1 |
---|
382 | |
---|
383 | REFFILES = yaz-client-man.xml yaz-ztest-man.xml yaz-config-man.xml \ |
---|
384 | yaz-man.xml zoomsh-man.xml yaz-asncomp-man.xml \ |
---|
385 | yaz-marcdump-man.xml yaz-iconv-man.xml yaz-log-man.xml \ |
---|
386 | yaz-illclient-man.xml yaz-icu-man.xml yaz-url-man.xml \ |
---|
387 | bib1-attr-man.xml yaz-json-parse-man.xml |
---|
388 | |
---|
389 | SUPPORTFILES = entities.ent apilayer.obj |
---|
390 | doc_DATA = $(HTMLFILES) apilayer.png |
---|
391 | man_MANS = $(MANFILES) |
---|
392 | EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(man_MANS) $(REFFILES) \ |
---|
393 | $(doc_DATA) |
---|
394 | |
---|
395 | all: all-recursive |
---|
396 | |
---|
397 | .SUFFIXES: |
---|
398 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
399 | @for dep in $?; do \ |
---|
400 | case '$(am__configure_deps)' in \ |
---|
401 | *$$dep*) \ |
---|
402 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
---|
403 | && { if test -f $@; then exit 0; else break; fi; }; \ |
---|
404 | exit 1;; \ |
---|
405 | esac; \ |
---|
406 | done; \ |
---|
407 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ |
---|
408 | $(am__cd) $(top_srcdir) && \ |
---|
409 | $(AUTOMAKE) --foreign doc/Makefile |
---|
410 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
411 | @case '$?' in \ |
---|
412 | *config.status*) \ |
---|
413 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
414 | *) \ |
---|
415 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
416 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
417 | esac; |
---|
418 | |
---|
419 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
420 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
421 | |
---|
422 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
423 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
424 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
425 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
426 | $(am__aclocal_m4_deps): |
---|
427 | local0.ent: $(top_builddir)/config.status $(srcdir)/local0.ent.in |
---|
428 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
---|
429 | |
---|
430 | mostlyclean-libtool: |
---|
431 | -rm -f *.lo |
---|
432 | |
---|
433 | clean-libtool: |
---|
434 | -rm -rf .libs _libs |
---|
435 | install-man1: $(man_MANS) |
---|
436 | @$(NORMAL_INSTALL) |
---|
437 | @list1=''; \ |
---|
438 | list2='$(man_MANS)'; \ |
---|
439 | test -n "$(man1dir)" \ |
---|
440 | && test -n "`echo $$list1$$list2`" \ |
---|
441 | || exit 0; \ |
---|
442 | echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ |
---|
443 | $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ |
---|
444 | { for i in $$list1; do echo "$$i"; done; \ |
---|
445 | if test -n "$$list2"; then \ |
---|
446 | for i in $$list2; do echo "$$i"; done \ |
---|
447 | | sed -n '/\.1[a-z]*$$/p'; \ |
---|
448 | fi; \ |
---|
449 | } | while read p; do \ |
---|
450 | if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
---|
451 | echo "$$d$$p"; echo "$$p"; \ |
---|
452 | done | \ |
---|
453 | sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ |
---|
454 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ |
---|
455 | sed 'N;N;s,\n, ,g' | { \ |
---|
456 | list=; while read file base inst; do \ |
---|
457 | if test "$$base" = "$$inst"; then list="$$list $$file"; else \ |
---|
458 | echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ |
---|
459 | $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ |
---|
460 | fi; \ |
---|
461 | done; \ |
---|
462 | for i in $$list; do echo "$$i"; done | $(am__base_list) | \ |
---|
463 | while read files; do \ |
---|
464 | test -z "$$files" || { \ |
---|
465 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ |
---|
466 | $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ |
---|
467 | done; } |
---|
468 | |
---|
469 | uninstall-man1: |
---|
470 | @$(NORMAL_UNINSTALL) |
---|
471 | @list=''; test -n "$(man1dir)" || exit 0; \ |
---|
472 | files=`{ for i in $$list; do echo "$$i"; done; \ |
---|
473 | l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
---|
474 | sed -n '/\.1[a-z]*$$/p'; \ |
---|
475 | } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ |
---|
476 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
---|
477 | dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) |
---|
478 | install-man7: $(man_MANS) |
---|
479 | @$(NORMAL_INSTALL) |
---|
480 | @list1=''; \ |
---|
481 | list2='$(man_MANS)'; \ |
---|
482 | test -n "$(man7dir)" \ |
---|
483 | && test -n "`echo $$list1$$list2`" \ |
---|
484 | || exit 0; \ |
---|
485 | echo " $(MKDIR_P) '$(DESTDIR)$(man7dir)'"; \ |
---|
486 | $(MKDIR_P) "$(DESTDIR)$(man7dir)" || exit 1; \ |
---|
487 | { for i in $$list1; do echo "$$i"; done; \ |
---|
488 | if test -n "$$list2"; then \ |
---|
489 | for i in $$list2; do echo "$$i"; done \ |
---|
490 | | sed -n '/\.7[a-z]*$$/p'; \ |
---|
491 | fi; \ |
---|
492 | } | while read p; do \ |
---|
493 | if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
---|
494 | echo "$$d$$p"; echo "$$p"; \ |
---|
495 | done | \ |
---|
496 | sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \ |
---|
497 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ |
---|
498 | sed 'N;N;s,\n, ,g' | { \ |
---|
499 | list=; while read file base inst; do \ |
---|
500 | if test "$$base" = "$$inst"; then list="$$list $$file"; else \ |
---|
501 | echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \ |
---|
502 | $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \ |
---|
503 | fi; \ |
---|
504 | done; \ |
---|
505 | for i in $$list; do echo "$$i"; done | $(am__base_list) | \ |
---|
506 | while read files; do \ |
---|
507 | test -z "$$files" || { \ |
---|
508 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \ |
---|
509 | $(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \ |
---|
510 | done; } |
---|
511 | |
---|
512 | uninstall-man7: |
---|
513 | @$(NORMAL_UNINSTALL) |
---|
514 | @list=''; test -n "$(man7dir)" || exit 0; \ |
---|
515 | files=`{ for i in $$list; do echo "$$i"; done; \ |
---|
516 | l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
---|
517 | sed -n '/\.7[a-z]*$$/p'; \ |
---|
518 | } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \ |
---|
519 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
---|
520 | dir='$(DESTDIR)$(man7dir)'; $(am__uninstall_files_from_dir) |
---|
521 | install-man8: $(man_MANS) |
---|
522 | @$(NORMAL_INSTALL) |
---|
523 | @list1=''; \ |
---|
524 | list2='$(man_MANS)'; \ |
---|
525 | test -n "$(man8dir)" \ |
---|
526 | && test -n "`echo $$list1$$list2`" \ |
---|
527 | || exit 0; \ |
---|
528 | echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ |
---|
529 | $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ |
---|
530 | { for i in $$list1; do echo "$$i"; done; \ |
---|
531 | if test -n "$$list2"; then \ |
---|
532 | for i in $$list2; do echo "$$i"; done \ |
---|
533 | | sed -n '/\.8[a-z]*$$/p'; \ |
---|
534 | fi; \ |
---|
535 | } | while read p; do \ |
---|
536 | if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
---|
537 | echo "$$d$$p"; echo "$$p"; \ |
---|
538 | done | \ |
---|
539 | sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ |
---|
540 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ |
---|
541 | sed 'N;N;s,\n, ,g' | { \ |
---|
542 | list=; while read file base inst; do \ |
---|
543 | if test "$$base" = "$$inst"; then list="$$list $$file"; else \ |
---|
544 | echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ |
---|
545 | $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \ |
---|
546 | fi; \ |
---|
547 | done; \ |
---|
548 | for i in $$list; do echo "$$i"; done | $(am__base_list) | \ |
---|
549 | while read files; do \ |
---|
550 | test -z "$$files" || { \ |
---|
551 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \ |
---|
552 | $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \ |
---|
553 | done; } |
---|
554 | |
---|
555 | uninstall-man8: |
---|
556 | @$(NORMAL_UNINSTALL) |
---|
557 | @list=''; test -n "$(man8dir)" || exit 0; \ |
---|
558 | files=`{ for i in $$list; do echo "$$i"; done; \ |
---|
559 | l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
---|
560 | sed -n '/\.8[a-z]*$$/p'; \ |
---|
561 | } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ |
---|
562 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
---|
563 | dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) |
---|
564 | install-docDATA: $(doc_DATA) |
---|
565 | @$(NORMAL_INSTALL) |
---|
566 | @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ |
---|
567 | if test -n "$$list"; then \ |
---|
568 | echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ |
---|
569 | $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ |
---|
570 | fi; \ |
---|
571 | for p in $$list; do \ |
---|
572 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
573 | echo "$$d$$p"; \ |
---|
574 | done | $(am__base_list) | \ |
---|
575 | while read files; do \ |
---|
576 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ |
---|
577 | $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ |
---|
578 | done |
---|
579 | |
---|
580 | uninstall-docDATA: |
---|
581 | @$(NORMAL_UNINSTALL) |
---|
582 | @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ |
---|
583 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
---|
584 | dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) |
---|
585 | |
---|
586 | # This directory's subdirectories are mostly independent; you can cd |
---|
587 | # into them and run 'make' without going through this Makefile. |
---|
588 | # To change the values of 'make' variables: instead of editing Makefiles, |
---|
589 | # (1) if the variable is set in 'config.status', edit 'config.status' |
---|
590 | # (which will cause the Makefiles to be regenerated when you run 'make'); |
---|
591 | # (2) otherwise, pass the desired values on the 'make' command line. |
---|
592 | $(am__recursive_targets): |
---|
593 | @fail=; \ |
---|
594 | if $(am__make_keepgoing); then \ |
---|
595 | failcom='fail=yes'; \ |
---|
596 | else \ |
---|
597 | failcom='exit 1'; \ |
---|
598 | fi; \ |
---|
599 | dot_seen=no; \ |
---|
600 | target=`echo $@ | sed s/-recursive//`; \ |
---|
601 | case "$@" in \ |
---|
602 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
603 | *) list='$(SUBDIRS)' ;; \ |
---|
604 | esac; \ |
---|
605 | for subdir in $$list; do \ |
---|
606 | echo "Making $$target in $$subdir"; \ |
---|
607 | if test "$$subdir" = "."; then \ |
---|
608 | dot_seen=yes; \ |
---|
609 | local_target="$$target-am"; \ |
---|
610 | else \ |
---|
611 | local_target="$$target"; \ |
---|
612 | fi; \ |
---|
613 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
614 | || eval $$failcom; \ |
---|
615 | done; \ |
---|
616 | if test "$$dot_seen" = "no"; then \ |
---|
617 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
618 | fi; test -z "$$fail" |
---|
619 | |
---|
620 | ID: $(am__tagged_files) |
---|
621 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
---|
622 | tags: tags-recursive |
---|
623 | TAGS: tags |
---|
624 | |
---|
625 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
---|
626 | set x; \ |
---|
627 | here=`pwd`; \ |
---|
628 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
629 | include_option=--etags-include; \ |
---|
630 | empty_fix=.; \ |
---|
631 | else \ |
---|
632 | include_option=--include; \ |
---|
633 | empty_fix=; \ |
---|
634 | fi; \ |
---|
635 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
636 | if test "$$subdir" = .; then :; else \ |
---|
637 | test ! -f $$subdir/TAGS || \ |
---|
638 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
---|
639 | fi; \ |
---|
640 | done; \ |
---|
641 | $(am__define_uniq_tagged_files); \ |
---|
642 | shift; \ |
---|
643 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
---|
644 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
645 | if test $$# -gt 0; then \ |
---|
646 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
647 | "$$@" $$unique; \ |
---|
648 | else \ |
---|
649 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
650 | $$unique; \ |
---|
651 | fi; \ |
---|
652 | fi |
---|
653 | ctags: ctags-recursive |
---|
654 | |
---|
655 | CTAGS: ctags |
---|
656 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
---|
657 | $(am__define_uniq_tagged_files); \ |
---|
658 | test -z "$(CTAGS_ARGS)$$unique" \ |
---|
659 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
660 | $$unique |
---|
661 | |
---|
662 | GTAGS: |
---|
663 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
664 | && $(am__cd) $(top_srcdir) \ |
---|
665 | && gtags -i $(GTAGS_ARGS) "$$here" |
---|
666 | cscopelist: cscopelist-recursive |
---|
667 | |
---|
668 | cscopelist-am: $(am__tagged_files) |
---|
669 | list='$(am__tagged_files)'; \ |
---|
670 | case "$(srcdir)" in \ |
---|
671 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
---|
672 | *) sdir=$(subdir)/$(srcdir) ;; \ |
---|
673 | esac; \ |
---|
674 | for i in $$list; do \ |
---|
675 | if test -f "$$i"; then \ |
---|
676 | echo "$(subdir)/$$i"; \ |
---|
677 | else \ |
---|
678 | echo "$$sdir/$$i"; \ |
---|
679 | fi; \ |
---|
680 | done >> $(top_builddir)/cscope.files |
---|
681 | |
---|
682 | distclean-tags: |
---|
683 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
684 | |
---|
685 | distdir: $(DISTFILES) |
---|
686 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
687 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
688 | list='$(DISTFILES)'; \ |
---|
689 | dist_files=`for file in $$list; do echo $$file; done | \ |
---|
690 | sed -e "s|^$$srcdirstrip/||;t" \ |
---|
691 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
---|
692 | case $$dist_files in \ |
---|
693 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
---|
694 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
---|
695 | sort -u` ;; \ |
---|
696 | esac; \ |
---|
697 | for file in $$dist_files; do \ |
---|
698 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
699 | if test -d $$d/$$file; then \ |
---|
700 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
701 | if test -d "$(distdir)/$$file"; then \ |
---|
702 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
703 | fi; \ |
---|
704 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
705 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
---|
706 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
707 | fi; \ |
---|
708 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
---|
709 | else \ |
---|
710 | test -f "$(distdir)/$$file" \ |
---|
711 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
---|
712 | || exit 1; \ |
---|
713 | fi; \ |
---|
714 | done |
---|
715 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
---|
716 | if test "$$subdir" = .; then :; else \ |
---|
717 | $(am__make_dryrun) \ |
---|
718 | || test -d "$(distdir)/$$subdir" \ |
---|
719 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
---|
720 | || exit 1; \ |
---|
721 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
---|
722 | $(am__relativize); \ |
---|
723 | new_distdir=$$reldir; \ |
---|
724 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
---|
725 | $(am__relativize); \ |
---|
726 | new_top_distdir=$$reldir; \ |
---|
727 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
---|
728 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
---|
729 | ($(am__cd) $$subdir && \ |
---|
730 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
731 | top_distdir="$$new_top_distdir" \ |
---|
732 | distdir="$$new_distdir" \ |
---|
733 | am__remove_distdir=: \ |
---|
734 | am__skip_length_check=: \ |
---|
735 | am__skip_mode_fix=: \ |
---|
736 | distdir) \ |
---|
737 | || exit 1; \ |
---|
738 | fi; \ |
---|
739 | done |
---|
740 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
741 | top_distdir="$(top_distdir)" distdir="$(distdir)" \ |
---|
742 | dist-hook |
---|
743 | check-am: all-am |
---|
744 | check: check-recursive |
---|
745 | all-am: Makefile $(MANS) $(DATA) |
---|
746 | installdirs: installdirs-recursive |
---|
747 | installdirs-am: |
---|
748 | for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(docdir)"; do \ |
---|
749 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
---|
750 | done |
---|
751 | install: install-recursive |
---|
752 | install-exec: install-exec-recursive |
---|
753 | install-data: install-data-recursive |
---|
754 | uninstall: uninstall-recursive |
---|
755 | |
---|
756 | install-am: all-am |
---|
757 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
758 | |
---|
759 | installcheck: installcheck-recursive |
---|
760 | install-strip: |
---|
761 | if test -z '$(STRIP)'; then \ |
---|
762 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
763 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
764 | install; \ |
---|
765 | else \ |
---|
766 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
767 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
768 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
---|
769 | fi |
---|
770 | mostlyclean-generic: |
---|
771 | |
---|
772 | clean-generic: |
---|
773 | |
---|
774 | distclean-generic: |
---|
775 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
776 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
---|
777 | |
---|
778 | maintainer-clean-generic: |
---|
779 | @echo "This command is intended for maintainers to use" |
---|
780 | @echo "it deletes files that may require special tools to rebuild." |
---|
781 | clean: clean-recursive |
---|
782 | |
---|
783 | clean-am: clean-generic clean-libtool mostlyclean-am |
---|
784 | |
---|
785 | distclean: distclean-recursive |
---|
786 | -rm -f Makefile |
---|
787 | distclean-am: clean-am distclean-generic distclean-tags |
---|
788 | |
---|
789 | dvi: dvi-recursive |
---|
790 | |
---|
791 | dvi-am: |
---|
792 | |
---|
793 | html: html-recursive |
---|
794 | |
---|
795 | html-am: |
---|
796 | |
---|
797 | info: info-recursive |
---|
798 | |
---|
799 | info-am: |
---|
800 | |
---|
801 | install-data-am: install-docDATA install-man |
---|
802 | @$(NORMAL_INSTALL) |
---|
803 | $(MAKE) $(AM_MAKEFLAGS) install-data-hook |
---|
804 | install-dvi: install-dvi-recursive |
---|
805 | |
---|
806 | install-dvi-am: |
---|
807 | |
---|
808 | install-exec-am: |
---|
809 | |
---|
810 | install-html: install-html-recursive |
---|
811 | |
---|
812 | install-html-am: |
---|
813 | |
---|
814 | install-info: install-info-recursive |
---|
815 | |
---|
816 | install-info-am: |
---|
817 | |
---|
818 | install-man: install-man1 install-man7 install-man8 |
---|
819 | |
---|
820 | install-pdf: install-pdf-recursive |
---|
821 | |
---|
822 | install-pdf-am: |
---|
823 | |
---|
824 | install-ps: install-ps-recursive |
---|
825 | |
---|
826 | install-ps-am: |
---|
827 | |
---|
828 | installcheck-am: |
---|
829 | |
---|
830 | maintainer-clean: maintainer-clean-recursive |
---|
831 | -rm -f Makefile |
---|
832 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
833 | |
---|
834 | mostlyclean: mostlyclean-recursive |
---|
835 | |
---|
836 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
---|
837 | |
---|
838 | pdf: pdf-recursive |
---|
839 | |
---|
840 | pdf-am: |
---|
841 | |
---|
842 | ps: ps-recursive |
---|
843 | |
---|
844 | ps-am: |
---|
845 | |
---|
846 | uninstall-am: uninstall-docDATA uninstall-man |
---|
847 | @$(NORMAL_INSTALL) |
---|
848 | $(MAKE) $(AM_MAKEFLAGS) uninstall-hook |
---|
849 | uninstall-man: uninstall-man1 uninstall-man7 uninstall-man8 |
---|
850 | |
---|
851 | .MAKE: $(am__recursive_targets) install-am install-data-am \ |
---|
852 | install-strip uninstall-am |
---|
853 | |
---|
854 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ |
---|
855 | check-am clean clean-generic clean-libtool cscopelist-am ctags \ |
---|
856 | ctags-am dist-hook distclean distclean-generic \ |
---|
857 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
---|
858 | html-am info info-am install install-am install-data \ |
---|
859 | install-data-am install-data-hook install-docDATA install-dvi \ |
---|
860 | install-dvi-am install-exec install-exec-am install-html \ |
---|
861 | install-html-am install-info install-info-am install-man \ |
---|
862 | install-man1 install-man7 install-man8 install-pdf \ |
---|
863 | install-pdf-am install-ps install-ps-am install-strip \ |
---|
864 | installcheck installcheck-am installdirs installdirs-am \ |
---|
865 | maintainer-clean maintainer-clean-generic mostlyclean \ |
---|
866 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
---|
867 | tags tags-am uninstall uninstall-am uninstall-docDATA \ |
---|
868 | uninstall-hook uninstall-man uninstall-man1 uninstall-man7 \ |
---|
869 | uninstall-man8 |
---|
870 | |
---|
871 | .PRECIOUS: Makefile |
---|
872 | |
---|
873 | |
---|
874 | std-oid-table.xml: $(srcdir)/../src/oid.csv |
---|
875 | $(TCLSH) $(srcdir)/../src/oidtoc.tcl $(srcdir) $(srcdir)/../src/oid.csv std-oid-table.xml |
---|
876 | |
---|
877 | bib1-diag-table.xml: $(srcdir)/../src/bib1.csv |
---|
878 | $(TCLSH) $(srcdir)/../src/csvtodiag.tcl $(srcdir)/../src/bib1.csv bib1-diag-table.xml bib1-diag-table |
---|
879 | |
---|
880 | srw-diag-table.xml: $(srcdir)/../src/srw.csv |
---|
881 | $(TCLSH) $(srcdir)/../src/csvtodiag.tcl $(srcdir)/../src/srw.csv srw-diag-table.xml srw-diag-table |
---|
882 | |
---|
883 | yaz-client.1: $(srcdir)/yaz-client-man.xml |
---|
884 | $(MAN_COMPILE) $(srcdir)/yaz-client-man.xml |
---|
885 | |
---|
886 | yaz-ztest.8: yaz-ztest-man.xml gfs-options.xml gfs-synopsis.xml gfs-virtual.xml |
---|
887 | $(MAN_COMPILE) $(srcdir)/yaz-ztest-man.xml |
---|
888 | |
---|
889 | yaz-config.1: yaz-config-man.xml |
---|
890 | $(MAN_COMPILE) $(srcdir)/yaz-config-man.xml |
---|
891 | |
---|
892 | yaz.7: yaz-man.xml |
---|
893 | $(MAN_COMPILE) $(srcdir)/yaz-man.xml |
---|
894 | |
---|
895 | bib1-attr.7: bib1-attr-man.xml |
---|
896 | $(MAN_COMPILE) $(srcdir)/bib1-attr-man.xml |
---|
897 | |
---|
898 | zoomsh.1: zoomsh-man.xml |
---|
899 | $(MAN_COMPILE) $(srcdir)/zoomsh-man.xml |
---|
900 | |
---|
901 | yaz-asncomp.1: yaz-asncomp-man.xml |
---|
902 | $(MAN_COMPILE) $(srcdir)/yaz-asncomp-man.xml |
---|
903 | |
---|
904 | yaz-marcdump.1: yaz-marcdump-man.xml |
---|
905 | $(MAN_COMPILE) $(srcdir)/yaz-marcdump-man.xml |
---|
906 | |
---|
907 | yaz-iconv.1: yaz-iconv-man.xml |
---|
908 | $(MAN_COMPILE) $(srcdir)/yaz-iconv-man.xml |
---|
909 | |
---|
910 | yaz-illclient.1: yaz-illclient-man.xml |
---|
911 | $(MAN_COMPILE) $(srcdir)/yaz-illclient-man.xml |
---|
912 | |
---|
913 | yaz-log.7: yaz-log-man.xml |
---|
914 | $(MAN_COMPILE) $(srcdir)/yaz-log-man.xml |
---|
915 | |
---|
916 | yaz-icu.1: yaz-icu-man.xml |
---|
917 | $(MAN_COMPILE) $(srcdir)/yaz-icu-man.xml |
---|
918 | |
---|
919 | yaz-url.1: yaz-url-man.xml |
---|
920 | $(MAN_COMPILE) $(srcdir)/yaz-url-man.xml |
---|
921 | |
---|
922 | yaz-json-parse.1: yaz-json-parse-man.xml |
---|
923 | $(MAN_COMPILE) $(srcdir)/yaz-json-parse-man.xml |
---|
924 | |
---|
925 | $(HTMLFILES): $(XMLFILES) book.xml |
---|
926 | rm -f *.html |
---|
927 | $(HTML_COMPILE) $(srcdir)/book.xml |
---|
928 | |
---|
929 | $(MANFILES): local.ent |
---|
930 | |
---|
931 | yaz.pdf: $(XMLFILES) book.xml |
---|
932 | $(PDF_COMPILE) $(srcdir)/book.xml && mv book.pdf yaz.pdf |
---|
933 | |
---|
934 | yazj.pdf: |
---|
935 | jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl $(srcdir)/book.xml |
---|
936 | rm -f yazj.pdf |
---|
937 | cp book.tex yazj.tex |
---|
938 | pdfjadetex yazj.tex |
---|
939 | pdfjadetex yazj.tex >/dev/null |
---|
940 | pdfjadetex yazj.tex >/dev/null |
---|
941 | |
---|
942 | manref.xml: $(REFFILES) $(srcdir)/common/stripref.xsl local.ent |
---|
943 | rm -f manref.xml |
---|
944 | for i in $(REFFILES); do \ |
---|
945 | xsltproc $(srcdir)/common/stripref.xsl $(srcdir)/$$i | sed 1d >>manref.xml; \ |
---|
946 | done |
---|
947 | |
---|
948 | apilayer.png: |
---|
949 | tgif -print -xbm apilayer.obj |
---|
950 | xbmtopbm <apilayer.xbm|pnmtopng >apilayer.png |
---|
951 | |
---|
952 | dist-hook: |
---|
953 | if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ |
---|
954 | for p in $$d/*.html; do \ |
---|
955 | cp $$p $(distdir); \ |
---|
956 | done |
---|
957 | |
---|
958 | doc-clean: |
---|
959 | rm -f manref.xml *.html *.[0-9] *.pdf |
---|
960 | |
---|
961 | install-data-hook: |
---|
962 | if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ |
---|
963 | for p in $$d/*.html; do \ |
---|
964 | $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \ |
---|
965 | done |
---|
966 | |
---|
967 | uninstall-hook: |
---|
968 | rm -r $(DESTDIR)$(docdir) |
---|
969 | |
---|
970 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
971 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
972 | .NOEXPORT: |
---|