26 lines
758 B
Makefile
26 lines
758 B
Makefile
#
|
|
# Copyright 2004, QNX Software Systems Ltd. All Rights Reserved.
|
|
#
|
|
# This source code may contain confidential information of QNX Software
|
|
# Systems Ltd. (QSSL) and its licensors. Any use, reproduction,
|
|
# modification, disclosure, distribution or transfer of this software,
|
|
# or any software which includes or is based upon any of this code, is
|
|
# prohibited unless expressly authorized by QSSL by written agreement. For
|
|
# more information (including whether this source code file has been
|
|
# published) please email licensing@qnx.com.
|
|
#
|
|
ifndef QCONFIG
|
|
QCONFIG=qconfig.mk
|
|
endif
|
|
include $(QCONFIG)
|
|
|
|
define PINFO
|
|
PINFO DESCRIPTION=Bessel math functions library
|
|
endef
|
|
|
|
include $(MKFILES_ROOT)/qtargets.mk
|
|
|
|
ifeq ($(filter g, $(VARIANTS)),)
|
|
CCFLAGS += -O2
|
|
endif
|