Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, March 29, 2024

File: [Platon] / ep / rebuild (download)

Revision 1.7, Fri Apr 18 14:03:15 2003 UTC (20 years, 11 months ago) by nepto


Changes since 1.6: +2 -1 lines

Manual pages generation and installation implemented.
Directory man1 is created instead of man3.
Documentation build included into ./rebuild script.
Version changed from 1.0pre3 to 1.0pre4.

#!/bin/sh

echo
echo "===================================="
echo "This script is for maintainers only!"
echo "===================================="
echo

export CFLAGS="-Wall -O2"
rm -f  config.h configure config.cache aclocal.m4 config.log stamp-h*
rm -f  Makefile src/Makefile
rm -rf .deps/ src/.deps/
rm -f  lib* src/*.o core.* src/core.*

echo running autoheader &&  autoheader && \
echo running aclocal    &&  aclocal && \
echo running autoconf   &&  autoconf && \
echo running ./configure $* && \
./configure $* && \
make clean && \
make && \
make documentation

echo
echo "===================================="
echo "This script is for maintainers only!"
echo "===================================="
echo


Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top