[BACK]Return to bsd.prog.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.prog.mk between version 1.200 and 1.201

version 1.200, 2004/06/10 00:29:59 version 1.201, 2004/07/30 04:18:48
Line 51  LIBCRT0= ${DESTDIR}/usr/lib/crt0.o
Line 51  LIBCRT0= ${DESTDIR}/usr/lib/crt0.o
 .MADE: ${LIBCRT0}  .MADE: ${LIBCRT0}
 .endif  .endif
   
 ##### Installed system library definitions  
 #     E.g. LIBC?=${DESTDIR}/usr/lib/libc.a  
 #     etc..  
 #  
 __bsd_prog_mk_system_libs?= \  
         BZ2 C C_PIC CDK COM_ERR COMPAT CRYPT CRYPTO CRYPTO_IDEA CRYPTO_MDC2 \  
         CRYPTO_RC5 \  
         CURSES DBM DES EDIT EVENT FORM GCC GNUMALLOC GSSAPI HDB INTL IPSEC \  
         KADM KADM5CLNT KADM5SRV KAFS KDB KRB KRB5 KSTREAM KVM L M MAGIC MENU \  
         OBJC OSSAUDIO PCAP PCI PMC POSIX PTHREAD PTHREAD_DBG RESOLV RMT \  
         ROKEN RPCSVC RT SKEY SL SS SSL TERMCAP USBHID UTIL WRAP Y Z  
   
 .for _n in ${__bsd_prog_mk_system_libs}  
 .ifndef LIB${_n}  
 LIB${_n}= ${DESTDIR}/usr/lib/lib${_n:tl}.a  
 # Note: ${DESTDIR} will be expanded in the following rule  
 .MADE: ${LIB${_n}}  
 .endif  
 .endfor  
 .undef __bsd_prog_mk_system_libs  
   
 .ifndef LIBSTDCXX  
 LIBSTDCXX=      ${DESTDIR}/usr/lib/libstdc++.a  
 .MADE: ${LIBSTDCXX}  
 .endif  
   
 ##### Installed X11R6 library definitions  
 #     E.g. LIBX11?=${DESTDIR}/usr/X11R6/lib/libX11.a  
 #     etc..  
 #  
 __bsd_prog_mk_x11r6_libs?= \  
         dps expat fntstubs fontcache fontconfig fontenc freetype FS \  
         GL GLU ICE lbxutil SM X11 Xau Xaw Xdmcp Xext Xfont Xft \  
         Xi Xinerama xkbfile Xmu Xmuu Xpm Xrandr Xrender Xss Xt \  
         XTrap Xtst Xv Xxf86dga Xxf86misc Xxf86vm  
   
 .for _n in ${__bsd_prog_mk_x11r6_libs}  
 .ifndef LIB${_n:tu}  
 LIB${_n:tu}= ${DESTDIR}/usr/X11R6/lib/lib${_n}.a  
 # Note: ${DESTDIR} will be expanded in the following rule  
 .MADE: ${LIB${_n:tu}}  
 .endif  
 .endfor  
 .undef __bsd_prog_mk_x11r6_libs  
   
 ##### Build and install rules  ##### Build and install rules
 .if defined(SHAREDSTRINGS)  .if defined(SHAREDSTRINGS)
 CLEANFILES+=strings  CLEANFILES+=strings

Legend:
Removed from v.1.200  
changed lines
  Added in v.1.201

CVSweb <webmaster@jp.NetBSD.org>