|
|
1.1 ! root 1: # Generated automatically from Makefile.in by configure. ! 2: # This is the Makefile for the unix subdirectory of Taylor UUCP. ! 3: # This subdirectory contains Unix specific support functions. ! 4: # ! 5: # The file Makefile.in should be processed by configure to generate ! 6: # Makefile. If you want to generate Makefile by hand, you must find ! 7: # all variables surrounded by @ and replace them with the correct ! 8: # value (e.g. cc must be replaced by something like cc or gcc). ! 9: ! 10: SHELL=/bin/sh ! 11: ! 12: # These are overridden by the call from the top level Makefile ! 13: CC = cc ! 14: CFLAGS =-O -f ! 15: RANLIB = ranlib ! 16: prefix = /usr ! 17: sbindir = $(prefix)/lib/uucp ! 18: UUDIRFLAGS = ! 19: owner=uucp ! 20: ! 21: srcdir = . ! 22: VPATH = . ! 23: ! 24: MORECFLAGS = -I$(srcdir)/.. -I.. -DSBINDIR=\"$(sbindir)\" -DOWNER=\"$(owner)\" $(UUDIRFLAGS) ! 25: ! 26: OBJS = access.o addbas.o app3.o app4.o basnam.o bytfre.o cwd.o \ ! 27: chmod.o cohtty.o cusub.o detach.o efopen.o epopen.o exists.o \ ! 28: filnam.o fsusg.o indir.o init.o isdir.o isfork.o iswait.o \ ! 29: jobid.o lcksys.o link.o locfil.o lock.o loctim.o mail.o \ ! 30: mkdirs.o mode.o move.o opensr.o pause.o picksb.o portnm.o \ ! 31: proctm.o recep.o run.o seq.o serial.o signal.o sindir.o size.o \ ! 32: sleep.o spawn.o splcmd.o splnam.o spool.o srmdir.o statsb.o \ ! 33: status.o time.o tmpfil.o trunc.o uacces.o ufopen.o ultspl.o \ ! 34: unknwn.o uuto.o walk.o wldcrd.o work.o xqtfil.o xqtsub.o ftw.o ! 35: ! 36: all: libunix.a ! 37: ! 38: clean: ! 39: rm -f $(OBJS) libunix.a ! 40: ! 41: distclean: clean ! 42: rm -f Makefile ! 43: ! 44: mostlyclean: clean ! 45: realclean: distclean ! 46: ! 47: libunix.a: $(OBJS) ! 48: rm -f libunix.a ! 49: ar qc libunix.a $(OBJS) ! 50: -$(RANLIB) libunix.a ! 51: ! 52: .c.o: ! 53: $(CC) -c $(CFLAGS) $(MORECFLAGS) $< ! 54: ! 55: dist: ! 56: mkdir ../uucp-$(VERSION)/unix ! 57: ln `cat MANIFEST` ../uucp-$(VERSION)/unix ! 58: ! 59: Makefile: Makefile.in ! 60: (cd ..; sh config.status) ! 61: ! 62: # Header file dependencies. ! 63: ! 64: $(OBJS): $(srcdir)/../uucp.h ../conf.h $(srcdir)/../policy.h ../sysdep.h ! 65: ! 66: access.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 67: addbas.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 68: app3.o: $(srcdir)/../uudefs.h ! 69: app4.o: $(srcdir)/../uudefs.h ! 70: basnam.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 71: chmod.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 72: cusub.o: $(srcdir)/../cu.h $(srcdir)/../uudefs.h $(srcdir)/../conn.h ! 73: cusub.o: $(srcdir)/../prot.h $(srcdir)/../system.h $(srcdir)/../uuconf.h ! 74: cwd.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 75: detach.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 76: efopen.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 77: exists.o: $(srcdir)/../system.h ! 78: filnam.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h ! 79: indir.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 80: init.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h ! 81: isdir.o: $(srcdir)/../system.h ! 82: iswait.o: $(srcdir)/../uudefs.h ! 83: jobid.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h ! 84: lcksys.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h ! 85: link.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 86: locfil.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 87: lock.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 88: loctim.o: $(srcdir)/../system.h ! 89: mail.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 90: mkdirs.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 91: mode.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 92: move.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 93: opensr.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h ! 94: pause.o: $(srcdir)/../system.h ! 95: picksb.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 96: portnm.o: $(srcdir)/../system.h ! 97: proctm.o: $(srcdir)/../system.h ! 98: recep.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 99: run.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 100: seq.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h ! 101: serial.o: $(srcdir)/../uudefs.h $(srcdir)/../conn.h $(srcdir)/../system.h ! 102: serial.o: $(srcdir)/../uuconf.h ! 103: signal.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 104: sindir.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 105: size.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 106: sleep.o: $(srcdir)/../system.h ! 107: spawn.o: $(srcdir)/../uudefs.h ! 108: splcmd.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h ! 109: splnam.o: $(srcdir)/../system.h $(srcdir)/../uuconf.h ! 110: spool.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 111: srmdir.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 112: statsb.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h ! 113: status.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h ! 114: time.o: $(srcdir)/../system.h ! 115: tmpfil.o: $(srcdir)/../uuconf.h $(srcdir)/../system.h ! 116: trunc.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 117: uacces.o: $(srcdir)/../uudefs.h ! 118: ufopen.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 119: ultspl.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 120: unknwn.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 121: uuto.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 122: walk.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 123: wldcrd.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 124: work.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h ! 125: xqtfil.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h ! 126: xqtsub.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.