~mozillateam/mozilla-build-system/beta

« back to all changes in this revision

Viewing changes to content/svg/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
 
#
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
 
 
11
 
include $(DEPTH)/config/autoconf.mk
12
 
 
13
 
PARALLEL_DIRS = document/src content
14
 
 
15
 
include $(topsrcdir)/config/rules.mk