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

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

Diff for /src/lib/libpthread_dbg/Attic/Makefile between version 1.1 and 1.1.2.1

version 1.1, 2002/07/31 23:05:17 version 1.1.2.1, 2002/07/31 23:05:18
Line 0 
Line 1 
   #       $NetBSD$
   #
   
   WARNS=  2
   
   .include <bsd.own.mk>
   
   LIB=    pthread_dbg
   LIBPDIR=        ${.CURDIR}/../libpthread
   .if exists(${LIBPDIR}/arch/${MACHINE_ARCH})
   ARCHSUBDIR=     ${MACHINE_ARCH}
   .elif exists(${LIBPDIR}/arch/${MACHINE_CPU})
   ARCHSUBDIR=     ${MACHINE_CPU}
   .else
   .BEGIN:
           @echo no ARCHSUBDIR for ${MACHINE_ARCH} nor ${MACHINE_CPU}
           @false
   .endif
   
   ARCHDIR=        ${LIBPDIR}/arch/${ARCHSUBDIR}
   .PATH:  ${ARCHDIR}
   
   CPPFLAGS+=      -I${ARCHDIR} -I${LIBPDIR} -I${.CURDIR}
   
   assym.h: genassym.sh ${ARCHDIR}/genassym.cf
           sh ${.CURDIR}/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \
                   < ${ARCHDIR}/genassym.cf > assym.h.tmp && \
           mv -f assym.h.tmp assym.h
   
   SRCS=   pthread_dbg.c
   
   INCS=   pthread_dbg.h
   INCSDIR=/usr/include
   
   .include <bsd.lib.mk>
   
   # DO NOT DELETE

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

CVSweb <webmaster@jp.NetBSD.org>