Path: blob/master/runtime/j9jitbuilder/module.xml
5986 views
<?xml version="1.0"?>12<!--3Copyright (c) 2017, 2017 IBM Corp. and others45This program and the accompanying materials are made available under6the terms of the Eclipse Public License 2.0 which accompanies this7distribution and is available at https://www.eclipse.org/legal/epl-2.0/8or the Apache License, Version 2.0 which accompanies this distribution and9is available at https://www.apache.org/licenses/LICENSE-2.0.1011This Source Code may also be made available under the following12Secondary Licenses when the conditions for such availability set13forth in the Eclipse Public License, v. 2.0 are satisfied: GNU14General Public License, version 2 with the GNU Classpath15Exception [1] and GNU General Public License, version 2 with the16OpenJDK Assembly Exception [2].1718[1] https://www.gnu.org/software/classpath/license.html19[2] http://openjdk.java.net/legal/assembly-exception.html2021SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception22-->2324<module>25<artifact type="shared" name="j9jitbuilder">26<include-if condition="spec.flags.J9VM_OPT_PANAMA"/>27<phase>core</phase>28<includes>29<include path="j9include"/>30<include path="j9oti"/>31<include path="j9util"/>32<include path="$(OMR_DIR)/include_core" type="relativepath"/>33<include path="$(OMR_DIR)/compiler" type="relativepath"/>34<include path="$(OMR_DIR)/jitbuilder/release/include" type="relativepath"/>35<include path="$(OMR_DIR)" type="relativepath"/>36</includes>37<makefilestubs>38<makefilestub data="DLL_LD=g++"/>39<makefilestub data="UMA_LINK_PATH+=-L$(OMR_DIR)/jitbuilder/release"/>40<makefilestub data="CXXFLAGS+=-std=c++0x -fno-rtti -fno-threadsafe-statics"/>41</makefilestubs>42<libraries>43<library name="jitbuilder" type="external"/>44</libraries>45</artifact>46</module>474849