makefile.wat 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. # =========================================================================
  2. # This makefile was generated by
  3. # Bakefile 0.2.9 (http://www.bakefile.org)
  4. # Do not modify, all changes will be overwritten!
  5. # =========================================================================
  6. !include ../build/msw/config.wat
  7. # -------------------------------------------------------------------------
  8. # Do not modify the rest of this file!
  9. # -------------------------------------------------------------------------
  10. # Speed up compilation a bit:
  11. !ifdef __LOADDLL__
  12. ! loaddll wcc wccd
  13. ! loaddll wccaxp wccdaxp
  14. ! loaddll wcc386 wccd386
  15. ! loaddll wpp wppdi86
  16. ! loaddll wppaxp wppdaxp
  17. ! loaddll wpp386 wppd386
  18. ! if $(__VERSION__) >= 1280
  19. ! loaddll wlink wlinkd
  20. ! else
  21. ! loaddll wlink wlink
  22. ! endif
  23. ! loaddll wlib wlibd
  24. !endif
  25. # We need these variables in some bakefile-made rules:
  26. WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
  27. ### Conditionally set variables: ###
  28. ### Variables: ###
  29. MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
  30. CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" &
  31. TOOLKIT_VERSION="$(TOOLKIT_VERSION)" WXUNIV="$(WXUNIV)" &
  32. UNICODE="$(UNICODE)" BUILD="$(BUILD)" DEBUG_INFO="$(DEBUG_INFO)" &
  33. DEBUG_FLAG="$(DEBUG_FLAG)" MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" &
  34. USE_HTML="$(USE_HTML)" USE_WEBVIEW="$(USE_WEBVIEW)" &
  35. USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" &
  36. USE_RIBBON="$(USE_RIBBON)" USE_PROPGRID="$(USE_PROPGRID)" &
  37. USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" &
  38. USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" &
  39. USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" &
  40. USE_THREADS="$(USE_THREADS)" USE_CAIRO="$(USE_CAIRO)" &
  41. OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" &
  42. WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" &
  43. CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" &
  44. RUNTIME_LIBS="$(RUNTIME_LIBS)"
  45. ### Targets: ###
  46. all : .SYMBOLIC emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
  47. clean : .SYMBOLIC
  48. -if exist .\*.obj del .\*.obj
  49. -if exist .\*.res del .\*.res
  50. -if exist .\*.lbc del .\*.lbc
  51. -if exist .\*.ilk del .\*.ilk
  52. -if exist .\*.pch del .\*.pch
  53. cd emulator\src
  54. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  55. cd $(WATCOM_CWD)
  56. cd execmon
  57. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  58. cd $(WATCOM_CWD)
  59. cd helpview\src
  60. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  61. cd $(WATCOM_CWD)
  62. cd hhp2cached
  63. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  64. cd $(WATCOM_CWD)
  65. cd ifacecheck\src
  66. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  67. cd $(WATCOM_CWD)
  68. cd screenshotgen\src
  69. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  70. cd $(WATCOM_CWD)
  71. cd wxrc
  72. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  73. cd $(WATCOM_CWD)
  74. emulator : .SYMBOLIC
  75. cd emulator\src
  76. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  77. cd $(WATCOM_CWD)
  78. execmon : .SYMBOLIC
  79. cd execmon
  80. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  81. cd $(WATCOM_CWD)
  82. helpview : .SYMBOLIC
  83. cd helpview\src
  84. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  85. cd $(WATCOM_CWD)
  86. hhp2cached : .SYMBOLIC
  87. cd hhp2cached
  88. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  89. cd $(WATCOM_CWD)
  90. ifacecheck : .SYMBOLIC
  91. cd ifacecheck\src
  92. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  93. cd $(WATCOM_CWD)
  94. screenshotgen : .SYMBOLIC
  95. cd screenshotgen\src
  96. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  97. cd $(WATCOM_CWD)
  98. wxrc : .SYMBOLIC
  99. cd wxrc
  100. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  101. cd $(WATCOM_CWD)