Home | History | Annotate | Line # | Download | only in libsa
Makefile revision 1.10.2.3
      1  1.10.2.3  jdolecek #	$NetBSD: Makefile,v 1.10.2.3 2002/06/23 17:43:23 jdolecek Exp $
      2  1.10.2.2   thorpej 
      3  1.10.2.2   thorpej S=		${.CURDIR}/../../../..
      4  1.10.2.2   thorpej LIBSADIR=	$S/lib/libsa
      5  1.10.2.2   thorpej LIBKERNDIR=	$S/lib/libkern
      6  1.10.2.2   thorpej LIBZDIR=	$S/lib/libz
      7  1.10.2.2   thorpej 
      8  1.10.2.2   thorpej LIB=		sa
      9  1.10.2.2   thorpej 
     10  1.10.2.2   thorpej SRCS+=		alloc.c bcmp.c bcopy.c bzero.c errno.c getfile.c gets.c
     11  1.10.2.2   thorpej SRCS+=		memcmp.c memcpy.c memset.c panic.c
     12  1.10.2.2   thorpej SRCS+=		printf.c snprintf.c sprintf.c subr_prf.c twiddle.c vsprintf.c
     13  1.10.2.2   thorpej 
     14  1.10.2.2   thorpej SRCS+=		close.c closeall.c cread.c dev.c fstat.c ioctl.c lseek.c
     15  1.10.2.2   thorpej SRCS+=		open.c read.c stat.c
     16  1.10.2.2   thorpej SRCS+=		loadfile.c loadfile_aout.c loadfile_elf32.c
     17  1.10.2.2   thorpej SRCS+=		cd9660.c lfs.c nfs.c ufs.c ufs_ls.c ustarfs.c
     18  1.10.2.2   thorpej #SRCS+=		arp.c ether.c in_cksum.c net.c netif.c rpc.c udp.c
     19  1.10.2.2   thorpej #SRCS+=		bootp.c
     20  1.10.2.2   thorpej 
     21  1.10.2.2   thorpej SRCS+=		ashldi3.c ashrdi3.c strcat.c strchr.c strcmp.c strncmp.c strcpy.c strerror.c strlen.c
     22  1.10.2.2   thorpej 
     23  1.10.2.2   thorpej SRCS+=		adler32.c crc32.c infblock.c infcodes.c inffast.c
     24  1.10.2.2   thorpej SRCS+=		inflate.c inftrees.c infutil.c uncompr.c
     25  1.10.2.2   thorpej 
     26  1.10.2.2   thorpej SRCS+=		consio.c devopen.c parseutils.c sdcd.c fd.c fdsub.S chdsk.c
     27  1.10.2.2   thorpej SRCS+=		putimage.S
     28  1.10.2.2   thorpej 
     29  1.10.2.2   thorpej NOPROFILE=	# defined
     30  1.10.2.2   thorpej NOPIC=		# defined
     31  1.10.2.2   thorpej NOLINT=		# defined
     32  1.10.2.2   thorpej 
     33  1.10.2.2   thorpej CPPFLAGS+=	-I${.OBJDIR} -I${LIBSADIR} -I$S -I${LIBZDIR} -D_STANDALONE
     34  1.10.2.2   thorpej CPPFLAGS+=	-I${.CURDIR}/../libiocs -I${.CURDIR}/../common
     35  1.10.2.2   thorpej CPPFLAGS+=	-DHEAP_VARIABLE -D__INTERNAL_LIBSA_CREAD
     36  1.10.2.2   thorpej CPPFLAGS+=	-D_ZLIB_PRIVATE
     37  1.10.2.2   thorpej CPPFLAGS+=	-DHAVE_CHANGEDISK_HOOK
     38  1.10.2.2   thorpej #CPPFLAGS+=	-DDEBUG
     39  1.10.2.2   thorpej 
     40  1.10.2.2   thorpej .PATH:	${LIBSADIR} ${LIBKERNDIR} ${LIBZDIR}
     41  1.10.2.2   thorpej 
     42  1.10.2.3  jdolecek .include "../Makefile.booters"
     43  1.10.2.2   thorpej 
     44  1.10.2.2   thorpej # only needed during build
     45  1.10.2.2   thorpej libinstall::
     46  1.10.2.2   thorpej 
     47  1.10.2.2   thorpej .include <bsd.own.mk>
     48  1.10.2.2   thorpej .undef DESTDIR
     49  1.10.2.2   thorpej .include <bsd.lib.mk>
     50