/
usr
/
share
/
boost-build
/
src
/
tools
/
/usr/share/boost-build/src/tools
mkdir
upload
Name
Size
Mode
Actions
doxygen/
-
0755
rm
features/
-
0755
rm
generators/
-
0755
rm
types/
-
0755
rm
xsltproc/
-
0755
rm
acc.jam
4800
0644
edit
dl
rm
asciidoctor.jam
6480
0644
edit
dl
rm
auto-index.jam
8324
0644
edit
dl
rm
bison.jam
589
0644
edit
dl
rm
boostbook-config.jam
389
0644
edit
dl
rm
boostbook.jam
24056
0644
edit
dl
rm
borland.jam
9992
0644
edit
dl
rm
builtin.jam
3037
0644
edit
dl
rm
bzip2.jam
8066
0644
edit
dl
rm
cast.jam
3237
0644
edit
dl
rm
clang-darwin.jam
6713
0644
edit
dl
rm
clang-linux.jam
9984
0644
edit
dl
rm
clang-vxworks.jam
4026
0644
edit
dl
rm
clang-win.jam
6094
0644
edit
dl
rm
clang.jam
2310
0644
edit
dl
rm
common.jam
31679
0644
edit
dl
rm
como-linux.jam
3528
0644
edit
dl
rm
como-win.jam
4237
0644
edit
dl
rm
como.jam
2063
0644
edit
dl
rm
convert.jam
1987
0644
edit
dl
rm
cray.jam
41128
0644
edit
dl
rm
cw-config.jam
1283
0644
edit
dl
rm
cw.jam
9549
0644
edit
dl
rm
cygwin.jam
403
0644
edit
dl
rm
darwin.jam
22165
0644
edit
dl
rm
diab.jam
4307
0644
edit
dl
rm
dmc.jam
6094
0644
edit
dl
rm
docutils.jam
3444
0644
edit
dl
rm
doxproc.py
36621
0644
edit
dl
rm
doxygen-config.jam
388
0644
edit
dl
rm
doxygen.jam
24745
0644
edit
dl
rm
embarcadero.jam
21487
0644
edit
dl
rm
emscripten.jam
3779
0644
edit
dl
rm
flags.jam
4570
0644
edit
dl
rm
fop.jam
1693
0644
edit
dl
rm
fortran.jam
1989
0644
edit
dl
rm
gcc.jam
55288
0644
edit
dl
rm
generate.jam
3339
0644
edit
dl
rm
gettext.jam
7663
0644
edit
dl
rm
gfortran.jam
1008
0644
edit
dl
rm
hpfortran.jam
902
0644
edit
dl
rm
hp_cxx.jam
8089
0644
edit
dl
rm
ifort.jam
1495
0644
edit
dl
rm
intel-darwin.jam
9785
0644
edit
dl
rm
intel-linux.jam
9193
0644
edit
dl
rm
intel-vxworks.jam
7085
0644
edit
dl
rm
intel-win.jam
16396
0644
edit
dl
rm
intel.jam
2626
0644
edit
dl
rm
lex.jam
559
0644
edit
dl
rm
libjpeg.jam
7362
0644
edit
dl
rm
libpng.jam
7104
0644
edit
dl
rm
libtiff.jam
7208
0644
edit
dl
rm
link.jam
15021
0644
edit
dl
rm
lzma.jam
3277
0644
edit
dl
rm
make.jam
2266
0644
edit
dl
rm
mc.jam
1311
0644
edit
dl
rm
message.jam
1667
0644
edit
dl
rm
midl.jam
5367
0644
edit
dl
rm
mipspro.jam
5291
0644
edit
dl
rm
mpi.jam
21826
0644
edit
dl
rm
msvc-config.jam
393
0644
edit
dl
rm
msvc.jam
84672
0644
edit
dl
rm
notfile.jam
1654
0644
edit
dl
rm
openssl.jam
3613
0644
edit
dl
rm
package.jam
9281
0644
edit
dl
rm
pathscale.jam
6629
0644
edit
dl
rm
pch.jam
2719
0644
edit
dl
rm
pgi.jam
4879
0644
edit
dl
rm
pkg-config.jam
13443
0644
edit
dl
rm
python-config.jam
836
0644
edit
dl
rm
python.jam
43679
0644
edit
dl
rm
qcc.jam
10836
0644
edit
dl
rm
qt.jam
530
0644
edit
dl
rm
qt3.jam
6810
0644
edit
dl
rm
qt4.jam
23974
0644
edit
dl
rm
qt5.jam
26517
0644
edit
dl
rm
quickbook-config.jam
1266
0644
edit
dl
rm
quickbook.jam
13277
0644
edit
dl
rm
rc.jam
5364
0644
edit
dl
rm
sass.jam
5702
0644
edit
dl
rm
saxonhe.jam
1329
0644
edit
dl
rm
stage.jam
28513
0644
edit
dl
rm
stlport.jam
11880
0644
edit
dl
rm
sun.jam
8054
0644
edit
dl
rm
symlink.jam
4351
0644
edit
dl
rm
testing-aux.jam
10238
0644
edit
dl
rm
testing.jam
27889
0644
edit
dl
rm
unix.jam
5847
0644
edit
dl
rm
vacpp.jam
5725
0644
edit
dl
rm
vmsdecc.jam
20185
0644
edit
dl
rm
whale.jam
3253
0644
edit
dl
rm
xlcpp.jam
6121
0644
edit
dl
rm
xlf.jam
900
0644
edit
dl
rm
xsltproc-config.jam
838
0644
edit
dl
rm
xsltproc.jam
5603
0644
edit
dl
rm
zlib.jam
6976
0644
edit
dl
rm
zstd.jam
2446
0644
edit
dl
rm
Edit:
/usr/share/boost-build/src/tools/xlcpp.jam
(6121B)
# Copyright Vladimir Prus 2004. # Copyright Toon Knapen 2004. # Copyright Catherine Morton 2015. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt # or copy at http://www.boost.org/LICENSE_1_0.txt) # # B2 V2 toolset for the IBM XL C++ compiler # import toolset : flags ; import feature ; import common ; import generators ; import os ; feature.extend toolset : xlcpp ; toolset.inherit xlcpp : unix ; generators.override xlcpp.prebuilt : builtin.prebuilt ; generators.override xlcpp.searched-lib-generator : searched-lib-generator ; # Configure the xlcpp toolset rule init ( version ? : command * : options * ) { local condition = [ common.check-init-parameters xlcpp : version $(version) ] ; command = [ common.get-invocation-command xlcpp : xlC : $(command) : "/usr/xlcpp/bin/xlC" ] ; common.handle-options xlcpp : $(condition) : $(command) : $(options) ; } # Declare generators generators.register-c-compiler xlcpp.compile.c : C : OBJ : <toolset>xlcpp ; generators.register-c-compiler xlcpp.compile.c++ : CPP : OBJ : <toolset>xlcpp ; # Allow C++ style comments in C files flags xlcpp CFLAGS : -qnoxlcompatmacros ; # Declare flags flags xlcpp CFLAGS <optimization>off : -qNOOPTimize ; flags xlcpp CFLAGS <optimization>speed : ; flags xlcpp CFLAGS <optimization>space : -O2 -qcompact ; # Discretionary inlining (not recommended) flags xlcpp CFLAGS <inlining>off : -qnoinline ; flags xlcpp CFLAGS <inlining>on : -qinline ; #flags xlcpp CFLAGS <inlining>full : -qinline ; flags xlcpp CFLAGS <inlining>full : ; # Exception handling flags xlcpp C++FLAGS <exception-handling>off : -qnoeh ; flags xlcpp C++FLAGS <exception-handling>on : -qeh ; # Run-time Type Identification flags xlcpp C++FLAGS <rtti>off : -qnortti ; flags xlcpp C++FLAGS <rtti>on : -qrtti ; # Enable 64-bit memory addressing model flags xlcpp CFLAGS <address-model>64 : -q64 ; flags xlcpp LINKFLAGS <address-model>64 : -q64 ; flags xlcpp ARFLAGS <target-os>aix/<address-model>64 : -X 64 ; # Use absolute path when generating debug information flags xlcpp CFLAGS <debug-symbols>on : -g -qfullpath ; flags xlcpp LINKFLAGS <debug-symbols>on : -g -qfullpath ; flags xlcpp LINKFLAGS <debug-symbols>off : -s ; if [ os.name ] = AIX { flags xlcpp.compile C++FLAGS : -qfuncsect ; # The -bnoipath strips the prepending (relative) path of libraries from # the loader section in the target library or executable. Hence, during # load-time LIBPATH (identical to LD_LIBRARY_PATH) or a hard-coded # -blibpath (*similar* to -lrpath/-lrpath-link) is searched. Without # this option, the prepending (relative) path + library name is # hard-coded in the loader section, causing *only* this path to be # searched during load-time. Note that the AIX linker does not have an # -soname equivalent, this is as close as it gets. # # The above options are definitely for AIX 5.x, and most likely also for # AIX 4.x and AIX 6.x. For details about the AIX linker see: # http://download.boulder.ibm.com/ibmdl/pub/software/dw/aix/es-aix_ll.pdf # flags xlcpp.link LINKFLAGS <link>shared : -bnoipath ; # Run-time linking flags xlcpp.link EXE-LINKFLAGS <link>shared : -brtl ; } else { # Linux PPC flags xlcpp.compile CFLAGS <link>shared : -qpic=large ; flags xlcpp FINDLIBS : rt ; flags xlcpp.compile OPTIONS <local-visibility>hidden : -qvisibility=hidden ; flags xlcpp.compile OPTIONS <local-visibility>protected : -qvisibility=protected ; flags xlcpp.compile OPTIONS <local-visibility>global : -qvisibility=default ; } # Profiling flags xlcpp CFLAGS <profiling>on : -pg ; flags xlcpp LINKFLAGS <profiling>on : -pg ; # Declare flags and actions for compilation flags xlcpp.compile.c++ OPTIONS <cxxstd>98 : -std=c++03 ; flags xlcpp.compile.c++ OPTIONS <cxxstd>03 : -std=c++03 ; flags xlcpp.compile.c++ OPTIONS <cxxstd>0x : -std=c++11 ; flags xlcpp.compile.c++ OPTIONS <cxxstd>11 : -std=c++11 ; flags xlcpp.compile.c++ OPTIONS <cxxstd>1y : -std=c++1y ; flags xlcpp.compile.c++ OPTIONS <cxxstd>14 : -std=c++1y ; flags xlcpp.compile.c++ OPTIONS <cxxstd>1z : -std=c++1y ; flags xlcpp.compile.c++ OPTIONS <cxxstd>17 : -std=c++1y ; flags xlcpp.compile.c++ OPTIONS <cxxstd>2a : -std=c++1y ; flags xlcpp.compile.c++ OPTIONS <cxxstd>20 : -std=c++1y ; flags xlcpp.compile.c++ OPTIONS <cxxstd>latest : -std=c++1y ; flags xlcpp.compile OPTIONS <cflags> ; flags xlcpp.compile.c++ OPTIONS <cxxflags> ; flags xlcpp DEFINES <define> ; flags xlcpp UNDEFS <undef> ; flags xlcpp HDRS <include> ; flags xlcpp STDHDRS <sysinclude> ; flags xlcpp.link OPTIONS <linkflags> ; flags xlcpp ARFLAGS <arflags> ; flags xlcpp LIBPATH <library-path> ; flags xlcpp NEEDLIBS <library-file> ; flags xlcpp FINDLIBS <find-shared-library> ; flags xlcpp FINDLIBS <find-static-library> ; # Select the compiler name according to the threading model. flags xlcpp VA_C_COMPILER <threading>single : xlc ; flags xlcpp VA_C_COMPILER <threading>multi : xlc ; flags xlcpp VA_CXX_COMPILER <threading>single : xlC ; flags xlcpp VA_CXX_COMPILER <threading>multi : xlC ; SPACE = " " ; flags xlcpp.link.dll HAVE_SONAME <target-os>linux : "" ; actions xlcpp.link bind NEEDLIBS { $(VA_CXX_COMPILER) $(EXE-LINKFLAGS) $(LINKFLAGS) -o "$(<[1])" -L$(LIBPATH) -L$(STDLIBPATH) "$(>)" "$(NEEDLIBS)" "$(NEEDLIBS)" -l$(FINDLIBS) $(OPTIONS) $(USER_OPTIONS) } actions xlcpp.link.dll bind NEEDLIBS { xlC -G $(LINKFLAGS) -o "$(<[1])" $(HAVE_SONAME)-Wl,-soname$(SPACE)-Wl,$(<[-1]:D=) -L$(LIBPATH) -L$(STDLIBPATH) "$(>)" "$(NEEDLIBS)" "$(NEEDLIBS)" -l$(FINDLIBS) $(OPTIONS) $(USER_OPTIONS) } actions xlcpp.compile.c { $(VA_C_COMPILER) -c $(OPTIONS) $(USER_OPTIONS) -I$(BOOST_ROOT) -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) -I"$(HDRS)" -I"$(STDHDRS)" -o "$(<)" "$(>)" } actions xlcpp.compile.c++ { $(VA_CXX_COMPILER) -c $(OPTIONS) $(USER_OPTIONS) -I$(BOOST_ROOT) -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) $(C++FLAGS) -I"$(HDRS)" -I"$(STDHDRS)" -o "$(<)" "$(>)" } actions updated together piecemeal xlcpp.archive { ar $(ARFLAGS) ru "$(<)" "$(>)" }
Save
cmd:
run