Annotation of researchv9/jerq/src/sam/term/makefile, revision 1.1.1.1

1.1       root        1: CC=3cc
                      2: CFLAGS=-g
                      3: 
                      4: FOBJS= box.o draw.o frdelete.o frinit.o frinsert.o ptofchar.o select.o str.o util.o
                      5: FOOBJS=box.O draw.O frdelete.O frinit.O frinsert.O ptofchar.O select.O str.O util.O
                      6: GOBJS= main.o icons.o menu.o mesg.o rasp.o scroll.o flayer.o
                      7: GOOBJS=main.O icons.O menu.O mesg.O rasp.O scroll.O flayer.O
                      8: 
                      9: OBJS=$(FOBJS) $(GOBJS)
                     10: OOBJS=$(FOOBJS) $(GOOBJS)
                     11: 
                     12: all:   cyntax a.out
                     13: export:        cyntax
                     14:        rm -f *.o
                     15:        cp defont.ex.h defont.h
                     16:        make a.out
                     17:        mv a.out export
                     18:        rm *.o
                     19:        cp /dev/null defont.h
                     20: a.out:&        $(OBJS)
                     21:        $(CC) $(OBJS)
                     22: cyntax:&       $(OOBJS)
                     23:        cyntax -jm $(OOBJS) && touch cyntax
                     24: 
                     25: flayer.o flayer.O:     flayer.h
                     26: $(FOBJS) $(FOOBJS):    frame.h
                     27: $(GOBJS) $(GOOBJS):    samterm.h frame.h flayer.h ../mesg.h
                     28: 
                     29: %.O:   %.c
                     30:        cyntax -jmc -Dlint $%.c
                     31: 
                     32: clean:
                     33:        rm -f core a.out *.o *.O

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.