jpeg.bkl 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" ?>
  2. <makefile>
  3. <if cond="FORMAT=='autoconf'">
  4. <option name="wxUSE_LIBJPEG"/>
  5. <set var="LIB_JPEG">
  6. <if cond="wxUSE_LIBJPEG=='builtin' and USE_GUI=='1'">
  7. wxjpeg$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
  8. </if>
  9. </set>
  10. </if>
  11. <if cond="FORMAT!='autoconf'">
  12. <set var="wxUSE_LIBJPEG">builtin</set>
  13. <set var="LIB_JPEG">
  14. <if cond="wxUSE_LIBJPEG=='builtin' and USE_GUI=='1'">
  15. wxjpeg$(WXDEBUGFLAG)$(HOST_SUFFIX)
  16. </if>
  17. </set>
  18. </if>
  19. <set var="INC_JPEG">
  20. <if cond="wxUSE_LIBJPEG=='builtin'">$(TOP_SRCDIR)src/jpeg</if>
  21. </set>
  22. <lib id="wxjpeg" template="3rdparty_lib"
  23. cond="wxUSE_LIBJPEG=='builtin' and USE_GUI=='1' and BUILDING_LIB=='1'">
  24. <dirname>$(LIBDIRNAME)</dirname>
  25. <include cond="FORMAT!='autoconf'">$(SETUPHDIR)</include>
  26. <cflags-borland>-w-8004 -w-8008 -w-8057 -w-8066</cflags-borland>
  27. <cflags-watcom>-wcd=136</cflags-watcom>
  28. <sources>
  29. src/jpeg/jcomapi.c
  30. src/jpeg/jutils.c
  31. src/jpeg/jerror.c
  32. src/jpeg/jmemmgr.c
  33. src/jpeg/jmemnobs.c
  34. src/jpeg/jcapimin.c
  35. src/jpeg/jcapistd.c
  36. src/jpeg/jctrans.c
  37. src/jpeg/jcparam.c
  38. src/jpeg/jdatadst.c
  39. src/jpeg/jcinit.c
  40. src/jpeg/jcmaster.c
  41. src/jpeg/jcmarker.c
  42. src/jpeg/jcmainct.c
  43. src/jpeg/jcprepct.c
  44. src/jpeg/jccoefct.c
  45. src/jpeg/jccolor.c
  46. src/jpeg/jcsample.c
  47. src/jpeg/jchuff.c
  48. src/jpeg/jcphuff.c
  49. src/jpeg/jcdctmgr.c
  50. src/jpeg/jfdctfst.c
  51. src/jpeg/jfdctflt.c
  52. src/jpeg/jfdctint.c
  53. src/jpeg/jdapimin.c
  54. src/jpeg/jdapistd.c
  55. src/jpeg/jdtrans.c
  56. src/jpeg/jdatasrc.c
  57. src/jpeg/jdmaster.c
  58. src/jpeg/jdinput.c
  59. src/jpeg/jdmarker.c
  60. src/jpeg/jdhuff.c
  61. src/jpeg/jdphuff.c
  62. src/jpeg/jdmainct.c
  63. src/jpeg/jdcoefct.c
  64. src/jpeg/jdpostct.c
  65. src/jpeg/jddctmgr.c
  66. src/jpeg/jidctfst.c
  67. src/jpeg/jidctflt.c
  68. src/jpeg/jidctint.c
  69. src/jpeg/jidctred.c
  70. src/jpeg/jdsample.c
  71. src/jpeg/jdcolor.c
  72. src/jpeg/jquant1.c
  73. src/jpeg/jquant2.c
  74. src/jpeg/jdmerge.c
  75. </sources>
  76. </lib>
  77. </makefile>