~ubuntu-branches/ubuntu/saucy/nspr/saucy-updates

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/config/autoconf.mk.in

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-11-27 17:39:22 UTC
  • mfrom: (1.1.15) (27.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121127173922-1zfbtwmy1vczqwxq
Tags: 2:4.9.3-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - rules: Enable Thumb2 build on armel, armhf.
  - control: Change Vcs-* to XS-Debian-Vcs-*.
  - control: Add conflicts to evolution-documentation-*,
    language-support-translation-*.
  - control: Add Breaks: evolution-plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- Mode: Makefile -*-
 
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
 
2
6
 
3
7
INCLUDED_AUTOCONF_MK = 1
4
8
USE_AUTOCONF    = 1
22
26
RELEASE_OBJDIR_NAME = @RELEASE_OBJDIR_NAME@
23
27
OBJDIR_NAME     = @OBJDIR_NAME@
24
28
OBJDIR          = @OBJDIR@
25
 
OBJ_SUFFIX      = @OBJ_SUFFIX@
 
29
# We do magic with OBJ_SUFFIX in config.mk, the following ensures we don't
 
30
# manually use it before config.mk inclusion
 
31
OBJ_SUFFIX      = $(error config/config.mk needs to be included before using OBJ_SUFFIX)
 
32
_OBJ_SUFFIX     = @OBJ_SUFFIX@
26
33
LIB_SUFFIX      = @LIB_SUFFIX@
27
34
DLL_SUFFIX      = @DLL_SUFFIX@
28
35
ASM_SUFFIX      = @ASM_SUFFIX@
88
95
PROFILE_USE_LDFLAGS = @PROFILE_USE_LDFLAGS@
89
96
 
90
97
MKSHLIB         = @MKSHLIB@
91
 
WRAP_MALLOC_LIB = @WRAP_MALLOC_LIB@
92
 
WRAP_MALLOC_CFLAGS = @WRAP_MALLOC_CFLAGS@
 
98
WRAP_LDFLAGS    = @WRAP_LDFLAGS@
93
99
DSO_CFLAGS      = @DSO_CFLAGS@
94
100
DSO_LDOPTS      = @DSO_LDOPTS@
95
101