Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/iterator/doc/GNUmakefile @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

  • Property svn:executable set to *
File size: 565 bytes
Line 
1# Copyright David Abrahams 2004. Distributed under the Boost
2# Software License, Version 1.0. (See accompanying
3# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5ECHO    = /bin/echo
6
7all:
8        @${ECHO} "<boost-root>/libs/iterator/doc/GNUmakefile should be replaced by"
9        @${ECHO}
10        @${ECHO} "    http://www.boost-consulting.com/writing/GNUmakefile,"
11        @${ECHO}
12        @${ECHO} "before proceeding.  That file is not included in the Boost"
13        @${ECHO} "distribution because it is licensed under the GPL, which violates"
14        @${ECHO} "Boost license requirements."
15
Note: See TracBrowser for help on using the repository browser.