bug 920754 - rm more makefiles r=mshal

This commit is contained in:
Trevor Saunders 2013-09-25 16:39:06 -04:00
Родитель 9860f6a1ae
Коммит 6e22b00095
9 изменённых файлов: 18 добавлений и 39 удалений

Просмотреть файл

@ -1,10 +0,0 @@
#
# 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/.
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../include \
-I$(topsrcdir)/js/xpconnect/src \
-I$(topsrcdir)/dom/base

Просмотреть файл

@ -22,3 +22,8 @@ LIBXUL_LIBRARY = True
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'../include',
'/dom/base',
'/js/xpconnect/src',
]

Просмотреть файл

@ -1,5 +0,0 @@
# 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/.
LOCAL_INCLUDES += -I$(topsrcdir)/image/src/

Просмотреть файл

@ -16,3 +16,6 @@ FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True
LOCAL_INCLUDES += [
'/image/src',
]

Просмотреть файл

@ -1,8 +0,0 @@
# 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/.
# Decoders need RasterImage.h
LOCAL_INCLUDES += -I$(topsrcdir)/image/src/
LOCAL_INCLUDES += -I$(topsrcdir)/image/encoders/bmp/
LOCAL_INCLUDES += -I$(topsrcdir)/image/encoders/png/

Просмотреть файл

@ -16,3 +16,9 @@ FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True
# Decoders need RasterImage.h
LOCAL_INCLUDES += [
'../bmp',
'../png',
'/image/src',
]

Просмотреть файл

@ -1,5 +0,0 @@
# 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/.
MOZILLA_INTERNAL_API = 1

Просмотреть файл

@ -1,11 +0,0 @@
#
# 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/.
LOCAL_INCLUDES = \
-I$(srcdir)/../xre \
-I$(topsrcdir)/profile/dirserviceprovider/src \
$(NULL)
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -25,3 +25,7 @@ LIBRARY_NAME = 'profile_s'
LIBXUL_LIBRARY = True
LOCAL_INCLUDES += [
'../xre',
'/profile/dirserviceprovider/src',
]