Annotation of researchv9/jerq/src/lib/j/makefile, revision 1.1.1.1

1.1       root        1: L=libj.a
                      2: INCL=/usr/jerq/include
                      3: CC=3cc
                      4: AS=/usr/jerq/bin/vax/m32as
                      5: AR=3ar
                      6: DCAN=dcan
                      7: CFLAGS=-J
                      8: 
                      9: OBJ=Jrect.o addr.o alloc.o arc.o arith.o atan2.o balloc.o bitblt.o \
                     10:        circle.o clip.o clockroutine.o comm.o cosdeg.o data.o defont.o disc.o discture.o \
                     11:        display.o elarc.o eldisc.o ellipse.o exit.o fgets.o font.o \
                     12:        fopen.o gcalloc.o get.o getfont.o introutine.o line.o linesub.o \
                     13:        masks.o menuhit.o min.o norm.o point.o popen.o printf.o ptinrect.o \
                     14:        put.o rdwr.o rectXrect.o rectclip.o rectf.o rol.o screenswap.o sqrt.o \
                     15:        string.o strwidth.o texture.o texture32.o wait.o
                     16: CFILES=Jrect.c addr.s alloc.c arc.c arith.c arith.s atan2.c balloc.c bitblt.c \
                     17:        circle.c clip.c clockroutine.c comm.c cosdeg.c data.c defont.c disc.c discture.c \
                     18:        display.c elarc.c eldisc.c ellipse.c exit.c fgets.c font.c \
                     19:        fopen.c gcalloc.c get.c getfont.c introutine.c line.c linesub.c \
                     20:        masks.c menuhit.c min.c norm.c point.c popen.c printf.c ptinrect.c \
                     21:        put.c rdwr.c rectXrect.c rectclip.c rectf.c rol.c screenswap.c sqrt.c \
                     22:        string.c strwidth.c texture.c texture32.s wait.c
                     23: 
                     24: 
                     25: $L:    $(OBJ)
                     26:        $(AR) uv $L $^
                     27: 
                     28: 
                     29: new:   $(OBJ)
                     30:                $(AR) uv $L `mlorder $(FILES) | tsort`
                     31:                $(AR) ma clip.o $L line.o
                     32:                rm $(FILES)
                     33: 
                     34: print:
                     35:        @pr $(CFILES)
                     36: 
                     37: pp:
                     38:        pp -tGraphics -kjerq $(CFILES) | $(DCAN)
                     39: 
                     40: lint:
                     41:        lint -h -c -u -n -I/usr/jerq/include $(CFILES)
                     42: 
                     43: $L(clip.o):    $(INCL)/line.h
                     44: $L(comm.o):    $(INCL)/jerqio.h
                     45: $L(data.o):    $(INCL)/jerqio.h
                     46: $L(defont.o):  $(INCL)/font.h
                     47: $L(exit.o):    $(INCL)/jerqio.h
                     48: $L(fgets.o):   $(INCL)/jerqio.h
                     49: $L(font.o):    $(INCL)/jerqio.h
                     50: $L(font.o):    $(INCL)/font.h
                     51: $L(fopen.o):   $(INCL)/jerqio.h
                     52: $L(get.o):     $(INCL)/jerqio.h
                     53: $L(getfont.o): $(INCL)/font.h
                     54: $L(getfont.o): $(INCL)/jerqio.h
                     55: $L(jlineto.o): $(INCL)/line.h
                     56: $L(jstring.o): $(INCL)/font.h
                     57: $L(line.o):    $(INCL)/line.h
                     58: $L(menuhit.o): $(INCL)/font.h
                     59: $L(menuhit.o): $(INCL)/jerq.h
                     60: $L(menuhit.o): $(INCL)/layer.h
                     61: $L(menuhit.o): $(INCL)/jerqproc.h
                     62: $L(popen.o):   $(INCL)/jerqio.h
                     63: $L(printf.o):  $(INCL)/jerqio.h
                     64: $L(put.o):     $(INCL)/jerqio.h
                     65: $L(rdwr.o):    $(INCL)/jerqio.h
                     66: $L(string.o):  $(INCL)/font.h
                     67: $L(strwidth.o):        $(INCL)/font.h
                     68: $L(wait.o):    $(INCL)/queue.h
                     69: 
                     70: .PRECIOUS:     $L
                     71: 

unix.superglobalmegacorp.com

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