home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / Linux / Apps / xanim.tgz / xanim / xanim27064 / descrip.mms < prev    next >
Text File  |  1997-01-26  |  6KB  |  216 lines

  1. #
  2. # MMS Description file for XAnim
  3. #
  4. # Based on the Unix Makefile
  5. # Made by Rick Dyson (dyson@IowaSP.Physics.UIowa.EDU)
  6. # Created  17-NOV-1993 for XAnim v2.60.0
  7. # Modified 10-JUN-1994 for XAnim v2.68
  8. # Modified 22-DEC-1994 for XAnim v2.69.7.4a
  9. # Modified 19-JAN-1995 for XAnim v2.69.7.5
  10. # Modified 31-JAN-1995 for XAnim v2.69.7.6
  11. # Modified 02-MAY-1995 for XAnim v2.69.7.8
  12. # Modified 12-MAR-1996 by Podlipec for XAnim 2.70.4    (untested?)
  13. # Modified 02-AUG-1996 by Podlipec for XAnim 2.70.6.3  (untested?)
  14.  
  15. #####################################
  16. # Choose your favorite compiler.
  17. #
  18. # standard VAX C
  19. CC = cc
  20.  
  21. #####################################
  22. # Machine Specific Flags
  23. # NO_INSTALL_CMAP prevents XAnim from specifically installing a cmap.
  24. #  this causes problems on some PC versions of X11
  25. #MACH = "NO_INSTALL_CMAP"
  26.  
  27. #####################################
  28. #
  29. # If you use DECWindows XUI (not Motif) use this define
  30. DEFS = /Define = R3_INTRINSICS
  31.  
  32. #####################################
  33. # Optimization flags
  34. #
  35. # VAX C
  36. OPTIMIZE= /Optimize
  37.  
  38. #####################################
  39. # Debug flags
  40. #
  41. # VAX C
  42. #DEBUG = /Debug /NoOptimize
  43.  
  44. #####################################
  45. # Linker Options Section
  46. #
  47. # Choose ONLY one of the following sections:
  48. #
  49. # for DECWindows XUI use this one
  50. OPT = XANIMDW.OPT/Option
  51. #
  52. # for DECWindows Motif v1.1
  53. #OPT = XANIM11.OPT/Option
  54. #
  55. # for DECWindows Motif v1.2
  56. #OPT = XANIM12.OPT/Option
  57. #
  58. #####################################
  59. # REMOTE CONTROL
  60. #
  61. # This is the recommended remote control. It's not dependent upon
  62. # what type of widgets you have(Athena, Motif, other)
  63. #
  64. XA_REMOTE_DEFS = -DXA_PETUNIA -D_NO_PROTO
  65.  
  66. #####################################
  67. #  FINAL CFLAGS
  68. #
  69. CFLAGS    =  $(OPTIMIZE) $(DEBUG) $(DEFS) $(XA_REMOTE_DEFS) -DXA_KPCD
  70.  
  71. #####################################
  72. #  Give the path to your include directories
  73. #
  74. .first
  75.     @ Define /NoLog Sys Sys$Library
  76.     @ Define /NoLog X11 DECW$Include
  77.     @ Define /NoLog VAXC$INCLUDE DECW$Include,Sys$Library
  78.  
  79. CFILES = unpacker.c xa_acodec.c xa_act.c xa_au.c xa_audio.c xa_avi.c xa_cmap.c xa_color.c xa_dl.c xa_dumfx.c xa_fli.c xa_formats.c xa_gif.c xa_iff.c xa_input.c xa_ipc.c xa_jmov.c xa_jpg.c xa_movi.c xa_mpg.c xa_qt.c xa_qt_decs.c xa_replay.c xa_rle.c xa_set.c xa_show.c xa_txt.c xa_utils.c xa_wav.c xa1.0_kpcd.c xa_x11.c xanim.c
  80.  
  81. OFILES = unpacker.obj xa_acodec.obj xa_act.obj xa_au.obj xa_audio.obj xa_avi.obj xa_cmap.obj xa_color.obj xa_dl.obj xa_dumfx.obj xa_fli.obj xa_formats.obj xa_gif.obj xa_iff.obj xa_input.obj xa_ipc.obj xa_jmov.obj xa_jpg.obj xa_movi.obj xa_mpg.obj xa_qt.obj xa_qt_decs.obj xa_replay.obj xa_rle.obj xa_set.obj xa_show.obj xa_txt.obj xa_utils.obj xa_wav.obj xa1.0_kpcd.obj xa_x11.obj xanim.obj
  82.  
  83.  
  84. xanim :        xanim.exe
  85.     ! Successfull build of XANIM v2.70.4
  86.  
  87. xanim.exe : $(OFILES)
  88.     $(LINK) $(LINKFLAGS) $(OPT)
  89.  
  90. .c.obj :
  91.     $(CC) $(CFLAGS) $*.c
  92.  
  93. # DO NOT DELETE THIS LINE
  94. xanim.obj : xanim.h
  95. xanim.obj : xa_config.h
  96. xanim.obj : xa_x11.h
  97. xanim.obj : xa_ipc_cmds.h
  98. xanim.obj : xanim.c
  99. xa_audio.obj : xanim.h
  100. xa_audio.obj : xa_config.h
  101. xa_audio.obj : xa_audio.c
  102. xa_x11.obj : xanim.h
  103. xa_x11.obj : xa_config.h
  104. xa_x11.obj : xa_x11.h
  105. xa_x11.obj : xa_x11.c
  106. xa_fli.obj : xanim.h
  107. xa_fli.obj : xa_config.h
  108. xa_fli.obj : xa_fli.h
  109. xa_fli.obj : xa_fli.c
  110. xa_iff.obj : xanim.h
  111. xa_iff.obj : xa_config.h
  112. xa_iff.obj : xa_iff.h
  113. xa_iff.obj : xa_iff.c
  114. xa_gif.obj : xanim.h
  115. xa_gif.obj : xa_config.h
  116. xa_gif.obj : xa_gif.h
  117. xa_gif.obj : xa_gif.c
  118. xa_txt.obj : xanim.h
  119. xa_txt.obj : xa_config.h
  120. xa_txt.obj : xa_txt.c
  121. xa_show.obj : xanim.h
  122. xa_show.obj : xa_config.h
  123. xa_show.obj : xa_show.h
  124. xa_show.obj : xa_show.c
  125. xa_rle.obj : xanim.h
  126. xa_rle.obj : xa_config.h
  127. xa_rle.obj : xa_rle.h
  128. xa_rle.obj : xa_rle.c
  129. xa_avi.obj : xanim.h
  130. xa_avi.obj : xa_avi.h
  131. xa_avi.obj : xa_xmpg.h
  132. xa_avi.obj : xa_codecs.h
  133. xa_avi.obj : xa_avi.c
  134. xa_wav.obj : xanim.h
  135. xa_wav.obj : xa_config.h
  136. xa_wav.obj : xa_avi.h
  137. xa_wav.obj : xa_wav.c
  138. xa_set.obj : xanim.h
  139. xa_set.obj : xa_config.h
  140. xa_set.obj : xa_iff.h
  141. xa_set.obj : xa_iff.c
  142. xa_set.obj : xa_set.h
  143. xa_set.obj : xa_set.c
  144. xa_qt.obj : xanim.h
  145. xa_qt.obj : xa_config.h
  146. xa_qt.obj : xa_qt.h
  147. xa_qt.obj : xa_codecs.h
  148. xa_qt.obj : xa_qt.c
  149. xa_dl.obj : xanim.h
  150. xa_dl.obj : xa_config.h
  151. xa_dl.obj : xa_dl.h
  152. xa_dl.obj : xa_dl.c
  153. xa_dumfx.obj : xanim.h
  154. xa_dumfx.obj : xa_config.h
  155. xa_dumfx.obj : xa_dumfx.h
  156. xa_dumfx.obj : xa_dumfx.c
  157. xa_acodec.obj : xanim.h
  158. xa_acodec.obj : xa_config.h
  159. xa_acodec.obj : xa_acodec.h
  160. xa_acodec.obj : xa_acodec.c
  161. xa_color.obj : xanim.h
  162. xa_color.obj : xa_config.h
  163. xa_color.obj : xa_color.h
  164. xa_color.obj : xa_color.c
  165. xa_formats.obj : xanim.h
  166. xa_formats.obj : xa_formats.c
  167. xa_input.obj : xanim.h
  168. xa_input.obj : xa_input.c
  169. xa_ipc.obj : xanim.h
  170. xa_ipc.obj : xa_ipc.h
  171. xa_ipc.obj : xa_ipc.c
  172. xa_qt_decs.obj : xanim.h
  173. xa_qt_decs.obj : xa_qt.h
  174. xa_qt_decs.obj : xa_codecs.h
  175. xa_qt_decs.obj : xa_qt_decs.h
  176. xa_qt_decs.obj : xa_qt_decs.c
  177. xa_au.obj : xanim.h
  178. xa_au.obj : xa_au.c
  179. xa_wav.obj : xanim.h
  180. xa_wav.obj : xa_wav.c
  181. xa_movi.obj : xanim.h
  182. xa_movi.obj : xa_movi.h
  183. xa_movi.obj : xa_movi.c
  184. xa_replay.obj : xanim.h
  185. xa_replay.obj : xa_replay.h
  186. xa_replay.obj : xa_replay.c
  187. xa_jmov.obj : xanim.h
  188. xa_jmov.obj : xa_jmov.h
  189. xa_jmov.obj : xa_jmov.c
  190. xa_jpg.obj : xanim.h
  191. xa_jpg.obj : xa_config.h
  192. xa_jpg.obj : xa_jpg.h
  193. xa_jpg.obj : xa_jpg.c
  194. xa_mpg.obj : xanim.h
  195. xa_mpg.obj : xa_xmpg.h
  196. xa_mpg.obj : xa_mpg.h
  197. xa_mpg.obj : xa_mpg.c
  198. xa_mpg.obj : xa_jpg.c
  199. xa_act.obj : xanim.h
  200. xa_act.obj : xa_config.h
  201. xa_act.obj : xa_act.c
  202. xa_utils.obj : xanim.h
  203. xa_utils.obj : xa_config.h
  204. xa_utils.obj : xa_utils.c
  205. xa_cmap.obj : xanim.h
  206. xa_cmap.obj : xa_config.h
  207. xa_cmap.obj : xa_cmap.c
  208. xa1.0_kpcd.obj : xa1.0_kpcd.c
  209. unpacker.obj : unpacker.c
  210.  
  211. clean :
  212.     @- Delete /NoLog /NoConfirm *.obj;*
  213.     @- Purge /NoLog /NoConfirm
  214.