use .S files
This commit is contained in:
parent
d226f795ee
commit
1e98b770b2
|
@ -1,6 +1,6 @@
|
|||
# $Id: Makefile.inc,v 1.3 1993/10/15 08:41:16 cgd Exp $
|
||||
# $Id: Makefile.inc,v 1.4 1993/12/04 05:21:29 cgd Exp $
|
||||
|
||||
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
||||
bcmp.s bzero.s ffs.s strcat.s strcmp.s strcpy.s strlen.s strncmp.c \
|
||||
strncpy.c scanc.c skpc.c locc.c htonl.s htons.s ntohl.s ntohs.s \
|
||||
setjmp.s
|
||||
bcmp.S bzero.S ffs.S strcat.S strcmp.S strcpy.S strlen.S strncmp.c \
|
||||
strncpy.c scanc.c skpc.c locc.c htonl.S htons.S ntohl.S ntohs.S \
|
||||
setjmp.S
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $Id: Makefile.inc,v 1.3 1993/10/15 08:41:16 cgd Exp $
|
||||
# $Id: Makefile.inc,v 1.4 1993/12/04 05:21:29 cgd Exp $
|
||||
|
||||
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
||||
bcmp.s bzero.s ffs.s strcat.s strcmp.s strcpy.s strlen.s strncmp.c \
|
||||
strncpy.c scanc.c skpc.c locc.c htonl.s htons.s ntohl.s ntohs.s \
|
||||
setjmp.s
|
||||
bcmp.S bzero.S ffs.S strcat.S strcmp.S strcpy.S strlen.S strncmp.c \
|
||||
strncpy.c scanc.c skpc.c locc.c htonl.S htons.S ntohl.S ntohs.S \
|
||||
setjmp.S
|
||||
|
|
Loading…
Reference in New Issue