This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo
evomarc 5b26c61445 Added the tutorial SUBDIR
It works fine ... for make clean
But of course it would require some Makefile.am in each subdir of tutorial
and I am not sure I know what to put there...
2000-11-30 04:44:32 +00:00
..
app now works 2000-11-28 13:36:29 +00:00
contrib adding Makefile.in 2000-11-23 19:15:31 +00:00
doc adding subdirectories 2000-11-06 12:38:54 +00:00
src An include file was missing!!! 2000-11-29 17:20:16 +00:00
test fixing template type 2000-11-13 12:12:14 +00:00
tutorial Initial version of the tutorial. 2000-11-29 18:19:57 +00:00
win eoCounter? 2000-08-23 12:03:01 +00:00
.cvsignore *** empty log message *** 1999-09-10 12:11:11 +00:00
acconfig.h learning about autoconf: eoBin and bvector.h 1999-02-08 14:15:11 +00:00
AUTHORS Updated authors and started a README 2000-10-06 07:50:10 +00:00
autogen.sh 1999-01-29 12:23:55 +00:00
ChangeLog 1999-01-29 12:23:55 +00:00
config.guess 1999-01-29 12:23:55 +00:00
config.sub 1999-01-29 12:23:55 +00:00
configure.in sorry, old version was right 2000-11-29 18:36:13 +00:00
COPYING 1999-01-29 12:23:55 +00:00
INSTALL 1999-01-29 12:23:55 +00:00
install-sh 1999-01-29 12:23:55 +00:00
LICENSE Added LICENSE 1999-09-20 11:37:00 +00:00
ltconfig New fresh ltconfig, works on my RedHat distr and also on geneura 2000-08-03 17:11:54 +00:00
ltmain.sh Added a different libtool configure so it runs on more machines 2000-08-03 17:11:02 +00:00
Makefile.am Added the tutorial SUBDIR 2000-11-30 04:44:32 +00:00
missing 1999-01-29 12:23:55 +00:00
mkinstalldirs eoBreeder almost finished 1999-02-12 17:43:28 +00:00
NEWS 1999-01-29 12:23:55 +00:00
README Changed functor base names and added to version 2000-10-09 16:13:20 +00:00
README.html Added missing files, and LICENSE 2000-08-03 15:44:01 +00:00
TODO.html Added missing files, and LICENSE 2000-08-03 15:44:01 +00:00

Welcome to EO,

if you extracted a fresh snapshot from the cvs-repository, remember to do:

$> ./autogen.sh --enable-maintainer-mode

instead of

$> ./configure

before making the libraries.

Documentation can be found in:
   eo/doc/html

And \latex sources for a reference manual in:
   eo/doc/latex

There are currently no examples except the programs in the test directory. 
Only the files mentioned in Makefile.am will actually compile.