michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: 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: NO_DIST_INSTALL = True michael@0: # For sanity's sake, we compile nsinstall without the wrapped system michael@0: # headers, so that we can use it to set up the wrapped system headers. michael@0: NO_VISIBILITY_FLAGS = True michael@0: michael@0: CONFIGURE_SUBST_FILES += [ michael@0: 'doxygen.cfg', michael@0: 'makefiles/test/Makefile', michael@0: 'tests/makefiles/autodeps/Makefile', michael@0: 'tests/src-simple/Makefile', michael@0: ] michael@0: michael@0: if CONFIG['HOST_OS_ARCH'] != 'WINNT': michael@0: HOST_SOURCES += [ michael@0: 'nsinstall.c', michael@0: 'pathsub.c', michael@0: ] michael@0: HOST_PROGRAM = 'nsinstall_real' michael@0: michael@0: if CONFIG['GKMEDIAS_SHARED_LIBRARY']: michael@0: DEFINES['GKMEDIAS_SHARED_LIBRARY'] = True michael@0: michael@0: if CONFIG['MOZ_SHARED_ICU']: michael@0: DEFINES['MOZ_SHARED_ICU'] = True