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