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: ####################################################################### michael@0: # Master "Core Components" for computing program prefixes # michael@0: ####################################################################### michael@0: michael@0: # michael@0: # Object prefixes michael@0: # michael@0: michael@0: ifndef OBJ_PREFIX michael@0: OBJ_PREFIX = michael@0: endif michael@0: michael@0: # michael@0: # Library suffixes michael@0: # michael@0: michael@0: ifndef LIB_PREFIX michael@0: LIB_PREFIX = lib michael@0: endif michael@0: michael@0: michael@0: ifndef DLL_PREFIX michael@0: DLL_PREFIX = lib michael@0: endif michael@0: michael@0: michael@0: ifndef IMPORT_LIB_PREFIX michael@0: IMPORT_LIB_PREFIX = michael@0: endif michael@0: michael@0: # michael@0: # Program prefixes michael@0: # michael@0: michael@0: ifndef PROG_PREFIX michael@0: PROG_PREFIX = michael@0: endif michael@0: michael@0: MK_PREFIX = included