# -*- mode: makefile; coding: utf-8 -*- # Copyright (c) 2008 Fabien Tassin # Description: Project Flock # # 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, 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., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. MOZCLIENT_PROJECTNAME := flock include mozclient.mk.in COMPARE_FILTER_PRE_IN := sed \ -e 's,foo,foo,' \ $(NULL) COMPARE_FILTER_PRE_OUT := sed \ -e 's,^usr/share/idl/.*,,' \ -e 's,^usr/include/.*,,' \ -e 's,^usr/lib/flock-devel.*,,' \ -e 's,^usr/lib/flock-2.0[^/]*/,,' \ $(NULL) COMPARE_FILTER_IN := sed \ -e 's,^usr/lib/flock-2.0[^/]*/\(old-homepage-default.properties\|README.txt\|removed-files\),,' \ -e 's,^usr/lib/flock-2.0[^/]*/.autoreg,,' \ -e 's,^usr/share/idl/flock-2.0.*,,' \ -e 's,^usr/lib/flock-devel-2.0.*,,' \ -e 's,^usr/include/flock-2.0.*,,' \ -e 's,^etc/flock-2.0[^/]*/.autoreg,,' \ $(NULL) COMPARE_FILTER_OUT := sed \ -e 's,^DEBIAN/.*,,' \ -e 's,^usr/lib/debug/.*,,' \ -e 's,^usr/share/doc/.*,,' \ -e 's,^usr/share/menu/.*,,' \ -e 's,^usr/share/applications/.*,,' \ -e 's,^usr/share/bug/flock-2.0/presubj,,' \ -e 's,^etc/flock-2.0/\(firefoxrc\|pref/firefox.js\),,' \ -e 's,^usr/lib/flock-2.0[^/]*/\(flock-2.0-restart-required.update-notifier\|firefox.cfg\|firefox.sh\|ffox-3-beta-profile-migration-dialog\),,' \ $(NULL) include compare.mk.in