NetBSD/sys/lib/libkern/Makefile.inc

22 lines
603 B
PHP
Raw Normal View History

1994-01-09 20:22:54 +03:00
# $Id: Makefile.inc,v 1.7 1994/01/09 17:22:54 ws Exp $
#
# NOTE: $S must correspond to the top of the 'sys' tree
KERNDIR= $S/lib/libkern
1993-12-28 13:59:05 +03:00
KERNLIBDIR!=cd $(KERNDIR); \
1994-01-09 20:22:54 +03:00
printf "xxx:\n\techo \$${.OBJDIR}\n" | $(MAKE) -r -s -f - xxx
KERNLIB= $(KERNLIBDIR)/libkern.a
KERNLIB_PROF= $(KERNLIBDIR)/libkern_p.a
1993-10-13 09:17:16 +03:00
$(KERNLIB): .NOTMAIN __always_make_kernlib
@echo making sure the kern library is up to date...
@(cd $(KERNDIR) ; $(MAKE))
1993-10-13 09:17:16 +03:00
$(KERNLIB_PROF): .NOTMAIN __always_make_kernlib
@echo making sure the profiled kern library is up to date...
@(cd $(KERNDIR) ; $(MAKE))
1993-10-13 09:17:16 +03:00
__always_make_kernlib: .NOTMAIN