Top 10k strings from Makefile.am
in <root> / bin / pc / Emulators / fuse-hc2000-hacks.7z / src / fuse / data /
Back to the directory listing
1 validate: fuse.desktop 1 update-database-cache: 1 uninstall-hook: update-database-cache 1 mimeicons64dir = $(iconsdatadir)/64x64/mimetypes 1 mimeicons48dir = $(iconsdatadir)/48x48/mimetypes 1 mimeicons32dir = $(iconsdatadir)/32x32/mimetypes 1 mimeicons256dir = $(iconsdatadir)/256x256/mimetypes 1 mimeicons16dir = $(iconsdatadir)/16x16/mimetypes 1 mimeicons128dir = $(iconsdatadir)/128x128/mimetypes 1 list=`$(SED) -e '/<mime-type/ s/.*<mime-type type="\(.*\)">.*/\1;/' -e t -e d < $(srcdir)/fuse.xml | tr -d '\n'` && \ 1 install-data-hook: update-database-cache 1 if test -z "$(LIBSPEC_HAVE_ZLIB)"; then \ 1 if test -z "$(LIBSPEC_HAVE_BZ2)"; then \ 1 if test -z "$(LIBSPEC_HAVE_AUDIOFILE)"; then \ 1 if test -z "$(DESTDIR)"; then \ 1 if DESKTOP_INTEGRATION 1 iconsdatadir = $(DESKTOP_DATADIR)/icons/hicolor 1 icons64dir = $(iconsdatadir)/64x64/apps 1 icons48dir = $(iconsdatadir)/48x48/apps 1 icons32dir = $(iconsdatadir)/32x32/apps 1 icons256dir = $(iconsdatadir)/256x256/apps 1 icons16dir = $(iconsdatadir)/16x16/apps 1 icons128dir = $(iconsdatadir)/128x128/apps 1 fusemimedir = $(DESKTOP_DATADIR)/mime/packages 1 fusemime_DATA = fuse.xml 1 fuse.xml: fuse.xml.in 1 fuse.xml.in 1 fuse.desktop: fuse.desktop.in $(srcdir)/fuse.xml 1 fuse.desktop.in \ 1 fuse.desktop \ 1 dist_mimeicons64_DATA = icons/64x64/application-x-spectrum.png 1 dist_mimeicons48_DATA = icons/48x48/application-x-spectrum.png 1 dist_mimeicons32_DATA = icons/32x32/application-x-spectrum.png 1 dist_mimeicons256_DATA = icons/256x256/application-x-spectrum.png 1 dist_mimeicons16_DATA = icons/16x16/application-x-spectrum.png 1 dist_mimeicons128_DATA = icons/128x128/application-x-spectrum.png 1 dist_icons64_DATA = icons/64x64/fuse.png 1 dist_icons48_DATA = icons/48x48/fuse.png 1 dist_icons32_DATA = icons/32x32/fuse.png 1 dist_icons256_DATA = icons/256x256/fuse.png 1 dist_icons16_DATA = icons/16x16/fuse.png 1 dist_icons128_DATA = icons/128x128/fuse.png 1 dist-hook: validate 1 appdatadir = $(DESKTOP_DATADIR)/applications 1 appdata_DATA = fuse.desktop 1 EXTRA_DIST = \ 1 CLEANFILES = \ 1 AUTOMAKE_OPTIONS = foreign 1 ( dfvalidate=`which desktop-file-validate`; \ 1 $(SED) -e "s|@MIME_TYPES@|$$list|" < fuse.desktop.in > $@ 1 $(SED) -e "$$mime_audiofile" -e "$$mime_zlib" -e "$$mime_bz2" < fuse.xml.in > $@ 1 ## with this program; if not, write to the Free Software Foundation, Inc., 1 ## the Free Software Foundation; either version 2 of the License, or 1 ## it under the terms of the GNU General Public License as published by 1 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 1 ## You should have received a copy of the GNU General Public License along 1 ## This program is free software; you can redistribute it and/or modify 1 ## This program is distributed in the hope that it will be useful, 1 ## Process this file with automake to produce Makefile.in 1 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1 ## GNU General Public License for more details. 1 ## E-mail: [email protected] 1 ## Copyright (c) 2011 Philip Kendall 1 ## Author contact information: 1 ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 1 ## (at your option) any later version. 1 # Generate fuse.xml according to libspectrum capabilities 1 # Generate fuse.desktop from fuse.xml to keep mime types list in sync 1 update-mime-database $(DESKTOP_DATADIR)/mime; \ 1 update-desktop-database $(DESKTOP_DATADIR)/applications; \ 1 touch --no-create $(iconsdatadir); \ 1 mime_zlib='/LIBSPECTRUM_HAVE_ZLIB_BEGIN/,/LIBSPECTRUM_HAVE_ZLIB_END/d'; \ 1 mime_zlib='/LIBSPECTRUM_HAVE_ZLIB/d'; \ 1 mime_bz2='/LIBSPECTRUM_HAVE_BZ2_BEGIN/,/LIBSPECTRUM_HAVE_BZ2_END/d'; \ 1 mime_bz2='/LIBSPECTRUM_HAVE_BZ2/d'; \ 1 mime_audiofile='/LIBSPECTRUM_HAVE_AUDIOFILE_BEGIN/,/LIBSPECTRUM_HAVE_AUDIOFILE_END/d'; \ 1 mime_audiofile='/LIBSPECTRUM_HAVE_AUDIOFILE/d'; \ 1 if test x$$dfvalidate != x && test -x $$dfvalidate; then \ 1 $(GTK_UPDATE_ICON_CACHE) -t ${iconsdatadir}; \ 1 $$dfvalidate $< || ( echo "* $< INVALID *"; exit 1 ) \