1999-01-03 02:18:58 +00:00
|
|
|
# $Id: Makefile.inc,v 1.3 1998/12/30 10:05:56 bde Exp $
|
1998-03-12 12:23:27 +00:00
|
|
|
|
1999-01-03 07:38:15 +00:00
|
|
|
BINDIR?= /usr/mdec
|
1998-12-30 10:05:56 +00:00
|
|
|
CFLAGS+= -aout
|
1998-03-07 10:48:15 +00:00
|
|
|
.if exists(${.CURDIR}/../../../../include)
|
|
|
|
CFLAGS+= -nostdinc -I${.CURDIR}/../../../../include
|
|
|
|
.endif
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../.. -I${.OBJDIR}
|
|
|
|
CLEANFILES+= machine
|
|
|
|
|
|
|
|
.if defined(SRCS)
|
|
|
|
${SRCS:M*.[sS]:R:S/$/.o/g} ${SRCS:M*.c:R:S/$/.o/g}: machine
|
|
|
|
${SRCS:M*.cc:R:S/$/.o/g} ${SRCS:M*.C:R:S/$/.o/g}: machine
|
|
|
|
${SRCS:M*.cxx:R:S/$/.o/g} ${SRCS:N*.h:R:S/$/.o/g}: machine
|
|
|
|
.endif
|
|
|
|
.if defined(OBJS)
|
|
|
|
${OBJS}: machine
|
|
|
|
.endif
|
|
|
|
|
|
|
|
beforedepend: machine
|
|
|
|
machine:
|
|
|
|
ln -s ${.CURDIR}/../../include ${.OBJDIR}/machine
|