blob: c741925791ea0aa5d4e274a24c106b60a6ee1b01 [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
151AUTOCONF = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing autoconf
152AUTOHEADER = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing autoheader
153AUTOMAKE = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing automake-1.13
Emeric Vigier2f625822012-08-06 11:09:52 -0400154AWK = gawk
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500155CC = gcc
Emeric Vigier2f625822012-08-06 11:09:52 -0400156CCDEPMODE = depmode=none
157CFLAGS = -g -O2
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500158COMMONCPP_CFLAGS = -Wno-long-long -fexceptions -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1
159COMMONCPP_LIBS = -lcommoncpp -lucommon -lrt -ldl -lpthread
160CPP = gcc -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400161CPPFLAGS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500162CXX = g++
163CXXCPP = g++ -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400164CXXDEPMODE = depmode=none
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500165CXXFLAGS = -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 -0400166CYGPATH_W = echo
167DEFS = -DHAVE_CONFIG_H
168DEPDIR = .deps
169DLLTOOL = false
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500170DOXYGEN = /usr/bin/doxygen
Emeric Vigier2f625822012-08-06 11:09:52 -0400171DSYMUTIL =
172DUMPBIN =
173ECHO_C =
174ECHO_N = -n
175ECHO_T =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500176EGREP = /usr/bin/grep -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400177EXEEXT =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500178FGREP = /usr/bin/grep -F
Emeric Vigier2f625822012-08-06 11:09:52 -0400179FTPDIR =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500180GNULIBS = -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
181GREP = /usr/bin/grep
Emeric Vigier2f625822012-08-06 11:09:52 -0400182INSTALL = /usr/bin/install -c
183INSTALL_DATA = ${INSTALL} -m 644
184INSTALL_PROGRAM = ${INSTALL}
185INSTALL_SCRIPT = ${INSTALL}
186INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
187KDOC_DIR = $(top_srcdir)/doc
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500188LD = /usr/bin/ld -m elf_x86_64
Emeric Vigier2f625822012-08-06 11:09:52 -0400189LDFLAGS =
190LIBGCRYPT_CFLAGS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500191LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
192LIBGCRYPT_LIBS = -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400193LIBOBJS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500194LIBS = -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400195LIBTOOL = $(SHELL) $(top_builddir)/libtool
Emeric Vigier2f625822012-08-06 11:09:52 -0400196LIPO =
197LN_S = ln -s
198LTLIBOBJS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500199LT_CCXX_VERSION = -version-info 2:2:0
200LT_MAJOR = 2
Emeric Vigier2f625822012-08-06 11:09:52 -0400201LT_MINOR = 0
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500202LT_RELEASE =
203LT_SUBVER = 2.0
204LT_VERSION = 2:2:0
Emeric Vigier2f625822012-08-06 11:09:52 -0400205MAINT = #
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500206MAKEINFO = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing makeinfo
Emeric Vigier2f625822012-08-06 11:09:52 -0400207MANIFEST_TOOL = :
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500208MKDIR_P = /usr/bin/mkdir -p
209NM = /usr/bin/nm -B
Emeric Vigier2f625822012-08-06 11:09:52 -0400210NMEDIT =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500211OBJDUMP = objdump
Emeric Vigier2f625822012-08-06 11:09:52 -0400212OBJEXT = o
213OTOOL =
214OTOOL64 =
215PACKAGE = ccrtp
216PACKAGE_BUGREPORT =
217PACKAGE_NAME =
218PACKAGE_STRING =
219PACKAGE_TARNAME =
220PACKAGE_URL =
221PACKAGE_VERSION =
222PATH_SEPARATOR = :
223PKG_CONFIG = /usr/bin/pkg-config
224PKG_CONFIG_LIBDIR =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500225PKG_CONFIG_PATH = /usr/local/lib/pkgconfig
226RANLIB = ranlib
227SED = /usr/bin/sed
Emeric Vigier2f625822012-08-06 11:09:52 -0400228SET_MAKE =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500229SHELL = /bin/sh
230STRIP = strip
231VERSION = 2.0.4
Emeric Vigier2f625822012-08-06 11:09:52 -0400232WARN_FLAGS = -fno-strict-aliasing -Wall -ansi -pedantic
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500233abs_builddir = /home/lisional/git/sflphone-android/jni/libccrtp/sources/m4
234abs_srcdir = /home/lisional/git/sflphone-android/jni/libccrtp/sources/m4
235abs_top_builddir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
236abs_top_srcdir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
237ac_ct_AR = ar
238ac_ct_CC = gcc
239ac_ct_CXX = g++
Emeric Vigier2f625822012-08-06 11:09:52 -0400240ac_ct_DUMPBIN =
241am__include = include
242am__leading_dot = .
243am__quote =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500244am__tar = $${TAR-tar} chof - "$$tardir"
245am__untar = $${TAR-tar} xf -
Emeric Vigier2f625822012-08-06 11:09:52 -0400246bindir = ${exec_prefix}/bin
247build = x86_64-unknown-linux-gnu
248build_alias =
249build_cpu = x86_64
250build_os = linux-gnu
251build_vendor = unknown
252builddir = .
253datadir = ${datarootdir}
254datarootdir = ${prefix}/share
255docdir = ${datarootdir}/doc/${PACKAGE}
256dvidir = ${docdir}
257exec_prefix = ${prefix}
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500258host = x86_64-unknown-linux-gnu
259host_alias =
260host_cpu = x86_64
261host_os = linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400262host_vendor = unknown
263htmldir = ${docdir}
264includedir = ${prefix}/include
265infodir = ${datarootdir}/info
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500266install_sh = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/install-sh
Emeric Vigier2f625822012-08-06 11:09:52 -0400267libdir = ${exec_prefix}/lib
268libexecdir = ${exec_prefix}/libexec
269localedir = ${datarootdir}/locale
270localstatedir = ${prefix}/var
271mandir = ${datarootdir}/man
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500272mkdir_p = $(MKDIR_P)
Emeric Vigier2f625822012-08-06 11:09:52 -0400273oldincludedir = /usr/include
274pdfdir = ${docdir}
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500275prefix = /usr/local
Emeric Vigier2f625822012-08-06 11:09:52 -0400276program_transform_name = s,x,x,
277psdir = ${docdir}
278sbindir = ${exec_prefix}/sbin
279sharedstatedir = ${prefix}/com
280srcdir = .
281sysconfdir = ${prefix}/etc
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500282target = x86_64-unknown-linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400283target_alias =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500284target_cpu = x86_64
285target_os = linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400286target_vendor = unknown
287top_build_prefix = ../
288top_builddir = ..
289top_srcdir = ..
290AUTOMAKE_OPTIONS = no-dependencies
291M4 = ost_prog.m4 ost_cxx.m4 ost_posix.m4 ost_systime.m4 \
292 ost_maint.m4 ost_misc.m4 ost_endian.m4 ost_debug.m4 libgcrypt_local.m4
293
294SOURCES = $(M4)
295all: all-am
296
297.SUFFIXES:
298$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
299 @for dep in $?; do \
300 case '$(am__configure_deps)' in \
301 *$$dep*) \
302 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
303 && { if test -f $@; then exit 0; else break; fi; }; \
304 exit 1;; \
305 esac; \
306 done; \
307 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
308 $(am__cd) $(top_srcdir) && \
309 $(AUTOMAKE) --gnu m4/Makefile
310.PRECIOUS: Makefile
311Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312 @case '$?' in \
313 *config.status*) \
314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315 *) \
316 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318 esac;
319
320$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
323$(top_srcdir)/configure: # $(am__configure_deps)
324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
326 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327$(am__aclocal_m4_deps):
328
329mostlyclean-libtool:
330 -rm -f *.lo
331
332clean-libtool:
333 -rm -rf .libs _libs
Emeric Vigier2f625822012-08-06 11:09:52 -0400334
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500335ID: $(am__tagged_files)
336 $(am__define_uniq_tagged_files); mkid -fID $$unique
337tags: tags-am
338TAGS: tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400339
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500340tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
341 set x; \
342 here=`pwd`; \
343 $(am__define_uniq_tagged_files); \
344 shift; \
345 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
346 test -n "$$unique" || unique=$$empty_fix; \
347 if test $$# -gt 0; then \
348 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
349 "$$@" $$unique; \
350 else \
351 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
352 $$unique; \
353 fi; \
354 fi
355ctags: ctags-am
356
357CTAGS: ctags
358ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
359 $(am__define_uniq_tagged_files); \
360 test -z "$(CTAGS_ARGS)$$unique" \
361 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
362 $$unique
363
364GTAGS:
365 here=`$(am__cd) $(top_builddir) && pwd` \
366 && $(am__cd) $(top_srcdir) \
367 && gtags -i $(GTAGS_ARGS) "$$here"
368cscopelist: cscopelist-am
369
370cscopelist-am: $(am__tagged_files)
371 list='$(am__tagged_files)'; \
372 case "$(srcdir)" in \
373 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
374 *) sdir=$(subdir)/$(srcdir) ;; \
375 esac; \
376 for i in $$list; do \
377 if test -f "$$i"; then \
378 echo "$(subdir)/$$i"; \
379 else \
380 echo "$$sdir/$$i"; \
381 fi; \
382 done >> $(top_builddir)/cscope.files
383
384distclean-tags:
385 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400386
387distdir: $(DISTFILES)
388 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390 list='$(DISTFILES)'; \
391 dist_files=`for file in $$list; do echo $$file; done | \
392 sed -e "s|^$$srcdirstrip/||;t" \
393 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
394 case $$dist_files in \
395 */*) $(MKDIR_P) `echo "$$dist_files" | \
396 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
397 sort -u` ;; \
398 esac; \
399 for file in $$dist_files; do \
400 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
401 if test -d $$d/$$file; then \
402 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
403 if test -d "$(distdir)/$$file"; then \
404 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
405 fi; \
406 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
407 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
408 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
409 fi; \
410 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
411 else \
412 test -f "$(distdir)/$$file" \
413 || cp -p $$d/$$file "$(distdir)/$$file" \
414 || exit 1; \
415 fi; \
416 done
417check-am: all-am
418check: check-am
419all-am: Makefile all-local
420installdirs:
421install: install-am
422install-exec: install-exec-am
423install-data: install-data-am
424uninstall: uninstall-am
425
426install-am: all-am
427 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428
429installcheck: installcheck-am
430install-strip:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500431 if test -z '$(STRIP)'; then \
432 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
433 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
434 install; \
435 else \
436 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
437 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
438 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
439 fi
Emeric Vigier2f625822012-08-06 11:09:52 -0400440mostlyclean-generic:
441
442clean-generic:
443
444distclean-generic:
445 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
446 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
447
448maintainer-clean-generic:
449 @echo "This command is intended for maintainers to use"
450 @echo "it deletes files that may require special tools to rebuild."
451clean: clean-am
452
453clean-am: clean-generic clean-libtool mostlyclean-am
454
455distclean: distclean-am
456 -rm -f Makefile
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500457distclean-am: clean-am distclean-generic distclean-tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400458
459dvi: dvi-am
460
461dvi-am:
462
463html: html-am
464
465html-am:
466
467info: info-am
468
469info-am:
470
471install-data-am:
472
473install-dvi: install-dvi-am
474
475install-dvi-am:
476
477install-exec-am:
478
479install-html: install-html-am
480
481install-html-am:
482
483install-info: install-info-am
484
485install-info-am:
486
487install-man:
488
489install-pdf: install-pdf-am
490
491install-pdf-am:
492
493install-ps: install-ps-am
494
495install-ps-am:
496
497installcheck-am:
498
499maintainer-clean: maintainer-clean-am
500 -rm -f Makefile
501maintainer-clean-am: distclean-am maintainer-clean-generic
502
503mostlyclean: mostlyclean-am
504
505mostlyclean-am: mostlyclean-generic mostlyclean-libtool
506
507pdf: pdf-am
508
509pdf-am:
510
511ps: ps-am
512
513ps-am:
514
515uninstall-am:
516
517.MAKE: install-am install-strip
518
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500519.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
520 clean-generic clean-libtool cscopelist-am ctags ctags-am \
521 distclean distclean-generic distclean-libtool distclean-tags \
Emeric Vigier2f625822012-08-06 11:09:52 -0400522 distdir dvi dvi-am html html-am info info-am install \
523 install-am install-data install-data-am install-dvi \
524 install-dvi-am install-exec install-exec-am install-html \
525 install-html-am install-info install-info-am install-man \
526 install-pdf install-pdf-am install-ps install-ps-am \
527 install-strip installcheck installcheck-am installdirs \
528 maintainer-clean maintainer-clean-generic mostlyclean \
529 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500530 tags tags-am uninstall uninstall-am
Emeric Vigier2f625822012-08-06 11:09:52 -0400531
532
533../aclocal.m4: $(M4)
534 cd .. ; $(ACLOCAL) -I m4
535
536all-local: ../aclocal.m4
537
538# Tell versions [3.59,3.63) of GNU make to not export all variables.
539# Otherwise a system limit (for SysV at least) may be exceeded.
540.NOEXPORT: