1996-02-03 04:23:54 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.3 1996/02/03 01:23:54 mycroft Exp $
|
1994-07-05 21:56:52 +04:00
|
|
|
#
|
|
|
|
# NOTE: $S must correspond to the top of the `sys' tree
|
|
|
|
|
|
|
|
FPSPSRCDIR= $S/arch/m68k/fpsp
|
|
|
|
|
|
|
|
FPSPOBJDIR!= cd $(FPSPSRCDIR); \
|
|
|
|
printf "xxx:\n\techo \$${.OBJDIR}\n" | $(MAKE) -r -s -f - xxx
|
|
|
|
|
|
|
|
FPSPOBJ= $(FPSPOBJDIR)/fpsp.o
|
|
|
|
|
|
|
|
$(FPSPOBJ): .NOTMAIN __always_make_fpsp
|
|
|
|
@echo making sure the fpsp is up to date...
|
1996-02-03 04:23:54 +03:00
|
|
|
@(cd $(FPSPSRCDIR); $(MAKE))
|
1994-07-05 21:56:52 +04:00
|
|
|
|
1996-02-03 04:23:54 +03:00
|
|
|
FPSP!= printf "\#ifdef FPSP\n${FPSPOBJ}\n\#endif\n" | cpp -P -undef ${CPPFLAGS:M-DFPSP}
|
1994-07-05 21:56:52 +04:00
|
|
|
|
|
|
|
__always_make_fpsp: .NOTMAIN
|