]> andersk Git - libyaml.git/blame - include/Makefile.in
Imported Upstream version 0.1.7
[libyaml.git] / include / Makefile.in
CommitLineData
0044e680 1# Makefile.in generated by automake 1.14.1 from Makefile.am.
b9668ba4
AK
2# @configure_input@
3
0044e680
AK
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
b9668ba4
AK
6# 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
b9668ba4 17VPATH = @srcdir@
0044e680
AK
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
b9668ba4 63pkgdatadir = $(datadir)/@PACKAGE@
b9668ba4 64pkgincludedir = $(includedir)/@PACKAGE@
0fbeb4dc
AK
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
b9668ba4 67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
b9668ba4
AK
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = include
0044e680
AK
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(nobase_include_HEADERS)
b9668ba4
AK
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/configure.ac
86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87 $(ACLOCAL_M4)
88mkinstalldirs = $(install_sh) -d
89CONFIG_HEADER = $(top_builddir)/config.h
90CONFIG_CLEAN_FILES =
0fbeb4dc 91CONFIG_CLEAN_VPATH_FILES =
0044e680
AK
92AM_V_P = $(am__v_P_@AM_V@)
93am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
94am__v_P_0 = false
95am__v_P_1 = :
96AM_V_GEN = $(am__v_GEN_@AM_V@)
97am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
98am__v_GEN_0 = @echo " GEN " $@;
99am__v_GEN_1 =
100AM_V_at = $(am__v_at_@AM_V@)
101am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
102am__v_at_0 = @
103am__v_at_1 =
b9668ba4
AK
104SOURCES =
105DIST_SOURCES =
0044e680
AK
106am__can_run_installinfo = \
107 case $$AM_UPDATE_INFO_DIR in \
108 n|no|NO) false;; \
109 *) (install-info --version) >/dev/null 2>&1;; \
110 esac
b9668ba4
AK
111am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
112am__vpath_adj = case $$p in \
113 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
114 *) f=$$p;; \
115 esac;
0fbeb4dc
AK
116am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
117am__install_max = 40
118am__nobase_strip_setup = \
119 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
120am__nobase_strip = \
121 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
122am__nobase_list = $(am__nobase_strip_setup); \
123 for p in $$list; do echo "$$p $$p"; done | \
124 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
125 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
126 if (++n[$$2] == $(am__install_max)) \
127 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
128 END { for (dir in files) print dir, files[dir] }'
129am__base_list = \
130 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
131 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
059850b5
AK
132am__uninstall_files_from_dir = { \
133 test -z "$$files" \
134 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
135 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
136 $(am__cd) "$$dir" && rm -f $$files; }; \
137 }
b9668ba4 138am__installdirs = "$(DESTDIR)$(includedir)"
b9668ba4 139HEADERS = $(nobase_include_HEADERS)
0044e680
AK
140am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
141# Read a list of newline-separated strings from the standard input,
142# and print each of them once, without duplicates. Input order is
143# *not* preserved.
144am__uniquify_input = $(AWK) '\
145 BEGIN { nonempty = 0; } \
146 { items[$$0] = 1; nonempty = 1; } \
147 END { if (nonempty) { for (i in items) print i; }; } \
148'
149# Make sure the list of sources is unique. This is necessary because,
150# e.g., the same source file might be shared among _SOURCES variables
151# for different programs/libraries.
152am__define_uniq_tagged_files = \
153 list='$(am__tagged_files)'; \
154 unique=`for i in $$list; do \
155 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
156 done | $(am__uniquify_input)`
b9668ba4
AK
157ETAGS = etags
158CTAGS = ctags
159DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160ACLOCAL = @ACLOCAL@
b9668ba4 161AMTAR = @AMTAR@
0044e680 162AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
b9668ba4
AK
163AR = @AR@
164AUTOCONF = @AUTOCONF@
165AUTOHEADER = @AUTOHEADER@
166AUTOMAKE = @AUTOMAKE@
167AWK = @AWK@
168CC = @CC@
169CCDEPMODE = @CCDEPMODE@
170CFLAGS = @CFLAGS@
171CPP = @CPP@
172CPPFLAGS = @CPPFLAGS@
b9668ba4
AK
173CYGPATH_W = @CYGPATH_W@
174DEFS = @DEFS@
175DEPDIR = @DEPDIR@
059850b5 176DLLTOOL = @DLLTOOL@
b9668ba4 177DOXYGEN = @DOXYGEN@
5c706339
AK
178DSYMUTIL = @DSYMUTIL@
179DUMPBIN = @DUMPBIN@
b9668ba4
AK
180ECHO_C = @ECHO_C@
181ECHO_N = @ECHO_N@
182ECHO_T = @ECHO_T@
183EGREP = @EGREP@
184EXEEXT = @EXEEXT@
5c706339 185FGREP = @FGREP@
b9668ba4 186GREP = @GREP@
5c706339 187INSTALL = @INSTALL@
b9668ba4
AK
188INSTALL_DATA = @INSTALL_DATA@
189INSTALL_PROGRAM = @INSTALL_PROGRAM@
190INSTALL_SCRIPT = @INSTALL_SCRIPT@
191INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
5c706339 192LD = @LD@
b9668ba4
AK
193LDFLAGS = @LDFLAGS@
194LIBOBJS = @LIBOBJS@
195LIBS = @LIBS@
196LIBTOOL = @LIBTOOL@
5c706339 197LIPO = @LIPO@
b9668ba4
AK
198LN_S = @LN_S@
199LTLIBOBJS = @LTLIBOBJS@
200MAKEINFO = @MAKEINFO@
059850b5 201MANIFEST_TOOL = @MANIFEST_TOOL@
5c706339
AK
202MKDIR_P = @MKDIR_P@
203NM = @NM@
204NMEDIT = @NMEDIT@
47dc80f6 205OBJDUMP = @OBJDUMP@
b9668ba4 206OBJEXT = @OBJEXT@
5c706339
AK
207OTOOL = @OTOOL@
208OTOOL64 = @OTOOL64@
b9668ba4
AK
209PACKAGE = @PACKAGE@
210PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
211PACKAGE_NAME = @PACKAGE_NAME@
212PACKAGE_STRING = @PACKAGE_STRING@
213PACKAGE_TARNAME = @PACKAGE_TARNAME@
0fbeb4dc 214PACKAGE_URL = @PACKAGE_URL@
b9668ba4
AK
215PACKAGE_VERSION = @PACKAGE_VERSION@
216PATH_SEPARATOR = @PATH_SEPARATOR@
217RANLIB = @RANLIB@
5c706339 218SED = @SED@
b9668ba4
AK
219SET_MAKE = @SET_MAKE@
220SHELL = @SHELL@
221STRIP = @STRIP@
222VERSION = @VERSION@
223YAML_LT_AGE = @YAML_LT_AGE@
224YAML_LT_CURRENT = @YAML_LT_CURRENT@
225YAML_LT_RELEASE = @YAML_LT_RELEASE@
226YAML_LT_REVISION = @YAML_LT_REVISION@
5c706339
AK
227abs_builddir = @abs_builddir@
228abs_srcdir = @abs_srcdir@
229abs_top_builddir = @abs_top_builddir@
230abs_top_srcdir = @abs_top_srcdir@
059850b5 231ac_ct_AR = @ac_ct_AR@
b9668ba4 232ac_ct_CC = @ac_ct_CC@
5c706339 233ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
b9668ba4
AK
234am__include = @am__include@
235am__leading_dot = @am__leading_dot@
236am__quote = @am__quote@
237am__tar = @am__tar@
238am__untar = @am__untar@
239bindir = @bindir@
240build = @build@
241build_alias = @build_alias@
242build_cpu = @build_cpu@
243build_os = @build_os@
244build_vendor = @build_vendor@
5c706339 245builddir = @builddir@
b9668ba4
AK
246datadir = @datadir@
247datarootdir = @datarootdir@
248docdir = @docdir@
249dvidir = @dvidir@
250exec_prefix = @exec_prefix@
251host = @host@
252host_alias = @host_alias@
253host_cpu = @host_cpu@
254host_os = @host_os@
255host_vendor = @host_vendor@
256htmldir = @htmldir@
257includedir = @includedir@
258infodir = @infodir@
259install_sh = @install_sh@
260libdir = @libdir@
261libexecdir = @libexecdir@
262localedir = @localedir@
263localstatedir = @localstatedir@
264mandir = @mandir@
265mkdir_p = @mkdir_p@
266oldincludedir = @oldincludedir@
267pdfdir = @pdfdir@
268prefix = @prefix@
269program_transform_name = @program_transform_name@
270psdir = @psdir@
271sbindir = @sbindir@
272sharedstatedir = @sharedstatedir@
5c706339 273srcdir = @srcdir@
b9668ba4
AK
274sysconfdir = @sysconfdir@
275target_alias = @target_alias@
47dc80f6 276top_build_prefix = @top_build_prefix@
5c706339
AK
277top_builddir = @top_builddir@
278top_srcdir = @top_srcdir@
b9668ba4
AK
279INCLUDES = yaml.h
280DOXYGEN_CFG = $(top_srcdir)/doc/doxygen.cfg
281nobase_include_HEADERS = $(INCLUDES)
282all: all-am
283
284.SUFFIXES:
285$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
286 @for dep in $?; do \
287 case '$(am__configure_deps)' in \
288 *$$dep*) \
47dc80f6
AK
289 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
290 && { if test -f $@; then exit 0; else break; fi; }; \
b9668ba4
AK
291 exit 1;; \
292 esac; \
293 done; \
0fbeb4dc
AK
294 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
295 $(am__cd) $(top_srcdir) && \
296 $(AUTOMAKE) --foreign include/Makefile
b9668ba4
AK
297.PRECIOUS: Makefile
298Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
299 @case '$?' in \
300 *config.status*) \
301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
302 *) \
303 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
304 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
305 esac;
306
307$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309
310$(top_srcdir)/configure: $(am__configure_deps)
311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312$(ACLOCAL_M4): $(am__aclocal_m4_deps)
313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
0fbeb4dc 314$(am__aclocal_m4_deps):
b9668ba4
AK
315
316mostlyclean-libtool:
317 -rm -f *.lo
318
319clean-libtool:
320 -rm -rf .libs _libs
b9668ba4
AK
321install-nobase_includeHEADERS: $(nobase_include_HEADERS)
322 @$(NORMAL_INSTALL)
0fbeb4dc 323 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
0044e680
AK
324 if test -n "$$list"; then \
325 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
326 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
327 fi; \
0fbeb4dc
AK
328 $(am__nobase_list) | while read dir files; do \
329 xfiles=; for file in $$files; do \
330 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
331 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
332 test -z "$$xfiles" || { \
333 test "x$$dir" = x. || { \
0044e680 334 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
0fbeb4dc
AK
335 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
336 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
337 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
b9668ba4
AK
338 done
339
340uninstall-nobase_includeHEADERS:
341 @$(NORMAL_UNINSTALL)
0fbeb4dc
AK
342 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
343 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
059850b5 344 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
b9668ba4 345
0044e680
AK
346ID: $(am__tagged_files)
347 $(am__define_uniq_tagged_files); mkid -fID $$unique
348tags: tags-am
349TAGS: tags
350
351tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
0fbeb4dc 352 set x; \
b9668ba4 353 here=`pwd`; \
0044e680 354 $(am__define_uniq_tagged_files); \
0fbeb4dc
AK
355 shift; \
356 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
b9668ba4 357 test -n "$$unique" || unique=$$empty_fix; \
0fbeb4dc
AK
358 if test $$# -gt 0; then \
359 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
360 "$$@" $$unique; \
361 else \
362 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
363 $$unique; \
364 fi; \
b9668ba4 365 fi
0044e680
AK
366ctags: ctags-am
367
368CTAGS: ctags
369ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
370 $(am__define_uniq_tagged_files); \
0fbeb4dc 371 test -z "$(CTAGS_ARGS)$$unique" \
b9668ba4 372 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
0fbeb4dc 373 $$unique
b9668ba4
AK
374
375GTAGS:
376 here=`$(am__cd) $(top_builddir) && pwd` \
0fbeb4dc
AK
377 && $(am__cd) $(top_srcdir) \
378 && gtags -i $(GTAGS_ARGS) "$$here"
0044e680
AK
379cscopelist: cscopelist-am
380
381cscopelist-am: $(am__tagged_files)
382 list='$(am__tagged_files)'; \
383 case "$(srcdir)" in \
384 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
385 *) sdir=$(subdir)/$(srcdir) ;; \
386 esac; \
387 for i in $$list; do \
388 if test -f "$$i"; then \
389 echo "$(subdir)/$$i"; \
390 else \
391 echo "$$sdir/$$i"; \
392 fi; \
393 done >> $(top_builddir)/cscope.files
b9668ba4
AK
394
395distclean-tags:
396 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
397
398distdir: $(DISTFILES)
5c706339
AK
399 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
400 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401 list='$(DISTFILES)'; \
402 dist_files=`for file in $$list; do echo $$file; done | \
403 sed -e "s|^$$srcdirstrip/||;t" \
404 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
405 case $$dist_files in \
406 */*) $(MKDIR_P) `echo "$$dist_files" | \
407 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
408 sort -u` ;; \
409 esac; \
410 for file in $$dist_files; do \
b9668ba4 411 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
b9668ba4 412 if test -d $$d/$$file; then \
5c706339 413 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
0fbeb4dc
AK
414 if test -d "$(distdir)/$$file"; then \
415 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
416 fi; \
b9668ba4 417 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
0fbeb4dc
AK
418 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
419 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
b9668ba4 420 fi; \
0fbeb4dc 421 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
b9668ba4 422 else \
0fbeb4dc
AK
423 test -f "$(distdir)/$$file" \
424 || cp -p $$d/$$file "$(distdir)/$$file" \
b9668ba4
AK
425 || exit 1; \
426 fi; \
427 done
428 $(MAKE) $(AM_MAKEFLAGS) \
429 top_distdir="$(top_distdir)" distdir="$(distdir)" \
430 dist-hook
431check-am: all-am
432check: check-am
433all-am: Makefile $(HEADERS)
434installdirs:
435 for dir in "$(DESTDIR)$(includedir)"; do \
5c706339 436 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
b9668ba4
AK
437 done
438install: install-am
439install-exec: install-exec-am
440install-data: install-data-am
441uninstall: uninstall-am
442
443install-am: all-am
444 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445
446installcheck: installcheck-am
447install-strip:
059850b5
AK
448 if test -z '$(STRIP)'; then \
449 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
450 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
451 install; \
452 else \
453 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
454 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
455 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
456 fi
b9668ba4
AK
457mostlyclean-generic:
458
459clean-generic:
460
461distclean-generic:
462 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
0fbeb4dc 463 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
b9668ba4
AK
464
465maintainer-clean-generic:
466 @echo "This command is intended for maintainers to use"
467 @echo "it deletes files that may require special tools to rebuild."
468clean: clean-am
469
470clean-am: clean-generic clean-libtool mostlyclean-am
471
472distclean: distclean-am
473 -rm -f Makefile
47dc80f6 474distclean-am: clean-am distclean-generic distclean-tags
b9668ba4
AK
475
476dvi: dvi-am
477
478dvi-am:
479
480@DOXYGEN_FALSE@html: html-am
481
0fbeb4dc
AK
482html-am:
483
b9668ba4
AK
484info: info-am
485
486info-am:
487
488install-data-am: install-nobase_includeHEADERS
489
5c706339
AK
490install-dvi: install-dvi-am
491
0fbeb4dc
AK
492install-dvi-am:
493
b9668ba4
AK
494install-exec-am:
495
5c706339
AK
496install-html: install-html-am
497
0fbeb4dc
AK
498install-html-am:
499
b9668ba4
AK
500install-info: install-info-am
501
0fbeb4dc
AK
502install-info-am:
503
b9668ba4
AK
504install-man:
505
5c706339
AK
506install-pdf: install-pdf-am
507
0fbeb4dc
AK
508install-pdf-am:
509
5c706339
AK
510install-ps: install-ps-am
511
0fbeb4dc
AK
512install-ps-am:
513
b9668ba4
AK
514installcheck-am:
515
516maintainer-clean: maintainer-clean-am
517 -rm -f Makefile
47dc80f6
AK
518maintainer-clean-am: distclean-am maintainer-clean-generic \
519 maintainer-clean-local
b9668ba4
AK
520
521mostlyclean: mostlyclean-am
522
523mostlyclean-am: mostlyclean-generic mostlyclean-libtool
524
525pdf: pdf-am
526
527pdf-am:
528
529ps: ps-am
530
531ps-am:
532
5c706339
AK
533uninstall-am: uninstall-nobase_includeHEADERS
534
535.MAKE: install-am install-strip
b9668ba4 536
0044e680
AK
537.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
538 clean-libtool cscopelist-am ctags ctags-am dist-hook distclean \
539 distclean-generic distclean-libtool distclean-tags distdir dvi \
540 dvi-am html html-am info info-am install install-am \
541 install-data install-data-am install-dvi install-dvi-am \
542 install-exec install-exec-am install-html install-html-am \
543 install-info install-info-am install-man \
544 install-nobase_includeHEADERS install-pdf install-pdf-am \
545 install-ps install-ps-am install-strip installcheck \
546 installcheck-am installdirs maintainer-clean \
547 maintainer-clean-generic maintainer-clean-local mostlyclean \
548 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
549 tags tags-am uninstall uninstall-am \
550 uninstall-nobase_includeHEADERS
b9668ba4
AK
551
552
553@DOXYGEN_TRUE@html: $(INCLUDES) $(DOXYGEN_CFG)
554@DOXYGEN_TRUE@ PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxygen $(DOXYGEN_CFG)
555
47dc80f6 556maintainer-clean-local:
b9668ba4
AK
557 -rm -rf $(top_builddir)/doc/html
558
559dist-hook: html
560 cp -a $(top_builddir)/doc/html $(top_distdir)/doc
0fbeb4dc 561
b9668ba4
AK
562# Tell versions [3.59,3.63) of GNU make to not export all variables.
563# Otherwise a system limit (for SysV at least) may be exceeded.
564.NOEXPORT:
This page took 0.128775 seconds and 5 git commands to generate.