Blame hdspmixer/desktop/Makefile.in

Packit 427e91
# Makefile.in generated by automake 1.12.2 from Makefile.am.
Packit 427e91
# @configure_input@
Packit 427e91
Packit 427e91
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
Packit 427e91
Packit 427e91
# This Makefile.in is free software; the Free Software Foundation
Packit 427e91
# gives unlimited permission to copy and/or distribute it,
Packit 427e91
# with or without modifications, as long as this notice is preserved.
Packit 427e91
Packit 427e91
# This program is distributed in the hope that it will be useful,
Packit 427e91
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit 427e91
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit 427e91
# PARTICULAR PURPOSE.
Packit 427e91
Packit 427e91
@SET_MAKE@
Packit 427e91
Packit 427e91
VPATH = @srcdir@
Packit 427e91
am__make_dryrun = \
Packit 427e91
  { \
Packit 427e91
    am__dry=no; \
Packit 427e91
    case $$MAKEFLAGS in \
Packit 427e91
      *\\[\ \	]*) \
Packit 427e91
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
Packit 427e91
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
Packit 427e91
      *) \
Packit 427e91
        for am__flg in $$MAKEFLAGS; do \
Packit 427e91
          case $$am__flg in \
Packit 427e91
            *=*|--*) ;; \
Packit 427e91
            *n*) am__dry=yes; break;; \
Packit 427e91
          esac; \
Packit 427e91
        done;; \
Packit 427e91
    esac; \
Packit 427e91
    test $$am__dry = yes; \
Packit 427e91
  }
Packit 427e91
pkgdatadir = $(datadir)/@PACKAGE@
Packit 427e91
pkgincludedir = $(includedir)/@PACKAGE@
Packit 427e91
pkglibdir = $(libdir)/@PACKAGE@
Packit 427e91
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit 427e91
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit 427e91
install_sh_DATA = $(install_sh) -c -m 644
Packit 427e91
install_sh_PROGRAM = $(install_sh) -c
Packit 427e91
install_sh_SCRIPT = $(install_sh) -c
Packit 427e91
INSTALL_HEADER = $(INSTALL_DATA)
Packit 427e91
transform = $(program_transform_name)
Packit 427e91
NORMAL_INSTALL = :
Packit 427e91
PRE_INSTALL = :
Packit 427e91
POST_INSTALL = :
Packit 427e91
NORMAL_UNINSTALL = :
Packit 427e91
PRE_UNINSTALL = :
Packit 427e91
POST_UNINSTALL = :
Packit 427e91
subdir = desktop
Packit 427e91
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
Packit 427e91
	$(top_srcdir)/mkinstalldirs
Packit 427e91
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit 427e91
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
Packit 427e91
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit 427e91
	$(ACLOCAL_M4)
Packit 427e91
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
Packit 427e91
CONFIG_CLEAN_FILES =
Packit 427e91
CONFIG_CLEAN_VPATH_FILES =
Packit 427e91
SOURCES =
Packit 427e91
DIST_SOURCES =
Packit 427e91
am__can_run_installinfo = \
Packit 427e91
  case $$AM_UPDATE_INFO_DIR in \
Packit 427e91
    n|no|NO) false;; \
Packit 427e91
    *) (install-info --version) >/dev/null 2>&1;; \
Packit 427e91
  esac
Packit 427e91
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit 427e91
am__vpath_adj = case $$p in \
Packit 427e91
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit 427e91
    *) f=$$p;; \
Packit 427e91
  esac;
Packit 427e91
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit 427e91
am__install_max = 40
Packit 427e91
am__nobase_strip_setup = \
Packit 427e91
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit 427e91
am__nobase_strip = \
Packit 427e91
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit 427e91
am__nobase_list = $(am__nobase_strip_setup); \
Packit 427e91
  for p in $$list; do echo "$$p $$p"; done | \
Packit 427e91
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit 427e91
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit 427e91
    if (++n[$$2] == $(am__install_max)) \
Packit 427e91
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit 427e91
    END { for (dir in files) print dir, files[dir] }'
Packit 427e91
am__base_list = \
Packit 427e91
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit 427e91
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit 427e91
am__uninstall_files_from_dir = { \
Packit 427e91
  test -z "$$files" \
Packit 427e91
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit 427e91
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit 427e91
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit 427e91
  }
