summaryrefslogtreecommitdiff
path: root/src/flock.mk.in
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@debian.org>2011-10-08 00:14:19 +0200
committerBenjamin Drung <bdrung@debian.org>2011-10-08 00:14:19 +0200
commitb3edbbbeb58dd66a6e0bc1a474302b14d15fcfdb (patch)
tree0a9aae216a24a33af9e6c5e9fd1d53b358e5ce44 /src/flock.mk.in
parent88452065daebee8abe71b5a47bcdbf816415251f (diff)
Remove all stuff that is unrelated to packaging XUL extensions.
Diffstat (limited to 'src/flock.mk.in')
-rw-r--r--src/flock.mk.in55
1 files changed, 0 insertions, 55 deletions
diff --git a/src/flock.mk.in b/src/flock.mk.in
deleted file mode 100644
index 2536f48..0000000
--- a/src/flock.mk.in
+++ /dev/null
@@ -1,55 +0,0 @@
-# -*- mode: makefile; coding: utf-8 -*-
-
-# Copyright (c) 2008 Fabien Tassin <fta@sofaraway.org>
-# 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