X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2FMakefile.am;h=72f25e53941f18445dca68b41ace00a407a63e9d;hp=b11e8810678e49266ad90b88d913e6e19caf719c;hb=22c93e2cd435ba875778fedef9b11181dd6383d1;hpb=a96ab6288873059274d783980f70899e24bb46ce diff --git a/example-codegen/Makefile.am b/example-codegen/Makefile.am index b11e881..72f25e5 100644 --- a/example-codegen/Makefile.am +++ b/example-codegen/Makefile.am @@ -29,3 +29,16 @@ default_common.hxx default_common.cpp default_client.hxx default_client.cpp defa other_common.hxx other_common.cpp other_client.hxx other_client.cpp other_server.hxx other_server.cpp: codegen.stamp TESTS = test + + +# TODO: +# howto generate Makefile(.in) from something like this: + +# CMDGROUPS = default other + +# default_SOURCES = default-1.cpp default-2.cpp +# other_SOURCES = other.cpp + +# TESTS = test + +# server_SOURCES = server.cpp default foo.hxx