makefile.wat 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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 bombs forty fractal life poem
  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 bombs
  54. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  55. cd $(WATCOM_CWD)
  56. cd forty
  57. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  58. cd $(WATCOM_CWD)
  59. cd fractal
  60. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  61. cd $(WATCOM_CWD)
  62. cd life
  63. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  64. cd $(WATCOM_CWD)
  65. cd poem
  66. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  67. cd $(WATCOM_CWD)
  68. bombs : .SYMBOLIC
  69. cd bombs
  70. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  71. cd $(WATCOM_CWD)
  72. forty : .SYMBOLIC
  73. cd forty
  74. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  75. cd $(WATCOM_CWD)
  76. fractal : .SYMBOLIC
  77. cd fractal
  78. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  79. cd $(WATCOM_CWD)
  80. life : .SYMBOLIC
  81. cd life
  82. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  83. cd $(WATCOM_CWD)
  84. poem : .SYMBOLIC
  85. cd poem
  86. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  87. cd $(WATCOM_CWD)