Update of /cvsroot/libfunutil/libfunutil
In directory sc8-pr-cvs1:/tmp/cvs-serv21459
Modified Files:
Makefile
Log Message:
added build subdir & rpm target
Index: Makefile
===================================================================
RCS file: /cvsroot/libfunutil/libfunutil/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile 1 Sep 2003 05:01:04 -0000 1.11
+++ Makefile 5 Sep 2003 05:50:22 -0000 1.12
@@ -3,7 +3,7 @@
default: all
TOC_OVERRIDE_CLEAN = 1# tells cleaner to let us initialize clean/distclean deps
-SUBDIRS = lib util tests include doc
+SUBDIRS = build lib util tests include doc
SUBDIRS += toc
# note: we re-order the clean deps to make sure the shared makefile and config.h
@@ -27,7 +27,7 @@
DIST_FILES += configure toc_shared.make.at toc_shared.qmake.at
DIST_FILES += configure.$(PACKAGE_NAME)
-DIST_FILES += README README.bt README.toc COPYING
+DIST_FILES += README README.bt README.toc COPYING CHANGES
ifeq (1,$(configure_with_buildtool))
DIST_FILES += Makefile.bt buildtool.d/config buildtool.d/defs buildtool.d/docs
DIST_FILES += data/libfunUtil.bpf.in data/Makefile.bt
@@ -35,4 +35,5 @@
all: subdirs
-
+rpm:
+ cd build && make rpm
|