aboutsummaryrefslogtreecommitdiff
path: root/src/libframe/Makefile
blob: 979e4eb15429c1f03bbaaae5bcd5bf5cb3e2ab2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
9SRC=..
include $(9SRC)/Makehdr

LIB=libframe.a

OFILES=\
	frbox.$O\
	frdelete.$O\
	frdraw.$O\
	frinit.$O\
	frinsert.$O\
	frptofchar.$O\
	frselect.$O\
	frstr.$O\
	frutil.$O\

HFILES=\
	$(9SRC)/include/frame.h\
	$(9SRC)/include/draw.h\

include $(9SRC)/Makesyslib