Automake und Autoconf

Vom einfachen Programm zum fertigen Debian-Paket, Fragen rund um Programmiersprachen, Scripting und Lizenzierung.
Antworten
Benutzeravatar
L@w
Beiträge: 916
Registriert: 24.07.2002 08:12:30

Automake und Autoconf

Beitrag von L@w » 09.10.2003 21:42:10

hallo,

ich bin gerade dabei c zu lernen und ich habe auch schon ein paar kleine programme geschrieben. jetzt habe ich mir in der neuen ct mal den artikel über autoconf und automake durch gelesen. aber irgendwie komme ich da nicht richtig zusammen. das autoconf funktioniert ja so einigermassen (glaube ich halt :wink: , nein ./configure läuft ohne fehler durch) nur mit automake du ich mir schwer.

kann mir da irgendwer ein kleines howto geben?

danke
cu L@w
---

LINUX - because booting is for adding hardware!

Benutzeravatar
jd
Beiträge: 286
Registriert: 01.07.2003 12:02:33
Wohnort: D->Hessen->MKK

Beitrag von jd » 10.10.2003 14:24:54

QUELLE: http://seul.org/docs/autotut/
BESCHREIBUNG:
autotut -- Using GNU auto{conf,make,header}
`autotut' is a complete tutorial about the autotools. It covers most of the aspects of the real live build processes. Part of the tutorial are serevel sample projects.

QUELLE: http://www.st-andrews.ac.uk/~iam/docs/tutorial.html
BESCHREIBUNG:
Eleftherios Gkioulekas: Learning the GNU development tools

QUELLE: http://www.airs.com/ian/configure/
BESCHREIBUNG: Ian Lance Taylor: The GNU configure and build system

This document describes the GNU configure and build systems. It describes how
autoconf, automake, libtool, and make fit together. It also includes a
discussion of the older Cygnus configure system.

This document does not describe in detail how to use each of the tools; see
the respective manuals for that. Instead, it describes which files the
developer must write, which files are machine generated and how they are
generated, and where certain common problems should be addressed.

This document draws on several sources, including the autoconf manual by
David MacKenzie, the automake manual by David MacKenzie and Tom Tromey,
the libtool manual by Gordon Matzigkeit, and the Cygnus configure manual
by K. Richard Pixley.

QUELLE: http://www.murrayc.com/learning/linux/a ... make.shtml
BESCHREIBUNG: Murray's Web Pages: Using Automake and Autoconf with C++

und dann gibt es noch Red Hat's autobook. Neu da habe ich keinen Links

Antworten