3 SYSTEM
= $(shell uname
-s
)
5 # Special case for Mac OS X: everything is handled from the Xcode project
6 ifeq ($(SYSTEM
),Darwin
)
9 ( echo
"MacOs X doesn't use this makefile, to build the contrib please use ../jam" ; false
)
13 ifeq ($(SYSTEM
),Linux
)
18 ( cd ..
; .
/configure
; cd contrib
; cp
-f ..
/config.jam .
; jam
)
21 ( echo
"Do a make mrproper to remove the contrib libraries )
24 (rm -rf lib ; rm -rf include )
28 ifeq ($(findstring CYGWIN_NT,$(SYSTEM)),CYGWIN_NT)
33 ( cd .. ; ./configure ; cd contrib ; cp -f ../config.jam . ; jam.exe )
36 ( echo "Do a make mrproper to remove the contrib libraries
)
39 (rm -rf lib
; rm -rf
include ; rm -f .contrib
)