#	BSDI Makefile,v 1.1 1996/01/11 03:33:55 donn Exp

#
# This makefile was NOT created by an elaborate GNU makefile bootstrap...
#

PROG=		size
SIZESRCS=	bucomm.c filemode.c size.c version.c
BFDSRCS=        archive.c archures.c bfd.c binary.c cache.c corefile.c \
		format.c init.c hash.c libbfd.c linker.c opncls.c \
		reloc.c section.c srec.c syms.c targets.c tekhex.c
IBERTYSRCS=     getopt.c getopt1.c hex.c obstack.c xexit.c xmalloc.c
SRCS=		${SIZESRCS} ${BFDSRCS} ${IBERTYSRCS}

GENHDRS=

INCLUDES=	-I. -I${.CURDIR}/../binutils -I${.CURDIR}/../include \
		-I${.CURDIR}/../bfd

CFLAGS+=	-g ${INCLUDES}
CC=		gcc2

CLEANFILES+=${GENHDRS}

.PATH: ${.CURDIR}/../binutils ${.CURDIR}/../opcodes ${.CURDIR}/../bfd \
	${.CURDIR}/../libiberty

.include "../../Makefile.inc"
.include "../Makefile.common"
.include "Makefile.${MACHINE}"
.include <bsd.prog.mk>

.depend: ${GENHDRS}
