Annotation of 43BSDTahoe/new/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, 1986 Xerox Corp.
                      4: #
                      5: # HISTORY
                      6: # 03-Jul-86  Lee Moore (lee) at Xerox Webster Research Center
                      7: #      Added "-lm" to the load line as a favor to Pyramids.
                      8: #      Converted for use with "getopt".
                      9: #
                     10: #     Dec 1, 1985      Lee Moore, Xerox WRC
                     11: #      added lint
                     12: #
                     13: 
                     14: DESTBIN=../../../bin
                     15: DESTINCLUDE=../../../include
                     16: DESTLIB=../../../lib
                     17: 
                     18: charset: charset.o $(DESTLIB)/libip.a $(DESTLIB)/libgetopt.a
                     19:        $(CC) $(CFLAGS) -o charset charset.o $(DESTLIB)/libip.a \
                     20:                $(DESTLIB)/libgetopt.a -lm
                     21: 
                     22: charset.o: $(DESTINCLUDE)/iptokens.h $(DESTINCLUDE)/literal.h $(DESTINCLUDE)/operator.h
                     23:        $(CC) $(CFLAGS) -I$(DESTINCLUDE) -c charset.c
                     24: 
                     25: lint:
                     26:        lint -ab -I$(DESTINCLUDE) charset.c $(DESTLIB)/llib-lip.ln \
                     27:                $(DESTLIB)/llib-lgetopt.ln -lc
                     28:        
                     29: 
                     30: install: $(DESTBIN)/charset
                     31: 
                     32: $(DESTBIN)/charset: charset
                     33:        install -c -s charset $(DESTBIN)
                     34: 
                     35: clean:
                     36:        rm -f charset test.ip *.o
                     37: 
                     38: test:
                     39:        charset -p357 -otest.ip -s12 TroffMathExtra

unix.superglobalmegacorp.com

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