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