[BACK]Return to Makefile.compat CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / compat

Annotation of src/compat/Makefile.compat, Revision 1.7

1.7     ! mrg         1: #      $NetBSD: Makefile.compat,v 1.6 2009/12/13 08:25:20 mrg Exp $
1.1       mrg         2:
1.7     ! mrg         3: #
        !             4: # Makefile fragment to help implement a multilib set of libraries
        !             5: #
        !             6: # expects MLIBDIR to be set to the extra path component
        !             7: #
        !             8:
        !             9: .ifndef _COMPAT_OPTIONS_MK_ # {
        !            10: _COMPAT_OPTIONS_MK_=1
1.1       mrg        11:
1.6       mrg        12: LIBDIR=                        /usr/lib/${MLIBDIR}
                     13: SHLIBDIR=              /usr/lib/${MLIBDIR}
                     14: SHLIBINSTALLDIR=       /usr/lib/${MLIBDIR}
                     15:
1.7     ! mrg        16: _GCC_CRTBEGIN=         ${DESTDIR}/usr/lib/${MLIBDIR}/crtbegin.o
        !            17: _GCC_CRTBEGINS=                ${DESTDIR}/usr/lib/${MLIBDIR}/crtbeginS.o
        !            18: _GCC_CRTEND=           ${DESTDIR}/usr/lib/${MLIBDIR}/crtend.o
        !            19: _GCC_CRTENDS=          ${DESTDIR}/usr/lib/${MLIBDIR}/crtendS.o
        !            20: _GCC_CRTDIR=           ${DESTDIR}/usr/lib/${MLIBDIR}
        !            21: _GCC_LIBGCCDIR=                ${DESTDIR}/usr/lib/${MLIBDIR}
1.1       mrg        22:
                     23: NOSHARE=       # defined
1.7     ! mrg        24: NOLINT=                # defined
        !            25: NONLS=         # defined
        !            26: NOMAN=         # defined
        !            27: NOINFO=                # defined
1.1       mrg        28: NOCHECKVER=    # defined
                     29:
                     30: # ld.elf_so
1.5       christos   31: SHLINKINSTALLDIR=      /libexec
1.1       mrg        32:
1.7     ! mrg        33: .endif # _COMPAT_OPTIONS_MK_ }

CVSweb <webmaster@jp.NetBSD.org>