<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://ww8central.ww.uni-erlangen.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://ww8central.ww.uni-erlangen.de/feed.php">
        <title>ww8central - tools:buildtools</title>
        <description></description>
        <link>https://ww8central.ww.uni-erlangen.de/</link>
        <image rdf:resource="https://ww8central.ww.uni-erlangen.de/_media/wiki/logo.png" />
       <dc:date>2026-05-21T16:14:45+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://ww8central.ww.uni-erlangen.de/tools/buildtools/ccache?rev=1429259433&amp;do=diff"/>
                <rdf:li rdf:resource="https://ww8central.ww.uni-erlangen.de/tools/buildtools/cmake?rev=1443194110&amp;do=diff"/>
                <rdf:li rdf:resource="https://ww8central.ww.uni-erlangen.de/tools/buildtools/makefile?rev=1418675350&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://ww8central.ww.uni-erlangen.de/_media/wiki/logo.png">
        <title>ww8central</title>
        <link>https://ww8central.ww.uni-erlangen.de/</link>
        <url>https://ww8central.ww.uni-erlangen.de/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://ww8central.ww.uni-erlangen.de/tools/buildtools/ccache?rev=1429259433&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-04-17T08:30:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CCache</title>
        <link>https://ww8central.ww.uni-erlangen.de/tools/buildtools/ccache?rev=1429259433&amp;do=diff</link>
        <description>CCache

(Fedora only)

CCache is caching every compile process and speeding up repetitive compiler runs by a great amount (half, tenth ...)

CCache is in the PATH before the common /bin /usr/bin paths and gets preferred. Usually without problems. If you want to deactivate it set the environment variable.</description>
    </item>
    <item rdf:about="https://ww8central.ww.uni-erlangen.de/tools/buildtools/cmake?rev=1443194110&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-09-25T15:15:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CMAKE</title>
        <link>https://ww8central.ww.uni-erlangen.de/tools/buildtools/cmake?rev=1443194110&amp;do=diff</link>
        <description>CMAKE

CMAKE_BUILD_TYPE:STRING

CMAKE_BUILD_TYPE:STRING=[ Debug, Release, MinSizeRel, RelWidthDebInfo ]

Tips and HowTos

 Fortran for C/C++ developers made easier with CMake 

CMAKE with deal.ii

recommended structure e.g.:

	*  CMakeLists.txt
	*  build
	*  include
		*  h1.h
		*  h2.h
		*  ...

	*  src</description>
    </item>
    <item rdf:about="https://ww8central.ww.uni-erlangen.de/tools/buildtools/makefile?rev=1418675350&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-12-15T20:29:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Makefile</title>
        <link>https://ww8central.ww.uni-erlangen.de/tools/buildtools/makefile?rev=1418675350&amp;do=diff</link>
        <description>Makefile

Running the command 

make

causes a search for a file called Makefile or makefile in your directory and then execute it. In case you have several makefiles, you can specify one as:

make -f MyMakefile

Basic Makefile

The build process contains two steps;</description>
    </item>
</rdf:RDF>
