makefile.mk (62840caa) makefile.mk (ecad6845)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 30 unchanged lines hidden (view full) ---

39.IF "$(SYSTEM_BOOST)" == "YES" && ("$(OS)"!="SOLARIS" || "$(COM)"=="GCC")
40all:
41 @echo "An already available installation of boost should exist on your system."
42 @echo "Therefore the version provided here does not need to be built in addition."
43.ELSE # "$(SYSTEM_BOOST)" == "YES" && ("$(OS)"!="SOLARIS" || "$(COM)"=="GCC")
44
45# --- Files --------------------------------------------------------
46
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 30 unchanged lines hidden (view full) ---

39.IF "$(SYSTEM_BOOST)" == "YES" && ("$(OS)"!="SOLARIS" || "$(COM)"=="GCC")
40all:
41 @echo "An already available installation of boost should exist on your system."
42 @echo "Therefore the version provided here does not need to be built in addition."
43.ELSE # "$(SYSTEM_BOOST)" == "YES" && ("$(OS)"!="SOLARIS" || "$(COM)"=="GCC")
44
45# --- Files --------------------------------------------------------
46
47TARFILE_NAME=boost_1_39_0
48TARFILE_MD5=fcc6df1160753d0b8c835d17fdeeb0a7
47TARFILE_NAME=boost_1_48_0
48TARFILE_MD5=d1e9a7a7f532bb031a3c175d86688d95
49PATCH_FILES=$(TARFILE_NAME).patch
49PATCH_FILES=$(TARFILE_NAME).patch
50# See https://svn.boost.org/trac/boost/ticket/3780
51PATCH_FILES+=aliasing.patch
52
53CONFIGURE_DIR=
54CONFIGURE_ACTION=
55
56BUILD_DIR=
57BUILD_ACTION=
58BUILD_FLAGS=
59

--- 46 unchanged lines hidden ---
50
51CONFIGURE_DIR=
52CONFIGURE_ACTION=
53
54BUILD_DIR=
55BUILD_ACTION=
56BUILD_FLAGS=
57

--- 46 unchanged lines hidden ---