Annotation of researchv10no/cmd/spell/makefile, revision 1.1

1.1     ! root        1: 
        !             2: HFILES=code.h
        !             3: 
        !             4: all:   sprog brspell amspell
        !             5: 
        !             6: bin:   spell.sh
        !             7:        cp spell.sh /usr/bin/spell
        !             8: 
        !             9: lib:   sprog amspell brspell
        !            10:        cp sprog /usr/lib/spell/sprog
        !            11:        strip /usr/lib/spell/sprog
        !            12:        cp amspell /usr/lib/spell/amspell
        !            13:        cp brspell /usr/lib/spell/brspell
        !            14:        rm -f sprog amspell brspell
        !            15:        
        !            16: brspell: pcode  list british local stop
        !            17:        ./pcode list british local stop >brspell
        !            18: 
        !            19: amspell: pcode  list american local stop
        !            20:        ./pcode list american local stop >amspell
        !            21: 
        !            22: pcode: pcode.o
        !            23:        $(CC) -o pcode pcode.o
        !            24: 
        !            25: sprog: sprog.o
        !            26:        $(CC) -o sprog sprog.o
        !            27: 
        !            28: %.o:   %.c $(HFILES)
        !            29:        $(CC) $(CFLAGS) -c $*.c
        !            30: 
        !            31: clean:
        !            32:        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.