blob: 88de9d5aa50b4838a28bd9985b06af344190e3c1 [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@
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500183AS = @AS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400184AUTOCONF = @AUTOCONF@
185AUTOHEADER = @AUTOHEADER@
186AUTOMAKE = @AUTOMAKE@
187AWK = @AWK@
188CC = @CC@
189CCDEPMODE = @CCDEPMODE@
190CFLAGS = @CFLAGS@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500191COMMONCPP_CFLAGS = @COMMONCPP_CFLAGS@
192COMMONCPP_LIBS = @COMMONCPP_LIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400193CPP = @CPP@
194CPPFLAGS = @CPPFLAGS@
195CXX = @CXX@
196CXXCPP = @CXXCPP@
197CXXDEPMODE = @CXXDEPMODE@
198CXXFLAGS = @CXXFLAGS@
199CYGPATH_W = @CYGPATH_W@
200DEFS = @DEFS@
201DEPDIR = @DEPDIR@
202DLLTOOL = @DLLTOOL@
203DOXYGEN = @DOXYGEN@
204DSYMUTIL = @DSYMUTIL@
205DUMPBIN = @DUMPBIN@
206ECHO_C = @ECHO_C@
207ECHO_N = @ECHO_N@
208ECHO_T = @ECHO_T@
209EGREP = @EGREP@
210EXEEXT = @EXEEXT@
211FGREP = @FGREP@
212FTPDIR = @FTPDIR@
213GNULIBS = @GNULIBS@
214GREP = @GREP@
215INSTALL = @INSTALL@
216INSTALL_DATA = @INSTALL_DATA@
217INSTALL_PROGRAM = @INSTALL_PROGRAM@
218INSTALL_SCRIPT = @INSTALL_SCRIPT@
219INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
220KDOC_DIR = @KDOC_DIR@
221LD = @LD@
222LDFLAGS = @LDFLAGS@
223LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
224LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
225LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
226LIBOBJS = @LIBOBJS@
227LIBS = @LIBS@
228LIBTOOL = @LIBTOOL@
Emeric Vigier2f625822012-08-06 11:09:52 -0400229LIPO = @LIPO@
230LN_S = @LN_S@
231LTLIBOBJS = @LTLIBOBJS@
232LT_CCXX_VERSION = @LT_CCXX_VERSION@
233LT_MAJOR = @LT_MAJOR@
234LT_MINOR = @LT_MINOR@
235LT_RELEASE = @LT_RELEASE@
236LT_SUBVER = @LT_SUBVER@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500237LT_VERSION = @LT_VERSION@
Emeric Vigier2f625822012-08-06 11:09:52 -0400238MAINT = @MAINT@
239MAKEINFO = @MAKEINFO@
240MANIFEST_TOOL = @MANIFEST_TOOL@
241MKDIR_P = @MKDIR_P@
242NM = @NM@
243NMEDIT = @NMEDIT@
244OBJDUMP = @OBJDUMP@
245OBJEXT = @OBJEXT@
246OTOOL = @OTOOL@
247OTOOL64 = @OTOOL64@
248PACKAGE = @PACKAGE@
249PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
250PACKAGE_NAME = @PACKAGE_NAME@
251PACKAGE_STRING = @PACKAGE_STRING@
252PACKAGE_TARNAME = @PACKAGE_TARNAME@
253PACKAGE_URL = @PACKAGE_URL@
254PACKAGE_VERSION = @PACKAGE_VERSION@
255PATH_SEPARATOR = @PATH_SEPARATOR@
256PKG_CONFIG = @PKG_CONFIG@
257PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
258PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
259RANLIB = @RANLIB@
260SED = @SED@
261SET_MAKE = @SET_MAKE@
262SHELL = @SHELL@
263STRIP = @STRIP@
264VERSION = @VERSION@
265WARN_FLAGS = @WARN_FLAGS@
266abs_builddir = @abs_builddir@
267abs_srcdir = @abs_srcdir@
268abs_top_builddir = @abs_top_builddir@
269abs_top_srcdir = @abs_top_srcdir@
270ac_ct_AR = @ac_ct_AR@
271ac_ct_CC = @ac_ct_CC@
272ac_ct_CXX = @ac_ct_CXX@
273ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
274am__include = @am__include@
275am__leading_dot = @am__leading_dot@
276am__quote = @am__quote@
277am__tar = @am__tar@
278am__untar = @am__untar@
279bindir = @bindir@
280build = @build@
281build_alias = @build_alias@
282build_cpu = @build_cpu@
283build_os = @build_os@
284build_vendor = @build_vendor@
285builddir = @builddir@
286datadir = @datadir@
287datarootdir = @datarootdir@
288docdir = @docdir@
289dvidir = @dvidir@
290exec_prefix = @exec_prefix@
291host = @host@
292host_alias = @host_alias@
293host_cpu = @host_cpu@
294host_os = @host_os@
295host_vendor = @host_vendor@
296htmldir = @htmldir@
297includedir = @includedir@
298infodir = @infodir@
299install_sh = @install_sh@
300libdir = @libdir@
301libexecdir = @libexecdir@
302localedir = @localedir@
303localstatedir = @localstatedir@
304mandir = @mandir@
305mkdir_p = @mkdir_p@
306oldincludedir = @oldincludedir@
307pdfdir = @pdfdir@
308prefix = @prefix@
309program_transform_name = @program_transform_name@
310psdir = @psdir@
311sbindir = @sbindir@
312sharedstatedir = @sharedstatedir@
313srcdir = @srcdir@
314sysconfdir = @sysconfdir@
315target = @target@
316target_alias = @target_alias@
317target_cpu = @target_cpu@
318target_os = @target_os@
319target_vendor = @target_vendor@
320top_build_prefix = @top_build_prefix@
321top_builddir = @top_builddir@
322top_srcdir = @top_srcdir@
323AUTOMAKE_OPTIONS = no-dependencies dist-shar
324ccxxincludedir = $(includedir)/ccrtp
325ccxxinclude_HEADERS = base.h formats.h rtppkt.h rtcppkt.h sources.h channel.h \
326 queuebase.h iqueue.h oqueue.h ioqueue.h cqueue.h ext.h rtp.h pool.h \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500327 CryptoContext.h CryptoContextCtrl.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400328
329kdoc_headers = base.h formats.h rtppkt.h rtcppkt.h sources.h channel.h \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500330 queuebase.h iqueue.h oqueue.h ioqueue.h cqueue.h ext.h CryptoContext.h CryptoContextCtrl.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400331
332all: all-am
333
334.SUFFIXES:
335$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
336 @for dep in $?; do \
337 case '$(am__configure_deps)' in \
338 *$$dep*) \
339 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
340 && { if test -f $@; then exit 0; else break; fi; }; \
341 exit 1;; \
342 esac; \
343 done; \
344 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/ccrtp/Makefile'; \
345 $(am__cd) $(top_srcdir) && \
346 $(AUTOMAKE) --gnu src/ccrtp/Makefile
347.PRECIOUS: Makefile
348Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
349 @case '$?' in \
350 *config.status*) \
351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
352 *) \
353 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
354 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
355 esac;
356
357$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359
360$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
363 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364$(am__aclocal_m4_deps):
365
366mostlyclean-libtool:
367 -rm -f *.lo
368
369clean-libtool:
370 -rm -rf .libs _libs
371install-ccxxincludeHEADERS: $(ccxxinclude_HEADERS)
372 @$(NORMAL_INSTALL)
Emeric Vigier2f625822012-08-06 11:09:52 -0400373 @list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500374 if test -n "$$list"; then \
375 echo " $(MKDIR_P) '$(DESTDIR)$(ccxxincludedir)'"; \
376 $(MKDIR_P) "$(DESTDIR)$(ccxxincludedir)" || exit 1; \
377 fi; \
Emeric Vigier2f625822012-08-06 11:09:52 -0400378 for p in $$list; do \
379 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
380 echo "$$d$$p"; \
381 done | $(am__base_list) | \
382 while read files; do \
383 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ccxxincludedir)'"; \
384 $(INSTALL_HEADER) $$files "$(DESTDIR)$(ccxxincludedir)" || exit $$?; \
385 done
386
387uninstall-ccxxincludeHEADERS:
388 @$(NORMAL_UNINSTALL)
389 @list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
390 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500391 dir='$(DESTDIR)$(ccxxincludedir)'; $(am__uninstall_files_from_dir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400392
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500393ID: $(am__tagged_files)
394 $(am__define_uniq_tagged_files); mkid -fID $$unique
395tags: tags-am
396TAGS: tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400397
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500398tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Emeric Vigier2f625822012-08-06 11:09:52 -0400399 set x; \
400 here=`pwd`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500401 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400402 shift; \
403 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
404 test -n "$$unique" || unique=$$empty_fix; \
405 if test $$# -gt 0; then \
406 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
407 "$$@" $$unique; \
408 else \
409 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
410 $$unique; \
411 fi; \
412 fi
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500413ctags: ctags-am
414
415CTAGS: ctags
416ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
417 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400418 test -z "$(CTAGS_ARGS)$$unique" \
419 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420 $$unique
421
422GTAGS:
423 here=`$(am__cd) $(top_builddir) && pwd` \
424 && $(am__cd) $(top_srcdir) \
425 && gtags -i $(GTAGS_ARGS) "$$here"
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500426cscopelist: cscopelist-am
427
428cscopelist-am: $(am__tagged_files)
429 list='$(am__tagged_files)'; \
430 case "$(srcdir)" in \
431 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
432 *) sdir=$(subdir)/$(srcdir) ;; \
433 esac; \
434 for i in $$list; do \
435 if test -f "$$i"; then \
436 echo "$(subdir)/$$i"; \
437 else \
438 echo "$$sdir/$$i"; \
439 fi; \
440 done >> $(top_builddir)/cscope.files
Emeric Vigier2f625822012-08-06 11:09:52 -0400441
442distclean-tags:
443 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
444
445distdir: $(DISTFILES)
446 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448 list='$(DISTFILES)'; \
449 dist_files=`for file in $$list; do echo $$file; done | \
450 sed -e "s|^$$srcdirstrip/||;t" \
451 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
452 case $$dist_files in \
453 */*) $(MKDIR_P) `echo "$$dist_files" | \
454 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
455 sort -u` ;; \
456 esac; \
457 for file in $$dist_files; do \
458 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
459 if test -d $$d/$$file; then \
460 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
461 if test -d "$(distdir)/$$file"; then \
462 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463 fi; \
464 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
465 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
466 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467 fi; \
468 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
469 else \
470 test -f "$(distdir)/$$file" \
471 || cp -p $$d/$$file "$(distdir)/$$file" \
472 || exit 1; \
473 fi; \
474 done
475check-am: all-am
476check: check-am
477all-am: Makefile $(HEADERS)
478installdirs:
479 for dir in "$(DESTDIR)$(ccxxincludedir)"; do \
480 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
481 done
482install: install-am
483install-exec: install-exec-am
484install-data: install-data-am
485uninstall: uninstall-am
486
487install-am: all-am
488 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
489
490installcheck: installcheck-am
491install-strip:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500492 if test -z '$(STRIP)'; then \
493 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
494 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495 install; \
496 else \
497 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
498 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
499 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
500 fi
Emeric Vigier2f625822012-08-06 11:09:52 -0400501mostlyclean-generic:
502
503clean-generic:
504
505distclean-generic:
506 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
507 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
508
509maintainer-clean-generic:
510 @echo "This command is intended for maintainers to use"
511 @echo "it deletes files that may require special tools to rebuild."
512clean: clean-am
513
514clean-am: clean-generic clean-libtool mostlyclean-am
515
516distclean: distclean-am
517 -rm -f Makefile
518distclean-am: clean-am distclean-generic distclean-tags
519
520dvi: dvi-am
521
522dvi-am:
523
524html: html-am
525
526html-am:
527
528info: info-am
529
530info-am:
531
532install-data-am: install-ccxxincludeHEADERS
533
534install-dvi: install-dvi-am
535
536install-dvi-am:
537
538install-exec-am:
539
540install-html: install-html-am
541
542install-html-am:
543
544install-info: install-info-am
545
546install-info-am:
547
548install-man:
549
550install-pdf: install-pdf-am
551
552install-pdf-am:
553
554install-ps: install-ps-am
555
556install-ps-am:
557
558installcheck-am:
559
560maintainer-clean: maintainer-clean-am
561 -rm -f Makefile
562maintainer-clean-am: distclean-am maintainer-clean-generic
563
564mostlyclean: mostlyclean-am
565
566mostlyclean-am: mostlyclean-generic mostlyclean-libtool
567
568pdf: pdf-am
569
570pdf-am:
571
572ps: ps-am
573
574ps-am:
575
576uninstall-am: uninstall-ccxxincludeHEADERS
577
578.MAKE: install-am install-strip
579
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500580.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
581 clean-libtool cscopelist-am ctags ctags-am distclean \
582 distclean-generic distclean-libtool distclean-tags distdir dvi \
583 dvi-am html html-am info info-am install install-am \
Emeric Vigier2f625822012-08-06 11:09:52 -0400584 install-ccxxincludeHEADERS install-data install-data-am \
585 install-dvi install-dvi-am install-exec install-exec-am \
586 install-html install-html-am install-info install-info-am \
587 install-man install-pdf install-pdf-am install-ps \
588 install-ps-am install-strip installcheck installcheck-am \
589 installdirs maintainer-clean maintainer-clean-generic \
590 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500591 ps ps-am tags tags-am uninstall uninstall-am \
Emeric Vigier2f625822012-08-06 11:09:52 -0400592 uninstall-ccxxincludeHEADERS
593
594
595kdoc:
596 kdoc -f html -d $(KDOC_DIR) -L$(KDOC_DIR) -n ccrtp $(kdoc_headers)
597
598# Tell versions [3.59,3.63) of GNU make to not export all variables.
599# Otherwise a system limit (for SysV at least) may be exceeded.
600.NOEXPORT: