Annotation of researchv10no/cmd/spell/mkfile, revision 1.1.1.1

1.1       root        1: BUILTINS=
                      2: NPROC=1
                      3: 
                      4: HFILES=code.h
                      5: 
                      6: all:V: sprog brspell amspell
                      7: 
                      8: bin:   spell.sh
                      9:        cp spell.sh /usr/bin/spell
                     10: 
                     11: lib:   sprog amspell brspell
                     12:        cp sprog /usr/lib/spell/sprog
                     13:        strip /usr/lib/spell/sprog
                     14:        cp amspell /usr/lib/spell/amspell
                     15:        cp brspell /usr/lib/spell/brspell
                     16:        rm -f sprog amspell brspell
                     17:        
                     18: brspell: pcode  list british local stop
                     19:        ./pcode list british local stop >brspell
                     20: 
                     21: amspell: pcode  list american local stop
                     22:        ./pcode list american local stop >amspell
                     23: 
                     24: pcode: pcode.o
                     25:        lcc -o pcode pcode.o
                     26: 
                     27: sprog: sprog.o
                     28:        lcc -o sprog sprog.o
                     29: 
                     30: %.o:   %.c $HFILES
                     31:        lcc -A -c $stem.c
                     32: 
                     33: install: sprog amspell brspell
                     34:        strip sprog
                     35:        cp sprog amspell brspell /usr/lib/spell
                     36: clean:V:
                     37:        rm -f *.[v2o] amspell brspell pcode sprog

unix.superglobalmegacorp.com

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