diff --git a/CLOBBER b/CLOBBER index 7670bd4812a8..c2e84404a4f4 100644 --- a/CLOBBER +++ b/CLOBBER @@ -15,4 +15,4 @@ # # Note: The description below will be part of the error message shown to users. # -Bug 844635 - Empty Makefile.in's removed. Alternative to clobber is to run |./config.status| from the objdir and then copy over this CLOBBER file. +Bug 784841 pretty much changed how the build system works. It's best to clobber. diff --git a/b2g/branding/official/Makefile.in b/b2g/branding/official/Makefile.in new file mode 100644 index 000000000000..8e9375719a02 --- /dev/null +++ b/b2g/branding/official/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/b2g/branding/official/content/Makefile.in b/b2g/branding/official/content/Makefile.in new file mode 100644 index 000000000000..44788ba11c4c --- /dev/null +++ b/b2g/branding/official/content/Makefile.in @@ -0,0 +1,16 @@ +# 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/. + +# Branding Makefile +# - jars chrome artwork + +DEPTH = @DEPTH@ +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk + diff --git a/b2g/branding/unofficial/Makefile.in b/b2g/branding/unofficial/Makefile.in new file mode 100644 index 000000000000..8e9375719a02 --- /dev/null +++ b/b2g/branding/unofficial/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/b2g/branding/unofficial/content/Makefile.in b/b2g/branding/unofficial/content/Makefile.in new file mode 100644 index 000000000000..7ffd29e10afe --- /dev/null +++ b/b2g/branding/unofficial/content/Makefile.in @@ -0,0 +1,15 @@ +# 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/. + +# Branding Makefile +# - jars chrome artwork + +DEPTH = @DEPTH@ +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk diff --git a/browser/components/certerror/Makefile.in b/browser/components/certerror/Makefile.in new file mode 100644 index 000000000000..8127798f241e --- /dev/null +++ b/browser/components/certerror/Makefile.in @@ -0,0 +1,14 @@ +# +# 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 diff --git a/browser/components/downloads/Makefile.in b/browser/components/downloads/Makefile.in new file mode 100644 index 000000000000..30f6282c1926 --- /dev/null +++ b/browser/components/downloads/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/browser/components/feeds/Makefile.in b/browser/components/feeds/Makefile.in new file mode 100644 index 000000000000..ef40c1e3e807 --- /dev/null +++ b/browser/components/feeds/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/browser/components/migration/Makefile.in b/browser/components/migration/Makefile.in new file mode 100644 index 000000000000..ef40c1e3e807 --- /dev/null +++ b/browser/components/migration/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/browser/components/safebrowsing/Makefile.in b/browser/components/safebrowsing/Makefile.in new file mode 100644 index 000000000000..2fd5baa7313e --- /dev/null +++ b/browser/components/safebrowsing/Makefile.in @@ -0,0 +1,13 @@ +# 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 diff --git a/browser/components/search/Makefile.in b/browser/components/search/Makefile.in new file mode 100644 index 000000000000..e5c6e187e363 --- /dev/null +++ b/browser/components/search/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/browser/components/shell/Makefile.in b/browser/components/shell/Makefile.in new file mode 100644 index 000000000000..ef40c1e3e807 --- /dev/null +++ b/browser/components/shell/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/browser/devtools/Makefile.in b/browser/devtools/Makefile.in new file mode 100644 index 000000000000..30e5dd8bd0c0 --- /dev/null +++ b/browser/devtools/Makefile.in @@ -0,0 +1,14 @@ +# 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/config.mk + +include $(topsrcdir)/config/rules.mk diff --git a/browser/devtools/layoutview/Makefile.in b/browser/devtools/layoutview/Makefile.in new file mode 100644 index 000000000000..ef40c1e3e807 --- /dev/null +++ b/browser/devtools/layoutview/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/browser/fuel/Makefile.in b/browser/fuel/Makefile.in new file mode 100644 index 000000000000..e5c6e187e363 --- /dev/null +++ b/browser/fuel/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/browser/metro/theme/Makefile.in b/browser/metro/theme/Makefile.in new file mode 100644 index 000000000000..1b4da71aeab5 --- /dev/null +++ b/browser/metro/theme/Makefile.in @@ -0,0 +1,12 @@ +# 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 = ../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk diff --git a/browser/themes/Makefile.in b/browser/themes/Makefile.in new file mode 100644 index 000000000000..ef40c1e3e807 --- /dev/null +++ b/browser/themes/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/browser/themes/linux/communicator/Makefile.in b/browser/themes/linux/communicator/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/browser/themes/linux/communicator/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/browser/themes/osx/communicator/Makefile.in b/browser/themes/osx/communicator/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/browser/themes/osx/communicator/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/browser/themes/windows/communicator/Makefile.in b/browser/themes/windows/communicator/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/browser/themes/windows/communicator/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/chrome/Makefile.in b/chrome/Makefile.in new file mode 100644 index 000000000000..0c112ea4ab93 --- /dev/null +++ b/chrome/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 + diff --git a/content/base/Makefile.in b/content/base/Makefile.in new file mode 100644 index 000000000000..0c112ea4ab93 --- /dev/null +++ b/content/base/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 + diff --git a/content/canvas/Makefile.in b/content/canvas/Makefile.in new file mode 100644 index 000000000000..d2044d8ab77b --- /dev/null +++ b/content/canvas/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/content/events/Makefile.in b/content/events/Makefile.in new file mode 100644 index 000000000000..0c112ea4ab93 --- /dev/null +++ b/content/events/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 + diff --git a/content/html/Makefile.in b/content/html/Makefile.in new file mode 100644 index 000000000000..1dd4bbb28132 --- /dev/null +++ b/content/html/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/content/html/content/Makefile.in b/content/html/content/Makefile.in new file mode 100644 index 000000000000..0c112ea4ab93 --- /dev/null +++ b/content/html/content/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 + diff --git a/content/html/document/Makefile.in b/content/html/document/Makefile.in new file mode 100644 index 000000000000..0c112ea4ab93 --- /dev/null +++ b/content/html/document/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 + diff --git a/content/svg/Makefile.in b/content/svg/Makefile.in new file mode 100644 index 000000000000..1dd4bbb28132 --- /dev/null +++ b/content/svg/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/content/svg/content/Makefile.in b/content/svg/content/Makefile.in new file mode 100644 index 000000000000..d2f9409b5d18 --- /dev/null +++ b/content/svg/content/Makefile.in @@ -0,0 +1,14 @@ +#!nmake +# +# 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 + diff --git a/content/xbl/Makefile.in b/content/xbl/Makefile.in new file mode 100644 index 000000000000..f5507889b21e --- /dev/null +++ b/content/xbl/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/content/xbl/builtin/Makefile.in b/content/xbl/builtin/Makefile.in new file mode 100644 index 000000000000..f5507889b21e --- /dev/null +++ b/content/xbl/builtin/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/content/xbl/builtin/emacs/Makefile.in b/content/xbl/builtin/emacs/Makefile.in new file mode 100644 index 000000000000..955c2ba8abcf --- /dev/null +++ b/content/xbl/builtin/emacs/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 diff --git a/content/xbl/builtin/mac/Makefile.in b/content/xbl/builtin/mac/Makefile.in new file mode 100644 index 000000000000..955c2ba8abcf --- /dev/null +++ b/content/xbl/builtin/mac/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 diff --git a/content/xbl/builtin/unix/Makefile.in b/content/xbl/builtin/unix/Makefile.in new file mode 100644 index 000000000000..955c2ba8abcf --- /dev/null +++ b/content/xbl/builtin/unix/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 diff --git a/content/xbl/builtin/win/Makefile.in b/content/xbl/builtin/win/Makefile.in new file mode 100644 index 000000000000..955c2ba8abcf --- /dev/null +++ b/content/xbl/builtin/win/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 diff --git a/content/xml/Makefile.in b/content/xml/Makefile.in new file mode 100644 index 000000000000..0c112ea4ab93 --- /dev/null +++ b/content/xml/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 + diff --git a/content/xml/document/Makefile.in b/content/xml/document/Makefile.in new file mode 100644 index 000000000000..0c112ea4ab93 --- /dev/null +++ b/content/xml/document/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 + diff --git a/content/xml/document/resources/Makefile.in b/content/xml/document/resources/Makefile.in new file mode 100644 index 000000000000..654736c57b5a --- /dev/null +++ b/content/xml/document/resources/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 diff --git a/content/xslt/Makefile.in b/content/xslt/Makefile.in new file mode 100644 index 000000000000..371b65b7b1f6 --- /dev/null +++ b/content/xslt/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/content/xslt/src/Makefile.in b/content/xslt/src/Makefile.in new file mode 100644 index 000000000000..3555c4e795ad --- /dev/null +++ b/content/xslt/src/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/content/xslt/tests/buster/Makefile.in b/content/xslt/tests/buster/Makefile.in new file mode 100644 index 000000000000..8f8ae705dd6e --- /dev/null +++ b/content/xslt/tests/buster/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/content/xul/Makefile.in b/content/xul/Makefile.in new file mode 100644 index 000000000000..0c112ea4ab93 --- /dev/null +++ b/content/xul/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 + diff --git a/dbm/Makefile.in b/dbm/Makefile.in new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/docshell/resources/content/Makefile.in b/docshell/resources/content/Makefile.in new file mode 100644 index 000000000000..0c112ea4ab93 --- /dev/null +++ b/docshell/resources/content/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 + diff --git a/dom/activities/Makefile.in b/dom/activities/Makefile.in new file mode 100644 index 000000000000..694f67967498 --- /dev/null +++ b/dom/activities/Makefile.in @@ -0,0 +1,13 @@ +# 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 diff --git a/dom/apps/Makefile.in b/dom/apps/Makefile.in new file mode 100644 index 000000000000..4ff0d9270f88 --- /dev/null +++ b/dom/apps/Makefile.in @@ -0,0 +1,13 @@ +# 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 diff --git a/dom/cellbroadcast/Makefile.in b/dom/cellbroadcast/Makefile.in new file mode 100644 index 000000000000..93542c8c854b --- /dev/null +++ b/dom/cellbroadcast/Makefile.in @@ -0,0 +1,14 @@ +# 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 diff --git a/dom/cellbroadcast/tests/Makefile.in b/dom/cellbroadcast/tests/Makefile.in new file mode 100644 index 000000000000..93542c8c854b --- /dev/null +++ b/dom/cellbroadcast/tests/Makefile.in @@ -0,0 +1,14 @@ +# 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 diff --git a/dom/icc/Makefile.in b/dom/icc/Makefile.in new file mode 100644 index 000000000000..55312b58464e --- /dev/null +++ b/dom/icc/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/dom/identity/tests/Makefile.in b/dom/identity/tests/Makefile.in new file mode 100644 index 000000000000..463c7a3f53b5 --- /dev/null +++ b/dom/identity/tests/Makefile.in @@ -0,0 +1,16 @@ +# 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 + +# XXX bug 805602 update and restore mochitests + +include $(topsrcdir)/config/rules.mk diff --git a/dom/network/Makefile.in b/dom/network/Makefile.in new file mode 100644 index 000000000000..a905c24a9a72 --- /dev/null +++ b/dom/network/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/dom/src/Makefile.in b/dom/src/Makefile.in new file mode 100644 index 000000000000..1dd4bbb28132 --- /dev/null +++ b/dom/src/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/dom/tests/mochitest/Makefile.in b/dom/tests/mochitest/Makefile.in new file mode 100644 index 000000000000..70d7de7d9c55 --- /dev/null +++ b/dom/tests/mochitest/Makefile.in @@ -0,0 +1,14 @@ +# +# 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 + diff --git a/dom/tests/mochitest/ajax/Makefile.in b/dom/tests/mochitest/ajax/Makefile.in new file mode 100644 index 000000000000..1dd4bbb28132 --- /dev/null +++ b/dom/tests/mochitest/ajax/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/dom/workers/test/extensions/Makefile.in b/dom/workers/test/extensions/Makefile.in new file mode 100644 index 000000000000..a905c24a9a72 --- /dev/null +++ b/dom/workers/test/extensions/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/editor/libeditor/Makefile.in b/editor/libeditor/Makefile.in new file mode 100644 index 000000000000..cceec2b3d03b --- /dev/null +++ b/editor/libeditor/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 + diff --git a/embedding/browser/Makefile.in b/embedding/browser/Makefile.in new file mode 100644 index 000000000000..f5507889b21e --- /dev/null +++ b/embedding/browser/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/embedding/components/Makefile.in b/embedding/components/Makefile.in new file mode 100644 index 000000000000..f5507889b21e --- /dev/null +++ b/embedding/components/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/embedding/components/printingui/src/Makefile.in b/embedding/components/printingui/src/Makefile.in new file mode 100644 index 000000000000..1dd4bbb28132 --- /dev/null +++ b/embedding/components/printingui/src/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/embedding/components/windowwatcher/Makefile.in b/embedding/components/windowwatcher/Makefile.in new file mode 100644 index 000000000000..f5507889b21e --- /dev/null +++ b/embedding/components/windowwatcher/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/extensions/Makefile.in b/extensions/Makefile.in new file mode 100644 index 000000000000..d21f997f874c --- /dev/null +++ b/extensions/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/extensions/pref/Makefile.in b/extensions/pref/Makefile.in new file mode 100644 index 000000000000..7a4cf3e5bf17 --- /dev/null +++ b/extensions/pref/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/gfx/cairo/Makefile.in b/gfx/cairo/Makefile.in new file mode 100644 index 000000000000..2ea50484c56a --- /dev/null +++ b/gfx/cairo/Makefile.in @@ -0,0 +1,12 @@ +# 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 + diff --git a/image/encoders/Makefile.in b/image/encoders/Makefile.in new file mode 100644 index 000000000000..c349a53c0f8f --- /dev/null +++ b/image/encoders/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/intl/Makefile.in b/intl/Makefile.in new file mode 100644 index 000000000000..d21f997f874c --- /dev/null +++ b/intl/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/intl/chardet/Makefile.in b/intl/chardet/Makefile.in new file mode 100644 index 000000000000..2ea50484c56a --- /dev/null +++ b/intl/chardet/Makefile.in @@ -0,0 +1,12 @@ +# 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 + diff --git a/ipc/Makefile.in b/ipc/Makefile.in new file mode 100644 index 000000000000..8e9375719a02 --- /dev/null +++ b/ipc/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/ipc/ipdl/test/Makefile.in b/ipc/ipdl/test/Makefile.in new file mode 100644 index 000000000000..89b02bb7d059 --- /dev/null +++ b/ipc/ipdl/test/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/layout/style/xbl-marquee/Makefile.in b/layout/style/xbl-marquee/Makefile.in new file mode 100644 index 000000000000..9e790c35c25e --- /dev/null +++ b/layout/style/xbl-marquee/Makefile.in @@ -0,0 +1,14 @@ +# +# 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 diff --git a/layout/tools/layout-debug/ui/Makefile.in b/layout/tools/layout-debug/ui/Makefile.in new file mode 100644 index 000000000000..654736c57b5a --- /dev/null +++ b/layout/tools/layout-debug/ui/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 diff --git a/media/libjpeg/simd/Makefile.in b/media/libjpeg/simd/Makefile.in new file mode 100644 index 000000000000..e748cee1ca01 --- /dev/null +++ b/media/libjpeg/simd/Makefile.in @@ -0,0 +1,15 @@ +# +# 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 + +# empty makefile so this directory gets created in the objdir. + +include $(topsrcdir)/config/rules.mk diff --git a/memory/Makefile.in b/memory/Makefile.in new file mode 100644 index 000000000000..8f8ae705dd6e --- /dev/null +++ b/memory/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/memory/replace/Makefile.in b/memory/replace/Makefile.in new file mode 100644 index 000000000000..8f8ae705dd6e --- /dev/null +++ b/memory/replace/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/mobile/android/branding/aurora/Makefile.in b/mobile/android/branding/aurora/Makefile.in new file mode 100644 index 000000000000..89b02bb7d059 --- /dev/null +++ b/mobile/android/branding/aurora/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/mobile/android/branding/beta/Makefile.in b/mobile/android/branding/beta/Makefile.in new file mode 100644 index 000000000000..89b02bb7d059 --- /dev/null +++ b/mobile/android/branding/beta/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/mobile/android/branding/nightly/Makefile.in b/mobile/android/branding/nightly/Makefile.in new file mode 100644 index 000000000000..89b02bb7d059 --- /dev/null +++ b/mobile/android/branding/nightly/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/mobile/android/branding/official/Makefile.in b/mobile/android/branding/official/Makefile.in new file mode 100644 index 000000000000..89b02bb7d059 --- /dev/null +++ b/mobile/android/branding/official/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/mobile/android/branding/unofficial/Makefile.in b/mobile/android/branding/unofficial/Makefile.in new file mode 100644 index 000000000000..89b02bb7d059 --- /dev/null +++ b/mobile/android/branding/unofficial/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/mobile/android/themes/core/Makefile.in b/mobile/android/themes/core/Makefile.in new file mode 100644 index 000000000000..4016357d650a --- /dev/null +++ b/mobile/android/themes/core/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/mobile/xul/branding/aurora/Makefile.in b/mobile/xul/branding/aurora/Makefile.in new file mode 100644 index 000000000000..89b02bb7d059 --- /dev/null +++ b/mobile/xul/branding/aurora/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/mobile/xul/branding/beta/Makefile.in b/mobile/xul/branding/beta/Makefile.in new file mode 100644 index 000000000000..89b02bb7d059 --- /dev/null +++ b/mobile/xul/branding/beta/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/mobile/xul/branding/nightly/Makefile.in b/mobile/xul/branding/nightly/Makefile.in new file mode 100644 index 000000000000..89b02bb7d059 --- /dev/null +++ b/mobile/xul/branding/nightly/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/mobile/xul/branding/official/Makefile.in b/mobile/xul/branding/official/Makefile.in new file mode 100644 index 000000000000..89b02bb7d059 --- /dev/null +++ b/mobile/xul/branding/official/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/mobile/xul/branding/unofficial/Makefile.in b/mobile/xul/branding/unofficial/Makefile.in new file mode 100644 index 000000000000..89b02bb7d059 --- /dev/null +++ b/mobile/xul/branding/unofficial/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/mobile/xul/themes/core/Makefile.in b/mobile/xul/themes/core/Makefile.in new file mode 100644 index 000000000000..4016357d650a --- /dev/null +++ b/mobile/xul/themes/core/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/mozglue/Makefile.in b/mozglue/Makefile.in new file mode 100644 index 000000000000..c349a53c0f8f --- /dev/null +++ b/mozglue/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/parser/htmlparser/tests/Makefile.in b/parser/htmlparser/tests/Makefile.in new file mode 100644 index 000000000000..1dd4bbb28132 --- /dev/null +++ b/parser/htmlparser/tests/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/parser/xml/Makefile.in b/parser/xml/Makefile.in new file mode 100644 index 000000000000..3555c4e795ad --- /dev/null +++ b/parser/xml/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/python/mozbuild/mozbuild/backend/recursivemake.py b/python/mozbuild/mozbuild/backend/recursivemake.py index c8128e3349f9..7c9e4a0f618e 100644 --- a/python/mozbuild/mozbuild/backend/recursivemake.py +++ b/python/mozbuild/mozbuild/backend/recursivemake.py @@ -16,19 +16,6 @@ from ..frontend.data import ( from ..util import FileAvoidWrite -STUB_MAKEFILE = ''' -# THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT MODIFY BY HAND. - -DEPTH := {depth} -topsrcdir := {topsrc} -srcdir := {src} -VPATH := {src} -relativesrcdir := {relsrc} - -include {topsrc}/config/rules.mk -'''.lstrip() - - class BackendMakeFile(object): """Represents a generated backend.mk file. @@ -86,17 +73,9 @@ class BackendMakeFile(object): self.fh.write('\n') self.fh.write('MOZBUILD_DERIVED := 1\n') - # SUBSTITUTE_FILES handles Makefile.in -> Makefile conversion. This - # also doubles to handle the case where there is no Makefile.in. + # SUBSTITUTE_FILES handles Makefile.in -> Makefile conversion. self.fh.write('NO_MAKEFILE_RULE := 1\n') - # We can't blindly have a SUBMAKEFILES rule because some of the - # Makefile may not have a corresponding Makefile.in. For the case - # where a new directory is added, the mozbuild file referencing that - # new directory will need updated. This will cause a full backend - # scan and build, installing the new Makefile. - self.fh.write('NO_SUBMAKEFILES_RULE := 1\n') - def write(self, buf): self.fh.write(buf) @@ -178,29 +157,16 @@ class RecursiveMakeBackend(BuildBackend): os.makedirs(bf.objdir) makefile_in = os.path.join(srcdir, 'Makefile.in') - makefile = os.path.join(bf.objdir, 'Makefile') - # If Makefile.in exists, use it as a template. Otherwise, create a - # stub. - if os.path.exists(makefile_in): - self.log(logging.DEBUG, 'substitute_makefile', - {'path': makefile}, 'Substituting makefile: {path}') - bf.environment.create_config_file(makefile) - bf.write('SUBSTITUTE_FILES += Makefile\n') - else: - self.log(logging.DEBUG, 'stub_makefile', - {'path': makefile}, 'Creating stub Makefile: {path}') + if not os.path.exists(makefile_in): + raise Exception('Could not find Makefile.in: %s' % makefile_in) - params = { - 'topsrc': bf.environment.get_top_srcdir(makefile), - 'src': bf.environment.get_file_srcdir(makefile), - 'depth': bf.environment.get_depth(makefile), - 'relsrc': bf.environment.get_relative_srcdir(makefile), - } - - with FileAvoidWrite(makefile) as fh: - fh.write(STUB_MAKEFILE.format(**params)) + out_path = os.path.join(bf.objdir, 'Makefile') + self.log(logging.DEBUG, 'create_makefile', {'path': out_path}, + 'Generating makefile: {path}') + bf.environment.create_config_file(out_path) + bf.write('SUBSTITUTE_FILES += Makefile\n') bf.close() def _process_directory_traversal(self, obj, backend_file): diff --git a/python/mozbuild/mozbuild/test/backend/data/stub0/dir2/Makefile.in b/python/mozbuild/mozbuild/test/backend/data/stub0/dir2/Makefile.in new file mode 100644 index 000000000000..a038825a9429 --- /dev/null +++ b/python/mozbuild/mozbuild/test/backend/data/stub0/dir2/Makefile.in @@ -0,0 +1,12 @@ +# Any copyright is dedicated to the Public Domain. +# http://creativecommons.org/publicdomain/zero/1.0/ + +DEPTH := @DEPTH@ +topsrcdir := @top_srcdir@ +srcdir := @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk + diff --git a/python/mozbuild/mozbuild/test/backend/test_recursivemake.py b/python/mozbuild/mozbuild/test/backend/test_recursivemake.py index cd678869cf19..65f30acc756a 100644 --- a/python/mozbuild/mozbuild/test/backend/test_recursivemake.py +++ b/python/mozbuild/mozbuild/test/backend/test_recursivemake.py @@ -31,9 +31,11 @@ class TestRecursiveMakeBackend(BackendTester): expected = ['', 'dir1', 'dir2'] for d in expected: + in_path = os.path.join(env.topsrcdir, d, 'Makefile.in') out_makefile = os.path.join(env.topobjdir, d, 'Makefile') out_backend = os.path.join(env.topobjdir, d, 'backend.mk') + self.assertTrue(os.path.exists(in_path)) self.assertTrue(os.path.exists(out_makefile)) self.assertTrue(os.path.exists(out_backend)) @@ -55,18 +57,6 @@ class TestRecursiveMakeBackend(BackendTester): 'include $(topsrcdir)/config/rules.mk' ]) - def test_missing_makefile_in(self): - """Ensure missing Makefile.in results in Makefile creation.""" - env = self._consume('stub0', RecursiveMakeBackend) - - p = os.path.join(env.topobjdir, 'dir2', 'Makefile') - self.assertTrue(os.path.exists(p)) - - lines = [l.strip() for l in open(p, 'rt').readlines()] - self.assertEqual(len(lines), 9) - - self.assertTrue(lines[0].startswith('# THIS FILE WAS AUTOMATICALLY')) - def test_backend_mk(self): """Ensure backend.mk file is written out properly.""" env = self._consume('stub0', RecursiveMakeBackend) @@ -77,7 +67,6 @@ class TestRecursiveMakeBackend(BackendTester): self.assertEqual(lines, [ 'MOZBUILD_DERIVED := 1', 'NO_MAKEFILE_RULE := 1', - 'NO_SUBMAKEFILES_RULE := 1', 'DIRS := dir1', 'PARALLEL_DIRS := dir2', 'TEST_DIRS := dir3', @@ -111,7 +100,6 @@ class TestRecursiveMakeBackend(BackendTester): self.assertEqual(lines, [ 'MOZBUILD_DERIVED := 1', 'NO_MAKEFILE_RULE := 1', - 'NO_SUBMAKEFILES_RULE := 1', 'DIRS := dir', 'PARALLEL_DIRS := p_dir', 'DIRS += external', diff --git a/rdf/base/Makefile.in b/rdf/base/Makefile.in new file mode 100644 index 000000000000..1dd4bbb28132 --- /dev/null +++ b/rdf/base/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/rdf/datasource/Makefile.in b/rdf/datasource/Makefile.in new file mode 100644 index 000000000000..ac724e1bc29c --- /dev/null +++ b/rdf/datasource/Makefile.in @@ -0,0 +1,14 @@ +# +# 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 + diff --git a/security/manager/Makefile.in b/security/manager/Makefile.in new file mode 100644 index 000000000000..ef40c1e3e807 --- /dev/null +++ b/security/manager/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/security/manager/pki/resources/Makefile.in b/security/manager/pki/resources/Makefile.in new file mode 100644 index 000000000000..1dd4bbb28132 --- /dev/null +++ b/security/manager/pki/resources/Makefile.in @@ -0,0 +1,12 @@ +# +# 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 diff --git a/services/Makefile.in b/services/Makefile.in new file mode 100644 index 000000000000..e5c6e187e363 --- /dev/null +++ b/services/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/testing/marionette/atoms/Makefile.in b/testing/marionette/atoms/Makefile.in new file mode 100644 index 000000000000..1e897836deba --- /dev/null +++ b/testing/marionette/atoms/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/testing/mochitest/tests/MochiKit-1.4.2/Makefile.in b/testing/mochitest/tests/MochiKit-1.4.2/Makefile.in new file mode 100644 index 000000000000..24b4d83506b9 --- /dev/null +++ b/testing/mochitest/tests/MochiKit-1.4.2/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 diff --git a/toolkit/components/aboutmemory/Makefile.in b/toolkit/components/aboutmemory/Makefile.in new file mode 100644 index 000000000000..ef40c1e3e807 --- /dev/null +++ b/toolkit/components/aboutmemory/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/toolkit/components/apppicker/Makefile.in b/toolkit/components/apppicker/Makefile.in new file mode 100644 index 000000000000..360a6fdbb5eb --- /dev/null +++ b/toolkit/components/apppicker/Makefile.in @@ -0,0 +1,15 @@ +# +# 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 + diff --git a/toolkit/components/cookie/Makefile.in b/toolkit/components/cookie/Makefile.in new file mode 100644 index 000000000000..360a6fdbb5eb --- /dev/null +++ b/toolkit/components/cookie/Makefile.in @@ -0,0 +1,15 @@ +# +# 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 + diff --git a/toolkit/components/help/Makefile.in b/toolkit/components/help/Makefile.in new file mode 100644 index 000000000000..d2044d8ab77b --- /dev/null +++ b/toolkit/components/help/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/toolkit/components/jsdownloads/Makefile.in b/toolkit/components/jsdownloads/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/toolkit/components/jsdownloads/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/toolkit/components/printing/Makefile.in b/toolkit/components/printing/Makefile.in new file mode 100644 index 000000000000..85ab40579f56 --- /dev/null +++ b/toolkit/components/printing/Makefile.in @@ -0,0 +1,14 @@ +# 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 + diff --git a/toolkit/components/prompts/Makefile.in b/toolkit/components/prompts/Makefile.in new file mode 100644 index 000000000000..38649037bdb2 --- /dev/null +++ b/toolkit/components/prompts/Makefile.in @@ -0,0 +1,11 @@ +# 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 diff --git a/toolkit/components/viewconfig/Makefile.in b/toolkit/components/viewconfig/Makefile.in new file mode 100644 index 000000000000..85ab40579f56 --- /dev/null +++ b/toolkit/components/viewconfig/Makefile.in @@ -0,0 +1,14 @@ +# 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 + diff --git a/toolkit/components/viewsource/Makefile.in b/toolkit/components/viewsource/Makefile.in new file mode 100644 index 000000000000..8127798f241e --- /dev/null +++ b/toolkit/components/viewsource/Makefile.in @@ -0,0 +1,14 @@ +# +# 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 diff --git a/toolkit/identity/tests/mochitest/Makefile.in b/toolkit/identity/tests/mochitest/Makefile.in new file mode 100644 index 000000000000..09c4cbedd775 --- /dev/null +++ b/toolkit/identity/tests/mochitest/Makefile.in @@ -0,0 +1,15 @@ +# 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 + +# XXX bug 805602 update and restore mochitests + +include $(topsrcdir)/config/rules.mk diff --git a/toolkit/mozapps/preferences/Makefile.in b/toolkit/mozapps/preferences/Makefile.in new file mode 100644 index 000000000000..a9a90427c060 --- /dev/null +++ b/toolkit/mozapps/preferences/Makefile.in @@ -0,0 +1,15 @@ +# +# 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 $(topsrcdir)/config/config.mk + +# Need to make the jar here + +include $(topsrcdir)/config/rules.mk diff --git a/toolkit/obsolete/Makefile.in b/toolkit/obsolete/Makefile.in new file mode 100644 index 000000000000..360a6fdbb5eb --- /dev/null +++ b/toolkit/obsolete/Makefile.in @@ -0,0 +1,15 @@ +# +# 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 + diff --git a/toolkit/themes/Makefile.in b/toolkit/themes/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/toolkit/themes/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/toolkit/themes/faststripe/global/Makefile.in b/toolkit/themes/faststripe/global/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/toolkit/themes/faststripe/global/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/toolkit/themes/linux/Makefile.in b/toolkit/themes/linux/Makefile.in new file mode 100644 index 000000000000..e5c6e187e363 --- /dev/null +++ b/toolkit/themes/linux/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/toolkit/themes/linux/global/Makefile.in b/toolkit/themes/linux/global/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/toolkit/themes/linux/global/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/toolkit/themes/linux/help/Makefile.in b/toolkit/themes/linux/help/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/toolkit/themes/linux/help/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/toolkit/themes/linux/mozapps/Makefile.in b/toolkit/themes/linux/mozapps/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/toolkit/themes/linux/mozapps/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/toolkit/themes/os2/global/Makefile.in b/toolkit/themes/os2/global/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/toolkit/themes/os2/global/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/toolkit/themes/osx/Makefile.in b/toolkit/themes/osx/Makefile.in new file mode 100644 index 000000000000..e5c6e187e363 --- /dev/null +++ b/toolkit/themes/osx/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/toolkit/themes/osx/global/Makefile.in b/toolkit/themes/osx/global/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/toolkit/themes/osx/global/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/toolkit/themes/osx/help/Makefile.in b/toolkit/themes/osx/help/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/toolkit/themes/osx/help/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/toolkit/themes/osx/mozapps/Makefile.in b/toolkit/themes/osx/mozapps/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/toolkit/themes/osx/mozapps/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/toolkit/themes/windows/Makefile.in b/toolkit/themes/windows/Makefile.in new file mode 100644 index 000000000000..e5c6e187e363 --- /dev/null +++ b/toolkit/themes/windows/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/toolkit/themes/windows/global/Makefile.in b/toolkit/themes/windows/global/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/toolkit/themes/windows/global/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/toolkit/themes/windows/help/Makefile.in b/toolkit/themes/windows/help/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/toolkit/themes/windows/help/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/toolkit/themes/windows/mozapps/Makefile.in b/toolkit/themes/windows/mozapps/Makefile.in new file mode 100644 index 000000000000..51341c30aea1 --- /dev/null +++ b/toolkit/themes/windows/mozapps/Makefile.in @@ -0,0 +1,13 @@ +# 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 + diff --git a/uriloader/Makefile.in b/uriloader/Makefile.in new file mode 100644 index 000000000000..226ce079644f --- /dev/null +++ b/uriloader/Makefile.in @@ -0,0 +1,19 @@ +# +# 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/. + +# +# uriloader is linked into the docshell module. +# +# Build in docshell/build to relink. +# + +DEPTH = @DEPTH@ +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk diff --git a/webapprt/test/Makefile.in b/webapprt/test/Makefile.in new file mode 100644 index 000000000000..30f6282c1926 --- /dev/null +++ b/webapprt/test/Makefile.in @@ -0,0 +1,12 @@ +# 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 diff --git a/widget/windows/tests/Makefile.in b/widget/windows/tests/Makefile.in new file mode 100644 index 000000000000..a48471b5828d --- /dev/null +++ b/widget/windows/tests/Makefile.in @@ -0,0 +1,34 @@ +# +# 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 + +# XXX None of these stuff works in libxul builds. +#LOCAL_INCLUDES = -I$(srcdir)/../ \ +# -I$(srcdir)/../../xpwidgets \ +# $(NULL) +# +#LIBS = ../$(LIB_PREFIX)widget_windows.$(LIB_SUFFIX) \ +# ../../xpwidgets/$(LIB_PREFIX)xpwidgets_s.$(LIB_SUFFIX) \ +# $(DIST)/lib/$(LIB_PREFIX)thebes.$(LIB_SUFFIX) \ +# $(DIST)/lib/$(LIB_PREFIX)gkgfx.$(LIB_SUFFIX) \ +# $(XPCOM_LIBS) \ +# $(MOZ_UNICHARUTIL_LIBS) \ +# $(QCMS_LIBS) \ +# $(NULL) +# +#EXTRA_DSO_LDOPTS += $(LIBS_DIR) +# +#OS_LIBS += $(call EXPAND_LIBNAME,ole32 oleaut32 shell32 comctl32 comdlg32 imm32 shlwapi winspool msimg32) +# +#CPP_UNIT_TESTS = TestWinDND.cpp \ +# $(NULL) + +include $(topsrcdir)/config/rules.mk diff --git a/xpcom/reflect/xptcall/src/md/Makefile.in b/xpcom/reflect/xptcall/src/md/Makefile.in new file mode 100644 index 000000000000..ac724e1bc29c --- /dev/null +++ b/xpcom/reflect/xptcall/src/md/Makefile.in @@ -0,0 +1,14 @@ +# +# 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 + diff --git a/xpfe/components/autocomplete/Makefile.in b/xpfe/components/autocomplete/Makefile.in new file mode 100644 index 000000000000..654736c57b5a --- /dev/null +++ b/xpfe/components/autocomplete/Makefile.in @@ -0,0 +1,13 @@ +# +# 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 diff --git a/xulrunner/Makefile.in b/xulrunner/Makefile.in new file mode 100644 index 000000000000..ed1013941945 --- /dev/null +++ b/xulrunner/Makefile.in @@ -0,0 +1,13 @@ +# vim:set ts=8 sw=8 sts=8 et: +# 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 diff --git a/xulrunner/examples/Makefile.in b/xulrunner/examples/Makefile.in new file mode 100644 index 000000000000..b6857947be21 --- /dev/null +++ b/xulrunner/examples/Makefile.in @@ -0,0 +1,13 @@ +# vim:set ts=8 sw=8 sts=8 et: +# 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 diff --git a/xulrunner/examples/simple/components/Makefile.in b/xulrunner/examples/simple/components/Makefile.in new file mode 100644 index 000000000000..de93284c90cb --- /dev/null +++ b/xulrunner/examples/simple/components/Makefile.in @@ -0,0 +1,13 @@ +# vim:set ts=8 sw=8 sts=8 noet: +# 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