~mozillateam/mozilla-build-system/beta

« back to all changes in this revision

Viewing changes to dom/settings/Makefile.in

  • Committer: Chris Coulson
  • Date: 2013-04-17 12:14:31 UTC
  • Revision ID: chris.coulson@canonical.com-20130417121431-90vvrxwi3go2hl3d
* Don't include unnecessary Makefiles
* Include the whole of python/
* Include .gdbinit

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This Source Code Form is subject to the terms of the Mozilla Public
2
 
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
3
 
# You can obtain one at http://mozilla.org/MPL/2.0/.
4
 
 
5
 
DEPTH           = @DEPTH@
6
 
topsrcdir       = @top_srcdir@
7
 
srcdir          = @srcdir@
8
 
VPATH            = \
9
 
  $(srcdir)        \
10
 
  $(NULL)
11
 
 
12
 
include $(DEPTH)/config/autoconf.mk
13
 
 
14
 
MODULE         = dom
15
 
LIBRARY_NAME   = jsdomsettings_s
16
 
LIBXUL_LIBRARY = 1
17
 
 
18
 
EXTRA_COMPONENTS =         \
19
 
  SettingsManager.js       \
20
 
  SettingsManager.manifest \
21
 
  SettingsService.js \
22
 
  SettingsService.manifest \
23
 
  $(NULL)
24
 
 
25
 
EXTRA_JS_MODULES =   \
26
 
  SettingsQueue.jsm  \
27
 
  SettingsDB.jsm     \
28
 
  SettingsChangeNotifier.jsm \
29
 
  $(NULL)
30
 
 
31
 
TEST_DIRS += tests
32
 
 
33
 
# Add VPATH to LOCAL_INCLUDES so we are going to include the correct backend
34
 
# subdirectory (and the ipc one).
35
 
# LOCAL_INCLUDES += $(VPATH:%=-I%)
36
 
 
37
 
include $(topsrcdir)/config/config.mk
38
 
include $(topsrcdir)/ipc/chromium/chromium-config.mk
39
 
include $(topsrcdir)/config/rules.mk
40
 
 
41
 
DEFINES += -D_IMPL_NS_LAYOUT