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