home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / COMMS / PSIONMAI / PMFULLSO / SUNMAIL / SCCS / S.MAK < prev    next >
Encoding:
Text File  |  1995-07-06  |  2.1 KB  |  123 lines

  1. h31565
  2. s 00001/00001/00035
  3. d D 1.9 95/07/06 14:52:58 tim 9 8
  4. c modified dependenciec so talktopop now is linked with the config library
  5. e
  6. s 00008/00001/00028
  7. d D 1.8 95/07/06 13:55:01 tim 8 7
  8. c added stuff for talktopopconfig and talktopopconf
  9. e
  10. s 00002/00000/00027
  11. d D 1.7 95/07/06 13:43:39 tim 7 6
  12. c make file now understands talktopop.h
  13. e
  14. s 00004/00001/00023
  15. d D 1.6 95/07/05 18:55:49 tim 6 5
  16. c got the mailsend target right
  17. e
  18. s 00001/00001/00023
  19. d D 1.5 95/07/05 18:51:56 tim 5 4
  20. c added mailsend target
  21. e
  22. s 00001/00001/00023
  23. d D 1.4 95/07/04 22:22:41 tim 4 3
  24. c added extractheadr traget
  25. e
  26. s 00000/00002/00024
  27. d D 1.3 95/07/04 20:34:33 tim 3 2
  28. c fixed the bugy target for shortenlines
  29. e
  30. s 00003/00001/00023
  31. d D 1.2 95/07/04 20:32:37 tim 2 1
  32. c added target for shortenlines
  33. e
  34. s 00024/00000/00000
  35. d D 1.1 95/07/04 20:13:47 tim 1 0
  36. c 
  37. e
  38. u
  39. U
  40. f e 0
  41. t
  42. T
  43. I 1
  44. NFLAGS= -lsocket -lnsl
  45. CFLAGS=  -g
  46.  
  47. D 9
  48. TALKO = talktopop.o
  49. E 9
  50. I 9
  51. TALKO = talktopop.o talktopopconf.o
  52. E 9
  53.  
  54. SUPTO = ll.o datafile.o dele.o meta.o
  55.  
  56. .KEEP_STATE : 
  57.  
  58. D 2
  59. all: talktopop complistfiles
  60. E 2
  61. I 2
  62. D 4
  63. all: talktopop complistfiles shortenlines
  64. E 4
  65. I 4
  66. D 5
  67. all: talktopop complistfiles shortenlines extractheadr
  68. E 5
  69. I 5
  70. D 8
  71. all: talktopop complistfiles shortenlines extractheadr mailsend
  72. E 8
  73. I 8
  74. all: talktopop complistfiles shortenlines extractheadr mailsend talktopopconfig
  75. E 8
  76. E 5
  77. E 4
  78. E 2
  79.  
  80. I 7
  81. talktopop.o: talktopop.c talktopop.h
  82.  
  83. E 7
  84. talktopop: $(TALKO)
  85.     cc $(NFLAGS) $(CFLAGS) $(TALKO) -o talktopop
  86.  
  87. ll.o: ll.c project.h
  88.  
  89. datafile.o: datafile.c project.h
  90.  
  91. dele.o: dele.c project.h
  92.  
  93. meta.o: meta.c project.h
  94.  
  95. D 6
  96. complistfiles: complistfiles.o $(SUPTO)
  97. E 6
  98. I 6
  99. complistfiles: complistfiles.o $(SUPTO) project.h
  100. E 6
  101.     cc $(CFLAGS) $(SUPTO) complistfiles.o -o complistfiles
  102. I 6
  103.  
  104. mailsend: mailsend.o $(SUPTO) project.h
  105.     cc $(CFLAGS) $(SUPTO) mailsend.o -o mailsend
  106. I 8
  107.  
  108. talktopopconfig: talktopopconfig.o talktopopconf.o
  109.     cc $(CFLAGS) talktopopconfig.o talktopopconf.o -o talktopopconfig
  110.  
  111. talktopopconfig.o: talktopopconfig.c talktopop.h
  112.  
  113. talktopopconf.o: talktopopconf.c talktopop.h
  114. E 8
  115. E 6
  116. I 2
  117. D 3
  118.  
  119. shortenlines: shortenlines.c
  120. E 3
  121. E 2
  122. E 1
  123.