127221Smckusick# 227221Smckusick# Copyright (c) 1983 Regents of the University of California. 327221Smckusick# All rights reserved. The Berkeley software License Agreement 427221Smckusick# specifies the terms and conditions for redistribution. 527221Smckusick# 6*27222Smckusick# @(#)Makefile 6.1 (Berkeley) 04/20/86 727221Smckusick# 8*27222SmckusickTROFF= ditroff -Pdp 9*27222SmckusickTBL= dtbl -Pdp 10*27222Smckusick 1127221SmckusickFILES= abs.ms motivation.ms equip.ms methodology.ms tests.ms results.ms \ 1227221Smckusick conclusions.ms appendix.ms 1327221Smckusick 1427221Smckusickpaper: ${FILES} 15*27222Smckusick ${TBL} ${FILES} | ${TROFF} -ms 1627221Smckusick 1727221Smckusickpreview:${FILES} 1827221Smckusick tbl ${FILES} | nroff -ms | colcrt 19