9da3b5d5f9
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
461 B
Makefile
17 lines
461 B
Makefile
################################################################################
|
|
#
|
|
# tclap
|
|
#
|
|
################################################################################
|
|
|
|
TCLAP_VERSION = 1.2.1
|
|
TCLAP_SITE = http://downloads.sourceforge.net/project/tclap
|
|
TCLAP_LICENSE = MIT
|
|
TCLAP_LICENSE_FILES = COPYING
|
|
TCLAP_INSTALL_STAGING = YES
|
|
|
|
# This package is a pure C++ template library, only made of headers.
|
|
TCLAP_INSTALL_TARGET = NO
|
|
|
|
$(eval $(autotools-package))
|