NetBSD/sys/arch/mvme68k/stand/libsa/Makefile.inc

16 lines
405 B
Makefile

# $NetBSD: Makefile.inc,v 1.3 1998/06/12 23:11:46 cgd Exp $
LIB_SA_DIR=${S}/arch/mvme68k/stand/libsa
LIBSA_DIR!=cd ${LIB_SA_DIR}; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
LIBSA=${LIBSA_DIR}/libsa.a
SRTOBJ?= ${LIBSA_DIR}/SRT0.o
$(LIBSA): .NOTMAIN __always_make_libsa
@echo making sure the libsa is up to date...
@(cd ${LIB_SA_DIR}; ${MAKE})
__always_make_libsa: .NOTMAIN