Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.15
      1 #	from: @(#)Makefile.inc	5.21 (Berkeley) 5/24/91
      2 #	$Id: Makefile.inc,v 1.15 1993/10/01 01:11:42 jtc Exp $
      3 
      4 # gen sources
      5 .PATH: ${.CURDIR}/${MACHINE}/gen ${.CURDIR}/gen ${.CURDIR}/gen/regexp
      6 
      7 SRCS+=	alarm.c assert.c clock.c crypt.c ctermid.c ctime.c ctype_.c difftime.c \
      8 	directory.c disklabel.c err.c errlst.c exec.c fnmatch.c frexp.c \
      9 	fstab.c fts.c getcap.c getcwd.c getgrent.c getlogin.c getmntinfo.c \
     10 	getpass.c getpwent.c getsubopt.c getttyent.c getusershell.c glob.c \
     11 	infinity.c initgroups.c insque.c isatty.c isctype.c isinf.c  \
     12 	mktemp.c nice.c nlist.c pause.c popen.c psignal.c raise.c remque.c \
     13 	scandir.c setjmperr.c \
     14 	setmode.c setrgid.c setruid.c \
     15 	shmat.c shmctl.c shmdt.c shmget.c \
     16 	siginterrupt.c \
     17 	siglist.c signal.c signame.c sigsetops.c sleep.c syslog.c \
     18 	termios.c time.c times.c timezone.c tolower_.c ttyname.c ttyslot.c \
     19 	toupper_.c \
     20 	ualarm.c unvis.c usleep.c utime.c valloc.c vis.c wait.c wait3.c \
     21 	waitpid.c
     22 
     23 # gen/regexp sources
     24 SRCS+=	regerror.c regexp.c regsub.c
     25 
     26 .if   (${MACHINE} == "hp300")
     27 SRCS+=	_setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s
     28 SRCS+=	adddf3.s addsf3.s ashlsi3.s ashrsi3.s cmpdf2.s cmpsf2.s divdf3.s \
     29 	divsf3.s divsi3.s extendsfdf2.s fixdfsi.s fixunsdfsi.s \
     30 	floatsidf.s lshlsi3.s lshrsi3.s modsi3.s muldf3.s mulsf3.s mulsi3.s \
     31 	negdf2.s negsf2.s saveregs.c subdf3.s subsf3.s truncdfsf2.s udivsi3.s \
     32 	umodsi3.s umulsi3.s
     33 .elif (${MACHINE} == "i386")
     34 SRCS+=	_setjmp.s alloca.s fabs.s ldexp.c modf.s setjmp.s
     35 SRCS+=	divsi3.s fixdfsi.s fixunsdfsi.s udivsi3.s
     36 .elif (${MACHINE} == "pc532")
     37 SRCS+=	__main.c _setjmp.s alloca.s fabs.s frexp.s infinity.c isinf.c
     38 SRCS+=  ldexp.s modf.s setjmp.s
     39 .elif (${MACHINE} == "tahoe")
     40 CFLAGS+=-I/sys
     41 SRCS+=	_setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s
     42 SRCS+=	udiv.s urem.s
     43 .elif (${MACHINE} == "vax")
     44 SRCS+=	_setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s
     45 SRCS+=	udiv.s urem.s
     46 .endif
     47 
     48 MAN3+=	alarm.0 clock.0 crypt.0 ctermid.0 ctime.0 ctype.0 directory.0 err.0 \
     49 	exec.0 fnmatch.0 frexp.0 fts.0 getcap.0 getcwd.0 getdiskbyname.0 \
     50 	getfsent.0 getgrent.0 getmntinfo.0 getpass.0 getpwent.0 getsubopt.0 \
     51 	getttyent.0 getusershell.0 glob.0 initgroups.0 insque.0 isalnum.0 \
     52 	isalpha.0 isascii.0 iscntrl.0 isdigit.0 isgraph.0 isinf.0 \
     53 	islower.0 isprint.0 ispunct.0 isspace.0 isupper.0 isxdigit.0 \
     54 	ldexp.0 modf.0 nice.0 nlist.0 pause.0 popen.0 psignal.0 \
     55 	raise.0 regexp.0 scandir.0 setjmp.0 setmode.0 setuid.0 \
     56 	siginterrupt.0 signal.0 sigsetops.0 sleep.0 syslog.0 tcgetpgrp.0 \
     57 	tcsendbreak.0 tcsetattr.0 tcsetpgrp.0 time.0 times.0 timezone.0 \
     58 	tolower.0 toupper.0 ttyname.0 tzset.0 \
     59 	ualarm.0 unvis.0 usleep.0 utime.0 valloc.0 vis.0
     60 
     61 MLINKS=	crypt.3 encrypt.3 crypt.3 setkey.3
     62 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
     63 	ctime.3 localtime.3 ctime.3 mktime.3
     64 MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
     65 	directory.3 readdir.3 directory.3 rewinddir.3 directory.3 seekdir.3 \
     66 	directory.3 telldir.3
     67 MLINKS+=err.3 verr.3 err.3 errx.3 err.3 verrx.3 err.3 warn.3 err.3 vwarn.3 \
     68         err.3 warnx.3 err.3 vwarnx.3
     69 MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \
     70 	exec.3 execvp.3
     71 MLINKS+=fts.3 fts_open.3 fts.3 fts_read.3 fts.3 fts_children.3 \
     72 	fts.3 fts_set.3 fts.3 fts_close.3
     73 MLINKS+=isinf.3 isnan.3
     74 MLINKS+=getcap.3 cgetcap.3 getcap.3 cgetclose.3 getcap.3 cgetent.3 \
     75 	getcap.3 cgetfirst.3 getcap.3 cgetmatch.3 getcap.3 cgetnext.3 \
     76 	getcap.3 cgetnum.3 getcap.3 cgetset.3 getcap.3 cgetstr.3 \
     77 	getcap.3 cgetustr.3
     78 MLINKS+=getcwd.3 getwd.3
     79 MLINKS+=getfsent.3 endfsent.3 getfsent.3 getfsfile.3 getfsent.3 getfsspec.3 \
     80 	getfsent.3 getfstype.3 getfsent.3 setfsent.3
     81 MLINKS+=getgrent.3 endgrent.3 getgrent.3 setgroupent.3 getgrent.3 getgrgid.3 \
     82 	getgrent.3 getgrnam.3 getgrent.3 setgrent.3 getgrent.3 setgrfile.3
     83 MLINKS+=getpwent.3 endpwent.3 getpwent.3 setpassent.3 getpwent.3 getpwnam.3 \
     84 	getpwent.3 getpwuid.3 getpwent.3 setpwent.3 getpwent.3 setpwfile.3
     85 MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 getttyent.3 setttyent.3
     86 MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3
     87 MLINKS+=glob.3 globfree.3
     88 MLINKS+=popen.3 pclose.3
     89 MLINKS+=psignal.3 sys_siglist.3 psignal.3 sys_signame.3
     90 MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regsub.3 \
     91 	regexp.3 regerror.3
     92 MLINKS+=scandir.3 alphasort.3
     93 MLINKS+=setjmp.3 _longjmp.3 setjmp.3 _setjmp.3 setjmp.3 longjmp.3 \
     94 	setjmp.3 longjmperr.3 setjmp.3 longjmperror.3
     95 MLINKS+=setmode.3 getmode.3
     96 MLINKS+=setuid.3 setegid.3 setuid.3 seteuid.3 setuid.3 setgid.3 \
     97 	setuid.3 setrgid.3 setuid.3 setruid.3
     98 MLINKS+=sigsetops.3 sigemptyset.3 sigsetops.3 sigfillset.3 \
     99 	sigsetops.3 sigaddset.3 sigsetops.3 sigdelset.3 \
    100 	sigsetops.3 sigismember.3
    101 MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \
    102 	syslog.3 vsyslog.3
    103 MLINKS+=tcsendbreak.3 tcdrain.3 tcsendbreak.3 tcflow.3 tcsendbreak.3 \
    104 	tcflush.3
    105 MLINKS+=tcsetattr.3 cfgetispeed.3 tcsetattr.3 cfsetispeed.3 \
    106 	tcsetattr.3 cfgetospeed.3 tcsetattr.3 cfsetospeed.3 \
    107 	tcsetattr.3 cfsetspeed.3 tcsetattr.3 cfmakeraw.3 \
    108 	tcsetattr.3 tcgetattr.3
    109 MLINKS+=ttyname.3 isatty.3 ttyname.3 ttyslot.3
    110 MLINKS+=tzset.3 tzsetwall.3
    111 
    112 errlst.o errlst.po:
    113 	${CC} -S ${CFLAGS} ${.IMPSRC}
    114 	sed -e "s/.data/.text/" <errlst.s >xx
    115 	mv xx errlst.s
    116 	${AS} -o ${.TARGET} errlst.s
    117 	rm -f errlst.s xx
    118