File:Autoconf-automake-process.svg
Original file (SVG file, nominally 644 × 1,170 pixels, file size: 27 KB)
Captions
Summary
[edit]DescriptionAutoconf-automake-process.svg |
English: GNU autoconf and automake process for generating makefiles |
Date | |
Source | Own work, based on https://commons.wikimedia.org/wiki/File:Autoconf.svg |
Author | Jdthood |
Source code
[edit]This image was generated using the Graphviz dot utility from the following file named autoconf-automake-process.dot.prem4, which I hereby release under the GNU General Public License version 3:
digraph autotools {
node [fontname="Liberation Sans"];
edge [fontname="Liberation Sans"];
ordering=out;
"configure.ac" [shape=box];
autoscan -> "configure.ac" [style=bold,arrowsize=1.5];
"Makefile.am" [shape=box];
ed [style=invis];
ed -> "Makefile.am" [style=invis];
"configure.ac" -> aclocal [arrowhead=open];
"configure.ac" -> autoconf [arrowhead=open];
"configure.ac" -> autoheader [arrowhead=open];
"configure.ac" -> automake [arrowhead=open];
"aclocal.m4" [shape=box];
aclocal -> "aclocal.m4" [style=bold,arrowsize=1.5];
"config.h.in" [shape=box];
autoheader -> "config.h.in" [style=bold,arrowsize=1.5];
"config.h.in" -> automake [arrowhead=open];
"Makefile.am" -> automake [arrowhead=open];
"Makefile.in" [shape=box];
automake -> "Makefile.in" [style=bold,arrowsize=1.5];
{rank=same; aclocal autoheader}
{rank=same; "aclocal.m4" "config.h.in"}
configure [shape=Mcircle,width=2,height=2];
"aclocal.m4" -> autoconf [arrowhead=open];
autoconf -> configure [style=bold,arrowsize=1.5];
"config.h" [shape=box];
Makefile [shape=box];
{rank=same; "config.h" Makefile}
"config.status" [shape=Mcircle];
"config.h.in" -> "config.status" [arrowhead=open];
"Makefile.in" -> "config.status" [arrowhead=open];
dummy0 [style=invis];
dummy1 [style=invis];
configure -> "config.status" [style=bold,arrowsize=1.5];
"config.status" -> dummy0 [style=invis];
"config.status" -> "config.h" [style=bold,arrowsize=1.5];
"config.status" -> Makefile [style=bold,arrowsize=1.5];
"config.status" -> dummy1 [style=invis];
"config.h" -> make [arrowhead=open];
Makefile -> make [arrowhead=open];
dummy1 -> make [style=invis];
"executable" [label=<<I>LABEL_executable</I>>,shape=box,fontname="URW Palladio L"];
make -> "executable" [style=bold,arrowsize=1.5];
subgraph legend {
"input file" [label=<<I>LABEL_input_file</I>>,fontname="URW Palladio L",shape=box];
"config.status" -> "input file" [style=invis];
"input file" -> process [label=" LABEL_influences ",arrowhead=open];
process [label=<<I>LABEL_process</I>>,fontname="URW Palladio L"];
"output file" [label=<<I>LABEL_output_file</I>>,fontname="URW Palladio L",shape=box];
process -> "output file" [label=" LABEL_creates ",style=bold,arrowsize=1.5];
}
}
using this command:
#!/bin/sh
N="autoconf-automake-process"
m4 \
--define=LABEL_executable="executable" \
--define=LABEL_input_file="input file" \
--define=LABEL_output_file="output file" \
--define=LABEL_process="process" \
--define=LABEL_influences="influences" \
--define=LABEL_creates="creates" \
"${N}.dot.prem4" > "${N}.dot"
dot \
-Tsvg \
< "${N}.dot" \
> "${N}.svg"
m4 \
--define=LABEL_executable="exécutable" \
--define=LABEL_input_file="fichier d'entrée" \
--define=LABEL_output_file="fichier de sortie" \
--define=LABEL_process="procès" \
--define=LABEL_influences="influencer" \
--define=LABEL_creates="créer" \
"${N}.dot.prem4" > "${N}-fr.dot"
dot \
-Tsvg \
< "${N}-fr.dot" \
> "${N}-fr.svg"
If you modify the image, update the source code on the image's Wikimedia Commons page.
Licensing
[edit]- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 10:31, 21 November 2022 | 644 × 1,170 (27 KB) | Morgaladh (talk | contribs) | Reverted to version as of 14:34, 28 February 2014 (UTC) | |
10:21, 21 November 2022 | 838 × 1,086 (23 KB) | Morgaladh (talk | contribs) | Label the legend as such. Reorganize into subgraphs showing parts of the system used by package developers and the parts used by package users. Fix colors to reflect status of files that are both inputs and outputs. | ||
14:34, 28 February 2014 | 644 × 1,170 (27 KB) | Gang65 (talk | contribs) | Update icons with colors | ||
18:06, 13 May 2013 | 644 × 1,170 (15 KB) | Romesnil (talk | contribs) | Reverted to version as of 18:05, 13 May 2013 | ||
18:06, 13 May 2013 | 644 × 1,170 (14 KB) | Romesnil (talk | contribs) | Reverted to version as of 17:55, 13 May 2013 | ||
18:05, 13 May 2013 | 644 × 1,170 (15 KB) | Romesnil (talk | contribs) | Correct the data flow: automake depends on config.h.in | ||
17:55, 13 May 2013 | 644 × 1,170 (14 KB) | Romesnil (talk | contribs) | Use the fonts available on the Wikimedia servers | ||
12:28, 25 June 2011 | 668 × 1,193 (14 KB) | Jdthood (talk | contribs) | Correct data flow | ||
06:53, 23 June 2011 | 679 × 1,193 (14 KB) | Jdthood (talk | contribs) | Move legend to the right. Remove ed. | ||
09:56, 22 June 2011 | 495 × 1,190 (15 KB) | Jdthood (talk | contribs) | Untangle edges |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on ar.wikipedia.org
- Usage on ca.wikipedia.org
- Usage on cs.wikipedia.org
- Usage on de.wikipedia.org
- Usage on en.wikipedia.org
- Usage on en.wikibooks.org
- Usage on eo.wikipedia.org
- Usage on es.wikipedia.org
- Usage on fa.wikipedia.org
- Usage on fi.wikipedia.org
- Usage on it.wikipedia.org
- Usage on ja.wikipedia.org
- Usage on ko.wikipedia.org
- Usage on nl.wikipedia.org
- Usage on pl.wikipedia.org
- Usage on pl.wikibooks.org
- Usage on pt.wikipedia.org
- Usage on ru.wikipedia.org
- Usage on sv.wikipedia.org
- Usage on www.wikidata.org
- Usage on zh.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Width | 515pt |
---|---|
Height | 936pt |