Deleted Added
full compact
bsd.lib.mk (126938) bsd.lib.mk (127027)
1# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
1# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
2# $FreeBSD: head/share/mk/bsd.lib.mk 126938 2004-03-14 01:29:05Z trhodes $
2# $FreeBSD: head/share/mk/bsd.lib.mk 127027 2004-03-15 17:01:31Z trhodes $
3#
4
5.include <bsd.init.mk>
6
7# Set up the variables controlling shared libraries. After this section,
8# SHLIB_NAME will be defined only if we are to create a shared library.
9# SHLIB_LINK will be defined only if we are to create a link to it.
10# INSTALL_PIC_ARCHIVE will be defined only if we are to create a PIC archive.

--- 51 unchanged lines hidden (view full) ---

62
63.cc.po .C.po .cpp.po .cxx.po:
64 ${CXX} ${PO_FLAG} ${CXXFLAGS} -c ${.IMPSRC} -o ${.TARGET}
65
66.cc.So .C.So .cpp.So .cxx.So:
67 ${CXX} ${PICFLAG} -DPIC ${CXXFLAGS} -c ${.IMPSRC} -o ${.TARGET}
68
69.f.po:
3#
4
5.include <bsd.init.mk>
6
7# Set up the variables controlling shared libraries. After this section,
8# SHLIB_NAME will be defined only if we are to create a shared library.
9# SHLIB_LINK will be defined only if we are to create a link to it.
10# INSTALL_PIC_ARCHIVE will be defined only if we are to create a PIC archive.

--- 51 unchanged lines hidden (view full) ---

62
63.cc.po .C.po .cpp.po .cxx.po:
64 ${CXX} ${PO_FLAG} ${CXXFLAGS} -c ${.IMPSRC} -o ${.TARGET}
65
66.cc.So .C.So .cpp.So .cxx.So:
67 ${CXX} ${PICFLAG} -DPIC ${CXXFLAGS} -c ${.IMPSRC} -o ${.TARGET}
68
69.f.po:
70 ${FC} -pg ${FFLAGS} -o ${.TARGET} -c ${.IMPSRC}
70 ${FC} -pg ${FFLAGS} -o ${.TARGET} -c ${.IMPSRC}
71
72.f.So:
73 ${FC} ${PICFLAG} -DPIC ${FFLAGS} -o ${.TARGET} -c ${.IMPSRC}
74
75.m.po:
76 ${OBJC} ${OBJCFLAGS} -pg -c ${.IMPSRC} -o ${.TARGET}
77
78.m.So:

--- 237 unchanged lines hidden ---
71
72.f.So:
73 ${FC} ${PICFLAG} -DPIC ${FFLAGS} -o ${.TARGET} -c ${.IMPSRC}
74
75.m.po:
76 ${OBJC} ${OBJCFLAGS} -pg -c ${.IMPSRC} -o ${.TARGET}
77
78.m.So:

--- 237 unchanged lines hidden ---