"Fossies" - the Fresh Open Source Software Archive

Member "bonnie++-1.04/sun/Makefile" (28 Sep 2000, 402 Bytes) of package /linux/privat/bonnie++_1.04.tgz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 all: pkg
    3 
    4 INSTROOT=`pwd`/tmp
    5 PKGNAME=bonnie++
    6 
    7 ../Makefile:
    8 	( cd .. ; ./configure --prefix=/usr --mandir=`pwd`/sun/tmp/usr/share/man )
    9 
   10 pkg: ../Makefile
   11 	make -C .. WFLAGS="-Wall -W -Wshadow -Wpointer-arith -Wwrite-strings"
   12 	make -C .. prefix=${INSTROOT}/usr install
   13 	pkgmk -o -r ${INSTROOT}
   14 	pkgtrans -s spool ${PKGNAME}.pkg ${PKGNAME}
   15 	@echo
   16 	@echo "/var/spool/pkg/${PKGNAME}.pkg complete!"
   17 	@echo