Packit 427e91
am__installdirs = "$(DESTDIR)$(desktopdir)"
Packit 427e91
DATA = $(desktop_DATA)
Packit 427e91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit 427e91
ACLOCAL = @ACLOCAL@
Packit 427e91
ALSA_CFLAGS = @ALSA_CFLAGS@
Packit 427e91
ALSA_LIBS = @ALSA_LIBS@
Packit 427e91
AMTAR = @AMTAR@
Packit 427e91
AUTOCONF = @AUTOCONF@
Packit 427e91
AUTOHEADER = @AUTOHEADER@
Packit 427e91
AUTOMAKE = @AUTOMAKE@
Packit 427e91
AWK = @AWK@
Packit 427e91
CC = @CC@
Packit 427e91
CCDEPMODE = @CCDEPMODE@
Packit 427e91
CFLAGS = @CFLAGS@
Packit 427e91
CPP = @CPP@
Packit 427e91
CPPFLAGS = @CPPFLAGS@
Packit 427e91
CXX = @CXX@
Packit 427e91
CXXDEPMODE = @CXXDEPMODE@
Packit 427e91
CXXFLAGS = @CXXFLAGS@
Packit 427e91
CYGPATH_W = @CYGPATH_W@
Packit 427e91
DEFS = @DEFS@
Packit 427e91
DEPDIR = @DEPDIR@
Packit 427e91
ECHO_C = @ECHO_C@
Packit 427e91
ECHO_N = @ECHO_N@
Packit 427e91
ECHO_T = @ECHO_T@
Packit 427e91
EGREP = @EGREP@
Packit 427e91
EXEEXT = @EXEEXT@
Packit 427e91
FLTK_CONFIG = @FLTK_CONFIG@
Packit 427e91
GREP = @GREP@
Packit 427e91
INSTALL = @INSTALL@
Packit 427e91
INSTALL_DATA = @INSTALL_DATA@
Packit 427e91
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit 427e91
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit 427e91
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit 427e91
LDFLAGS = @LDFLAGS@
Packit 427e91
LIBOBJS = @LIBOBJS@
Packit 427e91
LIBS = @LIBS@
Packit 427e91
LTLIBOBJS = @LTLIBOBJS@
Packit 427e91
MAINT = @MAINT@
Packit 427e91
MAKEINFO = @MAKEINFO@
Packit 427e91
MKDIR_P = @MKDIR_P@
Packit 427e91
OBJEXT = @OBJEXT@
Packit 427e91
PACKAGE = @PACKAGE@
Packit 427e91
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit 427e91
PACKAGE_NAME = @PACKAGE_NAME@
Packit 427e91
PACKAGE_STRING = @PACKAGE_STRING@
Packit 427e91
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit 427e91
PACKAGE_URL = @PACKAGE_URL@
Packit 427e91
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit 427e91
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit 427e91
SET_MAKE = @SET_MAKE@
Packit 427e91
SHELL = @SHELL@
Packit 427e91
STRIP = @STRIP@
Packit 427e91
VERSION = @VERSION@
Packit 427e91
XMKMF = @XMKMF@
Packit 427e91
abs_builddir = @abs_builddir@
Packit 427e91
abs_srcdir = @abs_srcdir@
Packit 427e91
abs_top_builddir = @abs_top_builddir@
Packit 427e91
abs_top_srcdir = @abs_top_srcdir@
Packit 427e91
ac_ct_CC = @ac_ct_CC@
Packit 427e91
ac_ct_CXX = @ac_ct_CXX@
Packit 427e91
am__include = @am__include@
Packit 427e91
am__leading_dot = @am__leading_dot@
Packit 427e91
am__quote = @am__quote@
Packit 427e91
am__tar = @am__tar@
Packit 427e91
am__untar = @am__untar@
Packit 427e91
bindir = @bindir@
Packit 427e91
build_alias = @build_alias@
Packit 427e91
builddir = @builddir@
Packit 427e91
datadir = @datadir@
Packit 427e91
datarootdir = @datarootdir@
Packit 427e91
docdir = @docdir@
Packit 427e91
dvidir = @dvidir@
Packit 427e91
exec_prefix = @exec_prefix@
Packit 427e91
host_alias = @host_alias@
Packit 427e91
htmldir = @htmldir@
Packit 427e91
includedir = @includedir@
Packit 427e91
infodir = @infodir@
Packit 427e91
install_sh = @install_sh@
Packit 427e91
libdir = @libdir@
Packit 427e91
libexecdir = @libexecdir@
Packit 427e91
localedir = @localedir@
Packit 427e91
localstatedir = @localstatedir@
Packit 427e91
mandir = @mandir@
Packit 427e91
mkdir_p = @mkdir_p@
Packit 427e91
oldincludedir = @oldincludedir@
Packit 427e91
pdfdir = @pdfdir@
Packit 427e91
prefix = @prefix@
Packit 427e91
program_transform_name = @program_transform_name@
Packit 427e91
psdir = @psdir@
Packit 427e91
sbindir = @sbindir@
Packit 427e91
sharedstatedir = @sharedstatedir@
Packit 427e91
srcdir = @srcdir@
Packit 427e91
sysconfdir = @sysconfdir@
Packit 427e91
target_alias = @target_alias@
Packit 427e91
top_build_prefix = @top_build_prefix@
Packit 427e91
top_builddir = @top_builddir@
Packit 427e91
top_srcdir = @top_srcdir@
Packit 427e91
APPNAME = hdspmixer
Packit 427e91
desktopdir = $(datadir)/applications
Packit 427e91
desktop_DATA = $(APPNAME).desktop
Packit 427e91
public_icons = \
Packit 427e91
	hicolor_apps_48x48_$(APPNAME).png
Packit 427e91
Packit 427e91
EXTRA_DIST = \
Packit 427e91
	$(public_icons)		\
Packit 427e91
	$(desktop_DATA)
Packit 427e91
Packit 427e91
all: all-am
Packit 427e91
Packit 427e91
.SUFFIXES:
Packit 427e91
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit 427e91
	@for dep in $?; do \
Packit 427e91
	  case '$(am__configure_deps)' in \
Packit 427e91
	    *$$dep*) \
Packit 427e91
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit 427e91
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit 427e91
	      exit 1;; \
Packit 427e91
	  esac; \
Packit 427e91
	done; \
Packit 427e91
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu desktop/Makefile'; \
Packit 427e91
	$(am__cd) $(top_srcdir) && \
Packit 427e91
	  $(AUTOMAKE) --gnu desktop/Makefile
Packit 427e91
.PRECIOUS: Makefile
Packit 427e91
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit 427e91
	@case '$?' in \
Packit 427e91
	  *config.status*) \
Packit 427e91
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit 427e91
	  *) \
Packit 427e91
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit 427e91
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit 427e91
	esac;
Packit 427e91
Packit 427e91
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit 427e91
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 427e91
Packit 427e91
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit 427e91
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 427e91
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit 427e91
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 427e91
$(am__aclocal_m4_deps):
Packit 427e91
install-desktopDATA: $(desktop_DATA)
Packit 427e91
	@$(NORMAL_INSTALL)
Packit 427e91
	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
Packit 427e91
	if test -n "$$list"; then \
Packit 427e91
	  echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
Packit 427e91
	  $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
Packit 427e91
	fi; \
Packit 427e91
	for p in $$list; do \
Packit 427e91
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 427e91
	  echo "$$d$$p"; \
Packit 427e91
	done | $(am__base_list) | \
Packit 427e91
	while read files; do \
Packit 427e91
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
Packit 427e91
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
Packit 427e91
	done
Packit 427e91
Packit 427e91
uninstall-desktopDATA:
Packit 427e91
	@$(NORMAL_UNINSTALL)
Packit 427e91
	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
Packit 427e91
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 427e91
	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
Packit 427e91
tags: TAGS
Packit 427e91
TAGS:
Packit 427e91
Packit 427e91
ctags: CTAGS
Packit 427e91
CTAGS:
Packit 427e91
Packit 427e91
cscope cscopelist:
Packit 427e91
Packit 427e91
Packit 427e91
distdir: $(DISTFILES)
Packit 427e91
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 427e91
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 427e91
	list='$(DISTFILES)'; \
Packit 427e91
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit 427e91
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit 427e91
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit 427e91
	case $$dist_files in \
Packit 427e91
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit 427e91
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit 427e91
			   sort -u` ;; \
Packit 427e91
	esac; \
Packit 427e91
	for file in $$dist_files; do \
Packit 427e91
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit 427e91
	  if test -d $$d/$$file; then \
Packit 427e91
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit 427e91
	    if test -d "$(distdir)/$$file"; then \
Packit 427e91
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 427e91
	    fi; \
Packit 427e91
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit 427e91
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit 427e91
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 427e91
	    fi; \
Packit 427e91
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit 427e91
	  else \
Packit 427e91
	    test -f "$(distdir)/$$file" \
Packit 427e91
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit 427e91
	    || exit 1; \
Packit 427e91
	  fi; \
Packit 427e91
	done
Packit 427e91
check-am: all-am
Packit 427e91
check: check-am
Packit 427e91
all-am: Makefile $(DATA)
Packit 427e91
installdirs:
Packit 427e91
	for dir in "$(DESTDIR)$(desktopdir)"; do \
Packit 427e91
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit 427e91
	done
Packit 427e91
install: install-am
Packit 427e91
install-exec: install-exec-am
Packit 427e91
install-data: install-data-am
Packit 427e91
uninstall: uninstall-am
Packit 427e91
Packit 427e91
install-am: all-am
Packit 427e91
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit 427e91
Packit 427e91
installcheck: installcheck-am
Packit 427e91
install-strip:
Packit 427e91
	if test -z '$(STRIP)'; then \
Packit 427e91
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 427e91
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 427e91
	      install; \
Packit 427e91
	else \
Packit 427e91
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 427e91
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 427e91
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit 427e91
	fi
Packit 427e91
mostlyclean-generic:
Packit 427e91
Packit 427e91
clean-generic:
Packit 427e91
Packit 427e91
distclean-generic:
Packit 427e91
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit 427e91
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit 427e91
Packit 427e91
maintainer-clean-generic:
Packit 427e91
	@echo "This command is intended for maintainers to use"
Packit 427e91
	@echo "it deletes files that may require special tools to rebuild."
Packit 427e91
clean: clean-am
Packit 427e91
Packit 427e91
clean-am: clean-generic mostlyclean-am
Packit 427e91
Packit 427e91
distclean: distclean-am
Packit 427e91
	-rm -f Makefile
Packit 427e91
distclean-am: clean-am distclean-generic
Packit 427e91
Packit 427e91
dvi: dvi-am
Packit 427e91
Packit 427e91
dvi-am:
Packit 427e91
Packit 427e91
html: html-am
Packit 427e91
Packit 427e91
html-am:
Packit 427e91
Packit 427e91
info: info-am
Packit 427e91
Packit 427e91
info-am:
Packit 427e91
Packit 427e91
install-data-am: install-data-local install-desktopDATA
Packit 427e91
Packit 427e91
install-dvi: install-dvi-am
Packit 427e91
Packit 427e91
install-dvi-am:
Packit 427e91
Packit 427e91
install-exec-am:
Packit 427e91
Packit 427e91
install-html: install-html-am
Packit 427e91
Packit 427e91
install-html-am:
Packit 427e91
Packit 427e91
install-info: install-info-am
Packit 427e91
Packit 427e91
install-info-am:
Packit 427e91
Packit 427e91
install-man:
Packit 427e91
Packit 427e91
install-pdf: install-pdf-am
Packit 427e91
Packit 427e91
install-pdf-am:
Packit 427e91
Packit 427e91
install-ps: install-ps-am
Packit 427e91
Packit 427e91
install-ps-am:
Packit 427e91
Packit 427e91
installcheck-am:
Packit 427e91
Packit 427e91
maintainer-clean: maintainer-clean-am
Packit 427e91
	-rm -f Makefile
Packit 427e91
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit 427e91
Packit 427e91
mostlyclean: mostlyclean-am
Packit 427e91
Packit 427e91
mostlyclean-am: mostlyclean-generic
Packit 427e91
Packit 427e91
pdf: pdf-am
Packit 427e91
Packit 427e91
pdf-am:
Packit 427e91
Packit 427e91
ps: ps-am
Packit 427e91
Packit 427e91
ps-am:
Packit 427e91
Packit 427e91
uninstall-am: uninstall-desktopDATA uninstall-local
Packit 427e91
Packit 427e91
.MAKE: install-am install-strip
Packit 427e91
Packit 427e91
.PHONY: all all-am check check-am clean clean-generic distclean \
Packit 427e91
	distclean-generic distdir dvi dvi-am html html-am info info-am \
Packit 427e91
	install install-am install-data install-data-am \
Packit 427e91
	install-data-local install-desktopDATA install-dvi \
Packit 427e91
	install-dvi-am install-exec install-exec-am install-html \
Packit 427e91
	install-html-am install-info install-info-am install-man \
Packit 427e91
	install-pdf install-pdf-am install-ps install-ps-am \
Packit 427e91
	install-strip installcheck installcheck-am installdirs \
Packit 427e91
	maintainer-clean maintainer-clean-generic mostlyclean \
Packit 427e91
	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
Packit 427e91
	uninstall-desktopDATA uninstall-local
Packit 427e91
Packit 427e91
Packit 427e91
install-icons:
Packit 427e91
	for icon in $(public_icons); do \
Packit 427e91
		THEME=`echo $$icon | cut -d_ -f1`; \
Packit 427e91
		CONTEXT=`echo $$icon | cut -d_ -f2`; \
Packit 427e91
		SIZE=`echo $$icon | cut -d_ -f3`; \
Packit 427e91
		ICONFILE=`echo $$icon | cut -d_ -f4`; \
Packit 427e91
		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
Packit 427e91
		$(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
Packit 427e91
	done
Packit 427e91
Packit 427e91
uninstall-icons:
Packit 427e91
	-for icon in $(public_icons); do \
Packit 427e91
		THEME=`echo $$icon | cut -d_ -f1`; \
Packit 427e91
		CONTEXT=`echo $$icon | cut -d_ -f2`; \
Packit 427e91
		SIZE=`echo $$icon | cut -d_ -f3`; \
Packit 427e91
		ICONFILE=`echo $$icon | cut -d_ -f4`; \
Packit 427e91
		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
Packit 427e91
	done
Packit 427e91
Packit 427e91
install-data-local: install-icons
Packit 427e91
Packit 427e91
uninstall-local: uninstall-icons
Packit 427e91
Packit 427e91
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit 427e91
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit 427e91
.NOEXPORT: