michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: ifneq (WINNT,$(OS_TARGET)) michael@0: ifdef MOZ_CRASHREPORTER michael@0: endif michael@0: endif michael@0: michael@0: ifeq ($(OS_TARGET),Android) michael@0: TARGET_LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/crashreporter/google-breakpad/src/common/android/include/ michael@0: endif michael@0: michael@0: # This kind of sucks. michael@0: ifeq (Linux,$(OS_ARCH)) michael@0: HOST_CXXFLAGS += -DHAVE_A_OUT_H michael@0: OS_CXXFLAGS += -DHAVE_A_OUT_H michael@0: endif michael@0: ifeq (Darwin,$(OS_ARCH)) michael@0: HOST_CXXFLAGS += -DHAVE_MACH_O_NLIST_H michael@0: OS_CXXFLAGS += -DHAVE_MACH_O_NLIST_H michael@0: endif michael@0: michael@0: include $(topsrcdir)/config/rules.mk