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