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

« back to all changes in this revision

Viewing changes to build/pgo/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
 
 
6
 
DEPTH           = @DEPTH@
7
 
topsrcdir       = @top_srcdir@
8
 
srcdir          = @srcdir@
9
 
VPATH           = @srcdir@
10
 
relativesrcdir = @relativesrcdir@
11
 
 
12
 
include $(DEPTH)/config/autoconf.mk
13
 
 
14
 
DIRS = \
15
 
  blueprint \
16
 
  js-input \
17
 
  $(NULL)
18
 
 
19
 
include $(topsrcdir)/config/rules.mk
20
 
 
21
 
# We install to _profile/pgo
22
 
TARGET_DEPTH = ../..
23
 
include $(topsrcdir)/build/automation-build.mk
24
 
 
25
 
# Need to override the browser_path from binary-location.mk (included via automation-build.mk)
26
 
# since we want to run from e.g. dist/firefox rather than dist/bin
27
 
ifeq ($(OS_ARCH),Darwin)
28
 
browser_path = \"$(TARGET_DIST)/$(MOZ_APP_NAME)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS/$(PROGRAM)\"
29
 
else
30
 
browser_path = \"$(TARGET_DIST)/$(MOZ_APP_NAME)/$(PROGRAM)\"
31
 
endif
32
 
   
33
 
# Stuff to make a build with a profile
34
 
 
35
 
_PGO_FILES =    \
36
 
  automation.py \
37
 
  $(topsrcdir)/build/automationutils.py \
38
 
  profileserver.py \
39
 
  genpgocert.py \
40
 
  index.html \
41
 
  server-locations.txt \
42
 
  favicon.ico \
43
 
  $(NULL)
44
 
 
45
 
genpgocert.py: genpgocert.py.in
46
 
        $(PYTHON) $(topsrcdir)/config/Preprocessor.py \
47
 
        $(AUTOMATION_PPARGS) $(DEFINES) $(ACDEFINES) $^ > $@
48
 
 
49
 
GARBAGE += genpgocert.py
50
 
 
51
 
libs:: $(_PGO_FILES)
52
 
        $(INSTALL) $^ $(_PROFILE_DIR)
53
 
 
54
 
genservercert::
55
 
        $(PYTHON) $(DEPTH)/_profile/pgo/genpgocert.py --gen-server