Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/lib/libbfd add some items to CLEANFILES



details:   https://anonhg.NetBSD.org/src/rev/de14d9a286a8
branches:  trunk
changeset: 533039:de14d9a286a8
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Jun 19 16:10:48 2002 +0000

description:
add some items to CLEANFILES

diffstat:

 gnu/lib/libbfd/Makefile |  14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r a486e7278e46 -r de14d9a286a8 gnu/lib/libbfd/Makefile
--- a/gnu/lib/libbfd/Makefile   Wed Jun 19 15:56:27 2002 +0000
+++ b/gnu/lib/libbfd/Makefile   Wed Jun 19 16:10:48 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 2002/06/18 08:48:29 itojun Exp $
+#      $NetBSD: Makefile,v 1.28 2002/06/19 16:10:48 itojun Exp $
 
 LIB=           bfd
 
@@ -28,8 +28,10 @@
                ${G_libbfd_la_DEPENDENCIES:M*.lo} ${G_BFD_MACHINES}
 SRCS=          ${GSRCS:.lo=.c} ${G_libopcodes_la_SOURCES}
 
-DPSRCS+=       elf32-target.h elf64-target.h targmatch.h
-CLEANFILES+=   elf32-target.h elf64-target.h targmatch.h
+DPSRCS+=       elf32-target.h elf64-target.h targmatch.h \
+               elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
+CLEANFILES+=   elf32-target.h elf64-target.h targmatch.h \
+               elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
 
 TEXINFO=       bfd.texinfo
 INFOFLAGS=     -I${DIST}/bfd/doc
@@ -91,8 +93,10 @@
                -DDEFAULT_VECTOR=${DEFAULT_VEC.${MACHINE_ARCH}} \
                -DSELECT_VECS="${SELECT_VECS:S/^/,\&/:S/^,//1}"
 
-DPSRCS+=       bfd.h elf32-target.h elf64-target.h targmatch.h
-CLEANFILES+=   bfd.h elf32-target.h elf64-target.h targmatch.h
+DPSRCS+=       bfd.h elf32-target.h elf64-target.h targmatch.h \
+               elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
+CLEANFILES+=   bfd.h elf32-target.h elf64-target.h targmatch.h \
+               elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
 
 TEXINFO=       bfd.texinfo
 INFOFLAGS=     -I${DIST}/bfd/doc



Home | Main Index | Thread Index | Old Index