home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / comm / misc / elcheapofax / rcs / makefile,v < prev    next >
Text File  |  1993-12-21  |  3KB  |  177 lines

  1. head    1.4;
  2. access;
  3. symbols
  4.     OCT93:1.4;
  5. locks;
  6. comment    @# @;
  7.  
  8.  
  9. 1.4
  10. date    93.10.25.02.14.27;    author Rhialto;    state Exp;
  11. branches;
  12. next    1.3;
  13.  
  14. 1.3
  15. date    93.07.13.06.07.07;    author Rhialto;    state Exp;
  16. branches;
  17. next    1.2;
  18.  
  19. 1.2
  20. date    93.06.11.16.33.37;    author Rhialto;    state Exp;
  21. branches;
  22. next    1.1;
  23.  
  24. 1.1
  25. date    93.06.11.14.53.53;    author Rhialto;    state Exp;
  26. branches;
  27. next    ;
  28.  
  29.  
  30. desc
  31. @The Makefile for the root directory
  32. @
  33.  
  34.  
  35. 1.4
  36. log
  37. @Make +FBOR flexible; fix RTC detection bug.
  38. @
  39. text
  40. @####
  41. #
  42. #   Makefile for ElCheapoFax using DICE
  43. #
  44. # $Id: Makefile,v 1.3 1993/07/13 06:07:07 Rhialto Exp $
  45.  
  46. CFLAGS=-INewIFF -proto -r
  47. LDFLAGS=-r
  48. #LD=gcc
  49. #CC=gcc
  50. #AS=gcc
  51. #CFLAGS=-INewIFF -Wall -O -2.0
  52. #LDFLAGS=-lamy
  53.  
  54. all:    iff2fax fax2iff asc2fax append fax.guide fax.man fax.info
  55.  
  56. IFF2FAX_O = iff2fax.o tofax.o parse.o unpacker.o Hook.o faxcmd/getopt.o
  57. iff2fax:    $(IFF2FAX_O)
  58.     $(LD) $(IFF2FAX_O) -o iff2fax $(LDFLAGS)
  59.  
  60. FAX2IFF_O = fax2iff.o fromfax.o parse.o apack.o Hook.o faxcmd/getopt.o
  61. fax2iff:    $(FAX2IFF_O)
  62.     $(LD) $(FAX2IFF_O) -o fax2iff $(LDFLAGS)
  63.  
  64. ASC2FAX_O = asc2fax.o tofax.o faxcmd/getopt.o
  65. asc2fax:    $(ASC2FAX_O)
  66.     $(LD) $(ASC2FAX_O) -o asc2fax $(LDFLAGS)
  67.  
  68. APPEND_O = append.o faxcmd/getopt.o
  69. append:     $(APPEND_O)
  70.     $(LD) $(APPEND_O) -o append $(LDFLAGS)
  71.  
  72. fax.man:    fax.texi
  73.         makeinfo --amiga-39 --no-headers -o fax.man fax.texi
  74.  
  75. fax.guide:  fax.texi
  76.         makeinfo --amiga -o fax.guide fax.texi
  77.  
  78. fax.info:   fax.texi
  79.         makeinfo -o fax.info fax.texi
  80.  
  81. apack.o:    apack.asm
  82.         A68k -oapack.o apack.asm
  83.  
  84. #For gcc:
  85. #Hook.o:     Hook.s
  86. #     $(AS) -c $(AFLAGS) -o Hook.o Hook.s
  87.  
  88. install:
  89.     copy iff2fax         C:
  90.     copy asc2fax         C:
  91.     copy append         C:
  92.     copy all2fax.rexx     REXX:
  93.  
  94.     copy faxcmd/faxsend     C:
  95.     copy faxcmd/faxrecv     C:
  96.  
  97.     copy printers/faxprinter PRINTERS:
  98.  
  99. ci:
  100.     ci -u RCS/*,v
  101.  
  102. depend:
  103.     mkd -INewIFF/ -f *.(c|h)
  104.  
  105. # DO NOT DELETE THIS LINE - important for making dependencies!
  106. #|.c|$/.o|
  107. #|.h|
  108. # From this line on, everything has been created by MakeDepend.
  109. # Anything you add yourself will be deleted automagically.
  110.  
  111. append.o: append.c
  112. fax2iff.o: faxfile.h newiff/iffp/packer.h newiff/iffp/ilbm.h newiff/iffp/iff.h fax2iff.c
  113. iff2fax.o: faxfile.h newiff/iffp/packer.h newiff/iffp/ilbm.h newiff/iffp/iff.h iff2fax.c
  114. packer.o: newiff/iffp/packer.h packer.c
  115. fromfax.o: faxfile.h g3.h fromfax.c
  116. asc2fax.o: faxfile.h asc2fax.c
  117. parse.o: newiff/iffp/iff.h parse.c
  118. tofax.o: faxfile.h g3.h tofax.c
  119. unpacker.o: newiff/iffp/packer.h newiff/iffp/ilbm.h unpacker.c
  120. @
  121.  
  122.  
  123. 1.3
  124. log
  125. @Due to ci -u bug (when file unchanged), change into ci/co -u.
  126. @
  127. text
  128. @d5 1
  129. a5 1
  130. # $Id: Makefile,v 1.2 1993/06/11 16:33:37 Rhialto Exp $
  131. a41 5
  132. tofax.o:    faxfile.h g3.h
  133. fromfax.o:  faxfile.h g3.h
  134. fax2iff.o:  faxfile.h
  135. iff2fax.o:  faxfile.h
  136. asc2fax.o:  faxfile.h
  137. d61 20
  138. a80 2
  139.     ci RCS/*,v
  140.     co -u RCS/*,v
  141. @
  142.  
  143.  
  144. 1.2
  145. log
  146. @First real RCS checkin
  147. @
  148. text
  149. @d5 1
  150. a5 1
  151. # $Id$
  152. d66 2
  153. a67 1
  154.     ci -u RCS/*,v
  155. @
  156.  
  157.  
  158. 1.1
  159. log
  160. @Initial revision
  161. @
  162. text
  163. @d3 1
  164. a3 1
  165. #   Makefile for FreeFax using DICE
  166. d5 1
  167. d15 1
  168. a15 1
  169. all:    iff2fax fax2iff asc2fax append fax.man
  170. d33 2
  171. a34 2
  172. fax.man:    fax.n
  173.         nro fax.n >fax.man
  174. d36 6
  175. d64 3
  176. @
  177.