blob: c26a686e0766a7caf7b270e32bc2898d9dd6a4ec [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001# Makefile.in generated by automake 1.13.4 from Makefile.am.
Emeric Vigier2f625822012-08-06 11:09:52 -04002# m4/Makefile. Generated from Makefile.in by configure.
3
Alexandre Lisionddd731e2014-01-31 11:50:08 -05004# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
Emeric Vigier2f625822012-08-06 11:09:52 -04006# 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) 1999-2005 Open Source Telecom Corporation.
18# Copyright (C) 2006-2010 David Sugar, Tycho Softworks.
19#
20# This file is free software; as a special exception the author gives
21# unlimited permission to copy and/or distribute it, with or without
22# modifications, as long as this notice is preserved.
23#
24# This program is distributed in the hope that it will be useful, but
25# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
26# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
27
Alexandre Lisionddd731e2014-01-31 11:50:08 -050028am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
29am__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
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Emeric Vigier2f625822012-08-06 11:09:52 -040073pkgdatadir = $(datadir)/ccrtp
74pkgincludedir = $(includedir)/ccrtp
75pkglibdir = $(libdir)/ccrtp
76pkglibexecdir = $(libexecdir)/ccrtp
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = x86_64-unknown-linux-gnu
Alexandre Lisionddd731e2014-01-31 11:50:08 -050090host_triplet = x86_64-unknown-linux-gnu
91target_triplet = x86_64-unknown-linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -040092subdir = m4
Alexandre Lisionddd731e2014-01-31 11:50:08 -050093DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
Emeric Vigier2f625822012-08-06 11:09:52 -040094ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/m4/libgcrypt_local.m4 \
96 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ost_debug.m4 \
99 $(top_srcdir)/m4/ost_maint.m4 $(top_srcdir)/m4/ost_prog.m4 \
100 $(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102 $(ACLOCAL_M4)
103mkinstalldirs = $(install_sh) -d
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500104CONFIG_HEADER = $(top_builddir)/ccrtp-config.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400105CONFIG_CLEAN_FILES =
106CONFIG_CLEAN_VPATH_FILES =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500107AM_V_P = $(am__v_P_$(V))
108am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_$(V))
112am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
113am__v_GEN_0 = @echo " GEN " $@;
114am__v_GEN_1 =
115AM_V_at = $(am__v_at_$(V))
116am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
117am__v_at_0 = @
118am__v_at_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400119depcomp =
120am__depfiles_maybe =
121DIST_SOURCES =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500122am__can_run_installinfo = \
123 case $$AM_UPDATE_INFO_DIR in \
124 n|no|NO) false;; \
125 *) (install-info --version) >/dev/null 2>&1;; \
126 esac
127am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
128# Read a list of newline-separated strings from the standard input,
129# and print each of them once, without duplicates. Input order is
130# *not* preserved.
131am__uniquify_input = $(AWK) '\
132 BEGIN { nonempty = 0; } \
133 { items[$$0] = 1; nonempty = 1; } \
134 END { if (nonempty) { for (i in items) print i; }; } \
135'
136# Make sure the list of sources is unique. This is necessary because,
137# e.g., the same source file might be shared among _SOURCES variables
138# for different programs/libraries.
139am__define_uniq_tagged_files = \
140 list='$(am__tagged_files)'; \
141 unique=`for i in $$list; do \
142 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
143 done | $(am__uniquify_input)`
144ETAGS = etags
145CTAGS = ctags
Emeric Vigier2f625822012-08-06 11:09:52 -0400146DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500147ACLOCAL = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing aclocal-1.13
148AMTAR = $${TAR-tar}
149AM_DEFAULT_VERBOSITY = 1
150AR = ar
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500151AS = as
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500152AUTOCONF = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing autoconf
153AUTOHEADER = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing autoheader
154AUTOMAKE = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing automake-1.13
Emeric Vigier2f625822012-08-06 11:09:52 -0400155AWK = gawk
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500156CC = gcc
Emeric Vigier2f625822012-08-06 11:09:52 -0400157CCDEPMODE = depmode=none
158CFLAGS = -g -O2
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500159COMMONCPP_CFLAGS = -Wno-long-long -fexceptions -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1
160COMMONCPP_LIBS = -lcommoncpp -lucommon -lrt -ldl -lpthread
161CPP = gcc -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400162CPPFLAGS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500163CXX = g++
164CXXCPP = g++ -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400165CXXDEPMODE = depmode=none
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500166CXXFLAGS = -g -O2 -Wno-long-long -fexceptions -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1
Emeric Vigier2f625822012-08-06 11:09:52 -0400167CYGPATH_W = echo
168DEFS = -DHAVE_CONFIG_H
169DEPDIR = .deps
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500170DLLTOOL = dlltool
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500171DOXYGEN = /usr/bin/doxygen
Emeric Vigier2f625822012-08-06 11:09:52 -0400172DSYMUTIL =
173DUMPBIN =
174ECHO_C =
175ECHO_N = -n
176ECHO_T =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500177EGREP = /usr/bin/grep -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400178EXEEXT =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500179FGREP = /usr/bin/grep -F
Emeric Vigier2f625822012-08-06 11:09:52 -0400180FTPDIR =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500181GNULIBS = -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
182GREP = /usr/bin/grep
Emeric Vigier2f625822012-08-06 11:09:52 -0400183INSTALL = /usr/bin/install -c
184INSTALL_DATA = ${INSTALL} -m 644
185INSTALL_PROGRAM = ${INSTALL}
186INSTALL_SCRIPT = ${INSTALL}
187INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
188KDOC_DIR = $(top_srcdir)/doc
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500189LD = /usr/bin/ld -m elf_x86_64
Emeric Vigier2f625822012-08-06 11:09:52 -0400190LDFLAGS =
191LIBGCRYPT_CFLAGS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500192LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
193LIBGCRYPT_LIBS = -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400194LIBOBJS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500195LIBS = -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400196LIBTOOL = $(SHELL) $(top_builddir)/libtool
Emeric Vigier2f625822012-08-06 11:09:52 -0400197LIPO =
198LN_S = ln -s
199LTLIBOBJS =
Alexandre Lision81ecad62014-04-04 14:11:58 -0400200LT_CCXX_VERSION = -version-info 2:5:0
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500201LT_MAJOR = 2
Emeric Vigier2f625822012-08-06 11:09:52 -0400202LT_MINOR = 0
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500203LT_RELEASE =
204LT_SUBVER = 2.0
Alexandre Lision81ecad62014-04-04 14:11:58 -0400205LT_VERSION = 2:5:0
Emeric Vigier2f625822012-08-06 11:09:52 -0400206MAINT = #
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500207MAKEINFO = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing makeinfo
Emeric Vigier2f625822012-08-06 11:09:52 -0400208MANIFEST_TOOL = :
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500209MKDIR_P = /usr/bin/mkdir -p
210NM = /usr/bin/nm -B
Emeric Vigier2f625822012-08-06 11:09:52 -0400211NMEDIT =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500212OBJDUMP = objdump
Emeric Vigier2f625822012-08-06 11:09:52 -0400213OBJEXT = o
214OTOOL =
215OTOOL64 =
216PACKAGE = ccrtp
217PACKAGE_BUGREPORT =
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500218PACKAGE_NAME = ccrtp
Alexandre Lision81ecad62014-04-04 14:11:58 -0400219PACKAGE_STRING = ccrtp 2.0.8
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500220PACKAGE_TARNAME = ccrtp
Emeric Vigier2f625822012-08-06 11:09:52 -0400221PACKAGE_URL =
Alexandre Lision81ecad62014-04-04 14:11:58 -0400222PACKAGE_VERSION = 2.0.8
Emeric Vigier2f625822012-08-06 11:09:52 -0400223PATH_SEPARATOR = :
224PKG_CONFIG = /usr/bin/pkg-config
225PKG_CONFIG_LIBDIR =
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500226PKG_CONFIG_PATH =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500227RANLIB = ranlib
228SED = /usr/bin/sed
Emeric Vigier2f625822012-08-06 11:09:52 -0400229SET_MAKE =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500230SHELL = /bin/sh
231STRIP = strip
Alexandre Lision81ecad62014-04-04 14:11:58 -0400232VERSION = 2.0.8
Emeric Vigier2f625822012-08-06 11:09:52 -0400233WARN_FLAGS = -fno-strict-aliasing -Wall -ansi -pedantic
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500234abs_builddir = /home/lisional/git/sflphone-android/jni/libccrtp/sources/m4
235abs_srcdir = /home/lisional/git/sflphone-android/jni/libccrtp/sources/m4
236abs_top_builddir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
237abs_top_srcdir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
238ac_ct_AR = ar
239ac_ct_CC = gcc
240ac_ct_CXX = g++
Emeric Vigier2f625822012-08-06 11:09:52 -0400241ac_ct_DUMPBIN =
242am__include = include
243am__leading_dot = .
244am__quote =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500245am__tar = $${TAR-tar} chof - "$$tardir"
246am__untar = $${TAR-tar} xf -
Emeric Vigier2f625822012-08-06 11:09:52 -0400247bindir = ${exec_prefix}/bin
248build = x86_64-unknown-linux-gnu
249build_alias =
250build_cpu = x86_64
251build_os = linux-gnu
252build_vendor = unknown
253builddir = .
254datadir = ${datarootdir}
255datarootdir = ${prefix}/share
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500256docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
Emeric Vigier2f625822012-08-06 11:09:52 -0400257dvidir = ${docdir}
258exec_prefix = ${prefix}
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500259host = x86_64-unknown-linux-gnu
260host_alias =
261host_cpu = x86_64
262host_os = linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400263host_vendor = unknown
264htmldir = ${docdir}
265includedir = ${prefix}/include
266infodir = ${datarootdir}/info
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500267install_sh = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/install-sh
Emeric Vigier2f625822012-08-06 11:09:52 -0400268libdir = ${exec_prefix}/lib
269libexecdir = ${exec_prefix}/libexec
270localedir = ${datarootdir}/locale
271localstatedir = ${prefix}/var
272mandir = ${datarootdir}/man
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500273mkdir_p = $(MKDIR_P)
Emeric Vigier2f625822012-08-06 11:09:52 -0400274oldincludedir = /usr/include
275pdfdir = ${docdir}
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500276prefix = /usr/local
Emeric Vigier2f625822012-08-06 11:09:52 -0400277program_transform_name = s,x,x,
278psdir = ${docdir}
279sbindir = ${exec_prefix}/sbin
280sharedstatedir = ${prefix}/com
281srcdir = .
282sysconfdir = ${prefix}/etc
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500283target = x86_64-unknown-linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400284target_alias =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500285target_cpu = x86_64
286target_os = linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400287target_vendor = unknown
288top_build_prefix = ../
289top_builddir = ..
290top_srcdir = ..
291AUTOMAKE_OPTIONS = no-dependencies
292M4 = ost_prog.m4 ost_cxx.m4 ost_posix.m4 ost_systime.m4 \
293 ost_maint.m4 ost_misc.m4 ost_endian.m4 ost_debug.m4 libgcrypt_local.m4
294
295SOURCES = $(M4)
296all: all-am
297
298.SUFFIXES:
299$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
300 @for dep in $?; do \
301 case '$(am__configure_deps)' in \
302 *$$dep*) \
303 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
304 && { if test -f $@; then exit 0; else break; fi; }; \
305 exit 1;; \
306 esac; \
307 done; \
308 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
309 $(am__cd) $(top_srcdir) && \
310 $(AUTOMAKE) --gnu m4/Makefile
311.PRECIOUS: Makefile
312Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313 @case '$?' in \
314 *config.status*) \
315 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
316 *) \
317 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
318 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
319 esac;
320
321$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323
324$(top_srcdir)/configure: # $(am__configure_deps)
325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328$(am__aclocal_m4_deps):
329
330mostlyclean-libtool:
331 -rm -f *.lo
332
333clean-libtool:
334 -rm -rf .libs _libs
Emeric Vigier2f625822012-08-06 11:09:52 -0400335
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500336ID: $(am__tagged_files)
337 $(am__define_uniq_tagged_files); mkid -fID $$unique
338tags: tags-am
339TAGS: tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400340
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500341tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
342 set x; \
343 here=`pwd`; \
344 $(am__define_uniq_tagged_files); \
345 shift; \
346 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
347 test -n "$$unique" || unique=$$empty_fix; \
348 if test $$# -gt 0; then \
349 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
350 "$$@" $$unique; \
351 else \
352 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
353 $$unique; \
354 fi; \
355 fi
356ctags: ctags-am
357
358CTAGS: ctags
359ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
360 $(am__define_uniq_tagged_files); \
361 test -z "$(CTAGS_ARGS)$$unique" \
362 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
363 $$unique
364
365GTAGS:
366 here=`$(am__cd) $(top_builddir) && pwd` \
367 && $(am__cd) $(top_srcdir) \
368 && gtags -i $(GTAGS_ARGS) "$$here"
369cscopelist: cscopelist-am
370
371cscopelist-am: $(am__tagged_files)
372 list='$(am__tagged_files)'; \
373 case "$(srcdir)" in \
374 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
375 *) sdir=$(subdir)/$(srcdir) ;; \
376 esac; \
377 for i in $$list; do \
378 if test -f "$$i"; then \
379 echo "$(subdir)/$$i"; \
380 else \
381 echo "$$sdir/$$i"; \
382 fi; \
383 done >> $(top_builddir)/cscope.files
384
385distclean-tags:
386 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400387
388distdir: $(DISTFILES)
389 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
391 list='$(DISTFILES)'; \
392 dist_files=`for file in $$list; do echo $$file; done | \
393 sed -e "s|^$$srcdirstrip/||;t" \
394 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
395 case $$dist_files in \
396 */*) $(MKDIR_P) `echo "$$dist_files" | \
397 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
398 sort -u` ;; \
399 esac; \
400 for file in $$dist_files; do \
401 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
402 if test -d $$d/$$file; then \
403 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
404 if test -d "$(distdir)/$$file"; then \
405 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
406 fi; \
407 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
408 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
409 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410 fi; \
411 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
412 else \
413 test -f "$(distdir)/$$file" \
414 || cp -p $$d/$$file "$(distdir)/$$file" \
415 || exit 1; \
416 fi; \
417 done
418check-am: all-am
419check: check-am
420all-am: Makefile all-local
421installdirs:
422install: install-am
423install-exec: install-exec-am
424install-data: install-data-am
425uninstall: uninstall-am
426
427install-am: all-am
428 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
429
430installcheck: installcheck-am
431install-strip:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500432 if test -z '$(STRIP)'; then \
433 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
434 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
435 install; \
436 else \
437 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
438 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
439 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
440 fi
Emeric Vigier2f625822012-08-06 11:09:52 -0400441mostlyclean-generic:
442
443clean-generic:
444
445distclean-generic:
446 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
447 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
448
449maintainer-clean-generic:
450 @echo "This command is intended for maintainers to use"
451 @echo "it deletes files that may require special tools to rebuild."
452clean: clean-am
453
454clean-am: clean-generic clean-libtool mostlyclean-am
455
456distclean: distclean-am
457 -rm -f Makefile
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500458distclean-am: clean-am distclean-generic distclean-tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400459
460dvi: dvi-am
461
462dvi-am:
463
464html: html-am
465
466html-am:
467
468info: info-am
469
470info-am:
471
472install-data-am:
473
474install-dvi: install-dvi-am
475
476install-dvi-am:
477
478install-exec-am:
479
480install-html: install-html-am
481
482install-html-am:
483
484install-info: install-info-am
485
486install-info-am:
487
488install-man:
489
490install-pdf: install-pdf-am
491
492install-pdf-am:
493
494install-ps: install-ps-am
495
496install-ps-am:
497
498installcheck-am:
499
500maintainer-clean: maintainer-clean-am
501 -rm -f Makefile
502maintainer-clean-am: distclean-am maintainer-clean-generic
503
504mostlyclean: mostlyclean-am
505
506mostlyclean-am: mostlyclean-generic mostlyclean-libtool
507
508pdf: pdf-am
509
510pdf-am:
511
512ps: ps-am
513
514ps-am:
515
516uninstall-am:
517
518.MAKE: install-am install-strip
519
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500520.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
521 clean-generic clean-libtool cscopelist-am ctags ctags-am \
522 distclean distclean-generic distclean-libtool distclean-tags \
Emeric Vigier2f625822012-08-06 11:09:52 -0400523 distdir dvi dvi-am html html-am info info-am install \
524 install-am install-data install-data-am install-dvi \
525 install-dvi-am install-exec install-exec-am install-html \
526 install-html-am install-info install-info-am install-man \
527 install-pdf install-pdf-am install-ps install-ps-am \
528 install-strip installcheck installcheck-am installdirs \
529 maintainer-clean maintainer-clean-generic mostlyclean \
530 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500531 tags tags-am uninstall uninstall-am
Emeric Vigier2f625822012-08-06 11:09:52 -0400532
533
534../aclocal.m4: $(M4)
535 cd .. ; $(ACLOCAL) -I m4
536
537all-local: ../aclocal.m4
538
539# Tell versions [3.59,3.63) of GNU make to not export all variables.
540# Otherwise a system limit (for SysV at least) may be exceeded.
541.NOEXPORT: