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

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

Revision 1.4, Wed Apr 24 19:35:52 2002 UTC (21 years, 11 months ago) by host8

Changes since 1.3: +14 -16 lines

./configure script now implemented via autoconf.

#!/bin/sh

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

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

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