Annotation of 43BSD/contrib/emacs/src/Makefile, revision 1.1.1.1

1.1       root        1: CPP = /lib/cpp
                      2: 
                      3: all: xemacs
                      4: 
                      5: xemacs: xmakefile doxemacs
                      6: 
                      7: doxemacs:
                      8:        make -f xmakefile ${MFLAGS} xemacs
                      9: .RECURSIVE: doxemacs
                     10: 
                     11: temacs: xmakefile dotemacs
                     12: 
                     13: dotemacs:
                     14:        make -f xmakefile ${MFLAGS} temacs
                     15: .RECURSIVE: dotemacs
                     16: 
                     17: xmakefile: ymakefile config.h
                     18:        rm -f xmakefile
                     19:        $(CPP) ymakefile | sed -e 's/^#.*//' -e 's/^[ \f        ]$$//' | \
                     20:        sed -n -e '/^..*$$/p' > xmakefile

unix.superglobalmegacorp.com

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