Annotation of 43BSD/contrib/courier/examples/time/Makefile, revision 1.1

1.1     ! root        1: CFLAGS = -O
        !             2: USEROBJS1 = datime.o implicit.o
        !             3: USEROBJS2 = timex.o explicit.o
        !             4: SRVROBJS = Time.o Time_server.o
        !             5: LIBS = -lcr
        !             6: DESTDIR = /usr/new/lib/courier
        !             7: 
        !             8: all:   datime timex Time
        !             9: 
        !            10: datime:        $(USEROBJS1)
        !            11:        cc -o datime $(USEROBJS1) $(LIBS)
        !            12: 
        !            13: implicit.o:    Time.cr
        !            14:        courier Time.cr
        !            15:        cc -c $(CFLAGS) Time_client.c
        !            16:        mv Time_client.o implicit.o
        !            17: 
        !            18: timex: $(USEROBJS2)
        !            19:        cc -o timex $(USEROBJS2) $(LIBS)
        !            20: 
        !            21: explicit.o:    Time.cr
        !            22:        courier -x Time.cr
        !            23:        cc -c $(CFLAGS) Time_client.c
        !            24:        mv Time_client.o explicit.o
        !            25: 
        !            26: Time:  $(SRVROBJS)
        !            27:        cc -o Time $(SRVROBJS) $(LIBS)
        !            28: 
        !            29: datime.o timex.o Time.o:       Time.h
        !            30: 
        !            31: Time_server.c Time.h:  Time.cr
        !            32:        courier Time.cr
        !            33: 
        !            34: install:       all
        !            35:        install -s Time $(DESTDIR)
        !            36: 
        !            37: clean:
        !            38:        -rm -f *.o Time_*.c Time.h \#* Time datime timex

unix.superglobalmegacorp.com

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