X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2FREADME;fp=codegen%2FREADME;h=5c05067df0225d2b2d2999b7cbb62dbac39570de;hp=3156fca7d8b54165ba61a109fb0f7554740abc70;hb=7781f1c4d69c5be72d5cc98bf34d0b5ccf1f372e;hpb=b35406feb0d11c6022c58ae485e9864641b7ff9c diff --git a/codegen/README b/codegen/README index 3156fca..5c05067 100644 --- a/codegen/README +++ b/codegen/README @@ -2,3 +2,16 @@ code generator using gccxml and libxml++ for example usage take a look at the libt2n-example package +design decisions: + +installation of codegen-stubhead.hxx: +codegen-stubhead.hxx is installed because the generated includes depend on the libt2n headers anyway + +make file snippet moved into libt2n-example1 and must be copied manually: +automake is run first (before configure) and needs the makefile snippet => no way to let configure +find the makefile snippet + +examples in separate packages: +- this was done to be able to test that installation and configure scripts work as intended +- there are two examples because one is used to generate the usage example documentation using doxygen + and one is used for automatic testing