]> andersk Git - libyaml.git/blame - include/Makefile.in
debian: Bump Standards-Version to 4.1.4 and debian/compat to 11
[libyaml.git] / include / Makefile.in
CommitLineData
c45550e5 1# Makefile.in generated by automake 1.15 from Makefile.am.
b9668ba4
AK
2# @configure_input@
3
c45550e5 4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
0044e680 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@
c45550e5
AK
18am__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}
0044e680
AK
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))
b9668ba4 73pkgdatadir = $(datadir)/@PACKAGE@
b9668ba4 74pkgincludedir = $(includedir)/@PACKAGE@
0fbeb4dc
AK
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
b9668ba4 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
b9668ba4
AK
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@
91subdir = include
b9668ba4
AK
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95 $(ACLOCAL_M4)
c45550e5
AK
96DIST_COMMON = $(srcdir)/Makefile.am $(nobase_include_HEADERS) \
97 $(am__DIST_COMMON)
b9668ba4
AK
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = $(top_builddir)/config.h
100CONFIG_CLEAN_FILES =
0fbeb4dc 101CONFIG_CLEAN_VPATH_FILES =
0044e680
AK
102AM_V_P = $(am__v_P_@AM_V@)
103am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104am__v_P_0 = false
105am__v_P_1 = :
106AM_V_GEN = $(am__v_GEN_@AM_V@)
107am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108am__v_GEN_0 = @echo " GEN " $@;
109am__v_GEN_1 =
110AM_V_at = $(am__v_at_@AM_V@)
111am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112am__v_at_0 = @
113am__v_at_1 =
b9668ba4
AK
114SOURCES =
115DIST_SOURCES =
0044e680
AK
116am__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
b9668ba4
AK
121am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
122am__vpath_adj = case $$p in \
123 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
124 *) f=$$p;; \
125 esac;
0fbeb4dc
AK
126am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
127am__install_max = 40
128am__nobase_strip_setup = \
129 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
130am__nobase_strip = \
131 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
132am__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] }'
139am__base_list = \
140 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
141 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
059850b5
AK
142am__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 }
b9668ba4 148am__installdirs = "$(DESTDIR)$(includedir)"
b9668ba4 149HEADERS = $(nobase_include_HEADERS)
0044e680
AK
150am__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.
154am__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.
162am__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)`
b9668ba4
AK
167ETAGS = etags
168CTAGS = ctags
c45550e5 169am__DIST_COMMON = $(srcdir)/Makefile.in
b9668ba4
AK
170DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
171ACLOCAL = @ACLOCAL@
b9668ba4 172AMTAR = @AMTAR@
0044e680 173AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
b9668ba4
AK
174AR = @AR@
175AUTOCONF = @AUTOCONF@
176AUTOHEADER = @AUTOHEADER@
177AUTOMAKE = @AUTOMAKE@
178AWK = @AWK@
179CC = @CC@
180CCDEPMODE = @CCDEPMODE@
181CFLAGS = @CFLAGS@
182CPP = @CPP@
183CPPFLAGS = @CPPFLAGS@
b9668ba4
AK
184CYGPATH_W = @CYGPATH_W@
185DEFS = @DEFS@
186DEPDIR = @DEPDIR@
059850b5 187DLLTOOL = @DLLTOOL@
b9668ba4 188DOXYGEN = @DOXYGEN@
5c706339
AK
189DSYMUTIL = @DSYMUTIL@
190DUMPBIN = @DUMPBIN@
b9668ba4
AK
191ECHO_C = @ECHO_C@
192ECHO_N = @ECHO_N@
193ECHO_T = @ECHO_T@
194EGREP = @EGREP@
195EXEEXT = @EXEEXT@
5c706339 196FGREP = @FGREP@
b9668ba4 197GREP = @GREP@
5c706339 198INSTALL = @INSTALL@
b9668ba4
AK
199INSTALL_DATA = @INSTALL_DATA@
200INSTALL_PROGRAM = @INSTALL_PROGRAM@
201INSTALL_SCRIPT = @INSTALL_SCRIPT@
202INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
5c706339 203LD = @LD@
b9668ba4
AK
204LDFLAGS = @LDFLAGS@
205LIBOBJS = @LIBOBJS@
206LIBS = @LIBS@
207LIBTOOL = @LIBTOOL@
5c706339 208LIPO = @LIPO@
b9668ba4
AK
209LN_S = @LN_S@
210LTLIBOBJS = @LTLIBOBJS@
c45550e5 211LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
b9668ba4 212MAKEINFO = @MAKEINFO@
059850b5 213MANIFEST_TOOL = @MANIFEST_TOOL@
5c706339
AK
214MKDIR_P = @MKDIR_P@
215NM = @NM@
216NMEDIT = @NMEDIT@
47dc80f6 217OBJDUMP = @OBJDUMP@
b9668ba4 218OBJEXT = @OBJEXT@
5c706339
AK
219OTOOL = @OTOOL@
220OTOOL64 = @OTOOL64@
b9668ba4
AK
221PACKAGE = @PACKAGE@
222PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
223PACKAGE_NAME = @PACKAGE_NAME@
224PACKAGE_STRING = @PACKAGE_STRING@
225PACKAGE_TARNAME = @PACKAGE_TARNAME@
0fbeb4dc 226PACKAGE_URL = @PACKAGE_URL@
b9668ba4
AK
227PACKAGE_VERSION = @PACKAGE_VERSION@
228PATH_SEPARATOR = @PATH_SEPARATOR@
229RANLIB = @RANLIB@
5c706339 230SED = @SED@
b9668ba4
AK
231SET_MAKE = @SET_MAKE@
232SHELL = @SHELL@
233STRIP = @STRIP@
234VERSION = @VERSION@
235YAML_LT_AGE = @YAML_LT_AGE@
236YAML_LT_CURRENT = @YAML_LT_CURRENT@
237YAML_LT_RELEASE = @YAML_LT_RELEASE@
238YAML_LT_REVISION = @YAML_LT_REVISION@
5c706339
AK
239abs_builddir = @abs_builddir@
240abs_srcdir = @abs_srcdir@
241abs_top_builddir = @abs_top_builddir@
242abs_top_srcdir = @abs_top_srcdir@
059850b5 243ac_ct_AR = @ac_ct_AR@
b9668ba4 244ac_ct_CC = @ac_ct_CC@
5c706339 245ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
b9668ba4
AK
246am__include = @am__include@
247am__leading_dot = @am__leading_dot@
248am__quote = @am__quote@
249am__tar = @am__tar@
250am__untar = @am__untar@
251bindir = @bindir@
252build = @build@
253build_alias = @build_alias@
254build_cpu = @build_cpu@
255build_os = @build_os@
256build_vendor = @build_vendor@
5c706339 257builddir = @builddir@
b9668ba4
AK
258datadir = @datadir@
259datarootdir = @datarootdir@
260docdir = @docdir@
261dvidir = @dvidir@
262exec_prefix = @exec_prefix@
263host = @host@
264host_alias = @host_alias@
265host_cpu = @host_cpu@
266host_os = @host_os@
267host_vendor = @host_vendor@
268htmldir = @htmldir@
269includedir = @includedir@
270infodir = @infodir@
271install_sh = @install_sh@
272libdir = @libdir@
273libexecdir = @libexecdir@
274localedir = @localedir@
275localstatedir = @localstatedir@
276mandir = @mandir@
277mkdir_p = @mkdir_p@
278oldincludedir = @oldincludedir@
279pdfdir = @pdfdir@
280prefix = @prefix@
281program_transform_name = @program_transform_name@
282psdir = @psdir@
283sbindir = @sbindir@
284sharedstatedir = @sharedstatedir@
5c706339 285srcdir = @srcdir@
b9668ba4
AK
286sysconfdir = @sysconfdir@
287target_alias = @target_alias@
47dc80f6 288top_build_prefix = @top_build_prefix@
5c706339
AK
289top_builddir = @top_builddir@
290top_srcdir = @top_srcdir@
c45550e5 291AM_CPPFLAGS = yaml.h
b9668ba4 292DOXYGEN_CFG = $(top_srcdir)/doc/doxygen.cfg
c45550e5 293nobase_include_HEADERS = $(AM_CPPFLAGS)
b9668ba4
AK
294all: 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*) \
47dc80f6
AK
301 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
302 && { if test -f $@; then exit 0; else break; fi; }; \
b9668ba4
AK
303 exit 1;; \
304 esac; \
305 done; \
0fbeb4dc
AK
306 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
307 $(am__cd) $(top_srcdir) && \
308 $(AUTOMAKE) --foreign include/Makefile
b9668ba4
AK
309Makefile: $(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
0fbeb4dc 325$(am__aclocal_m4_deps):
b9668ba4
AK
326
327mostlyclean-libtool:
328 -rm -f *.lo
329
330clean-libtool:
331 -rm -rf .libs _libs
b9668ba4
AK
332install-nobase_includeHEADERS: $(nobase_include_HEADERS)
333 @$(NORMAL_INSTALL)
0fbeb4dc 334 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
0044e680
AK
335 if test -n "$$list"; then \
336 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
337 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
338 fi; \
0fbeb4dc
AK
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. || { \
0044e680 345 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
0fbeb4dc
AK
346 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
347 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
348 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
b9668ba4
AK
349 done
350
351uninstall-nobase_includeHEADERS:
352 @$(NORMAL_UNINSTALL)
0fbeb4dc
AK
353 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
354 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
059850b5 355 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
b9668ba4 356
0044e680
AK
357ID: $(am__tagged_files)
358 $(am__define_uniq_tagged_files); mkid -fID $$unique
359tags: tags-am
360TAGS: tags
361
362tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
0fbeb4dc 363 set x; \
b9668ba4 364 here=`pwd`; \
0044e680 365 $(am__define_uniq_tagged_files); \
0fbeb4dc
AK
366 shift; \
367 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
b9668ba4 368 test -n "$$unique" || unique=$$empty_fix; \
0fbeb4dc
AK
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; \
b9668ba4 376 fi
0044e680
AK
377ctags: ctags-am
378
379CTAGS: ctags
380ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
381 $(am__define_uniq_tagged_files); \
0fbeb4dc 382 test -z "$(CTAGS_ARGS)$$unique" \
b9668ba4 383 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
0fbeb4dc 384 $$unique
b9668ba4
AK
385
386GTAGS:
387 here=`$(am__cd) $(top_builddir) && pwd` \
0fbeb4dc
AK
388 && $(am__cd) $(top_srcdir) \
389 && gtags -i $(GTAGS_ARGS) "$$here"
0044e680
AK
390cscopelist: cscopelist-am
391
392cscopelist-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
b9668ba4
AK
405
406distclean-tags:
407 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
408
409distdir: $(DISTFILES)
5c706339
AK
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 \
b9668ba4 422 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
b9668ba4 423 if test -d $$d/$$file; then \
5c706339 424 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
0fbeb4dc
AK
425 if test -d "$(distdir)/$$file"; then \
426 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427 fi; \
b9668ba4 428 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
0fbeb4dc
AK
429 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
430 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
b9668ba4 431 fi; \
0fbeb4dc 432 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
b9668ba4 433 else \
0fbeb4dc
AK
434 test -f "$(distdir)/$$file" \
435 || cp -p $$d/$$file "$(distdir)/$$file" \
b9668ba4
AK
436 || exit 1; \
437 fi; \
438 done
439 $(MAKE) $(AM_MAKEFLAGS) \
440 top_distdir="$(top_distdir)" distdir="$(distdir)" \
441 dist-hook
442check-am: all-am
443check: check-am
444all-am: Makefile $(HEADERS)
445installdirs:
446 for dir in "$(DESTDIR)$(includedir)"; do \
5c706339 447 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
b9668ba4
AK
448 done
449install: install-am
450install-exec: install-exec-am
451install-data: install-data-am
452uninstall: uninstall-am
453
454install-am: all-am
455 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
456
457installcheck: installcheck-am
458install-strip:
059850b5
AK
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
b9668ba4
AK
468mostlyclean-generic:
469
470clean-generic:
471
472distclean-generic:
473 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
0fbeb4dc 474 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
b9668ba4
AK
475
476maintainer-clean-generic:
477 @echo "This command is intended for maintainers to use"
478 @echo "it deletes files that may require special tools to rebuild."
479clean: clean-am
480
481clean-am: clean-generic clean-libtool mostlyclean-am
482
483distclean: distclean-am
484 -rm -f Makefile
47dc80f6 485distclean-am: clean-am distclean-generic distclean-tags
b9668ba4
AK
486
487dvi: dvi-am
488
489dvi-am:
490
491@DOXYGEN_FALSE@html: html-am
492
0fbeb4dc
AK
493html-am:
494
b9668ba4
AK
495info: info-am
496
497info-am:
498
499install-data-am: install-nobase_includeHEADERS
500
5c706339
AK
501install-dvi: install-dvi-am
502
0fbeb4dc
AK
503install-dvi-am:
504
b9668ba4
AK
505install-exec-am:
506
5c706339
AK
507install-html: install-html-am
508
0fbeb4dc
AK
509install-html-am:
510
b9668ba4
AK
511install-info: install-info-am
512
0fbeb4dc
AK
513install-info-am:
514
b9668ba4
AK
515install-man:
516
5c706339
AK
517install-pdf: install-pdf-am
518
0fbeb4dc
AK
519install-pdf-am:
520
5c706339
AK
521install-ps: install-ps-am
522
0fbeb4dc
AK
523install-ps-am:
524
b9668ba4
AK
525installcheck-am:
526
527maintainer-clean: maintainer-clean-am
528 -rm -f Makefile
47dc80f6
AK
529maintainer-clean-am: distclean-am maintainer-clean-generic \
530 maintainer-clean-local
b9668ba4
AK
531
532mostlyclean: mostlyclean-am
533
534mostlyclean-am: mostlyclean-generic mostlyclean-libtool
535
536pdf: pdf-am
537
538pdf-am:
539
540ps: ps-am
541
542ps-am:
543
5c706339
AK
544uninstall-am: uninstall-nobase_includeHEADERS
545
546.MAKE: install-am install-strip
b9668ba4 547
0044e680
AK
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
b9668ba4 562
c45550e5
AK
563.PRECIOUS: Makefile
564
b9668ba4 565
c45550e5 566@DOXYGEN_TRUE@html: $(AM_CPPFLAGS) $(DOXYGEN_CFG)
b9668ba4
AK
567@DOXYGEN_TRUE@ PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxygen $(DOXYGEN_CFG)
568
47dc80f6 569maintainer-clean-local:
b9668ba4
AK
570 -rm -rf $(top_builddir)/doc/html
571
572dist-hook: html
573 cp -a $(top_builddir)/doc/html $(top_distdir)/doc
0fbeb4dc 574
b9668ba4
AK
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.386403 seconds and 5 git commands to generate.