more headers (needed by egcs)
This commit is contained in:
parent
05349188f3
commit
24ec1545db
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2002/09/12 14:53:27 todd Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2002/09/16 22:00:13 todd Exp $
|
||||
# $FreeBSD: Makefile,v 1.4 1999/01/10 20:12:06 steve Exp $
|
||||
|
||||
COMMENT= "garbage collection and memory leak detection for C and C++"
|
||||
@ -33,7 +33,9 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/gc.man ${PREFIX}/man/man3/gc.3
|
||||
${INSTALL_DATA} ${WRKSRC}/include/gc{,_cpp,_backptr}.h ${PREFIX}/include
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/include/private
|
||||
${INSTALL_DATA} ${WRKSRC}/include/gc{,_{cpp,backptr,gcj,mark}}.h ${PREFIX}/include
|
||||
${INSTALL_DATA} ${WRKSRC}/include/private/gc{config,_{hdrs,locks,priv,pmark}}.h ${PREFIX}/include/private
|
||||
|
||||
REGRESS_TARGET= check-TESTS
|
||||
|
||||
|
@ -1,7 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2002/09/12 14:53:27 todd Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2002/09/16 22:00:13 todd Exp $
|
||||
include/gc.h
|
||||
include/gc_cpp.h
|
||||
include/gc_backptr.h
|
||||
include/gc_gcj.h
|
||||
include/gc_mark.h
|
||||
include/private/gc_pmark.h
|
||||
include/private/gc_priv.h
|
||||
include/private/gcconfig.h
|
||||
include/private/gc_locks.h
|
||||
include/private/gc_hdrs.h
|
||||
lib/libgc.a
|
||||
lib/libgc.la
|
||||
man/man3/gc.3
|
||||
|
Loading…
Reference in New Issue
Block a user