~ubuntu-branches/ubuntu/quantal/enigmail/quantal-security

« back to all changes in this revision

Viewing changes to mailnews/extensions/newsblog/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2013-09-13 16:02:15 UTC
  • mfrom: (0.12.16)
  • Revision ID: package-import@ubuntu.com-20130913160215-u3g8nmwa0pdwagwc
Tags: 2:1.5.2-0ubuntu0.12.10.1
* New upstream release v1.5.2 for Thunderbird 24

* Build enigmail using a stripped down Thunderbird 17 build system, as it's
  now quite difficult to build the way we were doing previously, with the
  latest Firefox build system
* Add debian/patches/no_libxpcom.patch - Don't link against libxpcom, as it
  doesn't exist anymore (but exists in the build system)
* Add debian/patches/use_sdk.patch - Use the SDK version of xpt.py and
  friends
* Drop debian/patches/ipc-pipe_rename.diff (not needed anymore)
* Drop debian/patches/makefile_depth.diff (not needed anymore)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# This Source Code Form is subject to the terms of the Mozilla Public
 
3
# License, v. 2.0. If a copy of the MPL was not distributed with this
 
4
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
5
 # of those above. If you wish to allow use of your version of this file only
 
6
# under the terms of either the GPL or the LGPL, and not to allow others to
 
7
# use your version of this file under the terms of the MPL, indicate your
 
8
# decision by deleting the provisions above and replace them with the notice
 
9
# and other provisions required by the GPL or the LGPL. If you do not delete
 
10
# the provisions above, a recipient may use your version of this file under
 
11
# the terms of any one of the MPL, the GPL or the LGPL.
 
12
#
 
13
# ***** END LICENSE BLOCK *****
 
14
 
 
15
DEPTH           = @DEPTH@
 
16
topsrcdir       = @top_srcdir@
 
17
srcdir          = @srcdir@
 
18
VPATH           = @srcdir@
 
19
 
 
20
include $(DEPTH)/config/autoconf.mk
 
21
 
 
22
MODULE          = newsblog
 
23
 
 
24
EXPORT_DIR      = $(DIST)/bin/isp
 
25
 
 
26
GARBAGE += $(EXPORT_DIR)/rss.rdf 
 
27
 
 
28
libs:: rss.rdf
 
29
        $(INSTALL) $^ $(EXPORT_DIR)
 
30
 
 
31
install:: rss.rdf
 
32
        $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/isp
 
33
 
 
34
EXTRA_COMPONENTS = \
 
35
                js/newsblog.js \
 
36
                js/newsblog.manifest \
 
37
                $(NULL)
 
38
 
 
39
include $(topsrcdir)/config/rules.mk