## -*-makefile-*- ## Copyright (C) 2016 and later: Unicode, Inc. and others. ## License & terms of use: http://www.unicode.org/copyright.html ## QNX-specific setup ## Copyright (c) 1999-2006, International Business Machines Corporation and ## others. All Rights Reserved. ## ## Provided By: Chris McKillop <cdm@qnx.com>
java.lang.NullPointerException # Create shared libs that "work" properly.
java.lang.NullPointerException
## Versioned libraries rules ## ## QNX wants the SONAME in the shared lib to match the final "real" filename. ## (to ease in packaging with QNX's native package format) ##
MIDDLE_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION_MAJOR)
FINAL_SO_TARGET = $(MIDDLE_SO_TARGET)