Commit 1b12175b authored by Gregory Szorc's avatar Gregory Szorc
Browse files

Bug 873629 - Remove 129 empty Makefile.in files; r=ted

parent 9901983c
Loading
Loading
Loading
Loading

accessible/public/Makefile.in

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

DEPTH   = @DEPTH@
topsrcdir = @top_srcdir@
srcdir    = @srcdir@
VPATH   = @srcdir@

include $(DEPTH)/config/autoconf.mk


include $(topsrcdir)/config/rules.mk

addon-sdk/test/Makefile.in

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

DEPTH            = @DEPTH@
topsrcdir        = @top_srcdir@
srcdir           = @srcdir@
VPATH            = @srcdir@
relativesrcdir   = @relativesrcdir@

include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
+0 −13
Original line number Diff line number Diff line
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

DEPTH          = @DEPTH@
topsrcdir      = @top_srcdir@
srcdir         = @srcdir@
VPATH          = @srcdir@
relativesrcdir = @relativesrcdir@

include $(DEPTH)/config/autoconf.mk

include $(topsrcdir)/config/rules.mk
+0 −13
Original line number Diff line number Diff line
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

DEPTH     = @DEPTH@
topsrcdir = @top_srcdir@
srcdir    = @srcdir@
VPATH     = @srcdir@

relativesrcdir = @relativesrcdir@

include $(DEPTH)/config/autoconf.mk

include $(topsrcdir)/config/rules.mk
+0 −13
Original line number Diff line number Diff line
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.

DEPTH		  = @DEPTH@
topsrcdir	= @top_srcdir@
srcdir		= @srcdir@
VPATH		  = @srcdir@
relativesrcdir = @relativesrcdir@

include $(DEPTH)/config/autoconf.mk

include $(topsrcdir)/config/rules.mk
Loading