Codebase list anyremote / upstream/5.1.1+dfsg Makefile.am
upstream/5.1.1+dfsg

Tree @upstream/5.1.1+dfsg (Download .tar.gz)

Makefile.am @upstream/5.1.1+dfsgraw · history · blame

# 
# anyRemote - a bluetooth remote for your PC.
#
# Copyright (C) 2007,2008,2009,2010 Mikhail Fedotov <anyremote@mail.ru>
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
# 

SUBDIRS = src

EXTRA_DIST = INSTALL NEWS README COPYING AUTHORS TODO anyremote.1.gz ChangeLog doc-html keymaps cfg-data specs

install-data-local:
	test -z $(DESTDIR)$(pkgdatadir) || mkdir -p -- . $(DESTDIR)$(pkgdatadir)
	test -z $(DESTDIR)$(datadir)/doc/anyremote || mkdir -p -- . $(DESTDIR)$(datadir)/doc/anyremote
	cp -r cfg-data $(DESTDIR)$(pkgdatadir)
	rm -rf $(DESTDIR)$(pkgdatadir)/cfg-data/obsoleted
	cp -r doc-html ChangeLog README COPYING AUTHORS $(DESTDIR)$(datadir)/doc/anyremote/
	find $(DESTDIR)$(pkgdatadir) $(DESTDIR)$(datadir)/doc/anyremote -type f -exec chmod 644 {} \;
	chmod a+x $(DESTDIR)$(pkgdatadir)/cfg-data/Utils/all-in-1.py $(DESTDIR)$(pkgdatadir)/cfg-data/Utils/message.sh 
	chmod a+x $(DESTDIR)$(pkgdatadir)/cfg-data/Utils/xmms_is_playing $(DESTDIR)$(pkgdatadir)/cfg-data/Utils/getPlayList.sh
	find $(DESTDIR)$(pkgdatadir) $(DESTDIR)$(datadir)/doc/anyremote  -type d -exec chmod 755 {} \;
	test -z $(DESTDIR)$(datadir)/man/man1 || mkdir -p -- . $(DESTDIR)$(datadir)/man/man1
	cp -r anyremote.1.gz $(DESTDIR)$(datadir)/man/man1
	chmod 644 $(DESTDIR)$(datadir)/man/man1/anyremote.1.gz

uninstall-local:
	rm -rf $(DESTDIR)$(pkgdatadir)
	rm -rf $(DESTDIR)$(datadir)/doc/anyremote
	rm -f $(DESTDIR)$(datadir)/man/man1/anyremote.1.gz