summaryrefslogtreecommitdiff
path: root/web/noweb/src/shell/Makefile
blob: e28d7b5659d94bb93896481d369e3d70c40e9bee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1993 by Norman Ramsey.  All rights reserved.
# See file COPYRIGHT for more information.
SHELL=/bin/sh
LIB=/usr/public/pkg/noweb/lib

EXEC=noweave noweb notangle noroff toroff
SRCS=$(EXEC) tmac.w
RCSFILES=noweave.nw notangle.nw noweb.nw noroff.nw noroots nocount Makefile
CINAME=
CIMSG=

all:	$(SRCS)
source: $(SRCS)
touch:	$(SRCS)
	touch $(SRCS)
boot:
	touch $(SRCS)

checkin:
	ci -l $(CINAME) $(CIMSG) $(RCSFILES)

noweave: noweave.nw
	notangle -Rnoweave noweave.nw > noweave

notangle: notangle.nw
	notangle -Rnotangle notangle.nw > notangle

noweb: noweb.nw 
	notangle -Rnoweb noweb.nw > noweb

noroff toroff tmac.w: roff.nw
	noweb -t roff.nw

clean: ;	rm -f *.log *.blg *.dvi *.toc *.aux *.tex *~ *.nwt roff.mm
clobber: clean ;	rm -f $(SRCS)