mrw-c++-0.92 (mrw)
- new file: version.cpp - new file header for all sources - work around warning in mrw::auto<T> - possibility to compile without log4cxx - work around bugs in demangle.h and libiberty.h - corrections in documentation - added simple tracing mechanism - more warnings - small corrections in Auto<>::Free and a new test for it - possibility to compile without stack trace
This commit is contained in:
43
makefile.am
43
makefile.am
@@ -1,10 +1,35 @@
|
||||
## @file
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
## $Date$
|
||||
## $Author$
|
||||
##
|
||||
## @copy © Marc Wäckerlin
|
||||
## @license LGPL, see file <a href="license.html">COPYING</a>
|
||||
##
|
||||
## $Log$
|
||||
## Revision 1.6 2004/08/28 16:21:07 marc
|
||||
## mrw-c++-0.92 (mrw)
|
||||
## - new file: version.cpp
|
||||
## - new file header for all sources
|
||||
## - work around warning in mrw::auto<T>
|
||||
## - possibility to compile without log4cxx
|
||||
## - work around bugs in demangle.h and libiberty.h
|
||||
## - corrections in documentation
|
||||
## - added simple tracing mechanism
|
||||
## - more warnings
|
||||
## - small corrections in Auto<>::Free and a new test for it
|
||||
## - possibility to compile without stack trace
|
||||
##
|
||||
|
||||
SUBDIRS = mrw
|
||||
|
||||
EXTRA_DIST = bootstrap.sh
|
||||
|
||||
nobase_include_HEADERS = mrw/auto.hpp mrw/unistd.hpp \
|
||||
mrw/stacktrace.hpp mrw/exception.hpp \
|
||||
mrw/exec.hpp
|
||||
mrw/exec.hpp mrw/arg.hpp mrw/smartpointer.hpp
|
||||
infosdir = ${pkgdatadir}
|
||||
infos_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog \
|
||||
@PACKAGENAME@.spec @PACKAGENAME@-devel.spec
|
||||
@@ -12,15 +37,29 @@ infos_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog \
|
||||
RPMS = /usr/src/packages/RPMS/i586/@PACKAGENAME@-@MAJOR@.@MINOR@-1.i586.rpm \
|
||||
/usr/src/packages/RPMS/i586/@PACKAGENAME@-devel-@MAJOR@.@MINOR@-1.i586.rpm
|
||||
|
||||
release: rpm tag webserver
|
||||
|
||||
tag:
|
||||
cvs ci -R .
|
||||
cvs tag -FR REL_@PACKAGENAME@-@MAJOR@-@MINOR@ .
|
||||
|
||||
rpm: dist
|
||||
cp @PACKAGENAME@-@MAJOR@.@MINOR@.tar.gz /usr/src/packages/SOURCES/
|
||||
rpmbuild -bb --clean @PACKAGENAME@.spec
|
||||
rpmbuild -bb --clean @PACKAGENAME@-devel.spec
|
||||
|
||||
webserver: all check dist ${RPMS}
|
||||
ssh root@waeckerlin.org mkdir -p /home/marc/mrw-c++
|
||||
ssh root@waeckerlin.org bash -c \
|
||||
'"rm -r /home/marc/mrw-c++; mkdir -p /home/marc/mrw-c++"'
|
||||
scp mrw/doc/html/* \
|
||||
mrw/doc/latex/@PACKAGENAME@-@MAJOR@.@MINOR@.pdf \
|
||||
@PACKAGENAME@-@MAJOR@.@MINOR@.tar.gz \
|
||||
${RPMS} \
|
||||
root@waeckerlin.org:/home/marc/mrw-c++/
|
||||
|
||||
distclean-local:
|
||||
- find . -name '*~' | xargs rm
|
||||
- rm -r autom4te.cache
|
||||
- rm aclocal.m4 config.guess config.sub configure \
|
||||
depcomp install-sh ltmain.sh makefile makefile.in \
|
||||
missing mkinstalldirs
|
||||
|
Reference in New Issue
Block a user