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

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

Diff for /src/lib/libc/gen/Makefile.inc between version 1.21 and 1.22

version 1.21, 1993/10/22 17:51:51 version 1.22, 1993/11/11 01:22:33
Line 2 
Line 2 
 #       $Id$  #       $Id$
   
 # gen sources  # gen sources
 .PATH: ${.CURDIR}/arch/${MACHINE}/gen ${.CURDIR}/gen ${.CURDIR}/gen/regexp  .PATH: ${.CURDIR}/arch/${MACHINE}/gen ${.CURDIR}/gen
   
 SRCS+=  alarm.c assert.c clock.c ctermid.c ctime.c ctype_.c cuserid.c \  SRCS+=  alarm.c assert.c clock.c ctermid.c ctime.c ctype_.c cuserid.c \
         difftime.c \          difftime.c \
Line 22  SRCS+= alarm.c assert.c clock.c ctermid.
Line 22  SRCS+= alarm.c assert.c clock.c ctermid.
         ualarm.c unvis.c usleep.c utime.c valloc.c vis.c wait.c wait3.c \          ualarm.c unvis.c usleep.c utime.c valloc.c vis.c wait.c wait3.c \
         waitpid.c          waitpid.c
   
 # gen/regexp sources  
 SRCS+=  regerror.c regexp.c regsub.c  
   
 .if   (${MACHINE} == "hp300")  .if   (${MACHINE} == "hp300")
 SRCS+=  _setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s  SRCS+=  _setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s
 SRCS+=  adddf3.s addsf3.s ashlsi3.s ashrsi3.s cmpdf2.s cmpsf2.s divdf3.s \  SRCS+=  adddf3.s addsf3.s ashlsi3.s ashrsi3.s cmpdf2.s cmpsf2.s divdf3.s \
Line 54  MAN3+= alarm.0 clock.0 ctermid.0 ctime.0
Line 51  MAN3+= alarm.0 clock.0 ctermid.0 ctime.0
         isalpha.0 isascii.0 isblank.0 iscntrl.0 isdigit.0 isgraph.0 isinf.0 \          isalpha.0 isascii.0 isblank.0 iscntrl.0 isdigit.0 isgraph.0 isinf.0 \
         islower.0 isprint.0 ispunct.0 isspace.0 isupper.0 isxdigit.0 \          islower.0 isprint.0 ispunct.0 isspace.0 isupper.0 isxdigit.0 \
         ldexp.0 lsearch.0 modf.0 nice.0 nlist.0 pause.0 popen.0 psignal.0 \          ldexp.0 lsearch.0 modf.0 nice.0 nlist.0 pause.0 popen.0 psignal.0 \
         raise.0 regexp.0 scandir.0 setjmp.0 setmode.0 setuid.0 \          raise.0 scandir.0 setjmp.0 setmode.0 setuid.0 \
         siginterrupt.0 signal.0 sigsetops.0 sleep.0 syslog.0 tcgetpgrp.0 \          siginterrupt.0 signal.0 sigsetops.0 sleep.0 syslog.0 tcgetpgrp.0 \
         tcsendbreak.0 tcsetattr.0 tcsetpgrp.0 time.0 times.0 timezone.0 \          tcsendbreak.0 tcsetattr.0 tcsetpgrp.0 time.0 times.0 timezone.0 \
         tolower.0 toupper.0 ttyname.0 tzset.0 \          tolower.0 toupper.0 ttyname.0 tzset.0 \

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb <webmaster@jp.NetBSD.org>