Use system version of getopt_long and basename for the bootstrapping tools.
[dragonfly.git] / gnu / usr.bin / cc34 / gcov / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc34/gcov/Makefile,v 1.3 2005/04/22 06:52:42 joerg Exp $
2
3 .include "../Makefile.inc"
4 .include "../cc_tools/Makefile.tools"
5 .include "../Makefile.langs"
6
7 PROG=   gcov
8
9 SRCS=   gcov.c intl.c version_local.c
10 SRCS+=  insn-constants.h gcov-iov.h insn-flags.h
11 SRCS+=  xexit.c xmalloc.c xstrdup.c
12
13 CFLAGS+= -I.
14 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"${version}\"
15 CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"${target}\"
16
17 .include <bsd.prog.mk>