Annotation of researchv8dc/cmd/ideal/idfilt/makefile, revision 1.1.1.1

1.1       root        1: idfilt.o       :idfilt.c idfilt.h
                      2: 
                      3: 4014.o :4014.c idfilt.h
                      4: 
                      5: 4filt  :idfilt.o 4014.o
                      6:        cc -o 4filt 4014.o idfilt.o -l4014 -lm
                      7: 
                      8: 202.o  :202.c idfilt.h
                      9: 
                     10: cv.o   :cv.c idfilt.h
                     11: 
                     12: tfilt  :idfilt.o 202.o
                     13:        cc -o tfilt 202.o idfilt.o
                     14: 
                     15: cvfilt :idfilt.o cv.o
                     16:        cc -o cvfilt cv.o idfilt.o
                     17: 
                     18: aps.o  :aps.c
                     19: 
                     20: apsfilt        :aps.o idfilt.o
                     21:        cc -o apsfilt aps.o idfilt.o
                     22: 
                     23: idsort :idsort.c
                     24:        cc -o idsort idsort.c
                     25: 
                     26: install:       apsfilt tfilt 4filt idsort
                     27:        rm -rf /usr/lib/ideal/idfilt
                     28:        mkdir /usr/lib/ideal/idfilt
                     29:        cp apsfilt tfilt 4filt idsort cvfilt /usr/lib/ideal/idfilt
                     30: 
                     31: clean:
                     32:        rm -f *.o a.out apsfilt tfilt 4filt idsort pfilt

unix.superglobalmegacorp.com

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