makefile.wat 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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 cube isosurf penguin
  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 cube
  54. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  55. cd $(WATCOM_CWD)
  56. cd isosurf
  57. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  58. cd $(WATCOM_CWD)
  59. cd penguin
  60. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
  61. cd $(WATCOM_CWD)
  62. cube : .SYMBOLIC
  63. cd cube
  64. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  65. cd $(WATCOM_CWD)
  66. isosurf : .SYMBOLIC
  67. cd isosurf
  68. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  69. cd $(WATCOM_CWD)
  70. penguin : .SYMBOLIC
  71. cd penguin
  72. wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
  73. cd $(WATCOM_CWD)