summaryrefslogtreecommitdiff
path: root/graphics/pstex/makefile.bsd
blob: d61bb3d406812261af11a452deb9d8fcf6a70123 (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
36
37
38
39
40
#
# Rules for pstex:
#
# Neil Hunt
#
# $Log:	Makefile,v $
# Revision 1.5  89/02/10  18:38:26  neil
# Complete cleanup of pstex.
# New files and headers.
# 
# Revision 1.4  89/01/09  13:04:29  hunt
# General updates.
# 
# Revision 1.3  88/09/20  13:13:21  hunt
# Added rules for pstex.
# 
# Revision 1.2  88/08/04  13:00:07  hunt
# Put back the missing quotes !
# 
# Revision 1.1  88/08/04  12:27:10  hunt
# Initial revision
#

CFLAG	= -O

OBJ	= pstex.o args.o fopenp.o

pstex: $(OBJ)
	cc $(CFLAG) -o $@ $(OBJ)

clean:
	/bin/rm -f $(OBJ)
veryclean:
	/bin/rm -f pstex
	make clean

pstex.o: pstex.c std.h args.h
args.o: args.c std.h args.h
fopenp.o: fopenp.c std.h