Makegen (c) Leszek "Leon" Krupinski 1999-2000 d@z.pl Makegen is a simple program that generates Makefile, configuration file for make. Makegen is inteded to use with small projects (now Makegen supports only one output file), but it will be still developed. Syntax: makegen [-d] [-c compiler] [-llib] [-Ddefine] [--strip] [-l dest_dir] <-s source> <-o output> -s source --source=source Add source file (can be used multiple times) -o output --output=output Define output file name (only one) -c compiler --compiler=compiler Define compiler (default gcc) -Ddefine[=value] --define=define[=value] Add define flag to Makefile -llib --lib=lib Add dynamic-linked library (can be used multiple times) -d --debug Add debug information to binary -l dest_dir --dir=dest_dir Define directory to install binaries there --strip Strip binaries after compilation WARNING: This program overwrites file named Makefile in current directory.