Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Sobota, 20. apríl 2024

Súbor: [Platon] / ep / rebuild (stiahnutie)

Revízia 1.4, Wed Apr 24 19:35:52 2002 UTC (22 years ago) by host8

Zmeny od 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.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok