blob: c93368752d601c7d440b1498145356ce11a785bf [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) 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.
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 = 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_@AM_V@)
108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_@AM_V@)
112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113am__v_GEN_0 = @echo " GEN " $@;
114am__v_GEN_1 =
115AM_V_at = $(am__v_at_@AM_V@)
116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
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)
147ACLOCAL = @ACLOCAL@
148AMTAR = @AMTAR@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500149AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Emeric Vigier2f625822012-08-06 11:09:52 -0400150AR = @AR@
151AUTOCONF = @AUTOCONF@
152AUTOHEADER = @AUTOHEADER@
153AUTOMAKE = @AUTOMAKE@
154AWK = @AWK@
155CC = @CC@
156CCDEPMODE = @CCDEPMODE@
157CFLAGS = @CFLAGS@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500158COMMONCPP_CFLAGS = @COMMONCPP_CFLAGS@
159COMMONCPP_LIBS = @COMMONCPP_LIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400160CPP = @CPP@
161CPPFLAGS = @CPPFLAGS@
162CXX = @CXX@
163CXXCPP = @CXXCPP@
164CXXDEPMODE = @CXXDEPMODE@
165CXXFLAGS = @CXXFLAGS@
166CYGPATH_W = @CYGPATH_W@
167DEFS = @DEFS@
168DEPDIR = @DEPDIR@
169DLLTOOL = @DLLTOOL@
170DOXYGEN = @DOXYGEN@
171DSYMUTIL = @DSYMUTIL@
172DUMPBIN = @DUMPBIN@
173ECHO_C = @ECHO_C@
174ECHO_N = @ECHO_N@
175ECHO_T = @ECHO_T@
176EGREP = @EGREP@
177EXEEXT = @EXEEXT@
178FGREP = @FGREP@
179FTPDIR = @FTPDIR@
180GNULIBS = @GNULIBS@
181GREP = @GREP@
182INSTALL = @INSTALL@
183INSTALL_DATA = @INSTALL_DATA@
184INSTALL_PROGRAM = @INSTALL_PROGRAM@
185INSTALL_SCRIPT = @INSTALL_SCRIPT@
186INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
187KDOC_DIR = @KDOC_DIR@
188LD = @LD@
189LDFLAGS = @LDFLAGS@
190LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
191LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
192LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
193LIBOBJS = @LIBOBJS@
194LIBS = @LIBS@
195LIBTOOL = @LIBTOOL@
Emeric Vigier2f625822012-08-06 11:09:52 -0400196LIPO = @LIPO@
197LN_S = @LN_S@
198LTLIBOBJS = @LTLIBOBJS@
199LT_CCXX_VERSION = @LT_CCXX_VERSION@
200LT_MAJOR = @LT_MAJOR@
201LT_MINOR = @LT_MINOR@
202LT_RELEASE = @LT_RELEASE@
203LT_SUBVER = @LT_SUBVER@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500204LT_VERSION = @LT_VERSION@
Emeric Vigier2f625822012-08-06 11:09:52 -0400205MAINT = @MAINT@
206MAKEINFO = @MAKEINFO@
207MANIFEST_TOOL = @MANIFEST_TOOL@
208MKDIR_P = @MKDIR_P@
209NM = @NM@
210NMEDIT = @NMEDIT@
211OBJDUMP = @OBJDUMP@
212OBJEXT = @OBJEXT@
213OTOOL = @OTOOL@
214OTOOL64 = @OTOOL64@
215PACKAGE = @PACKAGE@
216PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
217PACKAGE_NAME = @PACKAGE_NAME@
218PACKAGE_STRING = @PACKAGE_STRING@
219PACKAGE_TARNAME = @PACKAGE_TARNAME@
220PACKAGE_URL = @PACKAGE_URL@
221PACKAGE_VERSION = @PACKAGE_VERSION@
222PATH_SEPARATOR = @PATH_SEPARATOR@
223PKG_CONFIG = @PKG_CONFIG@
224PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
225PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
226RANLIB = @RANLIB@
227SED = @SED@
228SET_MAKE = @SET_MAKE@
229SHELL = @SHELL@
230STRIP = @STRIP@
231VERSION = @VERSION@
232WARN_FLAGS = @WARN_FLAGS@
233abs_builddir = @abs_builddir@
234abs_srcdir = @abs_srcdir@
235abs_top_builddir = @abs_top_builddir@
236abs_top_srcdir = @abs_top_srcdir@
237ac_ct_AR = @ac_ct_AR@
238ac_ct_CC = @ac_ct_CC@
239ac_ct_CXX = @ac_ct_CXX@
240ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
241am__include = @am__include@
242am__leading_dot = @am__leading_dot@
243am__quote = @am__quote@
244am__tar = @am__tar@
245am__untar = @am__untar@
246bindir = @bindir@
247build = @build@
248build_alias = @build_alias@
249build_cpu = @build_cpu@
250build_os = @build_os@
251build_vendor = @build_vendor@
252builddir = @builddir@
253datadir = @datadir@
254datarootdir = @datarootdir@
255docdir = @docdir@
256dvidir = @dvidir@
257exec_prefix = @exec_prefix@
258host = @host@
259host_alias = @host_alias@
260host_cpu = @host_cpu@
261host_os = @host_os@
262host_vendor = @host_vendor@
263htmldir = @htmldir@
264includedir = @includedir@
265infodir = @infodir@
266install_sh = @install_sh@
267libdir = @libdir@
268libexecdir = @libexecdir@
269localedir = @localedir@
270localstatedir = @localstatedir@
271mandir = @mandir@
272mkdir_p = @mkdir_p@
273oldincludedir = @oldincludedir@
274pdfdir = @pdfdir@
275prefix = @prefix@
276program_transform_name = @program_transform_name@
277psdir = @psdir@
278sbindir = @sbindir@
279sharedstatedir = @sharedstatedir@
280srcdir = @srcdir@
281sysconfdir = @sysconfdir@
282target = @target@
283target_alias = @target_alias@
284target_cpu = @target_cpu@
285target_os = @target_os@
286target_vendor = @target_vendor@
287top_build_prefix = @top_build_prefix@
288top_builddir = @top_builddir@
289top_srcdir = @top_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: @MAINTAINER_MODE_TRUE@ $(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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(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: