blob: bb09a34d43f023e25580c6505af805c58c9b93fc [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# inc/Makefile. Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2013 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
16
17# Copyright (C) 2006-2010 David Sugar, Tycho Softworks.
18#
19# This file is free software; as a special exception the author gives
20# unlimited permission to copy and/or distribute it, with or without
21# modifications, as long as this notice is preserved.
22#
23# This program is distributed in the hope that it will be useful, but
24# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
25# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
26
27am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
28am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/ucommon
73pkgincludedir = $(includedir)/ucommon
74pkglibdir = $(libdir)/ucommon
75pkglibexecdir = $(libexecdir)/ucommon
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = x86_64-unknown-linux-gnu
89host_triplet = x86_64-unknown-linux-gnu
90target_triplet = x86_64-unknown-linux-gnu
91subdir = inc
92DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96 $(ACLOCAL_M4)
97mkinstalldirs = $(install_sh) -d
98CONFIG_HEADER = $(top_builddir)/ucommon-config.h
99CONFIG_CLEAN_FILES =
100CONFIG_CLEAN_VPATH_FILES =
101AM_V_P = $(am__v_P_$(V))
102am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
103am__v_P_0 = false
104am__v_P_1 = :
105AM_V_GEN = $(am__v_GEN_$(V))
106am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
107am__v_GEN_0 = @echo " GEN " $@;
108am__v_GEN_1 =
109AM_V_at = $(am__v_at_$(V))
110am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
111am__v_at_0 = @
112am__v_at_1 =
113SOURCES =
114DIST_SOURCES =
115RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
116 ctags-recursive dvi-recursive html-recursive info-recursive \
117 install-data-recursive install-dvi-recursive \
118 install-exec-recursive install-html-recursive \
119 install-info-recursive install-pdf-recursive \
120 install-ps-recursive install-recursive installcheck-recursive \
121 installdirs-recursive pdf-recursive ps-recursive \
122 tags-recursive uninstall-recursive
123am__can_run_installinfo = \
124 case $$AM_UPDATE_INFO_DIR in \
125 n|no|NO) false;; \
126 *) (install-info --version) >/dev/null 2>&1;; \
127 esac
128RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
129 distclean-recursive maintainer-clean-recursive
130am__recursive_targets = \
131 $(RECURSIVE_TARGETS) \
132 $(RECURSIVE_CLEAN_TARGETS) \
133 $(am__extra_recursive_targets)
134AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
135 distdir
136am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
137# Read a list of newline-separated strings from the standard input,
138# and print each of them once, without duplicates. Input order is
139# *not* preserved.
140am__uniquify_input = $(AWK) '\
141 BEGIN { nonempty = 0; } \
142 { items[$$0] = 1; nonempty = 1; } \
143 END { if (nonempty) { for (i in items) print i; }; } \
144'
145# Make sure the list of sources is unique. This is necessary because,
146# e.g., the same source file might be shared among _SOURCES variables
147# for different programs/libraries.
148am__define_uniq_tagged_files = \
149 list='$(am__tagged_files)'; \
150 unique=`for i in $$list; do \
151 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
152 done | $(am__uniquify_input)`
153ETAGS = etags
154CTAGS = ctags
155DIST_SUBDIRS = $(SUBDIRS)
156DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157am__relativize = \
158 dir0=`pwd`; \
159 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
160 sed_rest='s,^[^/]*/*,,'; \
161 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
162 sed_butlast='s,/*[^/]*$$,,'; \
163 while test -n "$$dir1"; do \
164 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
165 if test "$$first" != "."; then \
166 if test "$$first" = ".."; then \
167 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
168 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
169 else \
170 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
171 if test "$$first2" = "$$first"; then \
172 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
173 else \
174 dir2="../$$dir2"; \
175 fi; \
176 dir0="$$dir0"/"$$first"; \
177 fi; \
178 fi; \
179 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
180 done; \
181 reldir="$$dir2"
182ACLOCAL = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing aclocal-1.13
183AMTAR = $${TAR-tar}
184AM_DEFAULT_VERBOSITY = 1
185AR = ar
186AS = as
187AUTOCONF = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing autoconf
188AUTOHEADER = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing autoheader
189AUTOMAKE = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing automake-1.13
190AWK = gawk
191CC = gcc
192CCDEPMODE = depmode=gcc3
193CFLAGS = -g -O2
194CHECKFLAGS =
195COMPAT = commoncpp
196CPP = gcc -E
197CPPFLAGS =
198CXX = g++
199CXXCPP = g++ -E
200CXXDEPMODE = depmode=gcc3
201CXXFLAGS = -g -O2
202CYGPATH_W = echo
203DEFS = -DHAVE_CONFIG_H
204DEPDIR = .deps
205DLLTOOL = dlltool
206DOXYGEN = /usr/bin/doxygen
207DSYMUTIL =
208DUMPBIN =
209ECHO_C =
210ECHO_N = -n
211ECHO_T =
212EGREP = /usr/bin/grep -E
213EXEEXT =
214FGREP = /usr/bin/grep -F
215GNUTLS_CFLAGS =
216GNUTLS_LIBS = -lgnutls
217GREP = /usr/bin/grep
218INSTALL = /usr/bin/install -c
219INSTALL_DATA = ${INSTALL} -m 644
220INSTALL_PROGRAM = ${INSTALL}
221INSTALL_SCRIPT = ${INSTALL}
222INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
223LD = /usr/bin/ld -m elf_x86_64
224LDFLAGS =
225LIBOBJS =
226LIBS =
227LIBTOOL = $(SHELL) $(top_builddir)/libtool
228LIPO =
229LN_S = ln -s
230LTLIBOBJS =
231LT_GENERIC = $(SHELL) $(top_builddir)/libtool
232LT_VERSION = 6:3:0
233MAKEINFO = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing makeinfo
234MANIFEST_TOOL = :
235MKDIR_P = /usr/bin/mkdir -p
236NM = /usr/bin/nm -B
237NMEDIT =
238OBJDUMP = objdump
239OBJEXT = o
240OPENSSL_CFLAGS =
241OPENSSL_LIBS = -lssl -lcrypto -lz
242OTOOL =
243OTOOL64 =
244PACKAGE = ucommon
245PACKAGE_BUGREPORT =
246PACKAGE_NAME = ucommon
247PACKAGE_STRING = ucommon 6.0.7
248PACKAGE_TARNAME = ucommon
249PACKAGE_URL =
250PACKAGE_VERSION = 6.0.7
251PATH_SEPARATOR = :
252PKG_CONFIG = /usr/bin/pkg-config
253PKG_CONFIG_LIBDIR =
254PKG_CONFIG_PATH =
255RANLIB = ranlib
256SECURE = gnutls
257SECURE_LIBS = -lgnutls
258SECURE_LOCAL = ../gnutls/libusecure.la -lgnutls
259SED = /usr/bin/sed
260SET_MAKE =
261SHELL = /bin/sh
262STRIP = strip
263UCOMMON_CFGPATH = /etc
264UCOMMON_CLINK = -lc
265UCOMMON_FLAGS = -Wno-long-long -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1
266UCOMMON_INCLUDES = /usr/local/include/ucommon
267UCOMMON_LIBC = -lc
268UCOMMON_LIBS = -lrt -ldl -lpthread -lc
269UCOMMON_LINKED = -lrt -ldl -lpthread
270UCOMMON_LOCALE = /usr/local/share/locale
271UCOMMON_MODEL = CXX
272UCOMMON_PREFIX = /usr/local
273UCOMMON_VARPATH = /var
274UCOMMON_VISIBILITY = 1
275VERSION = 6.0.7
276abs_builddir = /home/lisional/git/sflphone-android/jni/libucommon/sources/inc
277abs_srcdir = /home/lisional/git/sflphone-android/jni/libucommon/sources/inc
278abs_top_builddir = /home/lisional/git/sflphone-android/jni/libucommon/sources
279abs_top_srcdir = /home/lisional/git/sflphone-android/jni/libucommon/sources
280ac_ct_AR = ar
281ac_ct_CC = gcc
282ac_ct_CXX = g++
283ac_ct_DUMPBIN =
284am__include = include
285am__leading_dot = .
286am__quote =
287am__tar = $${TAR-tar} chof - "$$tardir"
288am__untar = $${TAR-tar} xf -
289bindir = ${exec_prefix}/bin
290build = x86_64-unknown-linux-gnu
291build_alias =
292build_cpu = x86_64
293build_os = linux-gnu
294build_vendor = unknown
295builddir = .
296datadir = ${datarootdir}
297datarootdir = ${prefix}/share
298docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
299dvidir = ${docdir}
300exec_prefix = ${prefix}
301host = x86_64-unknown-linux-gnu
302host_alias =
303host_cpu = x86_64
304host_os = linux-gnu
305host_vendor = unknown
306htmldir = ${docdir}
307includedir = ${prefix}/include
308includes = ${includedir}/ucommon
309infodir = ${datarootdir}/info
310install_sh = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/install-sh
311libdir = ${exec_prefix}/lib
312libexecdir = ${exec_prefix}/libexec
313libs = /usr/local/lib
314localedir = ${datarootdir}/locale
315localstatedir = /var
316mandir = ${datarootdir}/man
317mkdir_p = $(MKDIR_P)
318oldincludedir = /usr/include
319pdfdir = ${docdir}
320prefix = /usr/local
321program_transform_name = s,x,x,
322psdir = ${docdir}
323sbindir = ${exec_prefix}/sbin
324sharedstatedir = ${prefix}/com
325srcdir = .
326sysconfdir = /etc
327target = x86_64-unknown-linux-gnu
328target_alias =
329target_cpu = x86_64
330target_os = linux-gnu
331target_vendor = unknown
332top_build_prefix = ../
333top_builddir = ..
334top_srcdir = ..
335MAINTAINERCLEANFILES = Makefile.in Makefile
336RELEASE = $(LT_VERSION) -release $(LT_RELEASE)
337AM_CXXFLAGS = $(UCOMMON_FLAGS)
338EXTRA_DIST = *.cmake
339SUBDIRS = ucommon commoncpp
340all: all-recursive
341
342.SUFFIXES:
343$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
344 @for dep in $?; do \
345 case '$(am__configure_deps)' in \
346 *$$dep*) \
347 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
348 && { if test -f $@; then exit 0; else break; fi; }; \
349 exit 1;; \
350 esac; \
351 done; \
352 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu inc/Makefile'; \
353 $(am__cd) $(top_srcdir) && \
354 $(AUTOMAKE) --gnu inc/Makefile
355.PRECIOUS: Makefile
356Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357 @case '$?' in \
358 *config.status*) \
359 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
360 *) \
361 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
362 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
363 esac;
364
365$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
366 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367
368$(top_srcdir)/configure: $(am__configure_deps)
369 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370$(ACLOCAL_M4): $(am__aclocal_m4_deps)
371 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372$(am__aclocal_m4_deps):
373
374mostlyclean-libtool:
375 -rm -f *.lo
376
377clean-libtool:
378 -rm -rf .libs _libs
379
380# This directory's subdirectories are mostly independent; you can cd
381# into them and run 'make' without going through this Makefile.
382# To change the values of 'make' variables: instead of editing Makefiles,
383# (1) if the variable is set in 'config.status', edit 'config.status'
384# (which will cause the Makefiles to be regenerated when you run 'make');
385# (2) otherwise, pass the desired values on the 'make' command line.
386$(am__recursive_targets):
387 @fail=; \
388 if $(am__make_keepgoing); then \
389 failcom='fail=yes'; \
390 else \
391 failcom='exit 1'; \
392 fi; \
393 dot_seen=no; \
394 target=`echo $@ | sed s/-recursive//`; \
395 case "$@" in \
396 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
397 *) list='$(SUBDIRS)' ;; \
398 esac; \
399 for subdir in $$list; do \
400 echo "Making $$target in $$subdir"; \
401 if test "$$subdir" = "."; then \
402 dot_seen=yes; \
403 local_target="$$target-am"; \
404 else \
405 local_target="$$target"; \
406 fi; \
407 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
408 || eval $$failcom; \
409 done; \
410 if test "$$dot_seen" = "no"; then \
411 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
412 fi; test -z "$$fail"
413
414ID: $(am__tagged_files)
415 $(am__define_uniq_tagged_files); mkid -fID $$unique
416tags: tags-recursive
417TAGS: tags
418
419tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
420 set x; \
421 here=`pwd`; \
422 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
423 include_option=--etags-include; \
424 empty_fix=.; \
425 else \
426 include_option=--include; \
427 empty_fix=; \
428 fi; \
429 list='$(SUBDIRS)'; for subdir in $$list; do \
430 if test "$$subdir" = .; then :; else \
431 test ! -f $$subdir/TAGS || \
432 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
433 fi; \
434 done; \
435 $(am__define_uniq_tagged_files); \
436 shift; \
437 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
438 test -n "$$unique" || unique=$$empty_fix; \
439 if test $$# -gt 0; then \
440 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
441 "$$@" $$unique; \
442 else \
443 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444 $$unique; \
445 fi; \
446 fi
447ctags: ctags-recursive
448
449CTAGS: ctags
450ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
451 $(am__define_uniq_tagged_files); \
452 test -z "$(CTAGS_ARGS)$$unique" \
453 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
454 $$unique
455
456GTAGS:
457 here=`$(am__cd) $(top_builddir) && pwd` \
458 && $(am__cd) $(top_srcdir) \
459 && gtags -i $(GTAGS_ARGS) "$$here"
460cscopelist: cscopelist-recursive
461
462cscopelist-am: $(am__tagged_files)
463 list='$(am__tagged_files)'; \
464 case "$(srcdir)" in \
465 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
466 *) sdir=$(subdir)/$(srcdir) ;; \
467 esac; \
468 for i in $$list; do \
469 if test -f "$$i"; then \
470 echo "$(subdir)/$$i"; \
471 else \
472 echo "$$sdir/$$i"; \
473 fi; \
474 done >> $(top_builddir)/cscope.files
475
476distclean-tags:
477 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
478
479distdir: $(DISTFILES)
480 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
481 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482 list='$(DISTFILES)'; \
483 dist_files=`for file in $$list; do echo $$file; done | \
484 sed -e "s|^$$srcdirstrip/||;t" \
485 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
486 case $$dist_files in \
487 */*) $(MKDIR_P) `echo "$$dist_files" | \
488 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
489 sort -u` ;; \
490 esac; \
491 for file in $$dist_files; do \
492 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
493 if test -d $$d/$$file; then \
494 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
495 if test -d "$(distdir)/$$file"; then \
496 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
497 fi; \
498 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
499 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
500 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
501 fi; \
502 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
503 else \
504 test -f "$(distdir)/$$file" \
505 || cp -p $$d/$$file "$(distdir)/$$file" \
506 || exit 1; \
507 fi; \
508 done
509 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
510 if test "$$subdir" = .; then :; else \
511 $(am__make_dryrun) \
512 || test -d "$(distdir)/$$subdir" \
513 || $(MKDIR_P) "$(distdir)/$$subdir" \
514 || exit 1; \
515 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
516 $(am__relativize); \
517 new_distdir=$$reldir; \
518 dir1=$$subdir; dir2="$(top_distdir)"; \
519 $(am__relativize); \
520 new_top_distdir=$$reldir; \
521 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
522 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
523 ($(am__cd) $$subdir && \
524 $(MAKE) $(AM_MAKEFLAGS) \
525 top_distdir="$$new_top_distdir" \
526 distdir="$$new_distdir" \
527 am__remove_distdir=: \
528 am__skip_length_check=: \
529 am__skip_mode_fix=: \
530 distdir) \
531 || exit 1; \
532 fi; \
533 done
534check-am: all-am
535check: check-recursive
536all-am: Makefile
537installdirs: installdirs-recursive
538installdirs-am:
539install: install-recursive
540install-exec: install-exec-recursive
541install-data: install-data-recursive
542uninstall: uninstall-recursive
543
544install-am: all-am
545 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
546
547installcheck: installcheck-recursive
548install-strip:
549 if test -z '$(STRIP)'; then \
550 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
551 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
552 install; \
553 else \
554 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
557 fi
558mostlyclean-generic:
559
560clean-generic:
561
562distclean-generic:
563 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
564 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
565
566maintainer-clean-generic:
567 @echo "This command is intended for maintainers to use"
568 @echo "it deletes files that may require special tools to rebuild."
569 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
570clean: clean-recursive
571
572clean-am: clean-generic clean-libtool mostlyclean-am
573
574distclean: distclean-recursive
575 -rm -f Makefile
576distclean-am: clean-am distclean-generic distclean-tags
577
578dvi: dvi-recursive
579
580dvi-am:
581
582html: html-recursive
583
584html-am:
585
586info: info-recursive
587
588info-am:
589
590install-data-am:
591
592install-dvi: install-dvi-recursive
593
594install-dvi-am:
595
596install-exec-am:
597
598install-html: install-html-recursive
599
600install-html-am:
601
602install-info: install-info-recursive
603
604install-info-am:
605
606install-man:
607
608install-pdf: install-pdf-recursive
609
610install-pdf-am:
611
612install-ps: install-ps-recursive
613
614install-ps-am:
615
616installcheck-am:
617
618maintainer-clean: maintainer-clean-recursive
619 -rm -f Makefile
620maintainer-clean-am: distclean-am maintainer-clean-generic
621
622mostlyclean: mostlyclean-recursive
623
624mostlyclean-am: mostlyclean-generic mostlyclean-libtool
625
626pdf: pdf-recursive
627
628pdf-am:
629
630ps: ps-recursive
631
632ps-am:
633
634uninstall-am:
635
636.MAKE: $(am__recursive_targets) install-am install-strip
637
638.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
639 check-am clean clean-generic clean-libtool cscopelist-am ctags \
640 ctags-am distclean distclean-generic distclean-libtool \
641 distclean-tags distdir dvi dvi-am html html-am info info-am \
642 install install-am install-data install-data-am install-dvi \
643 install-dvi-am install-exec install-exec-am install-html \
644 install-html-am install-info install-info-am install-man \
645 install-pdf install-pdf-am install-ps install-ps-am \
646 install-strip installcheck installcheck-am installdirs \
647 installdirs-am maintainer-clean maintainer-clean-generic \
648 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
649 ps ps-am tags tags-am uninstall uninstall-am
650
651
652# Tell versions [3.59,3.63) of GNU make to not export all variables.
653# Otherwise a system limit (for SysV at least) may be exceeded.
654.NOEXPORT: