Makefile.in (usbview-2.0) | : | Makefile.in (usbview-2.1) | ||
---|---|---|---|---|
# Makefile.in generated by automake 1.12.1 from Makefile.am. | # Makefile.in generated by automake 1.16.5 from Makefile.am. | |||
# @configure_input@ | # @configure_input@ | |||
# Copyright (C) 1994-2012 Free Software Foundation, Inc. | # Copyright (C) 1994-2021 Free Software Foundation, Inc. | |||
# This Makefile.in is free software; the Free Software Foundation | # This Makefile.in is free software; the Free Software Foundation | |||
# gives unlimited permission to copy and/or distribute it, | # gives unlimited permission to copy and/or distribute it, | |||
# with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |||
# PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. | |||
@SET_MAKE@ | @SET_MAKE@ | |||
VPATH = @srcdir@ | VPATH = @srcdir@ | |||
am__make_dryrun = \ | am__is_gnu_make = { \ | |||
{ \ | if test -z '$(MAKELEVEL)'; then \ | |||
am__dry=no; \ | false; \ | |||
elif test -n '$(MAKE_HOST)'; then \ | ||||
true; \ | ||||
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ | ||||
true; \ | ||||
else \ | ||||
false; \ | ||||
fi; \ | ||||
} | ||||
am__make_running_with_option = \ | ||||
case $${target_option-} in \ | ||||
?) ;; \ | ||||
*) echo "am__make_running_with_option: internal error: invalid" \ | ||||
"target option '$${target_option-}' specified" >&2; \ | ||||
exit 1;; \ | ||||
esac; \ | ||||
has_opt=no; \ | ||||
sane_makeflags=$$MAKEFLAGS; \ | ||||
if $(am__is_gnu_make); then \ | ||||
sane_makeflags=$$MFLAGS; \ | ||||
else \ | ||||
case $$MAKEFLAGS in \ | case $$MAKEFLAGS in \ | |||
*\\[\ \ ]*) \ | *\\[\ \ ]*) \ | |||
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | bs=\\; \ | |||
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | |||
*) \ | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | |||
for am__flg in $$MAKEFLAGS; do \ | ||||
case $$am__flg in \ | ||||
*=*|--*) ;; \ | ||||
*n*) am__dry=yes; break;; \ | ||||
esac; \ | ||||
done;; \ | ||||
esac; \ | esac; \ | |||
test $$am__dry = yes; \ | fi; \ | |||
} | skip_next=no; \ | |||
strip_trailopt () \ | ||||
{ \ | ||||
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | ||||
}; \ | ||||
for flg in $$sane_makeflags; do \ | ||||
test $$skip_next = yes && { skip_next=no; continue; }; \ | ||||
case $$flg in \ | ||||
*=*|--*) continue;; \ | ||||
-*I) strip_trailopt 'I'; skip_next=yes;; \ | ||||
-*I?*) strip_trailopt 'I';; \ | ||||
-*O) strip_trailopt 'O'; skip_next=yes;; \ | ||||
-*O?*) strip_trailopt 'O';; \ | ||||
-*l) strip_trailopt 'l'; skip_next=yes;; \ | ||||
-*l?*) strip_trailopt 'l';; \ | ||||
-[dEDm]) skip_next=yes;; \ | ||||
-[JT]) skip_next=yes;; \ | ||||
esac; \ | ||||
case $$flg in \ | ||||
*$$target_option*) has_opt=yes; break;; \ | ||||
esac; \ | ||||
done; \ | ||||
test $$has_opt = yes | ||||
am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | ||||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | ||||
pkgdatadir = $(datadir)/@PACKAGE@ | pkgdatadir = $(datadir)/@PACKAGE@ | |||
pkgincludedir = $(includedir)/@PACKAGE@ | pkgincludedir = $(includedir)/@PACKAGE@ | |||
pkglibdir = $(libdir)/@PACKAGE@ | pkglibdir = $(libdir)/@PACKAGE@ | |||
pkglibexecdir = $(libexecdir)/@PACKAGE@ | pkglibexecdir = $(libexecdir)/@PACKAGE@ | |||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |||
install_sh_DATA = $(install_sh) -c -m 644 | install_sh_DATA = $(install_sh) -c -m 644 | |||
install_sh_PROGRAM = $(install_sh) -c | install_sh_PROGRAM = $(install_sh) -c | |||
install_sh_SCRIPT = $(install_sh) -c | install_sh_SCRIPT = $(install_sh) -c | |||
INSTALL_HEADER = $(INSTALL_DATA) | INSTALL_HEADER = $(INSTALL_DATA) | |||
transform = $(program_transform_name) | transform = $(program_transform_name) | |||
NORMAL_INSTALL = : | NORMAL_INSTALL = : | |||
PRE_INSTALL = : | PRE_INSTALL = : | |||
POST_INSTALL = : | POST_INSTALL = : | |||
NORMAL_UNINSTALL = : | NORMAL_UNINSTALL = : | |||
PRE_UNINSTALL = : | PRE_UNINSTALL = : | |||
POST_UNINSTALL = : | POST_UNINSTALL = : | |||
bin_PROGRAMS = usbview$(EXEEXT) | bin_PROGRAMS = usbview$(EXEEXT) | |||
subdir = . | subdir = . | |||
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | ||||
$(srcdir)/Makefile.in $(srcdir)/config.h.in \ | ||||
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ | ||||
TODO depcomp install-sh missing | ||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
am__aclocal_m4_deps = $(top_srcdir)/configure.in | am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |||
$(ACLOCAL_M4) | $(ACLOCAL_M4) | |||
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ | ||||
$(am__configure_deps) $(am__DIST_COMMON) | ||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |||
configure.lineno config.status.lineno | configure.lineno config.status.lineno | |||
mkinstalldirs = $(install_sh) -d | mkinstalldirs = $(install_sh) -d | |||
CONFIG_HEADER = config.h | CONFIG_HEADER = config.h | |||
CONFIG_CLEAN_FILES = | CONFIG_CLEAN_FILES = | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man8dir)" | am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man8dir)" \ | |||
"$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icondir)" \ | ||||
"$(DESTDIR)$(polkitactiondir)" | ||||
PROGRAMS = $(bin_PROGRAMS) | PROGRAMS = $(bin_PROGRAMS) | |||
am_usbview_OBJECTS = main.$(OBJEXT) interface.$(OBJEXT) \ | am_usbview_OBJECTS = main.$(OBJEXT) interface.$(OBJEXT) \ | |||
callbacks.$(OBJEXT) usbtree.$(OBJEXT) usbparse.$(OBJEXT) \ | callbacks.$(OBJEXT) usbtree.$(OBJEXT) usbparse.$(OBJEXT) \ | |||
configure-dialog.$(OBJEXT) | configure-dialog.$(OBJEXT) | |||
usbview_OBJECTS = $(am_usbview_OBJECTS) | usbview_OBJECTS = $(am_usbview_OBJECTS) | |||
am__DEPENDENCIES_1 = | am__DEPENDENCIES_1 = | |||
usbview_DEPENDENCIES = $(am__DEPENDENCIES_1) | usbview_DEPENDENCIES = $(am__DEPENDENCIES_1) | |||
AM_V_P = $(am__v_P_@AM_V@) | ||||
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | ||||
am__v_P_0 = false | ||||
am__v_P_1 = : | ||||
AM_V_GEN = $(am__v_GEN_@AM_V@) | ||||
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||||
am__v_GEN_0 = @echo " GEN " $@; | ||||
am__v_GEN_1 = | ||||
AM_V_at = $(am__v_at_@AM_V@) | ||||
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||||
am__v_at_0 = @ | ||||
am__v_at_1 = | ||||
DEFAULT_INCLUDES = -I.@am__isrc@ | DEFAULT_INCLUDES = -I.@am__isrc@ | |||
depcomp = $(SHELL) $(top_srcdir)/depcomp | depcomp = $(SHELL) $(top_srcdir)/depcomp | |||
am__depfiles_maybe = depfiles | am__maybe_remake_depfiles = depfiles | |||
am__depfiles_remade = ./$(DEPDIR)/callbacks.Po \ | ||||
./$(DEPDIR)/configure-dialog.Po ./$(DEPDIR)/interface.Po \ | ||||
./$(DEPDIR)/main.Po ./$(DEPDIR)/usbparse.Po \ | ||||
./$(DEPDIR)/usbtree.Po | ||||
am__mv = mv -f | am__mv = mv -f | |||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |||
AM_V_CC = $(am__v_CC_@AM_V@) | ||||
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | ||||
am__v_CC_0 = @echo " CC " $@; | ||||
am__v_CC_1 = | ||||
CCLD = $(CC) | CCLD = $(CC) | |||
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |||
AM_V_CCLD = $(am__v_CCLD_@AM_V@) | ||||
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) | ||||
am__v_CCLD_0 = @echo " CCLD " $@; | ||||
am__v_CCLD_1 = | ||||
SOURCES = $(usbview_SOURCES) | SOURCES = $(usbview_SOURCES) | |||
DIST_SOURCES = $(usbview_SOURCES) | DIST_SOURCES = $(usbview_SOURCES) | |||
am__can_run_installinfo = \ | am__can_run_installinfo = \ | |||
case $$AM_UPDATE_INFO_DIR in \ | case $$AM_UPDATE_INFO_DIR in \ | |||
n|no|NO) false;; \ | n|no|NO) false;; \ | |||
*) (install-info --version) >/dev/null 2>&1;; \ | *) (install-info --version) >/dev/null 2>&1;; \ | |||
esac | esac | |||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |||
am__vpath_adj = case $$p in \ | am__vpath_adj = case $$p in \ | |||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |||
skipping to change at line 120 | skipping to change at line 182 | |||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |||
am__uninstall_files_from_dir = { \ | am__uninstall_files_from_dir = { \ | |||
test -z "$$files" \ | test -z "$$files" \ | |||
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | |||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | |||
$(am__cd) "$$dir" && rm -f $$files; }; \ | $(am__cd) "$$dir" && rm -f $$files; }; \ | |||
} | } | |||
man8dir = $(mandir)/man8 | man8dir = $(mandir)/man8 | |||
NROFF = nroff | NROFF = nroff | |||
MANS = $(man_MANS) | MANS = $(man_MANS) | |||
ETAGS = etags | DATA = $(desktop_DATA) $(nobase_icon_DATA) $(polkitaction_DATA) | |||
CTAGS = ctags | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ | |||
CSCOPE = cscope | config.h.in | |||
# Read a list of newline-separated strings from the standard input, | ||||
# and print each of them once, without duplicates. Input order is | ||||
# *not* preserved. | ||||
am__uniquify_input = $(AWK) '\ | ||||
BEGIN { nonempty = 0; } \ | ||||
{ items[$$0] = 1; nonempty = 1; } \ | ||||
END { if (nonempty) { for (i in items) print i; }; } \ | ||||
' | ||||
# Make sure the list of sources is unique. This is necessary because, | ||||
# e.g., the same source file might be shared among _SOURCES variables | ||||
# for different programs/libraries. | ||||
am__define_uniq_tagged_files = \ | ||||
list='$(am__tagged_files)'; \ | ||||
unique=`for i in $$list; do \ | ||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||||
done | $(am__uniquify_input)` | ||||
AM_RECURSIVE_TARGETS = cscope | AM_RECURSIVE_TARGETS = cscope | |||
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \ | ||||
ChangeLog INSTALL README TODO compile depcomp install-sh \ | ||||
missing | ||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
distdir = $(PACKAGE)-$(VERSION) | distdir = $(PACKAGE)-$(VERSION) | |||
top_distdir = $(distdir) | top_distdir = $(distdir) | |||
am__remove_distdir = \ | am__remove_distdir = \ | |||
if test -d "$(distdir)"; then \ | if test -d "$(distdir)"; then \ | |||
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |||
&& rm -rf "$(distdir)" \ | && rm -rf "$(distdir)" \ | |||
|| { sleep 5 && rm -rf "$(distdir)"; }; \ | || { sleep 5 && rm -rf "$(distdir)"; }; \ | |||
else :; fi | else :; fi | |||
am__post_remove_distdir = $(am__remove_distdir) | am__post_remove_distdir = $(am__remove_distdir) | |||
DIST_ARCHIVES = $(distdir).tar.gz | DIST_ARCHIVES = $(distdir).tar.gz | |||
GZIP_ENV = --best | GZIP_ENV = --best | |||
DIST_TARGETS = dist-gzip | DIST_TARGETS = dist-gzip | |||
# Exists only to be overridden by the user if desired. | ||||
AM_DISTCHECK_DVI_TARGET = dvi | ||||
distuninstallcheck_listfiles = find . -type f -print | distuninstallcheck_listfiles = find . -type f -print | |||
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | |||
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | |||
distcleancheck_listfiles = find . -type f -print | distcleancheck_listfiles = find . -type f -print | |||
ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ | |||
AMTAR = @AMTAR@ | AMTAR = @AMTAR@ | |||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||||
AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ | |||
AUTOHEADER = @AUTOHEADER@ | AUTOHEADER = @AUTOHEADER@ | |||
AUTOMAKE = @AUTOMAKE@ | AUTOMAKE = @AUTOMAKE@ | |||
AWK = @AWK@ | AWK = @AWK@ | |||
CC = @CC@ | CC = @CC@ | |||
CCDEPMODE = @CCDEPMODE@ | CCDEPMODE = @CCDEPMODE@ | |||
CFLAGS = @CFLAGS@ | CFLAGS = @CFLAGS@ | |||
CPP = @CPP@ | CONVERT = @CONVERT@ | |||
CPPFLAGS = @CPPFLAGS@ | CPPFLAGS = @CPPFLAGS@ | |||
CSCOPE = @CSCOPE@ | ||||
CTAGS = @CTAGS@ | ||||
CYGPATH_W = @CYGPATH_W@ | CYGPATH_W = @CYGPATH_W@ | |||
DEFS = @DEFS@ | DEFS = @DEFS@ | |||
DEPDIR = @DEPDIR@ | DEPDIR = @DEPDIR@ | |||
ECHO_C = @ECHO_C@ | ECHO_C = @ECHO_C@ | |||
ECHO_N = @ECHO_N@ | ECHO_N = @ECHO_N@ | |||
ECHO_T = @ECHO_T@ | ECHO_T = @ECHO_T@ | |||
EGREP = @EGREP@ | ETAGS = @ETAGS@ | |||
EXEEXT = @EXEEXT@ | EXEEXT = @EXEEXT@ | |||
GREP = @GREP@ | ||||
GTK_CFLAGS = @GTK_CFLAGS@ | GTK_CFLAGS = @GTK_CFLAGS@ | |||
GTK_FLAGS = @GTK_FLAGS@ | GTK_FLAGS = @GTK_FLAGS@ | |||
GTK_LIBS = @GTK_LIBS@ | GTK_LIBS = @GTK_LIBS@ | |||
INSTALL = @INSTALL@ | INSTALL = @INSTALL@ | |||
INSTALL_DATA = @INSTALL_DATA@ | INSTALL_DATA = @INSTALL_DATA@ | |||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |||
INSTALL_SCRIPT = @INSTALL_SCRIPT@ | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |||
LDFLAGS = @LDFLAGS@ | LDFLAGS = @LDFLAGS@ | |||
LIBOBJS = @LIBOBJS@ | LIBOBJS = @LIBOBJS@ | |||
skipping to change at line 190 | skipping to change at line 275 | |||
PACKAGE_TARNAME = @PACKAGE_TARNAME@ | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |||
PACKAGE_URL = @PACKAGE_URL@ | PACKAGE_URL = @PACKAGE_URL@ | |||
PACKAGE_VERSION = @PACKAGE_VERSION@ | PACKAGE_VERSION = @PACKAGE_VERSION@ | |||
PATH_SEPARATOR = @PATH_SEPARATOR@ | PATH_SEPARATOR = @PATH_SEPARATOR@ | |||
PKG_CONFIG = @PKG_CONFIG@ | PKG_CONFIG = @PKG_CONFIG@ | |||
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | |||
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | |||
SET_MAKE = @SET_MAKE@ | SET_MAKE = @SET_MAKE@ | |||
SHELL = @SHELL@ | SHELL = @SHELL@ | |||
STRIP = @STRIP@ | STRIP = @STRIP@ | |||
VERSION = 2.0 | VERSION = @VERSION@ | |||
abs_builddir = @abs_builddir@ | abs_builddir = @abs_builddir@ | |||
abs_srcdir = @abs_srcdir@ | abs_srcdir = @abs_srcdir@ | |||
abs_top_builddir = @abs_top_builddir@ | abs_top_builddir = @abs_top_builddir@ | |||
abs_top_srcdir = @abs_top_srcdir@ | abs_top_srcdir = @abs_top_srcdir@ | |||
ac_ct_CC = @ac_ct_CC@ | ac_ct_CC = @ac_ct_CC@ | |||
am__include = @am__include@ | am__include = @am__include@ | |||
am__leading_dot = @am__leading_dot@ | am__leading_dot = @am__leading_dot@ | |||
am__quote = @am__quote@ | am__quote = @am__quote@ | |||
am__tar = @am__tar@ | am__tar = @am__tar@ | |||
am__untar = @am__untar@ | am__untar = @am__untar@ | |||
bindir = @bindir@ | bindir = @bindir@ | |||
build_alias = @build_alias@ | build_alias = @build_alias@ | |||
builddir = @builddir@ | builddir = @builddir@ | |||
datadir = @datadir@ | datadir = @datadir@ | |||
datarootdir = @datarootdir@ | datarootdir = @datarootdir@ | |||
docdir = @docdir@ | docdir = @docdir@ | |||
dvidir = @dvidir@ | dvidir = @dvidir@ | |||
exec_prefix = @exec_prefix@ | exec_prefix = @exec_prefix@ | |||
have_convert = @have_convert@ | ||||
host_alias = @host_alias@ | host_alias = @host_alias@ | |||
htmldir = @htmldir@ | htmldir = @htmldir@ | |||
includedir = @includedir@ | includedir = @includedir@ | |||
infodir = @infodir@ | infodir = @infodir@ | |||
install_sh = @install_sh@ | install_sh = @install_sh@ | |||
libdir = @libdir@ | libdir = @libdir@ | |||
libexecdir = @libexecdir@ | libexecdir = @libexecdir@ | |||
localedir = @localedir@ | localedir = @localedir@ | |||
localstatedir = @localstatedir@ | localstatedir = @localstatedir@ | |||
mandir = @mandir@ | mandir = @mandir@ | |||
mkdir_p = @mkdir_p@ | mkdir_p = @mkdir_p@ | |||
oldincludedir = @oldincludedir@ | oldincludedir = @oldincludedir@ | |||
pdfdir = @pdfdir@ | pdfdir = @pdfdir@ | |||
prefix = @prefix@ | prefix = @prefix@ | |||
program_transform_name = @program_transform_name@ | program_transform_name = @program_transform_name@ | |||
psdir = @psdir@ | psdir = @psdir@ | |||
runstatedir = @runstatedir@ | ||||
sbindir = @sbindir@ | sbindir = @sbindir@ | |||
sharedstatedir = @sharedstatedir@ | sharedstatedir = @sharedstatedir@ | |||
srcdir = @srcdir@ | srcdir = @srcdir@ | |||
sysconfdir = @sysconfdir@ | sysconfdir = @sysconfdir@ | |||
target_alias = @target_alias@ | target_alias = @target_alias@ | |||
top_build_prefix = @top_build_prefix@ | top_build_prefix = @top_build_prefix@ | |||
top_builddir = @top_builddir@ | top_builddir = @top_builddir@ | |||
top_srcdir = @top_srcdir@ | top_srcdir = @top_srcdir@ | |||
INCLUDES = \ | AM_CPPFLAGS = $(GTK_CFLAGS) | |||
$(GTK_CFLAGS) \ | usbview_LDADD = $(GTK_LIBS) | |||
$(GLIB_CFLAGS) \ | ||||
@CPPFLAGS@ | ||||
man_MANS = usbview.8 | man_MANS = usbview.8 | |||
usbview_SOURCES = \ | usbview_SOURCES = \ | |||
main.c \ | main.c \ | |||
interface.c \ | interface.c \ | |||
callbacks.c \ | callbacks.c \ | |||
usbtree.c usbtree.h \ | usbtree.c usbtree.h \ | |||
usbparse.c usbparse.h \ | usbparse.c usbparse.h \ | |||
configure-dialog.c \ | configure-dialog.c \ | |||
usbview_logo.xpm \ | usbview_logo.xpm | |||
usbview_logo.xcf \ | ||||
usb_icon.xpm \ | ||||
usbview.spec | ||||
usbview_LDADD = \ | ||||
$(GTK_LIBS) \ | ||||
$(GLIB_LIBS) | ||||
EXTRA_DIST = $(man_MANS) | EXTRA_DIST = $(man_MANS) usbview_icon.svg usbview.desktop \ | |||
usbview_logo.xcf \ | ||||
org.freedesktop.pkexec.usbview.policy \ | ||||
LICENSES/GPL-2.0-only.txt | ||||
desktopdir = $(datadir)/applications | ||||
@DESKTOP_TRUE@desktop_DATA = usbview.desktop | ||||
polkitactiondir = $(datadir)/polkit-1/actions | ||||
@POLKIT_TRUE@polkitaction_DATA = org.freedesktop.pkexec.usbview.policy | ||||
icondir = $(datadir)/icons | ||||
icon_bitmaps_png = \ | ||||
hicolor/16x16/apps/usbview.png \ | ||||
hicolor/22x22/apps/usbview.png \ | ||||
hicolor/32x32/apps/usbview.png \ | ||||
hicolor/48x48/apps/usbview.png \ | ||||
hicolor/64x64/apps/usbview.png \ | ||||
hicolor/256x256/apps/usbview.png | ||||
icon_bitmaps_xpm = hicolor/64x64/apps/usbview_icon.xpm | ||||
@ICONS_TRUE@nobase_icon_DATA = $(icon_scalable) $(icon_bitmaps_png) | ||||
icon_scalable = hicolor/scalable/apps/usbview.svg | ||||
CLEANFILES = $(icon_scalable) $(icon_bitmaps_png) $(icon_bitmaps_xpm) | ||||
all: config.h | all: config.h | |||
$(MAKE) $(AM_MAKEFLAGS) all-am | $(MAKE) $(AM_MAKEFLAGS) all-am | |||
.SUFFIXES: | .SUFFIXES: | |||
.SUFFIXES: .c .o .obj | .SUFFIXES: .c .o .obj | |||
am--refresh: Makefile | am--refresh: Makefile | |||
@: | @: | |||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |||
@for dep in $?; do \ | @for dep in $?; do \ | |||
case '$(am__configure_deps)' in \ | case '$(am__configure_deps)' in \ | |||
*$$dep*) \ | *$$dep*) \ | |||
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ | |||
$(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ | |||
&& exit 0; \ | && exit 0; \ | |||
exit 1;; \ | exit 1;; \ | |||
esac; \ | esac; \ | |||
done; \ | done; \ | |||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | |||
$(am__cd) $(top_srcdir) && \ | $(am__cd) $(top_srcdir) && \ | |||
$(AUTOMAKE) --gnu Makefile | $(AUTOMAKE) --foreign Makefile | |||
.PRECIOUS: Makefile | ||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |||
@case '$?' in \ | @case '$?' in \ | |||
*config.status*) \ | *config.status*) \ | |||
echo ' $(SHELL) ./config.status'; \ | echo ' $(SHELL) ./config.status'; \ | |||
$(SHELL) ./config.status;; \ | $(SHELL) ./config.status;; \ | |||
*) \ | *) \ | |||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfil | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_ | |||
es_maybe)'; \ | remake_depfiles)'; \ | |||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_mayb | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_ | |||
e);; \ | depfiles);; \ | |||
esac; | esac; | |||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) | |||
$(SHELL) ./config.status --recheck | $(SHELL) ./config.status --recheck | |||
$(top_srcdir)/configure: $(am__configure_deps) | $(top_srcdir)/configure: $(am__configure_deps) | |||
$(am__cd) $(srcdir) && $(AUTOCONF) | $(am__cd) $(srcdir) && $(AUTOCONF) | |||
$(ACLOCAL_M4): $(am__aclocal_m4_deps) | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |||
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |||
$(am__aclocal_m4_deps): | $(am__aclocal_m4_deps): | |||
config.h: stamp-h1 | config.h: stamp-h1 | |||
@if test ! -f $@; then rm -f stamp-h1; else :; fi | @test -f $@ || rm -f stamp-h1 | |||
@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 | |||
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |||
@rm -f stamp-h1 | @rm -f stamp-h1 | |||
cd $(top_builddir) && $(SHELL) ./config.status config.h | cd $(top_builddir) && $(SHELL) ./config.status config.h | |||
$(srcdir)/config.h.in: $(am__configure_deps) | $(srcdir)/config.h.in: $(am__configure_deps) | |||
($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | |||
rm -f stamp-h1 | rm -f stamp-h1 | |||
touch $@ | touch $@ | |||
distclean-hdr: | distclean-hdr: | |||
-rm -f config.h stamp-h1 | -rm -f config.h stamp-h1 | |||
install-binPROGRAMS: $(bin_PROGRAMS) | install-binPROGRAMS: $(bin_PROGRAMS) | |||
@$(NORMAL_INSTALL) | @$(NORMAL_INSTALL) | |||
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ | |||
if test -n "$$list"; then \ | if test -n "$$list"; then \ | |||
echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ | echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ | |||
$(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ | $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ | |||
fi; \ | fi; \ | |||
for p in $$list; do echo "$$p $$p"; done | \ | for p in $$list; do echo "$$p $$p"; done | \ | |||
sed 's/$(EXEEXT)$$//' | \ | sed 's/$(EXEEXT)$$//' | \ | |||
while read p p1; do if test -f $$p; \ | while read p p1; do if test -f $$p \ | |||
then echo "$$p"; echo "$$p"; else :; fi; \ | ; then echo "$$p"; echo "$$p"; else :; fi; \ | |||
done | \ | done | \ | |||
sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ | sed -e 'p;s,.*/,,;n;h' \ | |||
-e 's|.*|.|' \ | ||||
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ | |||
sed 'N;N;N;s,\n, ,g' | \ | sed 'N;N;N;s,\n, ,g' | \ | |||
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ | |||
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ | |||
if ($$2 == $$4) files[d] = files[d] " " $$1; \ | if ($$2 == $$4) files[d] = files[d] " " $$1; \ | |||
else { print "f", $$3 "/" $$4, $$1; } } \ | else { print "f", $$3 "/" $$4, $$1; } } \ | |||
END { for (d in files) print "f", d, files[d] }' | \ | END { for (d in files) print "f", d, files[d] }' | \ | |||
while read type dir files; do \ | while read type dir files; do \ | |||
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ | |||
test -z "$$files" || { \ | test -z "$$files" || { \ | |||
echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR )$(bindir)$$dir'"; \ | echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR )$(bindir)$$dir'"; \ | |||
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bind ir)$$dir" || exit $$?; \ | $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bind ir)$$dir" || exit $$?; \ | |||
} \ | } \ | |||
; done | ; done | |||
uninstall-binPROGRAMS: | uninstall-binPROGRAMS: | |||
@$(NORMAL_UNINSTALL) | @$(NORMAL_UNINSTALL) | |||
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ | |||
files=`for p in $$list; do echo "$$p"; done | \ | files=`for p in $$list; do echo "$$p"; done | \ | |||
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ | |||
-e 's/$$/$(EXEEXT)/' `; \ | -e 's/$$/$(EXEEXT)/' \ | |||
`; \ | ||||
test -n "$$list" || exit 0; \ | test -n "$$list" || exit 0; \ | |||
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ | |||
cd "$(DESTDIR)$(bindir)" && rm -f $$files | cd "$(DESTDIR)$(bindir)" && rm -f $$files | |||
clean-binPROGRAMS: | clean-binPROGRAMS: | |||
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) | |||
usbview$(EXEEXT): $(usbview_OBJECTS) $(usbview_DEPENDENCIES) $(EXTRA_usbview_DEP ENDENCIES) | usbview$(EXEEXT): $(usbview_OBJECTS) $(usbview_DEPENDENCIES) $(EXTRA_usbview_DEP ENDENCIES) | |||
@rm -f usbview$(EXEEXT) | @rm -f usbview$(EXEEXT) | |||
$(LINK) $(usbview_OBJECTS) $(usbview_LDADD) $(LIBS) | $(AM_V_CCLD)$(LINK) $(usbview_OBJECTS) $(usbview_LDADD) $(LIBS) | |||
mostlyclean-compile: | mostlyclean-compile: | |||
-rm -f *.$(OBJEXT) | -rm -f *.$(OBJEXT) | |||
distclean-compile: | distclean-compile: | |||
-rm -f *.tab.c | -rm -f *.tab.c | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callbacks.Po@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callbacks.Po@am__quote@ # am--i | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configure-dialog.Po@am__quote@ | nclude-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configure-dialog.Po@am__quote@ | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ | # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usbparse.Po@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@ # am--i | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usbtree.Po@am__quote@ | nclude-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--includ | ||||
e-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usbparse.Po@am__quote@ # am--in | ||||
clude-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usbtree.Po@am__quote@ # am--inc | ||||
lude-marker | ||||
$(am__depfiles_remade): | ||||
@$(MKDIR_P) $(@D) | ||||
@echo '# dummy' >$@-t && $(am__mv) $@-t $@ | ||||
am--depfiles: $(am__depfiles_remade) | ||||
.c.o: | .c.o: | |||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $ | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|; | |||
< | s|\.o$$||'`;\ | |||
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< & | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEP | &\ | |||
BACKSLASH@ | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool | ||||
=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(COMPILE) -c $< | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< | |||
.c.obj: | .c.obj: | |||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ ` | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|; | |||
$(CYGPATH_W) '$<'` | s|\.obj$$||'`;\ | |||
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(C | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEP | YGPATH_W) '$<'` &&\ | |||
BACKSLASH@ | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool | ||||
=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$ <'` | |||
install-man8: $(man_MANS) | install-man8: $(man_MANS) | |||
@$(NORMAL_INSTALL) | @$(NORMAL_INSTALL) | |||
@list1=''; \ | @list1=''; \ | |||
list2='$(man_MANS)'; \ | list2='$(man_MANS)'; \ | |||
test -n "$(man8dir)" \ | test -n "$(man8dir)" \ | |||
&& test -n "`echo $$list1$$list2`" \ | && test -n "`echo $$list1$$list2`" \ | |||
|| exit 0; \ | || exit 0; \ | |||
echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ | echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ | |||
$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ | $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ | |||
{ for i in $$list1; do echo "$$i"; done; \ | { for i in $$list1; do echo "$$i"; done; \ | |||
skipping to change at line 423 | skipping to change at line 531 | |||
uninstall-man8: | uninstall-man8: | |||
@$(NORMAL_UNINSTALL) | @$(NORMAL_UNINSTALL) | |||
@list=''; test -n "$(man8dir)" || exit 0; \ | @list=''; test -n "$(man8dir)" || exit 0; \ | |||
files=`{ for i in $$list; do echo "$$i"; done; \ | files=`{ for i in $$list; do echo "$$i"; done; \ | |||
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ | l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ | |||
sed -n '/\.8[a-z]*$$/p'; \ | sed -n '/\.8[a-z]*$$/p'; \ | |||
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ | } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ | |||
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ | |||
dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) | dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) | |||
install-desktopDATA: $(desktop_DATA) | ||||
@$(NORMAL_INSTALL) | ||||
@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ | ||||
if test -n "$$list"; then \ | ||||
echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \ | ||||
$(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \ | ||||
fi; \ | ||||
for p in $$list; do \ | ||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | ||||
echo "$$d$$p"; \ | ||||
done | $(am__base_list) | \ | ||||
while read files; do \ | ||||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \ | ||||
$(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \ | ||||
done | ||||
uninstall-desktopDATA: | ||||
@$(NORMAL_UNINSTALL) | ||||
@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ | ||||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | ||||
dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir) | ||||
install-nobase_iconDATA: $(nobase_icon_DATA) | ||||
@$(NORMAL_INSTALL) | ||||
@list='$(nobase_icon_DATA)'; test -n "$(icondir)" || list=; \ | ||||
if test -n "$$list"; then \ | ||||
echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \ | ||||
$(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \ | ||||
fi; \ | ||||
$(am__nobase_list) | while read dir files; do \ | ||||
xfiles=; for file in $$files; do \ | ||||
if test -f "$$file"; then xfiles="$$xfiles $$file"; \ | ||||
else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ | ||||
test -z "$$xfiles" || { \ | ||||
test "x$$dir" = x. || { \ | ||||
echo " $(MKDIR_P) '$(DESTDIR)$(icondir)/$$dir'"; \ | ||||
$(MKDIR_P) "$(DESTDIR)$(icondir)/$$dir"; }; \ | ||||
echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(icondir)/$$dir'"; \ | ||||
$(INSTALL_DATA) $$xfiles "$(DESTDIR)$(icondir)/$$dir" || exit $$?; }; | ||||
\ | ||||
done | ||||
uninstall-nobase_iconDATA: | ||||
@$(NORMAL_UNINSTALL) | ||||
@list='$(nobase_icon_DATA)'; test -n "$(icondir)" || list=; \ | ||||
$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ | ||||
dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) | ||||
install-polkitactionDATA: $(polkitaction_DATA) | ||||
@$(NORMAL_INSTALL) | ||||
@list='$(polkitaction_DATA)'; test -n "$(polkitactiondir)" || list=; \ | ||||
if test -n "$$list"; then \ | ||||
echo " $(MKDIR_P) '$(DESTDIR)$(polkitactiondir)'"; \ | ||||
$(MKDIR_P) "$(DESTDIR)$(polkitactiondir)" || exit 1; \ | ||||
fi; \ | ||||
for p in $$list; do \ | ||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | ||||
echo "$$d$$p"; \ | ||||
done | $(am__base_list) | \ | ||||
while read files; do \ | ||||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(polkitactiondir)'"; \ | ||||
$(INSTALL_DATA) $$files "$(DESTDIR)$(polkitactiondir)" || exit $$?; \ | ||||
done | ||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | uninstall-polkitactionDATA: | |||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | @$(NORMAL_UNINSTALL) | |||
unique=`for i in $$list; do \ | @list='$(polkitaction_DATA)'; test -n "$(polkitactiondir)" || list=; \ | |||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |||
done | \ | dir='$(DESTDIR)$(polkitactiondir)'; $(am__uninstall_files_from_dir) | |||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||||
END { if (nonempty) { for (i in files) print i; }; }'`; \ | ID: $(am__tagged_files) | |||
mkid -fID $$unique | $(am__define_uniq_tagged_files); mkid -fID $$unique | |||
tags: TAGS | tags: tags-am | |||
TAGS: tags | ||||
TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |||
$(TAGS_FILES) $(LISP) | ||||
set x; \ | set x; \ | |||
here=`pwd`; \ | here=`pwd`; \ | |||
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | $(am__define_uniq_tagged_files); \ | |||
unique=`for i in $$list; do \ | ||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||||
done | \ | ||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||||
END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||||
shift; \ | shift; \ | |||
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |||
test -n "$$unique" || unique=$$empty_fix; \ | test -n "$$unique" || unique=$$empty_fix; \ | |||
if test $$# -gt 0; then \ | if test $$# -gt 0; then \ | |||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |||
"$$@" $$unique; \ | "$$@" $$unique; \ | |||
else \ | else \ | |||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |||
$$unique; \ | $$unique; \ | |||
fi; \ | fi; \ | |||
fi | fi | |||
ctags: CTAGS | ctags: ctags-am | |||
CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | ||||
$(TAGS_FILES) $(LISP) | CTAGS: ctags | |||
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |||
unique=`for i in $$list; do \ | $(am__define_uniq_tagged_files); \ | |||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||||
done | \ | ||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||||
END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||||
test -z "$(CTAGS_ARGS)$$unique" \ | test -z "$(CTAGS_ARGS)$$unique" \ | |||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |||
$$unique | $$unique | |||
GTAGS: | GTAGS: | |||
here=`$(am__cd) $(top_builddir) && pwd` \ | here=`$(am__cd) $(top_builddir) && pwd` \ | |||
&& $(am__cd) $(top_srcdir) \ | && $(am__cd) $(top_srcdir) \ | |||
&& gtags -i $(GTAGS_ARGS) "$$here" | && gtags -i $(GTAGS_ARGS) "$$here" | |||
cscope: cscope.files | cscope: cscope.files | |||
test ! -s cscope.files \ | test ! -s cscope.files \ | |||
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(C SCOPE_ARGS) | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(C SCOPE_ARGS) | |||
clean-cscope: | clean-cscope: | |||
-rm -f cscope.files | -rm -f cscope.files | |||
cscope.files: clean-cscope cscopelist | ||||
cscopelist: cscopelist-am | ||||
cscope.files: clean-cscope cscopelist | cscopelist-am: $(am__tagged_files) | |||
list='$(am__tagged_files)'; \ | ||||
cscopelist: $(HEADERS) $(SOURCES) $(LISP) | ||||
list='$(SOURCES) $(HEADERS) $(LISP)'; \ | ||||
case "$(srcdir)" in \ | case "$(srcdir)" in \ | |||
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |||
*) sdir=$(subdir)/$(srcdir) ;; \ | *) sdir=$(subdir)/$(srcdir) ;; \ | |||
esac; \ | esac; \ | |||
for i in $$list; do \ | for i in $$list; do \ | |||
if test -f "$$i"; then \ | if test -f "$$i"; then \ | |||
echo "$(subdir)/$$i"; \ | echo "$(subdir)/$$i"; \ | |||
else \ | else \ | |||
echo "$$sdir/$$i"; \ | echo "$$sdir/$$i"; \ | |||
fi; \ | fi; \ | |||
done >> $(top_builddir)/cscope.files | done >> $(top_builddir)/cscope.files | |||
distclean-tags: | distclean-tags: | |||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |||
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files | |||
distdir: $(BUILT_SOURCES) | ||||
$(MAKE) $(AM_MAKEFLAGS) distdir-am | ||||
distdir: $(DISTFILES) | distdir-am: $(DISTFILES) | |||
@list='$(MANS)'; if test -n "$$list"; then \ | ||||
list=`for p in $$list; do \ | ||||
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ | ||||
if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ | ||||
if test -n "$$list" && \ | ||||
grep 'ab help2man is required to generate this page' $$list >/dev/nul | ||||
l; then \ | ||||
echo "error: found man pages containing the 'missing help2man' replac | ||||
ement text:" >&2; \ | ||||
grep -l 'ab help2man is required to generate this page' $$list | sed | ||||
's/^/ /' >&2; \ | ||||
echo " to fix them, install help2man, remove and regenerate the | ||||
man pages;" >&2; \ | ||||
echo " typically 'make maintainer-clean' will remove them" >&2; | ||||
\ | ||||
exit 1; \ | ||||
else :; fi; \ | ||||
else :; fi | ||||
$(am__remove_distdir) | $(am__remove_distdir) | |||
test -d "$(distdir)" || mkdir "$(distdir)" | test -d "$(distdir)" || mkdir "$(distdir)" | |||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
list='$(DISTFILES)'; \ | list='$(DISTFILES)'; \ | |||
dist_files=`for file in $$list; do echo $$file; done | \ | dist_files=`for file in $$list; do echo $$file; done | \ | |||
sed -e "s|^$$srcdirstrip/||;t" \ | sed -e "s|^$$srcdirstrip/||;t" \ | |||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |||
case $$dist_files in \ | case $$dist_files in \ | |||
*/*) $(MKDIR_P) `echo "$$dist_files" | \ | */*) $(MKDIR_P) `echo "$$dist_files" | \ | |||
skipping to change at line 553 | skipping to change at line 699 | |||
fi; \ | fi; \ | |||
done | done | |||
-test -n "$(am__skip_mode_fix)" \ | -test -n "$(am__skip_mode_fix)" \ | |||
|| find "$(distdir)" -type d ! -perm -755 \ | || find "$(distdir)" -type d ! -perm -755 \ | |||
-exec chmod u+rwx,go+rx {} \; -o \ | -exec chmod u+rwx,go+rx {} \; -o \ | |||
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |||
! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |||
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | |||
|| chmod -R a+r "$(distdir)" | || chmod -R a+r "$(distdir)" | |||
dist-gzip: distdir | dist-gzip: distdir | |||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).ta r.gz | tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distd ir).tar.gz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-bzip2: distdir | dist-bzip2: distdir | |||
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir) .tar.bz2 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir) .tar.bz2 | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-lzip: distdir | dist-lzip: distdir | |||
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar .lz | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar .lz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-xz: distdir | dist-xz: distdir | |||
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir). tar.xz | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir). tar.xz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-zstd: distdir | ||||
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19} | ||||
} >$(distdir).tar.zst | ||||
$(am__post_remove_distdir) | ||||
dist-tarZ: distdir | dist-tarZ: distdir | |||
@echo WARNING: "Support for distribution archives compressed with" \ | ||||
"legacy program 'compress' is deprecated." >&2 | ||||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | ||||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-shar: distdir | dist-shar: distdir | |||
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | @echo WARNING: "Support for shar distribution archives is" \ | |||
"deprecated." >&2 | ||||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | ||||
shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz | ||||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-zip: distdir | dist-zip: distdir | |||
-rm -f $(distdir).zip | -rm -f $(distdir).zip | |||
zip -rq $(distdir).zip $(distdir) | zip -rq $(distdir).zip $(distdir) | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist dist-all: | dist dist-all: | |||
$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
# This target untars the dist file and tries a VPATH configuration. Then | # This target untars the dist file and tries a VPATH configuration. Then | |||
# it guarantees that the distribution is self-contained by making another | # it guarantees that the distribution is self-contained by making another | |||
# tarfile. | # tarfile. | |||
distcheck: dist | distcheck: dist | |||
case '$(DIST_ARCHIVES)' in \ | case '$(DIST_ARCHIVES)' in \ | |||
*.tar.gz*) \ | *.tar.gz*) \ | |||
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ | |||
*.tar.bz2*) \ | *.tar.bz2*) \ | |||
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | |||
*.tar.lz*) \ | *.tar.lz*) \ | |||
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | |||
*.tar.xz*) \ | *.tar.xz*) \ | |||
xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |||
*.tar.Z*) \ | *.tar.Z*) \ | |||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |||
*.shar.gz*) \ | *.shar.gz*) \ | |||
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ | |||
*.zip*) \ | *.zip*) \ | |||
unzip $(distdir).zip ;;\ | unzip $(distdir).zip ;;\ | |||
*.tar.zst*) \ | ||||
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ | ||||
esac | esac | |||
chmod -R a-w $(distdir); chmod a+w $(distdir) | chmod -R a-w $(distdir) | |||
mkdir $(distdir)/_build | chmod u+w $(distdir) | |||
mkdir $(distdir)/_inst | mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst | |||
chmod a-w $(distdir) | chmod a-w $(distdir) | |||
test -d $(distdir)/_build || exit 0; \ | test -d $(distdir)/_build || exit 0; \ | |||
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[ \\/],/,'` \ | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[ \\/],/,'` \ | |||
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |||
&& am__cwd=`pwd` \ | && am__cwd=`pwd` \ | |||
&& $(am__cd) $(distdir)/_build \ | && $(am__cd) $(distdir)/_build/sub \ | |||
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \ | && ../../configure \ | |||
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | |||
$(DISTCHECK_CONFIGURE_FLAGS) \ | $(DISTCHECK_CONFIGURE_FLAGS) \ | |||
--srcdir=../.. --prefix="$$dc_install_base" \ | ||||
&& $(MAKE) $(AM_MAKEFLAGS) \ | && $(MAKE) $(AM_MAKEFLAGS) \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ | && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) check \ | && $(MAKE) $(AM_MAKEFLAGS) check \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) install \ | && $(MAKE) $(AM_MAKEFLAGS) install \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \ | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |||
distuninstallcheck \ | distuninstallcheck \ | |||
&& chmod -R a-w "$$dc_install_base" \ | && chmod -R a-w "$$dc_install_base" \ | |||
&& ({ \ | && ({ \ | |||
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |||
skipping to change at line 671 | skipping to change at line 830 | |||
@if test '$(srcdir)' = . ; then \ | @if test '$(srcdir)' = . ; then \ | |||
echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |||
exit 1 ; \ | exit 1 ; \ | |||
fi | fi | |||
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |||
|| { echo "ERROR: files left in build directory after distclean:" ; \ | || { echo "ERROR: files left in build directory after distclean:" ; \ | |||
$(distcleancheck_listfiles) ; \ | $(distcleancheck_listfiles) ; \ | |||
exit 1; } >&2 | exit 1; } >&2 | |||
check-am: all-am | check-am: all-am | |||
check: check-am | check: check-am | |||
all-am: Makefile $(PROGRAMS) $(MANS) config.h | all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h | |||
installdirs: | installdirs: | |||
for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man8dir)"; do \ | for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(desk topdir)" "$(DESTDIR)$(icondir)" "$(DESTDIR)$(polkitactiondir)"; do \ | |||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |||
done | done | |||
install: install-am | install: install-am | |||
install-exec: install-exec-am | install-exec: install-exec-am | |||
install-data: install-data-am | install-data: install-data-am | |||
uninstall: uninstall-am | uninstall: uninstall-am | |||
install-am: all-am | install-am: all-am | |||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |||
skipping to change at line 698 | skipping to change at line 857 | |||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |||
install; \ | install; \ | |||
else \ | else \ | |||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |||
fi | fi | |||
mostlyclean-generic: | mostlyclean-generic: | |||
clean-generic: | clean-generic: | |||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | ||||
distclean-generic: | distclean-generic: | |||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $ (CONFIG_CLEAN_VPATH_FILES) | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $ (CONFIG_CLEAN_VPATH_FILES) | |||
maintainer-clean-generic: | maintainer-clean-generic: | |||
@echo "This command is intended for maintainers to use" | @echo "This command is intended for maintainers to use" | |||
@echo "it deletes files that may require special tools to rebuild." | @echo "it deletes files that may require special tools to rebuild." | |||
clean: clean-am | clean: clean-am | |||
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am | clean-am: clean-binPROGRAMS clean-generic mostlyclean-am | |||
distclean: distclean-am | distclean: distclean-am | |||
-rm -f $(am__CONFIG_DISTCLEAN_FILES) | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |||
-rm -rf ./$(DEPDIR) | -rm -f ./$(DEPDIR)/callbacks.Po | |||
-rm -f ./$(DEPDIR)/configure-dialog.Po | ||||
-rm -f ./$(DEPDIR)/interface.Po | ||||
-rm -f ./$(DEPDIR)/main.Po | ||||
-rm -f ./$(DEPDIR)/usbparse.Po | ||||
-rm -f ./$(DEPDIR)/usbtree.Po | ||||
-rm -f Makefile | -rm -f Makefile | |||
distclean-am: clean-am distclean-compile distclean-generic \ | distclean-am: clean-am distclean-compile distclean-generic \ | |||
distclean-hdr distclean-tags | distclean-hdr distclean-tags | |||
dvi: dvi-am | dvi: dvi-am | |||
dvi-am: | dvi-am: | |||
html: html-am | html: html-am | |||
html-am: | html-am: | |||
info: info-am | info: info-am | |||
info-am: | info-am: | |||
install-data-am: install-man | install-data-am: install-desktopDATA install-man \ | |||
install-nobase_iconDATA install-polkitactionDATA | ||||
install-dvi: install-dvi-am | install-dvi: install-dvi-am | |||
install-dvi-am: | install-dvi-am: | |||
install-exec-am: install-binPROGRAMS | install-exec-am: install-binPROGRAMS | |||
install-html: install-html-am | install-html: install-html-am | |||
install-html-am: | install-html-am: | |||
skipping to change at line 760 | skipping to change at line 926 | |||
install-ps: install-ps-am | install-ps: install-ps-am | |||
install-ps-am: | install-ps-am: | |||
installcheck-am: | installcheck-am: | |||
maintainer-clean: maintainer-clean-am | maintainer-clean: maintainer-clean-am | |||
-rm -f $(am__CONFIG_DISTCLEAN_FILES) | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |||
-rm -rf $(top_srcdir)/autom4te.cache | -rm -rf $(top_srcdir)/autom4te.cache | |||
-rm -rf ./$(DEPDIR) | -rm -f ./$(DEPDIR)/callbacks.Po | |||
-rm -f ./$(DEPDIR)/configure-dialog.Po | ||||
-rm -f ./$(DEPDIR)/interface.Po | ||||
-rm -f ./$(DEPDIR)/main.Po | ||||
-rm -f ./$(DEPDIR)/usbparse.Po | ||||
-rm -f ./$(DEPDIR)/usbtree.Po | ||||
-rm -f Makefile | -rm -f Makefile | |||
maintainer-clean-am: distclean-am maintainer-clean-generic | maintainer-clean-am: distclean-am maintainer-clean-generic | |||
mostlyclean: mostlyclean-am | mostlyclean: mostlyclean-am | |||
mostlyclean-am: mostlyclean-compile mostlyclean-generic | mostlyclean-am: mostlyclean-compile mostlyclean-generic | |||
pdf: pdf-am | pdf: pdf-am | |||
pdf-am: | pdf-am: | |||
ps: ps-am | ps: ps-am | |||
ps-am: | ps-am: | |||
uninstall-am: uninstall-binPROGRAMS uninstall-man | uninstall-am: uninstall-binPROGRAMS uninstall-desktopDATA \ | |||
uninstall-man uninstall-nobase_iconDATA \ | ||||
uninstall-polkitactionDATA | ||||
uninstall-man: uninstall-man8 | uninstall-man: uninstall-man8 | |||
.MAKE: all install-am install-strip | .MAKE: all install-am install-strip | |||
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ | .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \ | |||
clean-binPROGRAMS clean-cscope clean-generic cscope cscopelist \ | check-am clean clean-binPROGRAMS clean-cscope clean-generic \ | |||
ctags dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \ | cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ | |||
dist-tarZ dist-xz dist-zip distcheck distclean \ | dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ | |||
distclean-compile distclean-generic distclean-hdr \ | dist-zstd distcheck distclean distclean-compile \ | |||
distclean-tags distcleancheck distdir distuninstallcheck dvi \ | distclean-generic distclean-hdr distclean-tags distcleancheck \ | |||
dvi-am html html-am info info-am install install-am \ | distdir distuninstallcheck dvi dvi-am html html-am info \ | |||
install-binPROGRAMS install-data install-data-am install-dvi \ | info-am install install-am install-binPROGRAMS install-data \ | |||
install-dvi-am install-exec install-exec-am install-html \ | install-data-am install-desktopDATA install-dvi install-dvi-am \ | |||
install-html-am install-info install-info-am install-man \ | install-exec install-exec-am install-html install-html-am \ | |||
install-man8 install-pdf install-pdf-am install-ps \ | install-info install-info-am install-man install-man8 \ | |||
install-ps-am install-strip installcheck installcheck-am \ | install-nobase_iconDATA install-pdf install-pdf-am \ | |||
installdirs maintainer-clean maintainer-clean-generic \ | install-polkitactionDATA install-ps install-ps-am \ | |||
mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ | install-strip installcheck installcheck-am installdirs \ | |||
ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \ | maintainer-clean maintainer-clean-generic mostlyclean \ | |||
uninstall-man uninstall-man8 | mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ | |||
tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ | ||||
uninstall-desktopDATA uninstall-man uninstall-man8 \ | ||||
uninstall-nobase_iconDATA uninstall-polkitactionDATA | ||||
.PRECIOUS: Makefile | ||||
interface.o: $(icon_bitmaps_xpm) | ||||
$(icon_bitmaps_png): usbview_icon.svg | ||||
mkdir -p $$(dirname $@) | ||||
@HAVE_CONVERT_TRUE@ $(CONVERT) -geometry $$(basename $$(dirname $$(dirname $@ | ||||
))) $< $@ | ||||
@HAVE_CONVERT_FALSE@ echo "error: unable to generate $@ from $<" | ||||
@HAVE_CONVERT_FALSE@ exit 1 | ||||
$(icon_bitmaps_xpm): usbview_icon.svg | ||||
mkdir -p $$(dirname $@) | ||||
@HAVE_CONVERT_TRUE@ $(CONVERT) -geometry $$(basename $$(dirname $$(dirname $@ | ||||
))) $< $@ | ||||
@HAVE_CONVERT_FALSE@ echo "error: unable to generate $@ from $<" | ||||
@HAVE_CONVERT_FALSE@ exit 1 | ||||
$(icon_scalable): usbview_icon.svg | ||||
mkdir -p $$(dirname $@) | ||||
cp $< $@ | ||||
# gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor; | ||||
gtk-update-icon-cache -f -t $(datadir)/icons/HighContrast | ||||
# | ||||
# install-data-hook: update-icon-cache | ||||
# uninstall-hook: update-icon-cache | ||||
# update-icon-cache: | ||||
# @-if test -z "$(DESTDIR)"; then \ | ||||
# echo "Updating Gtk icon cache."; \ | ||||
# $(gtk_update_icon_cache); \ | ||||
# else \ | ||||
# echo "*** Icon cache not updated. After (un)install, run this:"; | ||||
\ | ||||
# echo "*** $(gtk_update_icon_cache)"; \ | ||||
# fi | ||||
# Tell versions [3.59,3.63) of GNU make to not export all variables. | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |||
# Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. | |||
.NOEXPORT: | .NOEXPORT: | |||
End of changes. 72 change blocks. | ||||
161 lines changed or deleted | 379 lines changed or added |