Auto Documentation
ScanDoc -- Automatic Documentation Utility, Short hand XML for software documentation.
Aegis 3.20
Aegis is a transaction-based software project management system. It provides a framework within which a team of developers may work on many changes to a program independently.
Autoconf Tutorial
Introduction to programming using GNU's autoconf system. Autoconf simplifies the porting process and provides a consistent build interface for system administrators.
Automake Home Page
Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards.
azzit.de: dot.conf
dot.conf is a simple-to-use and powerful configuration-file parser library written in C.
CCView C++ Project Viewer
CCView C++ project viewer to view C++ code in a compatible editor like emacs.
Doxygen
A C, C++ and IDL documentation generator. Provides cross-referenced docs, in HTML, PDF and LaTeX formats
Excel Software Linux
Development and design tools linux.
gbuild
Powerful system of scripts designed to automate cvs updating of code, compiling the modules, creating tar files, automatically creating spec files, rpms and srpms. It is easily configurable to be used with any modules, and flexible enough to be used with any project using a GNU automake/autoconf setup. Includes support for a configuration file to specify global and package specific update/compile options.
GNU Autoconf
GNU autoconf is a package for generating configure scripts. These scripts are present in a large number of free software packages and are used to detect system features at compilation time. Autoconf is mostly needed by people producing packages that run on a wide variety of platforms--particularly UNIX-a-likes.
GNU Libtool - GNU Project - Free Software Foundati
NU libtool is a generic library support script. Libtool hides the complexity of using shared and static libraries behind a consistent, portable interface. Libtool supports building static libraries on all platforms.
GNU Make - GNU Project - Free Software Foundation
Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
Learning Autoconf and Automake
An in-progress tutorial for getting started with GNU autoconf and automake.
Linux Bug Tracking, project management, and other
A survey of bug tracking, scheduling, metrics, trouble-ticketing, help-desk, call-, and project-management tools for Linux
Linux Cross-Reference
The Linux Cross-Reference project is the testbed application of a general hypertext cross-referencing tool.
Makeheaders -- A program to generate header files
The makeheaders program is a simple utility that will automatically generate all the ``.h'' files for large programming project based on information gleaned from the ``.c'' or ``.cpp'' source files. It operates by scanning the C and/or C++ source code, extracting appropriate macros, structure and subroutine declarations and writing this declarations, in the correct order, into the generated header files.
Quick Guide to the GNU Build System
A quick guide to use the GNU Build System (autotools) comprising (autoconf, automake, aclocal...) to release your software in an easily installable and portable format.
Spec-Gen
A spec file generator. Currently it reads and writes several of the more commonly used spec files fields, like %pre, %prep, %patch, Source, and Name.