~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal

« back to all changes in this revision

Viewing changes to mozilla/config/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-06-20 23:50:32 UTC
  • mfrom: (1.3.2)
  • Revision ID: package-import@ubuntu.com-20120620235032-fx5tuhrswvsju9z3
Tags: 1.6~b1+build1-0ubuntu1
New upstream release from the beta channel (CALENDAR_1_6b1_BUILD1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Makefile -*-
1
2
#
2
3
# ***** BEGIN LICENSE BLOCK *****
3
4
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
117
118
endif
118
119
 
119
120
ifdef WRAP_SYSTEM_INCLUDES
120
 
export::
121
 
        if test ! -d system_wrappers; then mkdir system_wrappers; fi
 
121
export-preqs = \
 
122
  $(call mkdir_deps,system_wrappers) \
 
123
  $(NULL)
 
124
 
 
125
export:: $(export-preqs)
122
126
        $(PYTHON) $(topsrcdir)/config/Preprocessor.py $(DEFINES) $(ACDEFINES) \
123
127
                -DMOZ_TREE_CAIRO=$(MOZ_TREE_CAIRO) \
124
128
                -DMOZ_TREE_PIXMAN=$(MOZ_TREE_PIXMAN) \
190
194
  unit-writemozinfo.py \
191
195
  $(NULL)
192
196
 
193
 
check:: check-python-modules check-jar-mn
 
197
check-preqs = \
 
198
  check-python-modules \
 
199
  check-jar-mn \
 
200
  check-makefiles \
 
201
  $(NULL)
 
202
 
 
203
check:: $(check-preqs)
194
204
 
195
205
check-python-modules::
196
206
        @$(EXIT_ON_ERROR) \
205
215
ifneq (,$(filter-out WINNT OS2,$(OS_ARCH)))
206
216
        $(MAKE) -C tests/src-simple check-symlink
207
217
endif
 
218
 
 
219
check-makefiles:
 
220
        $(MAKE) -C tests/makefiles/autodeps check