2003-11-24 05:02:46 +00:00
|
|
|
ECHO = /bin/echo
|
2004-01-14 04:16:27 +00:00
|
|
|
|
2004-01-29 05:56:47 +00:00
|
|
|
all:
|
|
|
|
@${ECHO} "<boost-root>/libs/iterator/doc/GNUmakefile should be replaced by"
|
|
|
|
@${ECHO}
|
|
|
|
@${ECHO} " http://www.boost-consulting.com/writing/GNUmakefile,"
|
|
|
|
@${ECHO}
|
|
|
|
@${ECHO} "before proceeding. That file is not included in the Boost"
|
|
|
|
@${ECHO} "distribution because it is licensed under the GPL, which violates"
|
|
|
|
@${ECHO} "Boost license requirements."
|
2003-11-24 05:02:46 +00:00
|
|
|
|