Annotation of researchv10dc/cmd/omovie/makefile, revision 1.1.1.1

1.1       root        1: TERM = blit
                      2: # you may want to change this to TERM = x11 or TERM = 630
                      3: 
                      4: FILES = README man.page script.def stills.def int.def isort.gen test.i test.s \
                      5:        movie stills stills.awk develop \
                      6:        makefile fdev.make blit.make 630.make x11.make \
                      7:        fdevelop.h fdevelop.c fdsymbol.c fdutil.c \
                      8:        anim.h xjerq.h host.c term.c libj.c \
                      9:        hsupport.c protocol.c \
                     10:        view.clicks show.clicks newer.c \
                     11:        sun.make sunhost.c sunterm.c
                     12: 
                     13: all:
                     14:        make -f fdev.make
                     15:        make -f $(TERM).make
                     16:        cc -o newer newer.c
                     17: 
                     18: blit:
                     19:        make -f blit.make
                     20: 
                     21: x11:
                     22:        make -f x11.make
                     23: 
                     24: 630:
                     25:        make -f 630.make
                     26: 
                     27: install:
                     28:        echo change LIB=... in movie, stills, develop, blit.make, x11.make
                     29:        echo then cp develop fdevelop stills.awk anim animterm newer  LIB
                     30:        echo then cp stills movie /usr/bin
                     31: 
                     32: clean:
                     33:        rm *.o
                     34: 
                     35: realclean:
                     36:        rm *.o fdevelop anim animterm newer
                     37: 
                     38: bundle:
                     39:        @bundle $(FILES)
                     40: 
                     41: bowell:        $(FILES)
                     42:        push bowell $? /usr/src/cmd/movie
                     43:        touch bowell
                     44: 
                     45: BIN = /usr/bin
                     46: LIB = /usr/lib/movie
                     47: 
                     48: ship:
                     49:        ship $(BIN)/movie $(BIN)/stills $(LIB)/develop $(LIB)/fdevelop \
                     50:                $(LIB)/stills.awk $(LIB)/anim $(LIB)/animterm $(LIB)/newer

unix.superglobalmegacorp.com

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