Autoconf Tutorial - http://www.galassi.org/mark/mydocs/autoconf_tutorial_toc.html
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 - http://www.gnu.org/software/automake
Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. |
azzit.de: dot.conf - http://www.azzit.de/dotconf/
dot.conf is a simple-to-use and powerful configuration-file parser library written in C. |
Excel Software Linux - http://www.excelsoftware.com/linuxproducts.html
Development and design tools Linux. |
GNU Autoconf - http://www.gnu.org/software/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 Foundation (FSF) - http://www.gnu.org/software/libtool/
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 (FSF) - http://www.gnu.org/software/make/make.html
Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. |
http://www.stack.nl/~dimitri/doxygen/index.html - http://www.stack.nl/~dimitri/doxygen/index.html
A C, C++ and IDL documentation generator. Provides cross-referenced docs, in HTML, PDF and LaTeX formats |
Kconfigure - http://kconfigure.sourceforge.net/
A graphical KDE based frontend for compiling. |
Learning Autoconf and Automake - http://www.amath.washington.edu/~lf/tutorials/autoconf/
An in-progress tutorial for getting started with GNU autoconf and automake. |
Linux Bug Tracking, project management, and other tools - http://linas.org/linux/pm.html
A survey of bug tracking, scheduling, metrics, trouble-ticketing, help-desk, call-, and project-management tools for Linux |
Linux Cross-Reference - http://lxr.linux.no/
The Linux Cross-Reference project is the testbed application of a general hypertext cross-referencing tool. |
Makeheaders -- A program to generate header files for C or C++ - http://www.hwaci.com/sw/mkhdr/index.html
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. |
Spec-Gen - http://home.earthlink.net/~joseph-ja/programs.html
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. |