Annotation of 43BSD/contrib/dipress/src/bin/maha/Makefile, revision 1.1

1.1     ! root        1: # Makefile for Unix Interpress utilities
        !             2: #
        !             3: # Copyright (c) 1984, 1985 Xerox Corp.
        !             4: #
        !             5: 
        !             6: DESTBIN=../../../bin
        !             7: DESTINCLUDE=../../../include
        !             8: DESTLIB=../../../lib
        !             9: 
        !            10: maha: maha.o $(DESTLIB)/libip.a
        !            11:        $(CC) $(CFLAGS) -o maha maha.o $(DESTLIB)/libip.a
        !            12: 
        !            13: maha.o: $(DESTINCLUDE)/iptokens.h $(DESTINCLUDE)/literal.h $(DESTINCLUDE)/operator.h
        !            14:        $(CC) $(CFLAGS) -I$(DESTINCLUDE) -c maha.c
        !            15: 
        !            16: # auxilary functions
        !            17: 
        !            18: lint:
        !            19:        lint -ab -I$(DESTINCLUDE) maha.c $(DESTLIB)/llib-lip.ln -lc
        !            20: 
        !            21: install: $(DESTBIN)/maha
        !            22: 
        !            23: $(DESTBIN)/maha: maha
        !            24:        install -c -s maha $(DESTBIN)/maha
        !            25: 
        !            26: clean:
        !            27:        rm -f maha *.o

unix.superglobalmegacorp.com

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