~ubuntu-branches/ubuntu/precise/nspr/precise-proposed

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/config/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-10 11:34:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810113426-3uv4diflrkcbdimm
Tags: 4.8-0ubuntu1
* New upstream release: 4.8 (LP: #387812)
* adjust patches to changed upstreanm codebase
  - update debian/patches/99_configure.patch
* update shlibs symbols to include new API elements
  - update debian/libnspr4-0d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
ifeq (,$(CROSS_COMPILE)$(filter-out OS2 WINNT,$(OS_ARCH)))
114
114
TARGETS = $(PROGS)
115
115
else
 
116
ifeq (,$(filter-out SYMBIAN WINCE,$(OS_ARCH)))
 
117
TARGETS = $(PROGS)
 
118
else
116
119
PROGS   += $(OBJDIR)/nsinstall$(PROG_SUFFIX)
117
120
TARGETS = $(PROGS) $(PLSRCS:.pl=)
118
121
endif
 
122
endif
119
123
 
120
124
OUTOPTION = -o # end of the line
121
 
ifeq (,$(filter-out WINNT WIN95,$(OS_TARGET)))
 
125
ifeq (,$(filter-out WINNT WIN95 WINCE,$(OS_TARGET)))
122
126
ifndef NS_USE_GCC
123
127
OUTOPTION = -Fe
124
128
endif