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