summaryrefslogtreecommitdiff
path: root/libs/context/config/Jamfile.jam
blob: 204c6edec0d706ec100b3138dc839c6532fa4111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Jamfile.jam
#
# Copyright 2012 Steven Watanabe
#
# 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)

project /boost/architecture ;

obj 32 : 32.cpp ;
obj 64 : 64.cpp ;

obj arm      : arm.cpp ;
obj combined : combined.cpp ;
obj mips1    : mips1.cpp ;
obj power    : power.cpp ;
obj sparc    : sparc.cpp ;
obj x86      : x86.cpp ;