28 lines
729 B
Plaintext
28 lines
729 B
Plaintext
# defs.docs - makefile fragment for specifying documentation parameters
|
|
#
|
|
# modification history
|
|
# --------------------
|
|
# 01b,13sep05,cdw updated component version
|
|
# 01a,12may05,tpw created
|
|
#
|
|
# DESCRIPTION
|
|
# This file contains settings to configure the documentation build for the
|
|
# SSL component.
|
|
|
|
include $(WIND_BASE)/target/h/make/config/defs.version
|
|
|
|
ifeq ($(KERNEL_MAJOR_VERSION),6)
|
|
|
|
DOC_DIR = $(DOCS_ROOT)/com.windriver.ide.doc.wr_ssl/wr_ssl_api_reference_1.1
|
|
DOC_BOOK = Wind_River_SSL_1.1
|
|
DOC_CHAPTER = Wind_River_SSL_API_Reference,_1.1
|
|
|
|
else
|
|
|
|
# Force apigen for VxWorks 5.x doc build. Only needed on kernel side.
|
|
#
|
|
REFGEN_SH = $(WIND_BASE)/host/$(WIND_HOST_TYPE)/bin/apigen \
|
|
-nostrict -missingok -set KERNEL
|
|
|
|
endif
|