Annotation of researchv10no/cmd/view2d/term/Makefile, revision 1.1.1.1

1.1       root        1: OBJ=main.o movie.o frame.o camera.o clock.o
                      2: CFILES=main.c camera.c clock.c frame.c movie.c
                      3: CC=3CC
                      4: CFLAGS=-g
                      5: PRI=frame.pri camera.pri clock.pri
                      6: HFILES=camera.h clock.h frame.h
                      7: 
                      8: %.pri: %.h
                      9:        @cleave -I/usr/jerq/include $*
                     10:        @touch $*.pri
                     11: 
                     12: view2d.m:      $(PRI) $(OBJ)
                     13:        $(CC) $(CFLAGS) -o view2d.m $(OBJ) -lpot -ljj
                     14:        @3size view2d.m
                     15: 
                     16: 3d.o:  3d.c
                     17:        3cc -c -g 3d.c
                     18: 
                     19: install:       view2d.m
                     20:        cp view2d.m /usr/lib/view2d/view2d.m
                     21: 
                     22: pp:
                     23:        pp -fPO -t"View2d: Terminal and Host" Makefile ../view2d.h ../view2d.c $(HFILES) $(CFILES) | dcan
                     24: 
                     25: clean:
                     26:        rm -f *.o view2d.m *.pri *.pub
                     27: 
                     28: 
                     29: # object dependencies!!
                     30: depend:
                     31:        (echo '/^#dstart/+1,$$c'; cdepend $(OBJ) $(PRI); echo '.'; echo 'w'; echo 'q')|ed - Makefile
                     32: 
                     33: #dstart
                     34: main.o: frame.pri clock.pub /usr/jerq/include/jerq.h
                     35: movie.o: frame.pri camera.pub /usr/jerq/include/jerq.h
                     36: frame.o: frame.pri camera.pub /usr/jerq/include/jerq.h
                     37: camera.o: frame.pri camera.pri clock.pub up.icon down.icon up.icon down.icon b1.icon b2.icon b3.icon b4.icon /usr/jerq/include/jerq.h
                     38: clock.o: frame.pri clock.pri /usr/jerq/include/jerq.h
                     39: frame.pri: /usr/jerq/include/pot.pub /usr/jerq/include/jerq.h
                     40: camera.pri: 3d.h /usr/jerq/include/pot.pub /usr/jerq/include/jerq.h
                     41: clock.pri: /usr/jerq/include/pot.pub /usr/jerq/include/jerq.h

unix.superglobalmegacorp.com

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