version 1.10, 2002/12/21 09:42:58
|
version 1.15, 2006/03/12 13:29:51
|
Line 1
|
Line 1
|
# Procedures to build gforth from the CVS sources |
# Procedures to build gforth from the CVS sources |
|
|
#Copyright (C) 2000 Free Software Foundation, Inc. |
#use this with parameters and env variables like "configure" |
|
|
|
#Copyright (C) 2000,2002,2003 Free Software Foundation, Inc. |
|
|
#This file is part of Gforth. |
#This file is part of Gforth. |
|
|
Line 52 autoconf
|
Line 54 autoconf
|
# generate header files like engine/config.h.in |
# generate header files like engine/config.h.in |
|
|
autoheader |
autoheader |
|
echo timestamp >stamp-h.in |
|
|
# run configure sXScript |
# run configure Script |
|
|
./configure $* |
./configure $* |
|
|
Line 66 rm gforth.fi
|
Line 69 rm gforth.fi
|
echo xz |
echo xz |
if [ "$GFORTH"xx != "xx" ] |
if [ "$GFORTH"xx != "xx" ] |
then |
then |
echo Running: make BUILDFORTH="$GFORTH" gforth... |
echo Running: make BUILDFORTH="$GFORTH" FORTHP="$GFORTH" gforth... |
make BUILDFORTH="$GFORTH" FORTHP="$GFORTH" gforth |
make BUILDFORTH="$GFORTH" FORTHP="$GFORTH" gforth |
echo Running: make BUILDFORTH="$GFORTH" all... |
echo Running: make BUILDFORTH="$GFORTH" FORTHP="$GFORTH" all... |
make BUILDFORTH="$GFORTH" FORTHP="$GFORTH" all |
make BUILDFORTH="$GFORTH" FORTHP="$GFORTH" all |
fi |
fi |