16 lines
545 B
Plaintext
16 lines
545 B
Plaintext
# defs.default - OPENSSL specific default make defines.
|
|
#
|
|
# Copyright 1996-2004 Wind River Systems, Inc.
|
|
#
|
|
# # modification history
|
|
# --------------------
|
|
# 00a,03mar04,tf Created.
|
|
#
|
|
# DESCRIPTION
|
|
# This file defines any macros that are used in configuring OPENSSL for specific
|
|
# features. A given feature that includes OPENSSL needs to set the appropriate
|
|
# deature macro to 'true' so that OPENSSL is configured for that feature. This
|
|
# is done in $TGT_DIR)/h/make/config/featureSet/$(FEATURE_SET)/defs.defaults.
|
|
#
|
|
TGT_DIR=$(WIND_BASE)/target
|