# $Id: Makefile.in,v 1.1.1.1 2002/10/26 04:25:21 lukem Exp $ # srcdir = @srcdir@ VPATH = @srcdir@ SHELL = /bin/sh CC = @CC@ CFLAGS = -I${srcdir} -I${srcdir}/.. -I${srcdir}/../src -I.. @INCLUDES@ @CFLAGS@ AR = @AR@ RANLIB = @RANLIB@ LIB = libnetbsd.a OBJS = @LIBOBJS@ all: ${LIB} ${LIB}: ${OBJS} ${AR} cr $@ ${OBJS} ${RANLIB} $@ install: clean: rm -f ${LIB} ${OBJS} distclean: clean rm -f Makefile