Annotation of coherent/d/usr/bin/emacs/Makefile, revision 1.1

1.1     ! root        1: CC=cc
        !             2: CFLAGS = -O -I$(SRCPATH)
        !             3: #For the PDP-11, do not bind shared:
        !             4: LDFLAGS = -n
        !             5: LFLAGS = /usr/lib/libterm.a
        !             6: 
        !             7: OBJS=ansi.o basic.o buffer.o display.o error.o file.o fileio.o line.o main.o\
        !             8:        random.o region.o search.o spawn.o termio.o tcap.o window.o word.o\
        !             9:        vt52.o lookup.o helplib.o bracket.o comtab.o execute.o
        !            10: 
        !            11: SRCS=ansi.c basic.c buffer.c display.c error.c file.c fileio.c line.c\
        !            12:        main.c random.c region.c search.c spawn.c tcap.c termio.c\
        !            13:        vt52.c window.c word.c lookup.c helplib.c bracket.c ext.c execute.c\
        !            14:        ed.h Makefile
        !            15: 
        !            16: emacs: $(OBJS)
        !            17:        $(CC) $(LDFLAGS) -o emacs $(OBJS) $(LFLAGS)
        !            18: 
        !            19: detab : detab.c
        !            20:        $(CC) $<
        !            21: 
        !            22: install : emacs detab
        !            23:        strip $<
        !            24:        su root cp emacs /bin/me
        !            25:        su root cp detab /bin
        !            26:  
        !            27: comtab.c : ext.o
        !            28:        $(CC) ext.o
        !            29:        ext > comtab.c
        !            30:        rm ext
        !            31: 
        !            32: ext.o: ext.c ed.h
        !            33: comtab.o: comtab.c ed.h
        !            34: execute.o: execute.c ed.h
        !            35: ansi.o: ansi.c ed.h
        !            36: basic.o: basic.c ed.h
        !            37: buffer.o: buffer.c ed.h
        !            38: display.o: display.c ed.h
        !            39: error.o: error.c ed.h
        !            40: file.o: file.c ed.h
        !            41: fileio.o: fileio.c ed.h
        !            42: line.o: line.c ed.h
        !            43: main.o: main.c ed.h
        !            44: random.o: random.c ed.h
        !            45: region.o: region.c ed.h
        !            46: search.o: search.c ed.h
        !            47: spawn.o: spawn.c ed.h
        !            48: tcap.o: tcap.c ed.h
        !            49: termio.o: termio.c ed.h
        !            50: vt52.o: vt52.c ed.h
        !            51: window.o: window.c ed.h
        !            52: word.o: word.c ed.h
        !            53: lookup.o: lookup.c
        !            54: helplib.o: helplib.c

unix.superglobalmegacorp.com

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