Update of /cvsroot/libfunutil/libfunutil/build
In directory sc8-pr-cvs1:/tmp/cvs-serv21616
Added Files:
Makefile.bt
Log Message:
incomplete buildtool makefile for building rpm's
--- NEW FILE: Makefile.bt ---
top_srcdir = ..
.include "$(top_srcdir)/bt_config.mk"
RPM_SPECFILE = libfunUtil.spec
RPM_SPECFILE_IN = libfunUtil.spec.in
all: $(RPM_SPECFILE)
$(RPM_SPECFILE): $(RPM_SPECFILE_IN) $(top_srcdir)/bt_config.mk
$(BT_OUTPUT) $@
# XXX this is not complete, see the toc Makefile
.include <bt.init.mk>
|