@if c
ifneq ($(GCC),YES)
CC_SO_FLAGS = -KPIC
endif
ifneq ($(GCC_USES_GLD),YES)
CC_SL_FLAGS = -G -h lib$(NAME).so.$(VERSION)
endif
@end

@if c++
ifneq ($(GXX),YES)
TEMPLATES = $(wildcard $(SYSTEM)/Templates.DB/*.o)
CXX_SYS_FLAGS = -ptr$(SYSTEM)
CXX_SO_FLAGS = -KPIC
endif
ifneq ($(GXX_USES_GLD),YES)
CXX_SL_FLAGS = -G -h lib$(NAME).so.$(VERSION)
endif
@end
