blob: 6aec152980f3a841846ec772178a24d025305990 [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 Open Source Telecom Corporation.
18#
19# This file is free software; as a special exception the author gives
20# unlimited permission to copy and/or distribute it, with or without
21# modifications, as long as this notice is preserved.
22#
23# This program is distributed in the hope that it will be useful, but
24# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
25# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
26
27VPATH = @srcdir@
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)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
90host_triplet = @host@
91target_triplet = @target@
92subdir = src/ccrtp/crypto
Alexandre Lisionddd731e2014-01-31 11:50:08 -050093DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
94 $(noinst_HEADERS)
Emeric Vigier2f625822012-08-06 11:09:52 -040095ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/m4/libgcrypt_local.m4 \
97 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ost_debug.m4 \
100 $(top_srcdir)/m4/ost_maint.m4 $(top_srcdir)/m4/ost_prog.m4 \
101 $(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103 $(ACLOCAL_M4)
104mkinstalldirs = $(install_sh) -d
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500105CONFIG_HEADER = $(top_builddir)/ccrtp-config.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500108AM_V_P = $(am__v_P_@AM_V@)
109am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110am__v_P_0 = false
111am__v_P_1 = :
112AM_V_GEN = $(am__v_GEN_@AM_V@)
113am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114am__v_GEN_0 = @echo " GEN " $@;
115am__v_GEN_1 =
116AM_V_at = $(am__v_at_@AM_V@)
117am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118am__v_at_0 = @
119am__v_at_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400120depcomp =
121am__depfiles_maybe =
122SOURCES =
123DIST_SOURCES =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500124am__can_run_installinfo = \
125 case $$AM_UPDATE_INFO_DIR in \
126 n|no|NO) false;; \
127 *) (install-info --version) >/dev/null 2>&1;; \
128 esac
Emeric Vigier2f625822012-08-06 11:09:52 -0400129HEADERS = $(noinst_HEADERS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500130am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
131# Read a list of newline-separated strings from the standard input,
132# and print each of them once, without duplicates. Input order is
133# *not* preserved.
134am__uniquify_input = $(AWK) '\
135 BEGIN { nonempty = 0; } \
136 { items[$$0] = 1; nonempty = 1; } \
137 END { if (nonempty) { for (i in items) print i; }; } \
138'
139# Make sure the list of sources is unique. This is necessary because,
140# e.g., the same source file might be shared among _SOURCES variables
141# for different programs/libraries.
142am__define_uniq_tagged_files = \
143 list='$(am__tagged_files)'; \
144 unique=`for i in $$list; do \
145 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
146 done | $(am__uniquify_input)`
Emeric Vigier2f625822012-08-06 11:09:52 -0400147ETAGS = etags
148CTAGS = ctags
149DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150ACLOCAL = @ACLOCAL@
151AMTAR = @AMTAR@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500152AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Emeric Vigier2f625822012-08-06 11:09:52 -0400153AR = @AR@
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500154AS = @AS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400155AUTOCONF = @AUTOCONF@
156AUTOHEADER = @AUTOHEADER@
157AUTOMAKE = @AUTOMAKE@
158AWK = @AWK@
159CC = @CC@
160CCDEPMODE = @CCDEPMODE@
161CFLAGS = @CFLAGS@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500162COMMONCPP_CFLAGS = @COMMONCPP_CFLAGS@
163COMMONCPP_LIBS = @COMMONCPP_LIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400164CPP = @CPP@
165CPPFLAGS = @CPPFLAGS@
166CXX = @CXX@
167CXXCPP = @CXXCPP@
168CXXDEPMODE = @CXXDEPMODE@
169CXXFLAGS = @CXXFLAGS@
170CYGPATH_W = @CYGPATH_W@
171DEFS = @DEFS@
172DEPDIR = @DEPDIR@
173DLLTOOL = @DLLTOOL@
174DOXYGEN = @DOXYGEN@
175DSYMUTIL = @DSYMUTIL@
176DUMPBIN = @DUMPBIN@
177ECHO_C = @ECHO_C@
178ECHO_N = @ECHO_N@
179ECHO_T = @ECHO_T@
180EGREP = @EGREP@
181EXEEXT = @EXEEXT@
182FGREP = @FGREP@
183FTPDIR = @FTPDIR@
184GNULIBS = @GNULIBS@
185GREP = @GREP@
186INSTALL = @INSTALL@
187INSTALL_DATA = @INSTALL_DATA@
188INSTALL_PROGRAM = @INSTALL_PROGRAM@
189INSTALL_SCRIPT = @INSTALL_SCRIPT@
190INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
191KDOC_DIR = @KDOC_DIR@
192LD = @LD@
193LDFLAGS = @LDFLAGS@
194LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
195LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
196LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
197LIBOBJS = @LIBOBJS@
198LIBS = @LIBS@
199LIBTOOL = @LIBTOOL@
Emeric Vigier2f625822012-08-06 11:09:52 -0400200LIPO = @LIPO@
201LN_S = @LN_S@
202LTLIBOBJS = @LTLIBOBJS@
203LT_CCXX_VERSION = @LT_CCXX_VERSION@
204LT_MAJOR = @LT_MAJOR@
205LT_MINOR = @LT_MINOR@
206LT_RELEASE = @LT_RELEASE@
207LT_SUBVER = @LT_SUBVER@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500208LT_VERSION = @LT_VERSION@
Emeric Vigier2f625822012-08-06 11:09:52 -0400209MAINT = @MAINT@
210MAKEINFO = @MAKEINFO@
211MANIFEST_TOOL = @MANIFEST_TOOL@
212MKDIR_P = @MKDIR_P@
213NM = @NM@
214NMEDIT = @NMEDIT@
215OBJDUMP = @OBJDUMP@
216OBJEXT = @OBJEXT@
217OTOOL = @OTOOL@
218OTOOL64 = @OTOOL64@
219PACKAGE = @PACKAGE@
220PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
221PACKAGE_NAME = @PACKAGE_NAME@
222PACKAGE_STRING = @PACKAGE_STRING@
223PACKAGE_TARNAME = @PACKAGE_TARNAME@
224PACKAGE_URL = @PACKAGE_URL@
225PACKAGE_VERSION = @PACKAGE_VERSION@
226PATH_SEPARATOR = @PATH_SEPARATOR@
227PKG_CONFIG = @PKG_CONFIG@
228PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
229PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
230RANLIB = @RANLIB@
231SED = @SED@
232SET_MAKE = @SET_MAKE@
233SHELL = @SHELL@
234STRIP = @STRIP@
235VERSION = @VERSION@
236WARN_FLAGS = @WARN_FLAGS@
237abs_builddir = @abs_builddir@
238abs_srcdir = @abs_srcdir@
239abs_top_builddir = @abs_top_builddir@
240abs_top_srcdir = @abs_top_srcdir@
241ac_ct_AR = @ac_ct_AR@
242ac_ct_CC = @ac_ct_CC@
243ac_ct_CXX = @ac_ct_CXX@
244ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
245am__include = @am__include@
246am__leading_dot = @am__leading_dot@
247am__quote = @am__quote@
248am__tar = @am__tar@
249am__untar = @am__untar@
250bindir = @bindir@
251build = @build@
252build_alias = @build_alias@
253build_cpu = @build_cpu@
254build_os = @build_os@
255build_vendor = @build_vendor@
256builddir = @builddir@
257datadir = @datadir@
258datarootdir = @datarootdir@
259docdir = @docdir@
260dvidir = @dvidir@
261exec_prefix = @exec_prefix@
262host = @host@
263host_alias = @host_alias@
264host_cpu = @host_cpu@
265host_os = @host_os@
266host_vendor = @host_vendor@
267htmldir = @htmldir@
268includedir = @includedir@
269infodir = @infodir@
270install_sh = @install_sh@
271libdir = @libdir@
272libexecdir = @libexecdir@
273localedir = @localedir@
274localstatedir = @localstatedir@
275mandir = @mandir@
276mkdir_p = @mkdir_p@
277oldincludedir = @oldincludedir@
278pdfdir = @pdfdir@
279prefix = @prefix@
280program_transform_name = @program_transform_name@
281psdir = @psdir@
282sbindir = @sbindir@
283sharedstatedir = @sharedstatedir@
284srcdir = @srcdir@
285sysconfdir = @sysconfdir@
286target = @target@
287target_alias = @target_alias@
288target_cpu = @target_cpu@
289target_os = @target_os@
290target_vendor = @target_vendor@
291top_build_prefix = @top_build_prefix@
292top_builddir = @top_builddir@
293top_srcdir = @top_srcdir@
294AUTOMAKE_OPTIONS = no-dependencies dist-shar
295ccxxincludedir = $(includedir)/ccrtp/crypto
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500296noinst_HEADERS = SrtpSymCrypto.h hmac.h macSkein.h skein.h skein_iv.h skein_port.h skeinApi.h \
297 brg_endian.h brg_types.h twofish.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400298
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500299kdoc_headers = SrtpSymCrypto.h hmac.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400300all: all-am
301
302.SUFFIXES:
303$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
304 @for dep in $?; do \
305 case '$(am__configure_deps)' in \
306 *$$dep*) \
307 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308 && { if test -f $@; then exit 0; else break; fi; }; \
309 exit 1;; \
310 esac; \
311 done; \
312 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/ccrtp/crypto/Makefile'; \
313 $(am__cd) $(top_srcdir) && \
314 $(AUTOMAKE) --gnu src/ccrtp/crypto/Makefile
315.PRECIOUS: Makefile
316Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317 @case '$?' in \
318 *config.status*) \
319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320 *) \
321 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
322 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
323 esac;
324
325$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
328$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332$(am__aclocal_m4_deps):
333
334mostlyclean-libtool:
335 -rm -f *.lo
336
337clean-libtool:
338 -rm -rf .libs _libs
339
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500340ID: $(am__tagged_files)
341 $(am__define_uniq_tagged_files); mkid -fID $$unique
342tags: tags-am
343TAGS: tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400344
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500345tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Emeric Vigier2f625822012-08-06 11:09:52 -0400346 set x; \
347 here=`pwd`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500348 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400349 shift; \
350 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
351 test -n "$$unique" || unique=$$empty_fix; \
352 if test $$# -gt 0; then \
353 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
354 "$$@" $$unique; \
355 else \
356 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
357 $$unique; \
358 fi; \
359 fi
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500360ctags: ctags-am
361
362CTAGS: ctags
363ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
364 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400365 test -z "$(CTAGS_ARGS)$$unique" \
366 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
367 $$unique
368
369GTAGS:
370 here=`$(am__cd) $(top_builddir) && pwd` \
371 && $(am__cd) $(top_srcdir) \
372 && gtags -i $(GTAGS_ARGS) "$$here"
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500373cscopelist: cscopelist-am
374
375cscopelist-am: $(am__tagged_files)
376 list='$(am__tagged_files)'; \
377 case "$(srcdir)" in \
378 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
379 *) sdir=$(subdir)/$(srcdir) ;; \
380 esac; \
381 for i in $$list; do \
382 if test -f "$$i"; then \
383 echo "$(subdir)/$$i"; \
384 else \
385 echo "$$sdir/$$i"; \
386 fi; \
387 done >> $(top_builddir)/cscope.files
Emeric Vigier2f625822012-08-06 11:09:52 -0400388
389distclean-tags:
390 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
391
392distdir: $(DISTFILES)
393 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
394 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395 list='$(DISTFILES)'; \
396 dist_files=`for file in $$list; do echo $$file; done | \
397 sed -e "s|^$$srcdirstrip/||;t" \
398 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
399 case $$dist_files in \
400 */*) $(MKDIR_P) `echo "$$dist_files" | \
401 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
402 sort -u` ;; \
403 esac; \
404 for file in $$dist_files; do \
405 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
406 if test -d $$d/$$file; then \
407 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
408 if test -d "$(distdir)/$$file"; then \
409 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410 fi; \
411 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
412 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
413 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
414 fi; \
415 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
416 else \
417 test -f "$(distdir)/$$file" \
418 || cp -p $$d/$$file "$(distdir)/$$file" \
419 || exit 1; \
420 fi; \
421 done
422check-am: all-am
423check: check-am
424all-am: Makefile $(HEADERS)
425installdirs:
426install: install-am
427install-exec: install-exec-am
428install-data: install-data-am
429uninstall: uninstall-am
430
431install-am: all-am
432 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
433
434installcheck: installcheck-am
435install-strip:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500436 if test -z '$(STRIP)'; then \
437 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
438 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
439 install; \
440 else \
441 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
442 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
443 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
444 fi
Emeric Vigier2f625822012-08-06 11:09:52 -0400445mostlyclean-generic:
446
447clean-generic:
448
449distclean-generic:
450 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
451 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
452
453maintainer-clean-generic:
454 @echo "This command is intended for maintainers to use"
455 @echo "it deletes files that may require special tools to rebuild."
456clean: clean-am
457
458clean-am: clean-generic clean-libtool mostlyclean-am
459
460distclean: distclean-am
461 -rm -f Makefile
462distclean-am: clean-am distclean-generic distclean-tags
463
464dvi: dvi-am
465
466dvi-am:
467
468html: html-am
469
470html-am:
471
472info: info-am
473
474info-am:
475
476install-data-am:
477
478install-dvi: install-dvi-am
479
480install-dvi-am:
481
482install-exec-am:
483
484install-html: install-html-am
485
486install-html-am:
487
488install-info: install-info-am
489
490install-info-am:
491
492install-man:
493
494install-pdf: install-pdf-am
495
496install-pdf-am:
497
498install-ps: install-ps-am
499
500install-ps-am:
501
502installcheck-am:
503
504maintainer-clean: maintainer-clean-am
505 -rm -f Makefile
506maintainer-clean-am: distclean-am maintainer-clean-generic
507
508mostlyclean: mostlyclean-am
509
510mostlyclean-am: mostlyclean-generic mostlyclean-libtool
511
512pdf: pdf-am
513
514pdf-am:
515
516ps: ps-am
517
518ps-am:
519
520uninstall-am:
521
522.MAKE: install-am install-strip
523
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500524.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
525 clean-libtool cscopelist-am ctags ctags-am distclean \
526 distclean-generic distclean-libtool distclean-tags distdir dvi \
527 dvi-am html html-am info info-am install install-am \
528 install-data install-data-am install-dvi install-dvi-am \
529 install-exec install-exec-am install-html install-html-am \
530 install-info install-info-am install-man install-pdf \
531 install-pdf-am install-ps install-ps-am install-strip \
532 installcheck installcheck-am installdirs maintainer-clean \
Emeric Vigier2f625822012-08-06 11:09:52 -0400533 maintainer-clean-generic mostlyclean mostlyclean-generic \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500534 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
Emeric Vigier2f625822012-08-06 11:09:52 -0400535 uninstall-am
536
537
538kdoc:
539 kdoc -f html -d $(KDOC_DIR) -L$(KDOC_DIR) -n ccrtp $(kdoc_headers)
540
541# Tell versions [3.59,3.63) of GNU make to not export all variables.
542# Otherwise a system limit (for SysV at least) may be exceeded.
543.NOEXPORT: