From: <bo...@us...> - 2003-09-03 08:47:43
|
Update of /cvsroot/libfunutil/libfunutil/data In directory sc8-pr-cvs1:/tmp/cvs-serv26248 Added Files: libfunUtil.bpf.in Makefile.bt Log Message: initial checkin of some files used by buildtool --- NEW FILE: libfunUtil.bpf.in --- # $Id: libfunUtil.bpf.in,v 1.1 2003/09/03 08:47:40 bozo Exp $ # pkgflags file # # This file is mostly useful for packages providing libraries. # If not needed (i.e., if the package is a program), remove it. # BT_PREFIX="@BT_PREFIX@" BT_DIR_LIB="@BT_DIR_LIB@" BT_DIR_INCLUDE="@BT_DIR_INCLUDE@" bpf_name="@BT_PKG_NAME@" bpf_descr="@BT_PKG_COMMENT@" bpf_version="@BT_PKG_VERSION@" #bpf_libs="-L${BT_DIR_LIB} -lyour_library" #bpf_cflags="-I${BT_DIR_INCLUDE}" --- NEW FILE: Makefile.bt --- .include "../bt_config.mk" BT_FILES_CLEANDIR+= libfunUtil.bpf #XXX not sure what was supposed to happen here, but this was generated #XXX by "buildtool wizard", and it looks broken. #real-install: # @ # @ libfunUtil.bpf .include <bt.prog.mk> |