|
|
1.1 ! root 1: ############################################################################## ! 2: # Instructions to Make, for compilation of ZOT UIP/utility processes ! 3: # ! 4: # This file is automatically generated. Do not edit! ! 5: ############################################################################## ! 6: ! 7: # The following entries were inserted during MH configuration ! 8: OPTIONS = -DBSD42 -DBSD43 -DBERK -DTTYD -DDUMB -DMHE -DNETWORK -DBIND -DRPATHS -DATZ -DSBACKUP='"\043"' -DSENDMTS -DSMTP ! 9: ! 10: CC = cc ! 11: CCOPT = -O ! 12: CFLAGS = $(CCOPT) $(OPTIONS) -I. ! 13: LFLAGS = -bhu $(OPTIONS) -I. ! 14: ! 15: LIB = libzot.a ! 16: LLIB = llib-lzotnet ! 17: ! 18: OFILES = mts/mts.o mts/lock.o mts/client.o mf/mf.o \ ! 19: bboards/getbbent.o \ ! 20: tws/dtime.o tws/dtimep.o tws/lexstring.o ! 21: ! 22: MAKE = make DESTDIR=$(DESTDIR) $(MFLAGS) ! 23: SHELL = /bin/sh ! 24: ! 25: DIRS = mts bboards tws mf ! 26: ! 27: ! 28: ############################################################################## ! 29: # Generation Rules ! 30: ############################################################################## ! 31: ! 32: .c.o:; $(CC) $(CFLAGS) -c $*.c ! 33: ! 34: ! 35: ############################################################################## ! 36: # Generate ZOTnet subroutine library ! 37: ############################################################################## ! 38: ! 39: all: allaux $(LIB) ! 40: ! 41: $(LIB): $(OFILES) ! 42: ar r $@ $(OFILES); ranlib $@ ! 43: -@ls -l $@ ! 44: -@echo "ZOTnet library built normally" ! 45: ! 46: allaux:; for d in $(DIRS); do (cd $$d; $(MAKE) all); done ! 47: ! 48: depend:; for d in $(DIRS); do (cd $$d; $(MAKE) depend); done ! 49: ! 50: lint:; for d in $(DIRS); do (cd $$d; $(MAKE) lint); done ! 51: ! 52: ! 53: ############################################################################## ! 54: # Installation ! 55: ############################################################################## ! 56: ! 57: install: inst-all clean ! 58: ! 59: inst-all:; for d in $(DIRS); do (cd $$d; $(MAKE) inst-all); done ! 60: ! 61: tar:; @for d in $(DIRS); \ ! 62: do (cd $$d; $(MAKE) TFLAGS="$(TFLAGS)" tar); done ! 63: ! 64: uninstall:; for d in $(DIRS); do (cd $$d; $(MAKE) uninstall); done ! 65: ! 66: ! 67: ############################################################################## ! 68: # Miscellaneous tasks ! 69: ############################################################################## ! 70: ! 71: distribution:; -rm -f $(LIB) z$(LIB) _* :* ! 72: for d in $(DIRS); do (cd $$d; $(MAKE) distribution); done ! 73: ! 74: clean:; -rm -f $(LIB) z$(LIB) _* :* core ! 75: for d in $(DIRS); do (cd $$d; $(MAKE) clean); done ! 76: ! 77: unclean:; -rm -f z$(LIB) _* :* core ! 78: for d in $(DIRS); do (cd $$d; $(MAKE) unclean); done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.