1 ################ Program version #####################################
4 MAJOR
= @PACKAGE_MAJOR@
5 MINOR
= @PACKAGE_MINOR@
6 BUILD
= @PACKAGE_BUILD@
8 ################ Programs ############################################
17 ################ Destination #########################################
20 exec_prefix = @
exec_prefix@
25 ################ Compiler options ####################################
27 CXXWARNOPTS
= -Wall
-W
-Winline
-Wpointer-arith
-Wredundant-decls
-Wshadow \
28 -Wno-cast-align
-Wsign-promo
-Wsynth
-Wcast-qual
-Wconversion \
29 -Wwrite-strings
-Woverloaded-virtual @SYSWARNS@
30 OTHER_OPTS
= @PROCESSOR_OPTS@ \
31 @INLINE_OPTS@ @GCC4_SIZEOPTS@
35 CXXFLAGS
=@CUSTOMINCDIR@
${CXXWARNOPTS} ${OTHER_OPTS}
36 LDFLAGS
=@CUSTOMLIBDIR@
40 CXXFLAGS
+= -Os
-DNDEBUG
=1 -fomit-frame-pointer
43 ################ Linker options ######################################
45 LIBS
= @libutui@ @libutio@ @libiff@ @libustl@