blob: f32459ff79ecd3304669eb4b93a4e90c3dbb10b2 [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# @configure_input@
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@SET_MAKE@
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
28VPATH = @srcdir@
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)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
91host_triplet = @host@
92target_triplet = @target@
93subdir = 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_@AM_V@)
110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111am__v_P_0 = false
112am__v_P_1 = :
113AM_V_GEN = $(am__v_GEN_@AM_V@)
114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115am__v_GEN_0 = @echo " GEN " $@;
116am__v_GEN_1 =
117AM_V_at = $(am__v_at_@AM_V@)
118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
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)
179ACLOCAL = @ACLOCAL@
180AMTAR = @AMTAR@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500181AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Emeric Vigier2f625822012-08-06 11:09:52 -0400182AR = @AR@
183AUTOCONF = @AUTOCONF@
184AUTOHEADER = @AUTOHEADER@
185AUTOMAKE = @AUTOMAKE@
186AWK = @AWK@
187CC = @CC@
188CCDEPMODE = @CCDEPMODE@
189CFLAGS = @CFLAGS@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500190COMMONCPP_CFLAGS = @COMMONCPP_CFLAGS@
191COMMONCPP_LIBS = @COMMONCPP_LIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400192CPP = @CPP@
193CPPFLAGS = @CPPFLAGS@
194CXX = @CXX@
195CXXCPP = @CXXCPP@
196CXXDEPMODE = @CXXDEPMODE@
197CXXFLAGS = @CXXFLAGS@
198CYGPATH_W = @CYGPATH_W@
199DEFS = @DEFS@
200DEPDIR = @DEPDIR@
201DLLTOOL = @DLLTOOL@
202DOXYGEN = @DOXYGEN@
203DSYMUTIL = @DSYMUTIL@
204DUMPBIN = @DUMPBIN@
205ECHO_C = @ECHO_C@
206ECHO_N = @ECHO_N@
207ECHO_T = @ECHO_T@
208EGREP = @EGREP@
209EXEEXT = @EXEEXT@
210FGREP = @FGREP@
211FTPDIR = @FTPDIR@
212GNULIBS = @GNULIBS@
213GREP = @GREP@
214INSTALL = @INSTALL@
215INSTALL_DATA = @INSTALL_DATA@
216INSTALL_PROGRAM = @INSTALL_PROGRAM@
217INSTALL_SCRIPT = @INSTALL_SCRIPT@
218INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
219KDOC_DIR = @KDOC_DIR@
220LD = @LD@
221LDFLAGS = @LDFLAGS@
222LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
223LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
224LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
225LIBOBJS = @LIBOBJS@
226LIBS = @LIBS@
227LIBTOOL = @LIBTOOL@
Emeric Vigier2f625822012-08-06 11:09:52 -0400228LIPO = @LIPO@
229LN_S = @LN_S@
230LTLIBOBJS = @LTLIBOBJS@
231LT_CCXX_VERSION = @LT_CCXX_VERSION@
232LT_MAJOR = @LT_MAJOR@
233LT_MINOR = @LT_MINOR@
234LT_RELEASE = @LT_RELEASE@
235LT_SUBVER = @LT_SUBVER@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500236LT_VERSION = @LT_VERSION@
Emeric Vigier2f625822012-08-06 11:09:52 -0400237MAINT = @MAINT@
238MAKEINFO = @MAKEINFO@
239MANIFEST_TOOL = @MANIFEST_TOOL@
240MKDIR_P = @MKDIR_P@
241NM = @NM@
242NMEDIT = @NMEDIT@
243OBJDUMP = @OBJDUMP@
244OBJEXT = @OBJEXT@
245OTOOL = @OTOOL@
246OTOOL64 = @OTOOL64@
247PACKAGE = @PACKAGE@
248PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
249PACKAGE_NAME = @PACKAGE_NAME@
250PACKAGE_STRING = @PACKAGE_STRING@
251PACKAGE_TARNAME = @PACKAGE_TARNAME@
252PACKAGE_URL = @PACKAGE_URL@
253PACKAGE_VERSION = @PACKAGE_VERSION@
254PATH_SEPARATOR = @PATH_SEPARATOR@
255PKG_CONFIG = @PKG_CONFIG@
256PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
257PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
258RANLIB = @RANLIB@
259SED = @SED@
260SET_MAKE = @SET_MAKE@
261SHELL = @SHELL@
262STRIP = @STRIP@
263VERSION = @VERSION@
264WARN_FLAGS = @WARN_FLAGS@
265abs_builddir = @abs_builddir@
266abs_srcdir = @abs_srcdir@
267abs_top_builddir = @abs_top_builddir@
268abs_top_srcdir = @abs_top_srcdir@
269ac_ct_AR = @ac_ct_AR@
270ac_ct_CC = @ac_ct_CC@
271ac_ct_CXX = @ac_ct_CXX@
272ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
273am__include = @am__include@
274am__leading_dot = @am__leading_dot@
275am__quote = @am__quote@
276am__tar = @am__tar@
277am__untar = @am__untar@
278bindir = @bindir@
279build = @build@
280build_alias = @build_alias@
281build_cpu = @build_cpu@
282build_os = @build_os@
283build_vendor = @build_vendor@
284builddir = @builddir@
285datadir = @datadir@
286datarootdir = @datarootdir@
287docdir = @docdir@
288dvidir = @dvidir@
289exec_prefix = @exec_prefix@
290host = @host@
291host_alias = @host_alias@
292host_cpu = @host_cpu@
293host_os = @host_os@
294host_vendor = @host_vendor@
295htmldir = @htmldir@
296includedir = @includedir@
297infodir = @infodir@
298install_sh = @install_sh@
299libdir = @libdir@
300libexecdir = @libexecdir@
301localedir = @localedir@
302localstatedir = @localstatedir@
303mandir = @mandir@
304mkdir_p = @mkdir_p@
305oldincludedir = @oldincludedir@
306pdfdir = @pdfdir@
307prefix = @prefix@
308program_transform_name = @program_transform_name@
309psdir = @psdir@
310sbindir = @sbindir@
311sharedstatedir = @sharedstatedir@
312srcdir = @srcdir@
313sysconfdir = @sysconfdir@
314target = @target@
315target_alias = @target_alias@
316target_cpu = @target_cpu@
317target_os = @target_os@
318target_vendor = @target_vendor@
319top_build_prefix = @top_build_prefix@
320top_builddir = @top_builddir@
321top_srcdir = @top_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: @MAINTAINER_MODE_TRUE@ $(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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
360 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(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: