Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. # Configuration Makefile fragment
  2.  
  3. # Build the libxml2 binding?
  4. # yes | no
  5. WITH_LIBXML_BINDING := no
  6. WITH_EXPAT_BINDING := yes
  7.  
  8. # Build the hubbub binding?
  9. # yes | no
  10. WITH_HUBBUB_BINDING := yes
  11.  
  12. # ----------------------------------------------------------------------------
  13. # BeOS-specific options
  14. # ----------------------------------------------------------------------------
  15. ifeq ($(TARGET),beos)
  16.   # temporary
  17.   WITH_LIBXML_BINDING := no
  18. endif
  19.  
  20. -include Makefile.config.override
  21.  
  22.