gecko/image/decoders/icon/Makefile.in

31 lines
552 B
Makefile

#
# 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/.
ifdef MOZ_WIDGET_GTK
PLATFORM = gtk
endif
ifneq (,$(filter qt,$(MOZ_WIDGET_TOOLKIT)))
PLATFORM = qt
endif
ifeq ($(OS_ARCH),WINNT)
PLATFORM = win
endif
ifeq ($(OS_ARCH),OS2)
PLATFORM = os2
endif
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
PLATFORM = mac
endif
ifeq ($(OS_TARGET),Android)
PLATFORM = android
endif
LOCAL_INCLUDES = -I$(srcdir)/$(PLATFORM)