|
|
1.1 root 1: LIBS = ../../sunlib/libj.a -lX11
2: CC=cc
3: CFLAGS=-g -DBSD -DX11 -I../../sunlib
4: FSRCS= box.c draw.c frdelete.c frinit.c frinsert.c ptofchar.c select.c str.c util.c
5: FOBJS= box.o draw.o frdelete.o frinit.o frinsert.o ptofchar.o select.o str.o util.o
6: GSRCS= main.c icons.c menu.c mesg.c rasp.c scroll.c flayer.c
7: GOBJS= main.o icons.o menu.o mesg.o rasp.o scroll.o flayer.o
8:
9: SRCS=$(FSRCS) $(GSRCS)
10: OBJS=$(FOBJS) $(GOBJS)
11: HFILES=samterm.h flayer.h frame.h
12:
13: xsamterm: $(OBJS)
14: $(CC) $(CFLAGS) -o xsamterm $(OBJS) $(LIBS)
15:
16: lint: $(SRCS)
17: lint -Dlint $(SRCS)
18: flayer.o: flayer.h frame.h
19: $(FOBJS): frame.h
20: $(GOBJS): samterm.h frame.h flayer.h ../mesg.h
21:
22: xtermbundle:
23: bundle $(HFILES) $(SRCS) makefile > xtermbundle
24:
25: clean:
26: rm -f *.o *.out core xtermbundle
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.