home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / GRAPHICS / jpeglib_5a.lzh / JPEG_5A / makljpeg.st < prev    next >
Text File  |  1995-01-14  |  4KB  |  62 lines

  1. ; Project file for Independent JPEG Group's software
  2. ;
  3. ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
  4. ; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de)
  5. ; and to Dr. B. Setzepfandt (bernd@gina.uni-muenster.de).
  6. ;
  7. ; To use this file, rename it to LIBJPEG.PRJ.
  8. ; Read installation instructions before trying to make the program!
  9. ;
  10. ;
  11. ;      * * * Output file * * *
  12. libjpeg.lib
  13. ;
  14. ; * * * COMPILER OPTIONS * * *  
  15. .C[-P]        ; absolute calls
  16. .C[-M]        ; and no string merging, folks
  17. .C[-w-cln]    ; no "constant is long" warnings
  18. .C[-w-par]    ; no "parameter xxxx unused"
  19. .C[-w-rch]    ; no "unreachable code"
  20. .C[-wsig]     ; warn if significant digits may be lost
  21. .L[-J]        ; link new Obj-format (so we get a library)
  22. =
  23. ; * * * * List of modules * * * * 
  24. jcapi.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  25. jccoefct.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  26. jccolor.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  27. jcdctmgr.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  28. jchuff.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  29. jcmainct.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  30. jcmarker.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  31. jcmaster.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  32. jcomapi.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  33. jcparam.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  34. jcprepct.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  35. jcsample.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  36. jdapi.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  37. jdatasrc.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h)
  38. jdatadst.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h)
  39. jdcoefct.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  40. jdcolor.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  41. jddctmgr.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  42. jdhuff.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  43. jdmainct.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  44. jdmarker.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  45. jdmaster.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  46. jdpostct.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  47. jdsample.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  48. jerror.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jversion.h,jerror.h)
  49. jutils.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  50. jfdctfst.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  51. jfdctflt.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  52. jfdctint.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  53. jidctfst.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  54. jidctflt.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  55. jidctint.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  56. jidctred.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  57. jquant1.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  58. jquant2.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  59. jdmerge.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  60. jmemmgr.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jmemsys.h)
  61. jmemansi.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jmemsys.h)
  62.