comparison Makefile.in @ 0:3c209338e596

Ur/Web module initializes libcurl
author Adam Chlipala <adam@chlipala.net>
date Sun, 26 Dec 2010 12:04:08 -0500
parents
children c230e6da3ff6
comparison
equal deleted inserted replaced
-1:000000000000 0:3c209338e596
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = .
37 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
38 $(srcdir)/Makefile.in $(top_srcdir)/configure \
39 $(top_srcdir)/src/ur/config.urp.in config.guess config.sub \
40 depcomp install-sh ltmain.sh missing
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_openssl.m4 \
43 $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libtool.m4 \
44 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
45 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
46 $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50 configure.lineno config.status.lineno
51 mkinstalldirs = $(install_sh) -d
52 CONFIG_CLEAN_FILES = src/ur/config.urp
53 CONFIG_CLEAN_VPATH_FILES =
54 SOURCES =
55 DIST_SOURCES =
56 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57 html-recursive info-recursive install-data-recursive \
58 install-dvi-recursive install-exec-recursive \
59 install-html-recursive install-info-recursive \
60 install-pdf-recursive install-ps-recursive install-recursive \
61 installcheck-recursive installdirs-recursive pdf-recursive \
62 ps-recursive uninstall-recursive
63 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
64 distclean-recursive maintainer-clean-recursive
65 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
66 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
67 distdir dist dist-all distcheck
68 ETAGS = etags
69 CTAGS = ctags
70 DIST_SUBDIRS = $(SUBDIRS)
71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72 distdir = $(PACKAGE)-$(VERSION)
73 top_distdir = $(distdir)
74 am__remove_distdir = \
75 { test ! -d "$(distdir)" \
76 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
77 && rm -fr "$(distdir)"; }; }
78 am__relativize = \
79 dir0=`pwd`; \
80 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
81 sed_rest='s,^[^/]*/*,,'; \
82 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
83 sed_butlast='s,/*[^/]*$$,,'; \
84 while test -n "$$dir1"; do \
85 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
86 if test "$$first" != "."; then \
87 if test "$$first" = ".."; then \
88 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
89 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
90 else \
91 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
92 if test "$$first2" = "$$first"; then \
93 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
94 else \
95 dir2="../$$dir2"; \
96 fi; \
97 dir0="$$dir0"/"$$first"; \
98 fi; \
99 fi; \
100 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
101 done; \
102 reldir="$$dir2"
103 DIST_ARCHIVES = $(distdir).tar.gz
104 GZIP_ENV = --best
105 distuninstallcheck_listfiles = find . -type f -print
106 distcleancheck_listfiles = find . -type f -print
107 ACLOCAL = @ACLOCAL@
108 AMTAR = @AMTAR@
109 AR = @AR@
110 AUTOCONF = @AUTOCONF@
111 AUTOHEADER = @AUTOHEADER@
112 AUTOMAKE = @AUTOMAKE@
113 AWK = @AWK@
114 CC = @CC@
115 CCDEPMODE = @CCDEPMODE@
116 CFLAGS = @CFLAGS@
117 CPP = @CPP@
118 CPPFLAGS = @CPPFLAGS@
119 CYGPATH_W = @CYGPATH_W@
120 DEFS = @DEFS@
121 DEPDIR = @DEPDIR@
122 DSYMUTIL = @DSYMUTIL@
123 DUMPBIN = @DUMPBIN@
124 ECHO_C = @ECHO_C@
125 ECHO_N = @ECHO_N@
126 ECHO_T = @ECHO_T@
127 EGREP = @EGREP@
128 EXEEXT = @EXEEXT@
129 FGREP = @FGREP@
130 GREP = @GREP@
131 INCLUDE := @INCLUDE@
132 INSTALL = @INSTALL@
133 INSTALL_DATA = @INSTALL_DATA@
134 INSTALL_PROGRAM = @INSTALL_PROGRAM@
135 INSTALL_SCRIPT = @INSTALL_SCRIPT@
136 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
137 LD = @LD@
138 LDFLAGS = @LDFLAGS@
139 LIB := @LIB@
140 LIBCURL = @LIBCURL@
141 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
142 LIBOBJS = @LIBOBJS@
143 LIBS = @LIBS@
144 LIBTOOL = @LIBTOOL@
145 LIPO = @LIPO@
146 LN_S = @LN_S@
147 LTLIBOBJS = @LTLIBOBJS@
148 MAKEINFO = @MAKEINFO@
149 MKDIR_P = @MKDIR_P@
150 NM = @NM@
151 NMEDIT = @NMEDIT@
152 OBJDUMP = @OBJDUMP@
153 OBJEXT = @OBJEXT@
154 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
155 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
156 OPENSSL_LIBS = @OPENSSL_LIBS@
157 OTOOL = @OTOOL@
158 OTOOL64 = @OTOOL64@
159 PACKAGE = @PACKAGE@
160 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161 PACKAGE_NAME = @PACKAGE_NAME@
162 PACKAGE_STRING = @PACKAGE_STRING@
163 PACKAGE_TARNAME = @PACKAGE_TARNAME@
164 PACKAGE_URL = @PACKAGE_URL@
165 PACKAGE_VERSION = @PACKAGE_VERSION@
166 PATH_SEPARATOR = @PATH_SEPARATOR@
167 PKG_CONFIG = @PKG_CONFIG@
168 RANLIB = @RANLIB@
169 SED = @SED@
170 SET_MAKE = @SET_MAKE@
171 SHELL = @SHELL@
172 STRIP = @STRIP@
173 VERSION = @VERSION@
174 _libcurl_config = @_libcurl_config@
175 abs_builddir = @abs_builddir@
176 abs_srcdir = @abs_srcdir@
177 abs_top_builddir = @abs_top_builddir@
178 abs_top_srcdir = @abs_top_srcdir@
179 ac_ct_CC = @ac_ct_CC@
180 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
181 am__include = @am__include@
182 am__leading_dot = @am__leading_dot@
183 am__quote = @am__quote@
184 am__tar = @am__tar@
185 am__untar = @am__untar@
186 bindir = @bindir@
187 build = @build@
188 build_alias = @build_alias@
189 build_cpu = @build_cpu@
190 build_os = @build_os@
191 build_vendor = @build_vendor@
192 builddir = @builddir@
193 datadir = @datadir@
194 datarootdir = @datarootdir@
195 docdir = @docdir@
196 dvidir = @dvidir@
197 exec_prefix = @exec_prefix@
198 host = @host@
199 host_alias = @host_alias@
200 host_cpu = @host_cpu@
201 host_os = @host_os@
202 host_vendor = @host_vendor@
203 htmldir = @htmldir@
204 includedir = @includedir@
205 infodir = @infodir@
206 install_sh = @install_sh@
207 libdir = @libdir@
208 libexecdir = @libexecdir@
209 localedir = @localedir@
210 localstatedir = @localstatedir@
211 lt_ECHO = @lt_ECHO@
212 mandir = @mandir@
213 mkdir_p = @mkdir_p@
214 oldincludedir = @oldincludedir@
215 pdfdir = @pdfdir@
216 prefix = @prefix@
217 program_transform_name = @program_transform_name@
218 psdir = @psdir@
219 sbindir = @sbindir@
220 sharedstatedir = @sharedstatedir@
221 srcdir = @srcdir@
222 sysconfdir = @sysconfdir@
223 target_alias = @target_alias@
224 top_build_prefix = @top_build_prefix@
225 top_builddir = @top_builddir@
226 top_srcdir = @top_srcdir@
227 ACLOCAL_AMFLAGS = -I m4
228 LIB_UR := $(LIB)/ur/openid
229 SUBDIRS := src/c
230 all: all-recursive
231
232 .SUFFIXES:
233 am--refresh:
234 @:
235 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
236 @for dep in $?; do \
237 case '$(am__configure_deps)' in \
238 *$$dep*) \
239 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
240 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
241 && exit 0; \
242 exit 1;; \
243 esac; \
244 done; \
245 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
246 $(am__cd) $(top_srcdir) && \
247 $(AUTOMAKE) --foreign Makefile
248 .PRECIOUS: Makefile
249 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
250 @case '$?' in \
251 *config.status*) \
252 echo ' $(SHELL) ./config.status'; \
253 $(SHELL) ./config.status;; \
254 *) \
255 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
256 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
257 esac;
258
259 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
260 $(SHELL) ./config.status --recheck
261
262 $(top_srcdir)/configure: $(am__configure_deps)
263 $(am__cd) $(srcdir) && $(AUTOCONF)
264 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
265 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
266 $(am__aclocal_m4_deps):
267 src/ur/config.urp: $(top_builddir)/config.status $(top_srcdir)/src/ur/config.urp.in
268 cd $(top_builddir) && $(SHELL) ./config.status $@
269
270 mostlyclean-libtool:
271 -rm -f *.lo
272
273 clean-libtool:
274 -rm -rf .libs _libs
275
276 distclean-libtool:
277 -rm -f libtool config.lt
278
279 # This directory's subdirectories are mostly independent; you can cd
280 # into them and run `make' without going through this Makefile.
281 # To change the values of `make' variables: instead of editing Makefiles,
282 # (1) if the variable is set in `config.status', edit `config.status'
283 # (which will cause the Makefiles to be regenerated when you run `make');
284 # (2) otherwise, pass the desired values on the `make' command line.
285 $(RECURSIVE_TARGETS):
286 @fail= failcom='exit 1'; \
287 for f in x $$MAKEFLAGS; do \
288 case $$f in \
289 *=* | --[!k]*);; \
290 *k*) failcom='fail=yes';; \
291 esac; \
292 done; \
293 dot_seen=no; \
294 target=`echo $@ | sed s/-recursive//`; \
295 list='$(SUBDIRS)'; for subdir in $$list; do \
296 echo "Making $$target in $$subdir"; \
297 if test "$$subdir" = "."; then \
298 dot_seen=yes; \
299 local_target="$$target-am"; \
300 else \
301 local_target="$$target"; \
302 fi; \
303 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
304 || eval $$failcom; \
305 done; \
306 if test "$$dot_seen" = "no"; then \
307 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
308 fi; test -z "$$fail"
309
310 $(RECURSIVE_CLEAN_TARGETS):
311 @fail= failcom='exit 1'; \
312 for f in x $$MAKEFLAGS; do \
313 case $$f in \
314 *=* | --[!k]*);; \
315 *k*) failcom='fail=yes';; \
316 esac; \
317 done; \
318 dot_seen=no; \
319 case "$@" in \
320 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
321 *) list='$(SUBDIRS)' ;; \
322 esac; \
323 rev=''; for subdir in $$list; do \
324 if test "$$subdir" = "."; then :; else \
325 rev="$$subdir $$rev"; \
326 fi; \
327 done; \
328 rev="$$rev ."; \
329 target=`echo $@ | sed s/-recursive//`; \
330 for subdir in $$rev; do \
331 echo "Making $$target in $$subdir"; \
332 if test "$$subdir" = "."; then \
333 local_target="$$target-am"; \
334 else \
335 local_target="$$target"; \
336 fi; \
337 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
338 || eval $$failcom; \
339 done && test -z "$$fail"
340 tags-recursive:
341 list='$(SUBDIRS)'; for subdir in $$list; do \
342 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
343 done
344 ctags-recursive:
345 list='$(SUBDIRS)'; for subdir in $$list; do \
346 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
347 done
348
349 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
350 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351 unique=`for i in $$list; do \
352 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353 done | \
354 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355 END { if (nonempty) { for (i in files) print i; }; }'`; \
356 mkid -fID $$unique
357 tags: TAGS
358
359 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
360 $(TAGS_FILES) $(LISP)
361 set x; \
362 here=`pwd`; \
363 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
364 include_option=--etags-include; \
365 empty_fix=.; \
366 else \
367 include_option=--include; \
368 empty_fix=; \
369 fi; \
370 list='$(SUBDIRS)'; for subdir in $$list; do \
371 if test "$$subdir" = .; then :; else \
372 test ! -f $$subdir/TAGS || \
373 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
374 fi; \
375 done; \
376 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
377 unique=`for i in $$list; do \
378 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379 done | \
380 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381 END { if (nonempty) { for (i in files) print i; }; }'`; \
382 shift; \
383 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
384 test -n "$$unique" || unique=$$empty_fix; \
385 if test $$# -gt 0; then \
386 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387 "$$@" $$unique; \
388 else \
389 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390 $$unique; \
391 fi; \
392 fi
393 ctags: CTAGS
394 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
395 $(TAGS_FILES) $(LISP)
396 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
397 unique=`for i in $$list; do \
398 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399 done | \
400 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
401 END { if (nonempty) { for (i in files) print i; }; }'`; \
402 test -z "$(CTAGS_ARGS)$$unique" \
403 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
404 $$unique
405
406 GTAGS:
407 here=`$(am__cd) $(top_builddir) && pwd` \
408 && $(am__cd) $(top_srcdir) \
409 && gtags -i $(GTAGS_ARGS) "$$here"
410
411 distclean-tags:
412 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413
414 distdir: $(DISTFILES)
415 $(am__remove_distdir)
416 test -d "$(distdir)" || mkdir "$(distdir)"
417 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
418 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419 list='$(DISTFILES)'; \
420 dist_files=`for file in $$list; do echo $$file; done | \
421 sed -e "s|^$$srcdirstrip/||;t" \
422 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
423 case $$dist_files in \
424 */*) $(MKDIR_P) `echo "$$dist_files" | \
425 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
426 sort -u` ;; \
427 esac; \
428 for file in $$dist_files; do \
429 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
430 if test -d $$d/$$file; then \
431 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
432 if test -d "$(distdir)/$$file"; then \
433 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
434 fi; \
435 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
436 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
437 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438 fi; \
439 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
440 else \
441 test -f "$(distdir)/$$file" \
442 || cp -p $$d/$$file "$(distdir)/$$file" \
443 || exit 1; \
444 fi; \
445 done
446 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
447 if test "$$subdir" = .; then :; else \
448 test -d "$(distdir)/$$subdir" \
449 || $(MKDIR_P) "$(distdir)/$$subdir" \
450 || exit 1; \
451 fi; \
452 done
453 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
454 if test "$$subdir" = .; then :; else \
455 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
456 $(am__relativize); \
457 new_distdir=$$reldir; \
458 dir1=$$subdir; dir2="$(top_distdir)"; \
459 $(am__relativize); \
460 new_top_distdir=$$reldir; \
461 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
462 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
463 ($(am__cd) $$subdir && \
464 $(MAKE) $(AM_MAKEFLAGS) \
465 top_distdir="$$new_top_distdir" \
466 distdir="$$new_distdir" \
467 am__remove_distdir=: \
468 am__skip_length_check=: \
469 am__skip_mode_fix=: \
470 distdir) \
471 || exit 1; \
472 fi; \
473 done
474 -test -n "$(am__skip_mode_fix)" \
475 || find "$(distdir)" -type d ! -perm -755 \
476 -exec chmod u+rwx,go+rx {} \; -o \
477 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
478 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
479 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
480 || chmod -R a+r "$(distdir)"
481 dist-gzip: distdir
482 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
483 $(am__remove_distdir)
484
485 dist-bzip2: distdir
486 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
487 $(am__remove_distdir)
488
489 dist-lzma: distdir
490 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
491 $(am__remove_distdir)
492
493 dist-xz: distdir
494 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
495 $(am__remove_distdir)
496
497 dist-tarZ: distdir
498 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
499 $(am__remove_distdir)
500
501 dist-shar: distdir
502 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
503 $(am__remove_distdir)
504
505 dist-zip: distdir
506 -rm -f $(distdir).zip
507 zip -rq $(distdir).zip $(distdir)
508 $(am__remove_distdir)
509
510 dist dist-all: distdir
511 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
512 $(am__remove_distdir)
513
514 # This target untars the dist file and tries a VPATH configuration. Then
515 # it guarantees that the distribution is self-contained by making another
516 # tarfile.
517 distcheck: dist
518 case '$(DIST_ARCHIVES)' in \
519 *.tar.gz*) \
520 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
521 *.tar.bz2*) \
522 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
523 *.tar.lzma*) \
524 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
525 *.tar.xz*) \
526 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
527 *.tar.Z*) \
528 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
529 *.shar.gz*) \
530 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
531 *.zip*) \
532 unzip $(distdir).zip ;;\
533 esac
534 chmod -R a-w $(distdir); chmod a+w $(distdir)
535 mkdir $(distdir)/_build
536 mkdir $(distdir)/_inst
537 chmod a-w $(distdir)
538 test -d $(distdir)/_build || exit 0; \
539 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
540 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
541 && am__cwd=`pwd` \
542 && $(am__cd) $(distdir)/_build \
543 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
544 $(DISTCHECK_CONFIGURE_FLAGS) \
545 && $(MAKE) $(AM_MAKEFLAGS) \
546 && $(MAKE) $(AM_MAKEFLAGS) dvi \
547 && $(MAKE) $(AM_MAKEFLAGS) check \
548 && $(MAKE) $(AM_MAKEFLAGS) install \
549 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
550 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
551 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
552 distuninstallcheck \
553 && chmod -R a-w "$$dc_install_base" \
554 && ({ \
555 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
556 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
557 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
558 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
559 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
560 } || { rm -rf "$$dc_destdir"; exit 1; }) \
561 && rm -rf "$$dc_destdir" \
562 && $(MAKE) $(AM_MAKEFLAGS) dist \
563 && rm -rf $(DIST_ARCHIVES) \
564 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
565 && cd "$$am__cwd" \
566 || exit 1
567 $(am__remove_distdir)
568 @(echo "$(distdir) archives ready for distribution: "; \
569 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
570 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
571 distuninstallcheck:
572 @$(am__cd) '$(distuninstallcheck_dir)' \
573 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
574 || { echo "ERROR: files left after uninstall:" ; \
575 if test -n "$(DESTDIR)"; then \
576 echo " (check DESTDIR support)"; \
577 fi ; \
578 $(distuninstallcheck_listfiles) ; \
579 exit 1; } >&2
580 distcleancheck: distclean
581 @if test '$(srcdir)' = . ; then \
582 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
583 exit 1 ; \
584 fi
585 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
586 || { echo "ERROR: files left in build directory after distclean:" ; \
587 $(distcleancheck_listfiles) ; \
588 exit 1; } >&2
589 check-am: all-am
590 check: check-recursive
591 all-am: Makefile
592 installdirs: installdirs-recursive
593 installdirs-am:
594 install: install-recursive
595 install-exec: install-exec-recursive
596 install-data: install-data-recursive
597 uninstall: uninstall-recursive
598
599 install-am: all-am
600 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
601
602 installcheck: installcheck-recursive
603 install-strip:
604 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
605 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
606 `test -z '$(STRIP)' || \
607 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
608 mostlyclean-generic:
609
610 clean-generic:
611
612 distclean-generic:
613 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
614 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
615
616 maintainer-clean-generic:
617 @echo "This command is intended for maintainers to use"
618 @echo "it deletes files that may require special tools to rebuild."
619 clean: clean-recursive
620
621 clean-am: clean-generic clean-libtool mostlyclean-am
622
623 distclean: distclean-recursive
624 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
625 -rm -f Makefile
626 distclean-am: clean-am distclean-generic distclean-libtool \
627 distclean-tags
628
629 dvi: dvi-recursive
630
631 dvi-am:
632
633 html: html-recursive
634
635 html-am:
636
637 info: info-recursive
638
639 info-am:
640
641 install-data-am:
642
643 install-dvi: install-dvi-recursive
644
645 install-dvi-am:
646
647 install-exec-am: install-exec-local
648
649 install-html: install-html-recursive
650
651 install-html-am:
652
653 install-info: install-info-recursive
654
655 install-info-am:
656
657 install-man:
658
659 install-pdf: install-pdf-recursive
660
661 install-pdf-am:
662
663 install-ps: install-ps-recursive
664
665 install-ps-am:
666
667 installcheck-am:
668
669 maintainer-clean: maintainer-clean-recursive
670 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
671 -rm -rf $(top_srcdir)/autom4te.cache
672 -rm -f Makefile
673 maintainer-clean-am: distclean-am maintainer-clean-generic
674
675 mostlyclean: mostlyclean-recursive
676
677 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
678
679 pdf: pdf-recursive
680
681 pdf-am:
682
683 ps: ps-recursive
684
685 ps-am:
686
687 uninstall-am:
688
689 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
690 install-am install-strip tags-recursive
691
692 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
693 all all-am am--refresh check check-am clean clean-generic \
694 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
695 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
696 distcheck distclean distclean-generic distclean-libtool \
697 distclean-tags distcleancheck distdir distuninstallcheck dvi \
698 dvi-am html html-am info info-am install install-am \
699 install-data install-data-am install-dvi install-dvi-am \
700 install-exec install-exec-am install-exec-local install-html \
701 install-html-am install-info install-info-am install-man \
702 install-pdf install-pdf-am install-ps install-ps-am \
703 install-strip installcheck installcheck-am installdirs \
704 installdirs-am maintainer-clean maintainer-clean-generic \
705 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
706 ps ps-am tags tags-recursive uninstall uninstall-am
707
708
709 .PHONY: package reauto
710
711 install-exec-local:
712 mkdir -p $(LIB_UR)
713 cp src/ur/*.urs $(LIB_UR)/
714 cp src/ur/*.ur $(LIB_UR)/
715 cp src/ur/*.urp $(LIB_UR)/
716 mkdir -p $(INCLUDE)
717 cp include/*.h $(INCLUDE)/
718 -ldconfig
719
720 package:
721 hg archive -t tgz /tmp/urweb_openid .tgz
722
723 reauto:
724 -autoreconf
725 libtoolize -cf
726 automake --add-missing --force-missing --copy
727 autoreconf
728
729 # Tell versions [3.59,3.63) of GNU make to not export all variables.
730 # Otherwise a system limit (for SysV at least) may be exceeded.
731 .NOEXPORT: