.TH "ASSA-GENESIS" "1" "June 2005" "Miriam Ruiz" "" .SH "NAME" assa\-genesis \- generates skeleton files for RAD development with ASSA library .SH "SYNOPSIS" .B assa\-genesis [\fIOPTIONS\fR] <\fIapp_name\fR> .SH "USAGE" .PP Four files are generated by default: .TP \-main.h Header file with debug tracing masks .TP \-main.cpp 'main()' function with event loop .TP .h Header file for class .TP .cpp Implementation stubs for class .PP In addition, if \fB\-\-gtk2\-app\fR options was specified, the MainWindow class is generated: .TP MainWindow.h Class MainWindow declaration .TP MainWindow.cpp Class MainWindow definition .PP If {\fB\-t\fR, \fB\-\-one\-file\fR} switch is used, everything is put in one file, .cpp. This is primarily used for writing test programs. .PP See ASSA User's Guide for further details .SH "OPTIONS" .TP \fB\-\-with\-example\fR Add example of processing positional command\-line arguments. .TP \fB\-\-with\-gpl\-license\fR (Default) Generate files with GPL license headers. .HP \fB\-\-with\-lgpl\-license\fR Generate files with LGPL license headers. .HP \fB\-\-with\-x11\-license\fR Generate files with X11\-type license headers. .HP \fB\-\-with\-makefile\fR Generate GNUmakefile. file. .HP \fB\-\-gtk2\-app\fR Generate Gtkmm2-2.4 ready application. .HP \fB\-o\fR, \fB\-\-one\-file\fR Put everything in one file .HP \fB\-e\fR, \fB\-\-extension\fR STRING Set file extension for C++ code (C, cxx, ...) .HP \fB\-h\fR, \fB\-\-help\fR print help message .HP \fB\-v\fR, \fB\-\-version\fR print version number .SH "AUTHOR" Original program written by Vladislav Grinchenko. .PP This manual page was written by Miriam Ruiz , for the Debian project (but may be used by others).