makefile.bcc 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. .autodepend
  7. !ifndef BCCDIR
  8. !ifndef MAKEDIR
  9. !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
  10. !endif
  11. BCCDIR = $(MAKEDIR)\..
  12. !endif
  13. !include ../../build/msw/config.bcc
  14. # -------------------------------------------------------------------------
  15. # Do not modify the rest of this file!
  16. # -------------------------------------------------------------------------
  17. ### Variables: ###
  18. MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
  19. -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
  20. -DCPP="$(CPP)" -DSHARED="$(SHARED)" -DTOOLKIT_VERSION="$(TOOLKIT_VERSION)" \
  21. -DWXUNIV="$(WXUNIV)" -DUNICODE="$(UNICODE)" -DMSLU="$(MSLU)" \
  22. -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \
  23. -DDEBUG_FLAG="$(DEBUG_FLAG)" -DMONOLITHIC="$(MONOLITHIC)" \
  24. -DUSE_GUI="$(USE_GUI)" -DUSE_HTML="$(USE_HTML)" \
  25. -DUSE_WEBVIEW="$(USE_WEBVIEW)" -DUSE_MEDIA="$(USE_MEDIA)" \
  26. -DUSE_XRC="$(USE_XRC)" -DUSE_AUI="$(USE_AUI)" -DUSE_RIBBON="$(USE_RIBBON)" \
  27. -DUSE_PROPGRID="$(USE_PROPGRID)" -DUSE_RICHTEXT="$(USE_RICHTEXT)" \
  28. -DUSE_STC="$(USE_STC)" -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \
  29. -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
  30. -DUSE_THREADS="$(USE_THREADS)" -DUSE_CAIRO="$(USE_CAIRO)" \
  31. -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \
  32. -DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \
  33. -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
  34. -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
  35. ### Conditionally set variables: ###
  36. ### Targets: ###
  37. all: cube isosurf penguin
  38. clean:
  39. -if exist .\*.obj del .\*.obj
  40. -if exist .\*.res del .\*.res
  41. -if exist .\*.csm del .\*.csm
  42. @echo cd cube >cube.bat
  43. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>cube.bat
  44. call cube.bat
  45. @del cube.bat
  46. @echo cd isosurf >isosurf.bat
  47. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>isosurf.bat
  48. call isosurf.bat
  49. @del isosurf.bat
  50. @echo cd penguin >penguin.bat
  51. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>penguin.bat
  52. call penguin.bat
  53. @del penguin.bat
  54. cube:
  55. @echo cd cube >cube.bat
  56. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>cube.bat
  57. call cube.bat
  58. @del cube.bat
  59. isosurf:
  60. @echo cd isosurf >isosurf.bat
  61. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>isosurf.bat
  62. call isosurf.bat
  63. @del isosurf.bat
  64. penguin:
  65. @echo cd penguin >penguin.bat
  66. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>penguin.bat
  67. call penguin.bat
  68. @del penguin.bat