Makefile
changeset 3311 138e38fa6fda
parent 3294 6aab2bd8b924
child 3313 735b30b93dc2
equal deleted inserted replaced
3310:a19f247b75b6 3311:138e38fa6fda
   128 #
   128 #
   129 
   129 
   130 
   130 
   131 # Makefile version tag
   131 # Makefile version tag
   132 # it checks if the version tag in Makefile.config is the same and force update outdated config files
   132 # it checks if the version tag in Makefile.config is the same and force update outdated config files
   133 MAKEFILE_VERSION:=9
   133 MAKEFILE_VERSION:=10
   134 
   134 
   135 # CONFIG_WRITER has to be found even for manual configuration
   135 # CONFIG_WRITER has to be found even for manual configuration
   136 CONFIG_WRITER=makefiledir/Makefile.config_writer
   136 CONFIG_WRITER=makefiledir/Makefile.config_writer
   137 
   137 
   138 ifndef MANUAL_CONFIG
   138 ifndef MANUAL_CONFIG
   483 else
   483 else
   484 LIBS += $(shell $(LIBPNG-CONFIG)  --L_opts $(PNGCONFIG_FLAGS))
   484 LIBS += $(shell $(LIBPNG-CONFIG)  --L_opts $(PNGCONFIG_FLAGS))
   485 endif
   485 endif
   486 endif
   486 endif
   487 
   487 
   488 ifdef OSX
   488 ifdef WITH_ICONV
   489 ifndef JAGUAR
       
   490 LIBS += -liconv
   489 LIBS += -liconv
   491 endif
   490 CFLAGS += -DWITH_ICONV
   492 endif
   491 endif
   493 
   492 
   494 # enables/disables assert()
   493 # enables/disables assert()
   495 ifdef DISABLE_ASSERTS
   494 ifdef DISABLE_ASSERTS
   496 CFLAGS += -DNDEBUG
   495 CFLAGS += -DNDEBUG