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