Tiger est un langage informatique, et non l'animal correspondant!

FAQ Tiger Compiler Project

Section générale sur Tiger

3.3.1 - Modification de configure.in
*--------------- cut here ------------------*

AC_INIT
AM_INIT_AUTOMAKE(tiger, 0.4)

AC_LANG_CPLUSPLUS
AC_PROG_CXX
CXXFLAGS="-ggdb -Wall"
AM_PROG_LEX
AC_PROG_YACC
AC_PROG_RANLIB

CFLAGS=$CXXFLAGS
AC_PROG_CC
AM_CONFIG_HEADER(config.h)

AC_OUTPUT(Makefile
lib/Makefile
src/symbol/Makefile
src/parse/Makefile
src/absyn/Makefile
src/Makefile)

*--------------- cut here ------------------*
puis faire un make clean dans lib/



Merci ŕ tous les participants de cette FAQ sur Tiger: notre professeur Akim Demaille,
Sébastien Moncel et Arnaud Meyer, ingénieur informatique EPITA promo 2003.

Valid XHTML 1.0!   Valid CSS!