Annotation of coherent/g/usr/bin/me/Makefile, revision 1.1.1.1

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