1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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
18
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__make_running_with_option = \
32  case $${target_option-} in \
33      ?) ;; \
34      *) echo "am__make_running_with_option: internal error: invalid" \
35              "target option '$${target_option-}' specified" >&2; \
36         exit 1;; \
37  esac; \
38  has_opt=no; \
39  sane_makeflags=$$MAKEFLAGS; \
40  if $(am__is_gnu_make); then \
41    sane_makeflags=$$MFLAGS; \
42  else \
43    case $$MAKEFLAGS in \
44      *\\[\ \	]*) \
45        bs=\\; \
46        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48    esac; \
49  fi; \
50  skip_next=no; \
51  strip_trailopt () \
52  { \
53    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54  }; \
55  for flg in $$sane_makeflags; do \
56    test $$skip_next = yes && { skip_next=no; continue; }; \
57    case $$flg in \
58      *=*|--*) continue;; \
59        -*I) strip_trailopt 'I'; skip_next=yes;; \
60      -*I?*) strip_trailopt 'I';; \
61        -*O) strip_trailopt 'O'; skip_next=yes;; \
62      -*O?*) strip_trailopt 'O';; \
63        -*l) strip_trailopt 'l'; skip_next=yes;; \
64      -*l?*) strip_trailopt 'l';; \
65      -[dEDm]) skip_next=yes;; \
66      -[JT]) skip_next=yes;; \
67    esac; \
68    case $$flg in \
69      *$$target_option*) has_opt=yes; break;; \
70    esac; \
71  done; \
72  test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93subdir = .
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/build/libtool.m4 \
96	$(top_srcdir)/build/ltoptions.m4 \
97	$(top_srcdir)/build/ltsugar.m4 \
98	$(top_srcdir)/build/ltversion.m4 \
99	$(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
103	$(am__configure_deps) $(dist_noinst_SCRIPTS) \
104	$(dist_noinst_DATA) $(atkmm_include_HEADERS) \
105	$(am__DIST_COMMON)
106am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
107 configure.lineno config.status.lineno
108mkinstalldirs = $(install_sh) -d
109CONFIG_HEADER = $(top_builddir)/build/config.h \
110	$(top_builddir)/atk/atkmmconfig.h
111CONFIG_CLEAN_FILES = atk/${ATKMM_MODULE_NAME}.pc \
112	atk/${ATKMM_MODULE_NAME}-uninstalled.pc doc/reference/Doxyfile \
113	MSVC_NMake/atkmm/atkmm.rc
114CONFIG_CLEAN_VPATH_FILES =
115SCRIPTS = $(dist_noinst_SCRIPTS)
116AM_V_P = $(am__v_P_@AM_V@)
117am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118am__v_P_0 = false
119am__v_P_1 = :
120AM_V_GEN = $(am__v_GEN_@AM_V@)
121am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122am__v_GEN_0 = @echo "  GEN     " $@;
123am__v_GEN_1 =
124AM_V_at = $(am__v_at_@AM_V@)
125am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
126am__v_at_0 = @
127am__v_at_1 =
128SOURCES =
129DIST_SOURCES =
130RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
131	ctags-recursive dvi-recursive html-recursive info-recursive \
132	install-data-recursive install-dvi-recursive \
133	install-exec-recursive install-html-recursive \
134	install-info-recursive install-pdf-recursive \
135	install-ps-recursive install-recursive installcheck-recursive \
136	installdirs-recursive pdf-recursive ps-recursive \
137	tags-recursive uninstall-recursive
138am__can_run_installinfo = \
139  case $$AM_UPDATE_INFO_DIR in \
140    n|no|NO) false;; \
141    *) (install-info --version) >/dev/null 2>&1;; \
142  esac
143am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
144am__vpath_adj = case $$p in \
145    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
146    *) f=$$p;; \
147  esac;
148am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
149am__install_max = 40
150am__nobase_strip_setup = \
151  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
152am__nobase_strip = \
153  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
154am__nobase_list = $(am__nobase_strip_setup); \
155  for p in $$list; do echo "$$p $$p"; done | \
156  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
157  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
158    if (++n[$$2] == $(am__install_max)) \
159      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
160    END { for (dir in files) print dir, files[dir] }'
161am__base_list = \
162  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
163  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
164am__uninstall_files_from_dir = { \
165  test -z "$$files" \
166    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
167    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
168         $(am__cd) "$$dir" && rm -f $$files; }; \
169  }
170am__installdirs = "$(DESTDIR)$(pkgconfigdir)" \
171	"$(DESTDIR)$(atkmm_includedir)" \
172	"$(DESTDIR)$(atkmm_libincludedir)"
173DATA = $(dist_noinst_DATA) $(pkgconfig_DATA)
174HEADERS = $(atkmm_include_HEADERS) $(nodist_atkmm_libinclude_HEADERS)
175RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
176  distclean-recursive maintainer-clean-recursive
177am__recursive_targets = \
178  $(RECURSIVE_TARGETS) \
179  $(RECURSIVE_CLEAN_TARGETS) \
180  $(am__extra_recursive_targets)
181AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
182	cscope distdir distdir-am dist dist-all distcheck
183am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184# Read a list of newline-separated strings from the standard input,
185# and print each of them once, without duplicates.  Input order is
186# *not* preserved.
187am__uniquify_input = $(AWK) '\
188  BEGIN { nonempty = 0; } \
189  { items[$$0] = 1; nonempty = 1; } \
190  END { if (nonempty) { for (i in items) print i; }; } \
191'
192# Make sure the list of sources is unique.  This is necessary because,
193# e.g., the same source file might be shared among _SOURCES variables
194# for different programs/libraries.
195am__define_uniq_tagged_files = \
196  list='$(am__tagged_files)'; \
197  unique=`for i in $$list; do \
198    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199  done | $(am__uniquify_input)`
200ETAGS = etags
201CTAGS = ctags
202CSCOPE = cscope
203DIST_SUBDIRS = codegen atk/src atk/atkmm doc
204am__DIST_COMMON = $(srcdir)/MSVC_NMake/filelist.am \
205	$(srcdir)/Makefile.in \
206	$(top_srcdir)/MSVC_NMake/atkmm/atkmm.rc.in \
207	$(top_srcdir)/atk/atkmm-uninstalled.pc.in \
208	$(top_srcdir)/atk/atkmm.pc.in \
209	$(top_srcdir)/atk/atkmmconfig.h.in $(top_srcdir)/build/compile \
210	$(top_srcdir)/build/config.guess \
211	$(top_srcdir)/build/config.h.in $(top_srcdir)/build/config.sub \
212	$(top_srcdir)/build/dist-changelog.am \
213	$(top_srcdir)/build/install-sh $(top_srcdir)/build/ltmain.sh \
214	$(top_srcdir)/build/missing \
215	$(top_srcdir)/doc/reference/Doxyfile.in AUTHORS COPYING \
216	ChangeLog INSTALL NEWS README build/compile build/config.guess \
217	build/config.sub build/install-sh build/ltmain.sh \
218	build/missing
219DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
220distdir = $(PACKAGE)-$(VERSION)
221top_distdir = $(distdir)
222am__remove_distdir = \
223  if test -d "$(distdir)"; then \
224    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
225      && rm -rf "$(distdir)" \
226      || { sleep 5 && rm -rf "$(distdir)"; }; \
227  else :; fi
228am__post_remove_distdir = $(am__remove_distdir)
229am__relativize = \
230  dir0=`pwd`; \
231  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
232  sed_rest='s,^[^/]*/*,,'; \
233  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
234  sed_butlast='s,/*[^/]*$$,,'; \
235  while test -n "$$dir1"; do \
236    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
237    if test "$$first" != "."; then \
238      if test "$$first" = ".."; then \
239        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
240        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
241      else \
242        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
243        if test "$$first2" = "$$first"; then \
244          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
245        else \
246          dir2="../$$dir2"; \
247        fi; \
248        dir0="$$dir0"/"$$first"; \
249      fi; \
250    fi; \
251    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
252  done; \
253  reldir="$$dir2"
254DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
255GZIP_ENV = --best
256DIST_TARGETS = dist-bzip2 dist-gzip
257distuninstallcheck_listfiles = find . -type f -print
258am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
259  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
260distcleancheck_listfiles = find . -type f -print
261ACLOCAL = @ACLOCAL@
262ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
263AMTAR = @AMTAR@
264AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
265AR = @AR@
266AS = @AS@
267ATKMM_API_VERSION = @ATKMM_API_VERSION@
268ATKMM_CFLAGS = @ATKMM_CFLAGS@
269ATKMM_LIBS = @ATKMM_LIBS@
270ATKMM_MAJOR_VERSION = @ATKMM_MAJOR_VERSION@
271ATKMM_MICRO_VERSION = @ATKMM_MICRO_VERSION@
272ATKMM_MINOR_VERSION = @ATKMM_MINOR_VERSION@
273ATKMM_MODULES = @ATKMM_MODULES@
274ATKMM_MODULE_NAME = @ATKMM_MODULE_NAME@
275ATKMM_SO_VERSION = @ATKMM_SO_VERSION@
276ATKMM_VERSION = @ATKMM_VERSION@
277ATKMM_WXXFLAGS = @ATKMM_WXXFLAGS@
278AUTOCONF = @AUTOCONF@
279AUTOHEADER = @AUTOHEADER@
280AUTOMAKE = @AUTOMAKE@
281AWK = @AWK@
282CC = @CC@
283CCDEPMODE = @CCDEPMODE@
284CFLAGS = @CFLAGS@
285CPP = @CPP@
286CPPFLAGS = @CPPFLAGS@
287CXX = @CXX@
288CXXCPP = @CXXCPP@
289CXXDEPMODE = @CXXDEPMODE@
290CXXFLAGS = @CXXFLAGS@
291CYGPATH_W = @CYGPATH_W@
292DEFS = @DEFS@
293DEPDIR = @DEPDIR@
294DLLTOOL = @DLLTOOL@
295DOCINSTALL_FLAGS = @DOCINSTALL_FLAGS@
296DOT = @DOT@
297DOXYGEN = @DOXYGEN@
298DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
299DSYMUTIL = @DSYMUTIL@
300DUMPBIN = @DUMPBIN@
301ECHO_C = @ECHO_C@
302ECHO_N = @ECHO_N@
303ECHO_T = @ECHO_T@
304EGREP = @EGREP@
305EXEEXT = @EXEEXT@
306FGREP = @FGREP@
307GMMPROC_DIR = @GMMPROC_DIR@
308GREP = @GREP@
309GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
310HAVE_CXX11 = @HAVE_CXX11@
311INSTALL = @INSTALL@
312INSTALL_DATA = @INSTALL_DATA@
313INSTALL_PROGRAM = @INSTALL_PROGRAM@
314INSTALL_SCRIPT = @INSTALL_SCRIPT@
315INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
316LD = @LD@
317LDFLAGS = @LDFLAGS@
318LIBOBJS = @LIBOBJS@
319LIBS = @LIBS@
320LIBTOOL = @LIBTOOL@
321LIPO = @LIPO@
322LN_S = @LN_S@
323LTLIBOBJS = @LTLIBOBJS@
324LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
325MAINT = @MAINT@
326MAKEINFO = @MAKEINFO@
327MANIFEST_TOOL = @MANIFEST_TOOL@
328MKDIR_P = @MKDIR_P@
329MMDOCTOOLDIR = @MMDOCTOOLDIR@
330NM = @NM@
331NMEDIT = @NMEDIT@
332OBJDUMP = @OBJDUMP@
333OBJEXT = @OBJEXT@
334OTOOL = @OTOOL@
335OTOOL64 = @OTOOL64@
336PACKAGE = @PACKAGE@
337PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
338PACKAGE_NAME = @PACKAGE_NAME@
339PACKAGE_STRING = @PACKAGE_STRING@
340PACKAGE_TARNAME = @PACKAGE_TARNAME@
341PACKAGE_URL = @PACKAGE_URL@
342PACKAGE_VERSION = @PACKAGE_VERSION@
343PATH_SEPARATOR = @PATH_SEPARATOR@
344PERL = @PERL@
345PKG_CONFIG = @PKG_CONFIG@
346PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
347PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
348RANLIB = @RANLIB@
349SED = @SED@
350SET_MAKE = @SET_MAKE@
351SHELL = @SHELL@
352STRIP = @STRIP@
353VERSION = @VERSION@
354XSLTPROC = @XSLTPROC@
355abs_builddir = @abs_builddir@
356abs_srcdir = @abs_srcdir@
357abs_top_builddir = @abs_top_builddir@
358abs_top_srcdir = @abs_top_srcdir@
359ac_ct_AR = @ac_ct_AR@
360ac_ct_CC = @ac_ct_CC@
361ac_ct_CXX = @ac_ct_CXX@
362ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
363am__include = @am__include@
364am__leading_dot = @am__leading_dot@
365am__quote = @am__quote@
366am__tar = @am__tar@
367am__untar = @am__untar@
368bindir = @bindir@
369build = @build@
370build_alias = @build_alias@
371build_cpu = @build_cpu@
372build_os = @build_os@
373build_vendor = @build_vendor@
374builddir = @builddir@
375datadir = @datadir@
376datarootdir = @datarootdir@
377docdir = @docdir@
378dvidir = @dvidir@
379exec_prefix = @exec_prefix@
380host = @host@
381host_alias = @host_alias@
382host_cpu = @host_cpu@
383host_os = @host_os@
384host_vendor = @host_vendor@
385htmldir = @htmldir@
386includedir = @includedir@
387infodir = @infodir@
388install_sh = @install_sh@
389libdir = @libdir@
390libexecdir = @libexecdir@
391localedir = @localedir@
392localstatedir = @localstatedir@
393mandir = @mandir@
394mkdir_p = @mkdir_p@
395oldincludedir = @oldincludedir@
396pdfdir = @pdfdir@
397prefix = @prefix@
398program_transform_name = @program_transform_name@
399psdir = @psdir@
400runstatedir = @runstatedir@
401sbindir = @sbindir@
402sharedstatedir = @sharedstatedir@
403srcdir = @srcdir@
404sysconfdir = @sysconfdir@
405target_alias = @target_alias@
406top_build_prefix = @top_build_prefix@
407top_builddir = @top_builddir@
408top_srcdir = @top_srcdir@
409ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
410DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal
411@MAINTAINER_MODE_FALSE@src_subdirs =
412@MAINTAINER_MODE_TRUE@src_subdirs = atk/src
413@ENABLE_DOCUMENTATION_FALSE@doc_subdirs =
414@ENABLE_DOCUMENTATION_TRUE@doc_subdirs = doc
415SUBDIRS = codegen $(src_subdirs) atk/atkmm $(doc_subdirs)
416atkmm_includedir = $(includedir)/$(ATKMM_MODULE_NAME)
417atkmm_include_HEADERS = atk/atkmm.h
418atkmm_libincludedir = $(libdir)/$(ATKMM_MODULE_NAME)/include
419nodist_atkmm_libinclude_HEADERS = atk/atkmmconfig.h
420pkgconfigdir = $(prefix)/libdata/pkgconfig
421pkgconfig_DATA = atk/$(ATKMM_MODULE_NAME).pc
422msvc_nmake_data = \
423	gendef/gendef.cc		\
424	atkmm/atkmm.rc			\
425	atkmm/atkmmconfig.h		\
426	build-rules-msvc.mak		\
427	config-msvc.mak			\
428	create-lists-msvc.mak		\
429	create-lists.bat		\
430	detectenv-msvc.mak		\
431	generate-msvc.mak		\
432	info-msvc.mak			\
433	install.mak			\
434	Makefile.vc
435
436text_files = COPYING.tools
437msvc_files = $(addprefix MSVC_NMake/,$(msvc_nmake_data))
438dist_noinst_DATA = $(text_files) $(msvc_files)
439dist_noinst_SCRIPTS = autogen.sh
440DISTCLEANFILES = $(filter %mmconfig.h,$(msvc_files))
441all: all-recursive
442
443.SUFFIXES:
444am--refresh: Makefile
445	@:
446$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/MSVC_NMake/filelist.am $(top_srcdir)/build/dist-changelog.am $(am__configure_deps)
447	@for dep in $?; do \
448	  case '$(am__configure_deps)' in \
449	    *$$dep*) \
450	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
451	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
452		&& exit 0; \
453	      exit 1;; \
454	  esac; \
455	done; \
456	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
457	$(am__cd) $(top_srcdir) && \
458	  $(AUTOMAKE) --gnu Makefile
459Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
460	@case '$?' in \
461	  *config.status*) \
462	    echo ' $(SHELL) ./config.status'; \
463	    $(SHELL) ./config.status;; \
464	  *) \
465	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
466	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
467	esac;
468$(srcdir)/MSVC_NMake/filelist.am $(top_srcdir)/build/dist-changelog.am $(am__empty):
469
470$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
471	$(SHELL) ./config.status --recheck
472
473$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
474	$(am__cd) $(srcdir) && $(AUTOCONF)
475$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
476	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
477$(am__aclocal_m4_deps):
478
479build/config.h: build/stamp-h1
480	@test -f $@ || rm -f build/stamp-h1
481	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) build/stamp-h1
482
483build/stamp-h1: $(top_srcdir)/build/config.h.in $(top_builddir)/config.status
484	@rm -f build/stamp-h1
485	cd $(top_builddir) && $(SHELL) ./config.status build/config.h
486$(top_srcdir)/build/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
487	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
488	rm -f build/stamp-h1
489	touch $@
490
491atk/atkmmconfig.h: atk/stamp-h2
492	@test -f $@ || rm -f atk/stamp-h2
493	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) atk/stamp-h2
494
495atk/stamp-h2: $(top_srcdir)/atk/atkmmconfig.h.in $(top_builddir)/config.status
496	@rm -f atk/stamp-h2
497	cd $(top_builddir) && $(SHELL) ./config.status atk/atkmmconfig.h
498
499distclean-hdr:
500	-rm -f build/config.h build/stamp-h1 atk/atkmmconfig.h atk/stamp-h2
501atk/${ATKMM_MODULE_NAME}.pc: $(top_builddir)/config.status $(top_srcdir)/atk/atkmm.pc.in
502	cd $(top_builddir) && $(SHELL) ./config.status $@
503atk/${ATKMM_MODULE_NAME}-uninstalled.pc: $(top_builddir)/config.status $(top_srcdir)/atk/atkmm-uninstalled.pc.in
504	cd $(top_builddir) && $(SHELL) ./config.status $@
505doc/reference/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/reference/Doxyfile.in
506	cd $(top_builddir) && $(SHELL) ./config.status $@
507MSVC_NMake/atkmm/atkmm.rc: $(top_builddir)/config.status $(top_srcdir)/MSVC_NMake/atkmm/atkmm.rc.in
508	cd $(top_builddir) && $(SHELL) ./config.status $@
509
510mostlyclean-libtool:
511	-rm -f *.lo
512
513clean-libtool:
514	-rm -rf .libs _libs
515
516distclean-libtool:
517	-rm -f libtool config.lt
518install-pkgconfigDATA: $(pkgconfig_DATA)
519	@$(NORMAL_INSTALL)
520	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
521	if test -n "$$list"; then \
522	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
523	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
524	fi; \
525	for p in $$list; do \
526	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
527	  echo "$$d$$p"; \
528	done | $(am__base_list) | \
529	while read files; do \
530	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
531	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
532	done
533
534uninstall-pkgconfigDATA:
535	@$(NORMAL_UNINSTALL)
536	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
537	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
538	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
539install-atkmm_includeHEADERS: $(atkmm_include_HEADERS)
540	@$(NORMAL_INSTALL)
541	@list='$(atkmm_include_HEADERS)'; test -n "$(atkmm_includedir)" || list=; \
542	if test -n "$$list"; then \
543	  echo " $(MKDIR_P) '$(DESTDIR)$(atkmm_includedir)'"; \
544	  $(MKDIR_P) "$(DESTDIR)$(atkmm_includedir)" || exit 1; \
545	fi; \
546	for p in $$list; do \
547	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
548	  echo "$$d$$p"; \
549	done | $(am__base_list) | \
550	while read files; do \
551	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(atkmm_includedir)'"; \
552	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(atkmm_includedir)" || exit $$?; \
553	done
554
555uninstall-atkmm_includeHEADERS:
556	@$(NORMAL_UNINSTALL)
557	@list='$(atkmm_include_HEADERS)'; test -n "$(atkmm_includedir)" || list=; \
558	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
559	dir='$(DESTDIR)$(atkmm_includedir)'; $(am__uninstall_files_from_dir)
560install-nodist_atkmm_libincludeHEADERS: $(nodist_atkmm_libinclude_HEADERS)
561	@$(NORMAL_INSTALL)
562	@list='$(nodist_atkmm_libinclude_HEADERS)'; test -n "$(atkmm_libincludedir)" || list=; \
563	if test -n "$$list"; then \
564	  echo " $(MKDIR_P) '$(DESTDIR)$(atkmm_libincludedir)'"; \
565	  $(MKDIR_P) "$(DESTDIR)$(atkmm_libincludedir)" || exit 1; \
566	fi; \
567	for p in $$list; do \
568	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
569	  echo "$$d$$p"; \
570	done | $(am__base_list) | \
571	while read files; do \
572	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(atkmm_libincludedir)'"; \
573	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(atkmm_libincludedir)" || exit $$?; \
574	done
575
576uninstall-nodist_atkmm_libincludeHEADERS:
577	@$(NORMAL_UNINSTALL)
578	@list='$(nodist_atkmm_libinclude_HEADERS)'; test -n "$(atkmm_libincludedir)" || list=; \
579	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
580	dir='$(DESTDIR)$(atkmm_libincludedir)'; $(am__uninstall_files_from_dir)
581
582# This directory's subdirectories are mostly independent; you can cd
583# into them and run 'make' without going through this Makefile.
584# To change the values of 'make' variables: instead of editing Makefiles,
585# (1) if the variable is set in 'config.status', edit 'config.status'
586#     (which will cause the Makefiles to be regenerated when you run 'make');
587# (2) otherwise, pass the desired values on the 'make' command line.
588$(am__recursive_targets):
589	@fail=; \
590	if $(am__make_keepgoing); then \
591	  failcom='fail=yes'; \
592	else \
593	  failcom='exit 1'; \
594	fi; \
595	dot_seen=no; \
596	target=`echo $@ | sed s/-recursive//`; \
597	case "$@" in \
598	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
599	  *) list='$(SUBDIRS)' ;; \
600	esac; \
601	for subdir in $$list; do \
602	  echo "Making $$target in $$subdir"; \
603	  if test "$$subdir" = "."; then \
604	    dot_seen=yes; \
605	    local_target="$$target-am"; \
606	  else \
607	    local_target="$$target"; \
608	  fi; \
609	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
610	  || eval $$failcom; \
611	done; \
612	if test "$$dot_seen" = "no"; then \
613	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
614	fi; test -z "$$fail"
615
616ID: $(am__tagged_files)
617	$(am__define_uniq_tagged_files); mkid -fID $$unique
618tags: tags-recursive
619TAGS: tags
620
621tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
622	set x; \
623	here=`pwd`; \
624	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
625	  include_option=--etags-include; \
626	  empty_fix=.; \
627	else \
628	  include_option=--include; \
629	  empty_fix=; \
630	fi; \
631	list='$(SUBDIRS)'; for subdir in $$list; do \
632	  if test "$$subdir" = .; then :; else \
633	    test ! -f $$subdir/TAGS || \
634	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
635	  fi; \
636	done; \
637	$(am__define_uniq_tagged_files); \
638	shift; \
639	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
640	  test -n "$$unique" || unique=$$empty_fix; \
641	  if test $$# -gt 0; then \
642	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
643	      "$$@" $$unique; \
644	  else \
645	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
646	      $$unique; \
647	  fi; \
648	fi
649ctags: ctags-recursive
650
651CTAGS: ctags
652ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
653	$(am__define_uniq_tagged_files); \
654	test -z "$(CTAGS_ARGS)$$unique" \
655	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
656	     $$unique
657
658GTAGS:
659	here=`$(am__cd) $(top_builddir) && pwd` \
660	  && $(am__cd) $(top_srcdir) \
661	  && gtags -i $(GTAGS_ARGS) "$$here"
662cscope: cscope.files
663	test ! -s cscope.files \
664	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
665clean-cscope:
666	-rm -f cscope.files
667cscope.files: clean-cscope cscopelist
668cscopelist: cscopelist-recursive
669
670cscopelist-am: $(am__tagged_files)
671	list='$(am__tagged_files)'; \
672	case "$(srcdir)" in \
673	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
674	  *) sdir=$(subdir)/$(srcdir) ;; \
675	esac; \
676	for i in $$list; do \
677	  if test -f "$$i"; then \
678	    echo "$(subdir)/$$i"; \
679	  else \
680	    echo "$$sdir/$$i"; \
681	  fi; \
682	done >> $(top_builddir)/cscope.files
683
684distclean-tags:
685	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
686	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
687
688distdir: $(BUILT_SOURCES)
689	$(MAKE) $(AM_MAKEFLAGS) distdir-am
690
691distdir-am: $(DISTFILES)
692	$(am__remove_distdir)
693	test -d "$(distdir)" || mkdir "$(distdir)"
694	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
695	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
696	list='$(DISTFILES)'; \
697	  dist_files=`for file in $$list; do echo $$file; done | \
698	  sed -e "s|^$$srcdirstrip/||;t" \
699	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
700	case $$dist_files in \
701	  */*) $(MKDIR_P) `echo "$$dist_files" | \
702			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
703			   sort -u` ;; \
704	esac; \
705	for file in $$dist_files; do \
706	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
707	  if test -d $$d/$$file; then \
708	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
709	    if test -d "$(distdir)/$$file"; then \
710	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
711	    fi; \
712	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
713	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
714	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
715	    fi; \
716	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
717	  else \
718	    test -f "$(distdir)/$$file" \
719	    || cp -p $$d/$$file "$(distdir)/$$file" \
720	    || exit 1; \
721	  fi; \
722	done
723	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
724	  if test "$$subdir" = .; then :; else \
725	    $(am__make_dryrun) \
726	      || test -d "$(distdir)/$$subdir" \
727	      || $(MKDIR_P) "$(distdir)/$$subdir" \
728	      || exit 1; \
729	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
730	    $(am__relativize); \
731	    new_distdir=$$reldir; \
732	    dir1=$$subdir; dir2="$(top_distdir)"; \
733	    $(am__relativize); \
734	    new_top_distdir=$$reldir; \
735	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
736	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
737	    ($(am__cd) $$subdir && \
738	      $(MAKE) $(AM_MAKEFLAGS) \
739	        top_distdir="$$new_top_distdir" \
740	        distdir="$$new_distdir" \
741		am__remove_distdir=: \
742		am__skip_length_check=: \
743		am__skip_mode_fix=: \
744	        distdir) \
745	      || exit 1; \
746	  fi; \
747	done
748	$(MAKE) $(AM_MAKEFLAGS) \
749	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
750	  dist-hook
751	-test -n "$(am__skip_mode_fix)" \
752	|| find "$(distdir)" -type d ! -perm -755 \
753		-exec chmod u+rwx,go+rx {} \; -o \
754	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
755	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
756	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
757	|| chmod -R a+r "$(distdir)"
758dist-gzip: distdir
759	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
760	$(am__post_remove_distdir)
761dist-bzip2: distdir
762	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
763	$(am__post_remove_distdir)
764
765dist-lzip: distdir
766	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
767	$(am__post_remove_distdir)
768
769dist-xz: distdir
770	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
771	$(am__post_remove_distdir)
772
773dist-tarZ: distdir
774	@echo WARNING: "Support for distribution archives compressed with" \
775		       "legacy program 'compress' is deprecated." >&2
776	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
777	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
778	$(am__post_remove_distdir)
779
780dist-shar: distdir
781	@echo WARNING: "Support for shar distribution archives is" \
782	               "deprecated." >&2
783	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
784	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
785	$(am__post_remove_distdir)
786
787dist-zip: distdir
788	-rm -f $(distdir).zip
789	zip -rq $(distdir).zip $(distdir)
790	$(am__post_remove_distdir)
791
792dist dist-all:
793	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
794	$(am__post_remove_distdir)
795
796# This target untars the dist file and tries a VPATH configuration.  Then
797# it guarantees that the distribution is self-contained by making another
798# tarfile.
799distcheck: dist
800	case '$(DIST_ARCHIVES)' in \
801	*.tar.gz*) \
802	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
803	*.tar.bz2*) \
804	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
805	*.tar.lz*) \
806	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
807	*.tar.xz*) \
808	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
809	*.tar.Z*) \
810	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
811	*.shar.gz*) \
812	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
813	*.zip*) \
814	  unzip $(distdir).zip ;;\
815	esac
816	chmod -R a-w $(distdir)
817	chmod u+w $(distdir)
818	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
819	chmod a-w $(distdir)
820	test -d $(distdir)/_build || exit 0; \
821	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
822	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
823	  && am__cwd=`pwd` \
824	  && $(am__cd) $(distdir)/_build/sub \
825	  && ../../configure \
826	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
827	    $(DISTCHECK_CONFIGURE_FLAGS) \
828	    --srcdir=../.. --prefix="$$dc_install_base" \
829	  && $(MAKE) $(AM_MAKEFLAGS) \
830	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
831	  && $(MAKE) $(AM_MAKEFLAGS) check \
832	  && $(MAKE) $(AM_MAKEFLAGS) install \
833	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
834	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
835	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
836	        distuninstallcheck \
837	  && chmod -R a-w "$$dc_install_base" \
838	  && ({ \
839	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
840	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
841	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
842	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
843	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
844	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
845	  && rm -rf "$$dc_destdir" \
846	  && $(MAKE) $(AM_MAKEFLAGS) dist \
847	  && rm -rf $(DIST_ARCHIVES) \
848	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
849	  && cd "$$am__cwd" \
850	  || exit 1
851	$(am__post_remove_distdir)
852	@(echo "$(distdir) archives ready for distribution: "; \
853	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
854	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
855distuninstallcheck:
856	@test -n '$(distuninstallcheck_dir)' || { \
857	  echo 'ERROR: trying to run $@ with an empty' \
858	       '$$(distuninstallcheck_dir)' >&2; \
859	  exit 1; \
860	}; \
861	$(am__cd) '$(distuninstallcheck_dir)' || { \
862	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
863	  exit 1; \
864	}; \
865	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
866	   || { echo "ERROR: files left after uninstall:" ; \
867	        if test -n "$(DESTDIR)"; then \
868	          echo "  (check DESTDIR support)"; \
869	        fi ; \
870	        $(distuninstallcheck_listfiles) ; \
871	        exit 1; } >&2
872distcleancheck: distclean
873	@if test '$(srcdir)' = . ; then \
874	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
875	  exit 1 ; \
876	fi
877	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
878	  || { echo "ERROR: files left in build directory after distclean:" ; \
879	       $(distcleancheck_listfiles) ; \
880	       exit 1; } >&2
881check-am: all-am
882check: check-recursive
883all-am: Makefile $(SCRIPTS) $(DATA) $(HEADERS)
884installdirs: installdirs-recursive
885installdirs-am:
886	for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(atkmm_includedir)" "$(DESTDIR)$(atkmm_libincludedir)"; do \
887	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
888	done
889install: install-recursive
890install-exec: install-exec-recursive
891install-data: install-data-recursive
892uninstall: uninstall-recursive
893
894install-am: all-am
895	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
896
897installcheck: installcheck-recursive
898install-strip:
899	if test -z '$(STRIP)'; then \
900	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
901	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
902	      install; \
903	else \
904	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
905	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
906	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
907	fi
908mostlyclean-generic:
909
910clean-generic:
911
912distclean-generic:
913	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
914	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
915	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
916
917maintainer-clean-generic:
918	@echo "This command is intended for maintainers to use"
919	@echo "it deletes files that may require special tools to rebuild."
920clean: clean-recursive
921
922clean-am: clean-generic clean-libtool mostlyclean-am
923
924distclean: distclean-recursive
925	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
926	-rm -f Makefile
927distclean-am: clean-am distclean-generic distclean-hdr \
928	distclean-libtool distclean-tags
929
930dvi: dvi-recursive
931
932dvi-am:
933
934html: html-recursive
935
936html-am:
937
938info: info-recursive
939
940info-am:
941
942install-data-am: install-atkmm_includeHEADERS \
943	install-nodist_atkmm_libincludeHEADERS install-pkgconfigDATA
944
945install-dvi: install-dvi-recursive
946
947install-dvi-am:
948
949install-exec-am:
950
951install-html: install-html-recursive
952
953install-html-am:
954
955install-info: install-info-recursive
956
957install-info-am:
958
959install-man:
960
961install-pdf: install-pdf-recursive
962
963install-pdf-am:
964
965install-ps: install-ps-recursive
966
967install-ps-am:
968
969installcheck-am:
970
971maintainer-clean: maintainer-clean-recursive
972	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
973	-rm -rf $(top_srcdir)/autom4te.cache
974	-rm -f Makefile
975maintainer-clean-am: distclean-am maintainer-clean-generic
976
977mostlyclean: mostlyclean-recursive
978
979mostlyclean-am: mostlyclean-generic mostlyclean-libtool
980
981pdf: pdf-recursive
982
983pdf-am:
984
985ps: ps-recursive
986
987ps-am:
988
989uninstall-am: uninstall-atkmm_includeHEADERS \
990	uninstall-nodist_atkmm_libincludeHEADERS \
991	uninstall-pkgconfigDATA
992
993.MAKE: $(am__recursive_targets) install-am install-strip
994
995.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
996	am--refresh check check-am clean clean-cscope clean-generic \
997	clean-libtool cscope cscopelist-am ctags ctags-am dist \
998	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
999	dist-tarZ dist-xz dist-zip distcheck distclean \
1000	distclean-generic distclean-hdr distclean-libtool \
1001	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1002	dvi-am html html-am info info-am install install-am \
1003	install-atkmm_includeHEADERS install-data install-data-am \
1004	install-dvi install-dvi-am install-exec install-exec-am \
1005	install-html install-html-am install-info install-info-am \
1006	install-man install-nodist_atkmm_libincludeHEADERS install-pdf \
1007	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1008	install-strip installcheck installcheck-am installdirs \
1009	installdirs-am maintainer-clean maintainer-clean-generic \
1010	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1011	ps ps-am tags tags-am uninstall uninstall-am \
1012	uninstall-atkmm_includeHEADERS \
1013	uninstall-nodist_atkmm_libincludeHEADERS \
1014	uninstall-pkgconfigDATA
1015
1016.PRECIOUS: Makefile
1017
1018
1019@MAINTAINER_MODE_TRUE@dist-hook: dist-changelog
1020@MAINTAINER_MODE_FALSE@dist-hook:
1021
1022.PHONY: dist-changelog
1023
1024dist-changelog:
1025	$(AM_V_at)if git --git-dir=$(top_srcdir)/.git --work-tree=$(top_srcdir) \
1026		log --no-merges --date=short --pretty='tformat:%cd  %an  <%ae>%n%n%s%n%n%b' | \
1027	 $(SED)	-e '/^[12]...-[01].-[0123].  [^<>]*  <[^<>]*>$$/,/^$$/ b' \
1028		-e '/[^	 ]/,/^[	 ]*$$/ !d' \
1029		-e 's/^[	 ]*/	/' \
1030		-e 's/^[	 ]*$$//' >.ChangeLog.tmp; \
1031	then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \
1032	else rm -f .ChangeLog.tmp; exit 1; fi
1033
1034# Auto-generate the ChangeLog file from the git log on make dist
1035
1036# Tell versions [3.59,3.63) of GNU make to not export all variables.
1037# Otherwise a system limit (for SysV at least) may be exceeded.
1038.NOEXPORT:
1039