home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / ace_gpl_release / make / makedb < prev    next >
Encoding:
Text File  |  1998-10-04  |  1.5 KB  |  62 lines

  1. ; Create db.lib from the sources.
  2.  
  3. ; Compile the C source files for db.lib.
  4. lcmake aceports                       
  5. lcmake alloc
  6. lcmake arg                            
  7. lcmake base
  8. lcmake bevel                          
  9. lcmake c_string
  10. lcmake ffpstr                         
  11. lcmake fgets
  12. lcmake filereq                        
  13. lcmake files
  14. lcmake gadget                         
  15. lcmake iff
  16. lcmake ILBMLib_bytes                  
  17. lcmake inpbox                         
  18. lcmake input
  19. lcmake intuievent                     
  20. lcmake make_ILBMLib                   
  21. lcmake menu
  22. lcmake pow                            
  23. lcmake print
  24. lcmake rfiles                         
  25. lcmake say
  26. lcmake scrfunc                        
  27. lcmake ser
  28. lcmake sleep                          
  29. lcmake sysreq
  30. lcmake system                         
  31. lcmake text
  32. lcmake val                            
  33. lcmake window
  34.  
  35. ; Assemble the assembly source files for db.lib.
  36. lmake common_data                    
  37. lmake csrpos
  38. lmake ffp                           
  39. lmake file
  40. lmake file_data                     
  41. lmake gfx
  42. lmake lmath                         
  43. lmake locate
  44. lmake logic                         
  45. lmake misc
  46. lmake scroll                        
  47. lmake scrwin
  48. lmake scrwin_data                   
  49. lmake simple_str
  50. lmake sound                         
  51. lmake sound_data
  52. lmake string                        
  53. lmake string_data
  54. lmake time                          
  55. lmake turtle
  56. lmake turtle_data                   
  57. lmake ver
  58. lmake windowfunc                     
  59.  
  60. ; Join all object files together to create db.lib.
  61. lmake all
  62.