blob: a74f4d3553f323b87baf7033f1d783cfa7ed8c97 [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# src/ccrtp/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) 2002-2005 Open Source Telecom Corporation.
18# Copyright (C) 2006-2008 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
28
Alexandre Lisionddd731e2014-01-31 11:50:08 -050029am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
30am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Emeric Vigier2f625822012-08-06 11:09:52 -040074pkgdatadir = $(datadir)/ccrtp
75pkgincludedir = $(includedir)/ccrtp
76pkglibdir = $(libdir)/ccrtp
77pkglibexecdir = $(libexecdir)/ccrtp
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = x86_64-unknown-linux-gnu
Alexandre Lisionddd731e2014-01-31 11:50:08 -050091host_triplet = x86_64-unknown-linux-gnu
92target_triplet = x86_64-unknown-linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -040093subdir = src/ccrtp
Alexandre Lisionddd731e2014-01-31 11:50:08 -050094DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
95 $(ccxxinclude_HEADERS)
Emeric Vigier2f625822012-08-06 11:09:52 -040096ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97am__aclocal_m4_deps = $(top_srcdir)/m4/libgcrypt_local.m4 \
98 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
99 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
100 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ost_debug.m4 \
101 $(top_srcdir)/m4/ost_maint.m4 $(top_srcdir)/m4/ost_prog.m4 \
102 $(top_srcdir)/configure.ac
103am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 $(ACLOCAL_M4)
105mkinstalldirs = $(install_sh) -d
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500106CONFIG_HEADER = $(top_builddir)/ccrtp-config.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500109AM_V_P = $(am__v_P_$(V))
110am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
111am__v_P_0 = false
112am__v_P_1 = :
113AM_V_GEN = $(am__v_GEN_$(V))
114am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
115am__v_GEN_0 = @echo " GEN " $@;
116am__v_GEN_1 =
117AM_V_at = $(am__v_at_$(V))
118am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
119am__v_at_0 = @
120am__v_at_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400121depcomp =
122am__depfiles_maybe =
123SOURCES =
124DIST_SOURCES =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500125am__can_run_installinfo = \
126 case $$AM_UPDATE_INFO_DIR in \
127 n|no|NO) false;; \
128 *) (install-info --version) >/dev/null 2>&1;; \
129 esac
Emeric Vigier2f625822012-08-06 11:09:52 -0400130am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131am__vpath_adj = case $$p in \
132 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133 *) f=$$p;; \
134 esac;
135am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136am__install_max = 40
137am__nobase_strip_setup = \
138 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139am__nobase_strip = \
140 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141am__nobase_list = $(am__nobase_strip_setup); \
142 for p in $$list; do echo "$$p $$p"; done | \
143 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145 if (++n[$$2] == $(am__install_max)) \
146 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147 END { for (dir in files) print dir, files[dir] }'
148am__base_list = \
149 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500151am__uninstall_files_from_dir = { \
152 test -z "$$files" \
153 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155 $(am__cd) "$$dir" && rm -f $$files; }; \
156 }
Emeric Vigier2f625822012-08-06 11:09:52 -0400157am__installdirs = "$(DESTDIR)$(ccxxincludedir)"
158HEADERS = $(ccxxinclude_HEADERS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500159am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
160# Read a list of newline-separated strings from the standard input,
161# and print each of them once, without duplicates. Input order is
162# *not* preserved.
163am__uniquify_input = $(AWK) '\
164 BEGIN { nonempty = 0; } \
165 { items[$$0] = 1; nonempty = 1; } \
166 END { if (nonempty) { for (i in items) print i; }; } \
167'
168# Make sure the list of sources is unique. This is necessary because,
169# e.g., the same source file might be shared among _SOURCES variables
170# for different programs/libraries.
171am__define_uniq_tagged_files = \
172 list='$(am__tagged_files)'; \
173 unique=`for i in $$list; do \
174 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
175 done | $(am__uniquify_input)`
Emeric Vigier2f625822012-08-06 11:09:52 -0400176ETAGS = etags
177CTAGS = ctags
178DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500179ACLOCAL = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing aclocal-1.13
180AMTAR = $${TAR-tar}
181AM_DEFAULT_VERBOSITY = 1
182AR = ar
183AUTOCONF = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing autoconf
184AUTOHEADER = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing autoheader
185AUTOMAKE = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing automake-1.13
Emeric Vigier2f625822012-08-06 11:09:52 -0400186AWK = gawk
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500187CC = gcc
Emeric Vigier2f625822012-08-06 11:09:52 -0400188CCDEPMODE = depmode=none
189CFLAGS = -g -O2
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500190COMMONCPP_CFLAGS = -Wno-long-long -fexceptions -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1
191COMMONCPP_LIBS = -lcommoncpp -lucommon -lrt -ldl -lpthread
192CPP = gcc -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400193CPPFLAGS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500194CXX = g++
195CXXCPP = g++ -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400196CXXDEPMODE = depmode=none
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500197CXXFLAGS = -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 -0400198CYGPATH_W = echo
199DEFS = -DHAVE_CONFIG_H
200DEPDIR = .deps
201DLLTOOL = false
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500202DOXYGEN = /usr/bin/doxygen
Emeric Vigier2f625822012-08-06 11:09:52 -0400203DSYMUTIL =
204DUMPBIN =
205ECHO_C =
206ECHO_N = -n
207ECHO_T =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500208EGREP = /usr/bin/grep -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400209EXEEXT =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500210FGREP = /usr/bin/grep -F
Emeric Vigier2f625822012-08-06 11:09:52 -0400211FTPDIR =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500212GNULIBS = -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
213GREP = /usr/bin/grep
Emeric Vigier2f625822012-08-06 11:09:52 -0400214INSTALL = /usr/bin/install -c
215INSTALL_DATA = ${INSTALL} -m 644
216INSTALL_PROGRAM = ${INSTALL}
217INSTALL_SCRIPT = ${INSTALL}
218INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
219KDOC_DIR = $(top_srcdir)/doc
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500220LD = /usr/bin/ld -m elf_x86_64
Emeric Vigier2f625822012-08-06 11:09:52 -0400221LDFLAGS =
222LIBGCRYPT_CFLAGS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500223LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
224LIBGCRYPT_LIBS = -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400225LIBOBJS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500226LIBS = -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400227LIBTOOL = $(SHELL) $(top_builddir)/libtool
Emeric Vigier2f625822012-08-06 11:09:52 -0400228LIPO =
229LN_S = ln -s
230LTLIBOBJS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500231LT_CCXX_VERSION = -version-info 2:2:0
232LT_MAJOR = 2
Emeric Vigier2f625822012-08-06 11:09:52 -0400233LT_MINOR = 0
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500234LT_RELEASE =
235LT_SUBVER = 2.0
236LT_VERSION = 2:2:0
Emeric Vigier2f625822012-08-06 11:09:52 -0400237MAINT = #
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500238MAKEINFO = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing makeinfo
Emeric Vigier2f625822012-08-06 11:09:52 -0400239MANIFEST_TOOL = :
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500240MKDIR_P = /usr/bin/mkdir -p
241NM = /usr/bin/nm -B
Emeric Vigier2f625822012-08-06 11:09:52 -0400242NMEDIT =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500243OBJDUMP = objdump
Emeric Vigier2f625822012-08-06 11:09:52 -0400244OBJEXT = o
245OTOOL =
246OTOOL64 =
247PACKAGE = ccrtp
248PACKAGE_BUGREPORT =
249PACKAGE_NAME =
250PACKAGE_STRING =
251PACKAGE_TARNAME =
252PACKAGE_URL =
253PACKAGE_VERSION =
254PATH_SEPARATOR = :
255PKG_CONFIG = /usr/bin/pkg-config
256PKG_CONFIG_LIBDIR =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500257PKG_CONFIG_PATH = /usr/local/lib/pkgconfig
258RANLIB = ranlib
259SED = /usr/bin/sed
Emeric Vigier2f625822012-08-06 11:09:52 -0400260SET_MAKE =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500261SHELL = /bin/sh
262STRIP = strip
263VERSION = 2.0.4
Emeric Vigier2f625822012-08-06 11:09:52 -0400264WARN_FLAGS = -fno-strict-aliasing -Wall -ansi -pedantic
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500265abs_builddir = /home/lisional/git/sflphone-android/jni/libccrtp/sources/src/ccrtp
266abs_srcdir = /home/lisional/git/sflphone-android/jni/libccrtp/sources/src/ccrtp
267abs_top_builddir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
268abs_top_srcdir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
269ac_ct_AR = ar
270ac_ct_CC = gcc
271ac_ct_CXX = g++
Emeric Vigier2f625822012-08-06 11:09:52 -0400272ac_ct_DUMPBIN =
273am__include = include
274am__leading_dot = .
275am__quote =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500276am__tar = $${TAR-tar} chof - "$$tardir"
277am__untar = $${TAR-tar} xf -
Emeric Vigier2f625822012-08-06 11:09:52 -0400278bindir = ${exec_prefix}/bin
279build = x86_64-unknown-linux-gnu
280build_alias =
281build_cpu = x86_64
282build_os = linux-gnu
283build_vendor = unknown
284builddir = .
285datadir = ${datarootdir}
286datarootdir = ${prefix}/share
287docdir = ${datarootdir}/doc/${PACKAGE}
288dvidir = ${docdir}
289exec_prefix = ${prefix}
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500290host = x86_64-unknown-linux-gnu
291host_alias =
292host_cpu = x86_64
293host_os = linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400294host_vendor = unknown
295htmldir = ${docdir}
296includedir = ${prefix}/include
297infodir = ${datarootdir}/info
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500298install_sh = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/install-sh
Emeric Vigier2f625822012-08-06 11:09:52 -0400299libdir = ${exec_prefix}/lib
300libexecdir = ${exec_prefix}/libexec
301localedir = ${datarootdir}/locale
302localstatedir = ${prefix}/var
303mandir = ${datarootdir}/man
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500304mkdir_p = $(MKDIR_P)
Emeric Vigier2f625822012-08-06 11:09:52 -0400305oldincludedir = /usr/include
306pdfdir = ${docdir}
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500307prefix = /usr/local
Emeric Vigier2f625822012-08-06 11:09:52 -0400308program_transform_name = s,x,x,
309psdir = ${docdir}
310sbindir = ${exec_prefix}/sbin
311sharedstatedir = ${prefix}/com
312srcdir = .
313sysconfdir = ${prefix}/etc
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500314target = x86_64-unknown-linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400315target_alias =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500316target_cpu = x86_64
317target_os = linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400318target_vendor = unknown
319top_build_prefix = ../../
320top_builddir = ../..
321top_srcdir = ../..
322AUTOMAKE_OPTIONS = no-dependencies dist-shar
323ccxxincludedir = $(includedir)/ccrtp
324ccxxinclude_HEADERS = base.h formats.h rtppkt.h rtcppkt.h sources.h channel.h \
325 queuebase.h iqueue.h oqueue.h ioqueue.h cqueue.h ext.h rtp.h pool.h \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500326 CryptoContext.h CryptoContextCtrl.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400327
328kdoc_headers = base.h formats.h rtppkt.h rtcppkt.h sources.h channel.h \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500329 queuebase.h iqueue.h oqueue.h ioqueue.h cqueue.h ext.h CryptoContext.h CryptoContextCtrl.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400330
331all: all-am
332
333.SUFFIXES:
334$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
335 @for dep in $?; do \
336 case '$(am__configure_deps)' in \
337 *$$dep*) \
338 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
339 && { if test -f $@; then exit 0; else break; fi; }; \
340 exit 1;; \
341 esac; \
342 done; \
343 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/ccrtp/Makefile'; \
344 $(am__cd) $(top_srcdir) && \
345 $(AUTOMAKE) --gnu src/ccrtp/Makefile
346.PRECIOUS: Makefile
347Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
348 @case '$?' in \
349 *config.status*) \
350 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
351 *) \
352 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
353 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
354 esac;
355
356$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358
359$(top_srcdir)/configure: # $(am__configure_deps)
360 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
362 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363$(am__aclocal_m4_deps):
364
365mostlyclean-libtool:
366 -rm -f *.lo
367
368clean-libtool:
369 -rm -rf .libs _libs
370install-ccxxincludeHEADERS: $(ccxxinclude_HEADERS)
371 @$(NORMAL_INSTALL)
Emeric Vigier2f625822012-08-06 11:09:52 -0400372 @list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500373 if test -n "$$list"; then \
374 echo " $(MKDIR_P) '$(DESTDIR)$(ccxxincludedir)'"; \
375 $(MKDIR_P) "$(DESTDIR)$(ccxxincludedir)" || exit 1; \
376 fi; \
Emeric Vigier2f625822012-08-06 11:09:52 -0400377 for p in $$list; do \
378 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
379 echo "$$d$$p"; \
380 done | $(am__base_list) | \
381 while read files; do \
382 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ccxxincludedir)'"; \
383 $(INSTALL_HEADER) $$files "$(DESTDIR)$(ccxxincludedir)" || exit $$?; \
384 done
385
386uninstall-ccxxincludeHEADERS:
387 @$(NORMAL_UNINSTALL)
388 @list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
389 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500390 dir='$(DESTDIR)$(ccxxincludedir)'; $(am__uninstall_files_from_dir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400391
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500392ID: $(am__tagged_files)
393 $(am__define_uniq_tagged_files); mkid -fID $$unique
394tags: tags-am
395TAGS: tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400396
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500397tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Emeric Vigier2f625822012-08-06 11:09:52 -0400398 set x; \
399 here=`pwd`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500400 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400401 shift; \
402 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
403 test -n "$$unique" || unique=$$empty_fix; \
404 if test $$# -gt 0; then \
405 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406 "$$@" $$unique; \
407 else \
408 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
409 $$unique; \
410 fi; \
411 fi
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500412ctags: ctags-am
413
414CTAGS: ctags
415ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
416 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400417 test -z "$(CTAGS_ARGS)$$unique" \
418 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
419 $$unique
420
421GTAGS:
422 here=`$(am__cd) $(top_builddir) && pwd` \
423 && $(am__cd) $(top_srcdir) \
424 && gtags -i $(GTAGS_ARGS) "$$here"
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500425cscopelist: cscopelist-am
426
427cscopelist-am: $(am__tagged_files)
428 list='$(am__tagged_files)'; \
429 case "$(srcdir)" in \
430 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
431 *) sdir=$(subdir)/$(srcdir) ;; \
432 esac; \
433 for i in $$list; do \
434 if test -f "$$i"; then \
435 echo "$(subdir)/$$i"; \
436 else \
437 echo "$$sdir/$$i"; \
438 fi; \
439 done >> $(top_builddir)/cscope.files
Emeric Vigier2f625822012-08-06 11:09:52 -0400440
441distclean-tags:
442 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
443
444distdir: $(DISTFILES)
445 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447 list='$(DISTFILES)'; \
448 dist_files=`for file in $$list; do echo $$file; done | \
449 sed -e "s|^$$srcdirstrip/||;t" \
450 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
451 case $$dist_files in \
452 */*) $(MKDIR_P) `echo "$$dist_files" | \
453 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
454 sort -u` ;; \
455 esac; \
456 for file in $$dist_files; do \
457 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
458 if test -d $$d/$$file; then \
459 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
460 if test -d "$(distdir)/$$file"; then \
461 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462 fi; \
463 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
464 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
465 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466 fi; \
467 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
468 else \
469 test -f "$(distdir)/$$file" \
470 || cp -p $$d/$$file "$(distdir)/$$file" \
471 || exit 1; \
472 fi; \
473 done
474check-am: all-am
475check: check-am
476all-am: Makefile $(HEADERS)
477installdirs:
478 for dir in "$(DESTDIR)$(ccxxincludedir)"; do \
479 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
480 done
481install: install-am
482install-exec: install-exec-am
483install-data: install-data-am
484uninstall: uninstall-am
485
486install-am: all-am
487 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488
489installcheck: installcheck-am
490install-strip:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500491 if test -z '$(STRIP)'; then \
492 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
493 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
494 install; \
495 else \
496 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
497 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
498 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
499 fi
Emeric Vigier2f625822012-08-06 11:09:52 -0400500mostlyclean-generic:
501
502clean-generic:
503
504distclean-generic:
505 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
506 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
507
508maintainer-clean-generic:
509 @echo "This command is intended for maintainers to use"
510 @echo "it deletes files that may require special tools to rebuild."
511clean: clean-am
512
513clean-am: clean-generic clean-libtool mostlyclean-am
514
515distclean: distclean-am
516 -rm -f Makefile
517distclean-am: clean-am distclean-generic distclean-tags
518
519dvi: dvi-am
520
521dvi-am:
522
523html: html-am
524
525html-am:
526
527info: info-am
528
529info-am:
530
531install-data-am: install-ccxxincludeHEADERS
532
533install-dvi: install-dvi-am
534
535install-dvi-am:
536
537install-exec-am:
538
539install-html: install-html-am
540
541install-html-am:
542
543install-info: install-info-am
544
545install-info-am:
546
547install-man:
548
549install-pdf: install-pdf-am
550
551install-pdf-am:
552
553install-ps: install-ps-am
554
555install-ps-am:
556
557installcheck-am:
558
559maintainer-clean: maintainer-clean-am
560 -rm -f Makefile
561maintainer-clean-am: distclean-am maintainer-clean-generic
562
563mostlyclean: mostlyclean-am
564
565mostlyclean-am: mostlyclean-generic mostlyclean-libtool
566
567pdf: pdf-am
568
569pdf-am:
570
571ps: ps-am
572
573ps-am:
574
575uninstall-am: uninstall-ccxxincludeHEADERS
576
577.MAKE: install-am install-strip
578
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500579.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
580 clean-libtool cscopelist-am ctags ctags-am distclean \
581 distclean-generic distclean-libtool distclean-tags distdir dvi \
582 dvi-am html html-am info info-am install install-am \
Emeric Vigier2f625822012-08-06 11:09:52 -0400583 install-ccxxincludeHEADERS install-data install-data-am \
584 install-dvi install-dvi-am install-exec install-exec-am \
585 install-html install-html-am install-info install-info-am \
586 install-man install-pdf install-pdf-am install-ps \
587 install-ps-am install-strip installcheck installcheck-am \
588 installdirs maintainer-clean maintainer-clean-generic \
589 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500590 ps ps-am tags tags-am uninstall uninstall-am \
Emeric Vigier2f625822012-08-06 11:09:52 -0400591 uninstall-ccxxincludeHEADERS
592
593
594kdoc:
595 kdoc -f html -d $(KDOC_DIR) -L$(KDOC_DIR) -n ccrtp $(kdoc_headers)
596
597# Tell versions [3.59,3.63) of GNU make to not export all variables.
598# Otherwise a system limit (for SysV at least) may be exceeded.
599.NOEXPORT: