[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / lib / isc / unix

Annotation of src/external/mpl/bind/dist/lib/isc/unix/Makefile.in, Revision 1.1

1.1     ! christos    1: # Copyright (C) Internet Systems Consortium, Inc. ("ISC")
        !             2: #
        !             3: # This Source Code Form is subject to the terms of the Mozilla Public
        !             4: # License, v. 2.0. If a copy of the MPL was not distributed with this
        !             5: # file, You can obtain one at http://mozilla.org/MPL/2.0/.
        !             6: #
        !             7: # See the COPYRIGHT file distributed with this work for additional
        !             8: # information regarding copyright ownership.
        !             9:
        !            10: srcdir =       @srcdir@
        !            11: VPATH =                @srcdir@
        !            12: top_srcdir =   @top_srcdir@
        !            13:
        !            14: CINCLUDES =    -I${srcdir}/include \
        !            15:                -I${srcdir}/../@ISC_THREAD_DIR@/include \
        !            16:                -I../include \
        !            17:                -I${srcdir}/../include \
        !            18:                -I${srcdir}/.. @ISC_OPENSSL_INC@
        !            19:
        !            20: CDEFINES =     @CRYPTO@
        !            21: CWARNINGS =
        !            22:
        !            23: # Alphabetically
        !            24: OBJS =         @ISC_IPV6_O@ @ISC_PK11_API_O@ \
        !            25:                app.@O@ dir.@O@ entropy.@O@ errno.@O@ errno2result.@O@ \
        !            26:                file.@O@ fsaccess.@O@ interfaceiter.@O@ \
        !            27:                keyboard.@O@ meminfo.@O@ \
        !            28:                net.@O@ os.@O@ resource.@O@ socket.@O@ stdio.@O@ stdtime.@O@ \
        !            29:                strerror.@O@ syslog.@O@ time.@O@
        !            30:
        !            31: # Alphabetically
        !            32: SRCS =         @ISC_IPV6_C@ @ISC_PK11_API_C@ \
        !            33:                app.c dir.c entropy.c errno.c errno2result.c \
        !            34:                file.c fsaccess.c interfaceiter.c keyboard.c meminfo.c \
        !            35:                net.c os.c resource.c socket.c stdio.c stdtime.c \
        !            36:                strerror.c syslog.c time.c
        !            37:
        !            38: SUBDIRS =      include
        !            39: TARGETS =      ${OBJS}
        !            40:
        !            41: @BIND9_MAKE_RULES@
        !            42:
        !            43: interfaceiter.@O@: interfaceiter.c ifiter_ioctl.c ifiter_sysctl.c ifiter_getifaddrs.c
        !            44:

CVSweb <webmaster@jp.NetBSD.org>