usr/src/cmd/rad/mod/xport_tcp/Makefile
author Stephen Talley <stephen.talley@oracle.com>
Fri, 18 May 2012 11:08:12 -0400
changeset 862 f20f2afa6263
parent 717 7f7fc966a88f
permissions -rw-r--r--
mod_xport -> mod
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
391
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
     1
#
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
     2
# CDDL HEADER START
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
     3
#
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
     7
#
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    11
# and limitations under the License.
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    12
#
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    18
#
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    19
# CDDL HEADER END
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    20
#
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    21
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    22
#
652
4f41b7727e42 17867 enforce optional type restrictions
David Powell <david.e.powell@oracle.com>
parents: 391
diff changeset
    23
# Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
391
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    24
#
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    25
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    26
include ../Makefile.env
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    27
717
7f7fc966a88f 18481 More rigorous module build
David Powell <david.e.powell@oracle.com>
parents: 710
diff changeset
    28
MAPFILES += ../mapfile.private
7f7fc966a88f 18481 More rigorous module build
David Powell <david.e.powell@oracle.com>
parents: 710
diff changeset
    29
LDLIBS += -lsocket
7f7fc966a88f 18481 More rigorous module build
David Powell <david.e.powell@oracle.com>
parents: 710
diff changeset
    30
652
4f41b7727e42 17867 enforce optional type restrictions
David Powell <david.e.powell@oracle.com>
parents: 391
diff changeset
    31
MOD_ADROPTS=-N
710
beb915128edf 18431 Nobody says UDS
David Powell <david.e.powell@oracle.com>
parents: 652
diff changeset
    32
MOD_APIS=tcp
862
f20f2afa6263 mod_xport -> mod
Stephen Talley <stephen.talley@oracle.com>
parents: 717
diff changeset
    33
MOD_OBJS=mod_tcp.o rad_listen.o
f20f2afa6263 mod_xport -> mod
Stephen Talley <stephen.talley@oracle.com>
parents: 717
diff changeset
    34
MOD_LIBNAME=mod_tcp.so
391
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    35
MOD_INSTALLDIR=$(RADDIR_XPORT)
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    36
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents:
diff changeset
    37
include ../Makefile.com