michael@0: # 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: include manifest.mn michael@0: include $(CORE_DEPTH)/coreconf/config.mk michael@0: include config.mk michael@0: include $(CORE_DEPTH)/coreconf/rules.mk michael@0: michael@0: # On AIX 4.3, IBM xlC_r compiler (version 3.6.6) cannot compile michael@0: # ckhelper.c in 64-bit mode for unknown reasons. A workaround is michael@0: # to compile it with optimizations turned on. (Bugzilla bug #63815) michael@0: ifeq ($(OS_TARGET)$(OS_RELEASE),AIX4.3) michael@0: ifeq ($(USE_64),1) michael@0: ifndef BUILD_OPT michael@0: $(OBJDIR)/ckhelper.o: ckhelper.c michael@0: @$(MAKE_OBJDIR) michael@0: $(CC) -o $@ -c -O2 $(CFLAGS) $< michael@0: endif michael@0: endif michael@0: endif michael@0: michael@0: export:: private_export