Makefile
changeset 347 892935295937
parent 285 e306da1c4ad1
child 348 959f425dc282
equal deleted inserted replaced
346:4de62bbeb94b 347:892935295937
   107 # Configuration
   107 # Configuration
   108 #
   108 #
   109 
   109 
   110 # Makefile version tag
   110 # Makefile version tag
   111 # it checks if the version tag in makefile.config is the same and force update outdated config files
   111 # it checks if the version tag in makefile.config is the same and force update outdated config files
   112 MAKEFILE_VERSION:=1
   112 MAKEFILE_VERSION:=2
   113 
   113 
   114 # CONFIG_WRITER have to be found even for manual configuration
   114 # CONFIG_WRITER have to be found even for manual configuration
   115 CONFIG_WRITER=makefiledir/Makefile.config_writer
   115 CONFIG_WRITER=makefiledir/Makefile.config_writer
   116 
   116 
   117 ifndef MANUAL_CONFIG
   117 ifndef MANUAL_CONFIG
   402 endif
   402 endif
   403 endif
   403 endif
   404 endif
   404 endif
   405 endif
   405 endif
   406 
   406 
       
   407 # enables/disables assert()
       
   408 ifndef ENABLE_ASSERTS
       
   409 CFLAGS += -DNDEBUG
       
   410 endif
   407 
   411 
   408 ifdef TRANSLATOR
   412 ifdef TRANSLATOR
   409 STRGEN_FLAGS=-t
   413 STRGEN_FLAGS=-t
   410 else
   414 else
   411 STRGEN_FLAGS=
   415 STRGEN_FLAGS=