summaryrefslogtreecommitdiff
path: root/devel/boost/files/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-07-07 02:30:51 +0000
committerjschauma <jschauma>2002-07-07 02:30:51 +0000
commite0fdb1c6eda197168b368b70cc2f1068c75083c7 (patch)
tree1dd23d9b543931d2efd22cc5649f8ad2d669b329 /devel/boost/files/Makefile
parente9d690f224895586659bd65f8a81e2d59d1bcc05 (diff)
downloadpkgsrc-e0fdb1c6eda197168b368b70cc2f1068c75083c7.tar.gz
Update to version 1.28. Our last version was 1.18.1 from around the end
of 2000; changes far too many to list here, please see http://www.boost.org for details. Download files from proper mastersite rather than downloading boost_all.tar.gz so as to make it easier to track updates. Update and modifications suggested in PR pkg/16894 by MarkoSchuetz at web dot de -- this closes this PR.
Diffstat (limited to 'devel/boost/files/Makefile')
-rw-r--r--devel/boost/files/Makefile19
1 files changed, 2 insertions, 17 deletions
diff --git a/devel/boost/files/Makefile b/devel/boost/files/Makefile
index c340db79efe..7a523cf42da 100644
--- a/devel/boost/files/Makefile
+++ b/devel/boost/files/Makefile
@@ -1,29 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2000/11/03 00:16:32 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/07/07 02:30:52 jschauma Exp $
CXX?= c++
LIB= libboost.la
-SRCS= libs/timer/prg_display.cpp \
- libs/timer/prg_timer.cpp \
- libs/timer/timer.cpp
-OBJS= ${SRCS:.cpp=.lo}
-LOBJS= ${OBJS:T}
-
CXXFLAGS+= # empty
CPPFLAGS+= -I${.CURDIR} -I${LOCALBASE}/include/sgi-stl
all: ${LIB}
-${LIB}: ${LOBJS}
+${LIB}:
${LIBTOOL} ${CXX} ${CXXFLAGS} -o ${.TARGET} ${LOBJS} \
-rpath ${PREFIX}/lib -version-info ${BOOST_VERS}
-
-prg_display.lo: libs/timer/prg_display.cpp
- ${LIBTOOL} ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c ${.ALLSRC}
-
-prg_timer.lo: libs/timer/prg_timer.cpp
- ${LIBTOOL} ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c ${.ALLSRC}
-
-timer.lo: libs/timer/timer.cpp
- ${LIBTOOL} ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c ${.ALLSRC}