# OTHER_YFLAGS, LOCAL_YFLAGS: additional flags passed to yacc
# OTHER_LFLAGS, LOCAL_LFLAGS: additional flags passed to lex
-ifeq "teflon" "$(RC_OS)"
- OTHER_CFLAGS=-DkMacOSXServer=1
-else
- OTHER_CFLAGS=-DkMacOSXServer=0
-endif
-
# These variables provide hooks enabling you to add behavior at almost every
# stage of the make:
#
# To include a version string, project source must exist in a directory named
# $(NAME).%d[.%d][.%d] and the following line must be uncommented.
-# OTHER_GENERATED_OFILES = $(VERS_OFILE)
+OTHER_GENERATED_OFILES = $(VERS_OFILE)
# This definition will suppress stripping of debug symbols when an executable
# is installed. By default it is YES.