File:  [CSRG BSD Unix] / 43BSD / contrib / dipress / src / bin / maha / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

# Makefile for Unix Interpress utilities
#
# Copyright (c) 1984, 1985 Xerox Corp.
#

DESTBIN=../../../bin
DESTINCLUDE=../../../include
DESTLIB=../../../lib

maha: maha.o $(DESTLIB)/libip.a
	$(CC) $(CFLAGS) -o maha maha.o $(DESTLIB)/libip.a

maha.o: $(DESTINCLUDE)/iptokens.h $(DESTINCLUDE)/literal.h $(DESTINCLUDE)/operator.h
	$(CC) $(CFLAGS) -I$(DESTINCLUDE) -c maha.c

# auxilary functions

lint:
	lint -ab -I$(DESTINCLUDE) maha.c $(DESTLIB)/llib-lip.ln -lc

install: $(DESTBIN)/maha

$(DESTBIN)/maha: maha
	install -c -s maha $(DESTBIN)/maha

clean:
	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.