Annotation of 43BSD/contrib/dipress/src/bin/charset/Makefile, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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