summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-07-08 17:09:55 +0000
committerharti <harti@FreeBSD.org>2004-07-08 17:09:55 +0000
commit9924c255d2f23bfdd7583f4d445c58389353f554 (patch)
tree4c0a79a475ac192cbc5a8f19ca3c20d62e7ad473 /lib
parent5f6be541da67f514ff9594ca0e2690675074bb7c (diff)
downloadFreeBSD-src-9924c255d2f23bfdd7583f4d445c58389353f554.zip
FreeBSD-src-9924c255d2f23bfdd7583f4d445c58389353f554.tar.gz
Add the new call control layer to the library and install the man page
for the service access point (SAP) stuff now that it is really available.
Diffstat (limited to 'lib')
-rw-r--r--lib/libngatm/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/lib/libngatm/Makefile b/lib/libngatm/Makefile
index 5ce38a6..3670914 100644
--- a/lib/libngatm/Makefile
+++ b/lib/libngatm/Makefile
@@ -4,7 +4,7 @@
#
LIB= ngatm
SHLIB_MAJOR= 1
-MAN= libngatm.3 uniaddr.3 unifunc.3 unimsg.3 unistruct.3
+MAN= libngatm.3 uniaddr.3 unifunc.3 unimsg.3 unisap.3 unistruct.3
WARNS?= 6
# source of the library lives in contrib
@@ -13,20 +13,22 @@ CTRB= ${.CURDIR}/../../contrib/ngatm
LIBBASE= ${SDIR}/contrib/ngatm
CFLAGS+= -I${LIBBASE} -I${.OBJDIR} -I${CTRB}/libngatm
-# CFLAGS+= -DSSCOP_DEBUG -DSSCFU_DEBUG -DUNI_DEBUG
+# CFLAGS+= -DSSCOP_DEBUG -DSSCFU_DEBUG -DUNI_DEBUG -DCCATM_DEBUG
.PATH: ${LIBBASE}/netnatm ${LIBBASE}/netnatm/saal ${LIBBASE}/netnatm/misc \
- ${LIBBASE}/netnatm/msg ${LIBBASE}/netnatm/sig
+ ${LIBBASE}/netnatm/msg ${LIBBASE}/netnatm/sig ${LIBBASE}/netnatm/api
.PATH: ${CTRB}/libngatm ${CTRB}/man
SRCS= unimsg.c unimsg_common.c straddr.c \
traffic.c uni_ie.c uni_msg.c \
saal_sscop.c saal_sscfu.c \
sig_call.c sig_coord.c sig_party.c sig_print.c sig_reset.c \
- sig_uni.c sig_unimsgcpy.c sig_verify.c
+ sig_uni.c sig_unimsgcpy.c sig_verify.c \
+ cc_conn.c cc_user.c cc_sig.c cc_data.c cc_port.c unisap.c \
+ cc_dump.c
# Includes
-INCSGROUPS= INCSATM INCSSAAL INCSMSG INCSSIG
+INCSGROUPS= INCSATM INCSSAAL INCSMSG INCSSIG INCSAPI
# common files
INCSATMDIR= $(INCLUDEDIR)/netnatm
@@ -45,4 +47,8 @@ INCSMSG= msg/uni_config.h msg/uni_hdr.h msg/uni_ie.h msg/uni_msg.h \
INCSSIGDIR= $(INCLUDEDIR)/netnatm/sig
INCSSIG= sig/uni.h sig/unidef.h sig/unisig.h
+# call control layer
+INCSAPIDIR= $(INCLUDEDIR)/netnatm/api
+INCSAPI= api/atmapi.h api/ccatm.h api/unisap.h
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud