home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Source / GNU / uucp / Uucp.framework / unix.subproj / Makefile.orig < prev    next >
Encoding:
Makefile  |  1995-10-09  |  5.7 KB  |  141 lines

  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. CPPFLAGS = 
  15. CFLAGS = -g -O
  16. AR = ar
  17. RANLIB = ranlib
  18. sbindir = ${prefix}/lib/uucp
  19. UUDIRFLAGS =
  20.  
  21. srcdir = .
  22.  
  23. MORECFLAGS = -I.. -I$(srcdir)/.. -DSBINDIR=\"$(sbindir)\" -DOWNER=\"$(owner)\" $(UUDIRFLAGS)
  24.  
  25. OBJS = access.o addbas.o app3.o app4.o basnam.o bytfre.o corrup.o \
  26.     chmod.o cohtty.o cusub.o cwd.o detach.o efopen.o epopen.o \
  27.     exists.o failed.o filnam.o fsusg.o indir.o init.o isdir.o \
  28.     isfork.o iswait.o jobid.o lcksys.o link.o locfil.o lock.o \
  29.     loctim.o mail.o mkdirs.o mode.o move.o opensr.o pause.o \
  30.     picksb.o pipe.o portnm.o priv.o proctm.o recep.o run.o seq.o \
  31.     serial.o signal.o sindir.o size.o sleep.o spawn.o splcmd.o \
  32.     splnam.o spool.o srmdir.o statsb.o status.o sync.o tcp.o \
  33.     time.o tli.o tmpfil.o trunc.o uacces.o ufopen.o uid.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. maintainer-clean realclean: distclean
  46.  
  47. libunix.a: $(OBJS)
  48.     rm -f libunix.a
  49.     $(AR) rc libunix.a $(OBJS)
  50.     -$(RANLIB) libunix.a
  51.  
  52. .c.o:
  53.     $(CC) -c $(MORECFLAGS) $(CPPFLAGS) $(CFLAGS) $<
  54.  
  55. dist:
  56.     mkdir ../uucp-$(VERSION)/unix
  57.     ln `cat $(srcdir)/MANIFEST | sed -e 's|^|$(srcdir)/|'` ../uucp-$(VERSION)/unix
  58.  
  59. Makefile: Makefile.in
  60.     cd .. && CONFIG_FILES=unix/Makefile CONFIG_HEADERS= $(SHELL) ./config.status
  61.  
  62. # Header file dependencies.
  63.  
  64. $(OBJS): $(srcdir)/../uucp.h ../config.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. corrup.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  73. cusub.o: $(srcdir)/../cu.h $(srcdir)/../uudefs.h $(srcdir)/../conn.h
  74. cusub.o: $(srcdir)/../prot.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
  75. cwd.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  76. detach.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  77. efopen.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  78. exists.o: $(srcdir)/../system.h
  79. failed.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  80. filnam.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
  81. fsusg.o: $(srcdir)/../uudefs.h
  82. indir.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  83. init.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
  84. isdir.o: $(srcdir)/../system.h
  85. iswait.o: $(srcdir)/../uudefs.h
  86. jobid.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
  87. lcksys.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
  88. link.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  89. locfil.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  90. lock.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  91. loctim.o: $(srcdir)/../system.h
  92. mail.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  93. mkdirs.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  94. mode.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  95. move.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  96. opensr.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
  97. pause.o: $(srcdir)/../system.h
  98. picksb.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  99. pipe.o: $(srcdir)/../uudefs.h $(srcdir)/../conn.h $(srcdir)/../system.h
  100. pipe.o: $(srcdir)/../uuconf.h
  101. portnm.o: $(srcdir)/../system.h
  102. priv.o: $(srcdir)/../system.h
  103. proctm.o: $(srcdir)/../system.h
  104. recep.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  105. run.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h Makefile ../Makefile
  106. seq.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
  107. serial.o: $(srcdir)/../uudefs.h $(srcdir)/../conn.h $(srcdir)/../system.h
  108. serial.o: $(srcdir)/../uuconf.h
  109. signal.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  110. sindir.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  111. size.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  112. sleep.o: $(srcdir)/../system.h
  113. spawn.o: $(srcdir)/../uudefs.h
  114. splcmd.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
  115. splnam.o: $(srcdir)/../system.h $(srcdir)/../uuconf.h
  116. spool.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  117. srmdir.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  118. statsb.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
  119. status.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
  120. sync.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  121. tcp.o: $(srcdir)/../uudefs.h $(srcdir)/../uuconf.h $(srcdir)/../conn.h
  122. tcp.o: $(srcdir)/../system.h
  123. time.o: $(srcdir)/../system.h
  124. tli.o: $(srcdir)/../uudefs.h $(srcdir)/../uuconf.h $(srcdir)/../conn.h
  125. tli.o: $(srcdir)/../system.h
  126. tmpfil.o: $(srcdir)/../uudefs.h $(srcdir)/../uuconf.h $(srcdir)/../system.h
  127. trunc.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  128. uacces.o: $(srcdir)/../uudefs.h
  129. ufopen.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  130. uid.o: $(srcdir)/../uudefs.h
  131. ultspl.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  132. unknwn.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  133. uuto.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  134. walk.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  135. wldcrd.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  136. work.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
  137. xqtfil.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
  138. xqtsub.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
  139.  
  140. .PHONY: all clean distclean mostlyclean maintainer-clean realclean dist
  141.