27 lines
795 B
Makefile
27 lines
795 B
Makefile
# Copyright 2003-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=UCL compression library.
|
|
endef
|
|
|
|
INSTALLDIR_qnx4=lib
|
|
INSTALLDIR=$(firstword $(INSTALLDIR_$(OS)) usr/lib)
|
|
|
|
include $(MKFILES_ROOT)/qtargets.mk
|
|
|
|
WIN32_ENVIRON=mingw
|