Skip to content
Snippets Groups Projects
Commit 650370ae authored by Ansgar Burchardt's avatar Ansgar Burchardt Committed by Oliver Sander
Browse files

Remove $Id$ keyword.

parent e2a5a893
No related branches found
No related tags found
No related merge requests found
# $Id$
# we need the module file to be able to build via dunecontrol
EXTRA_DIST= CMakeLists.txt dune.module
......
# $Id$
am_DATA = inkscape.am webstuff global-rules sourcescheck \
no-check-without-lib latex checklog doxygen top-rules \
headercheck documentation cmake-pkg-config
......
# -*- Makefile -*-
# $Id$
#
# check-log
#
......
# -*- Makefile -*-
# $Id: global-rules 5267 2008-09-10 10:45:42Z christi $
maintainer-clean-local: doc-clean-am
......
# -*- Makefile -*-
# $Id$
#
# this file should be included into any Makefile.am so that we can
# easily introduce new global rules. DO NOT OVERUSE!
......
# -*- Makefile -*-
# $Id: sourcescheck 5183 2008-04-27 17:37:08Z christi $
headercheck_PATTERN = *.hh
......
# -*- makefile -*-
# $Id$
# Rules for latex stuff
......
# -*- Makefile -*-
# $Id$
# many tests need parts of libdune. Telling the tests to use
# previously build partial libs is possible but difficult to maintain:
......
# -*- Makefile -*-
# $Id$
sourcescheck_IGNORE = aclocal.m4 dependencies.m4
......
# -*- makefile -*-
# $Id$
## rules to create HTML-pages from wml-files with additional magic to
## possibly use the layout of the Dune-homepage
......
# $Id$
# put scripts into dist-tarball
EXTRA_DIST = am2cmake.py CMakeLists.txt duneproject dunecontrol \
dunedoxynize \
......
#!/bin/bash
# $Id: autogen.sh 5054 2008-01-08 15:06:55Z christi $
# barf on errors
set -e
......
......@@ -434,8 +434,6 @@ for further options.
The full build-system is described in the dune-common/doc/buildsystem (SVN version) or under share/doc/dune-common/buildsystem if you installed DUNE!
\$Id$
R_DELIM
################## MAKEFILE.AM ##################
......@@ -446,8 +444,6 @@ for name in $DEPENDENCIES; do
done
echo "- $PROJECT/Makefile.am"
cat> "$PROJECT/Makefile.am" << M_DELIM
# \$Id$
# we need the module file to be able to build via dunecontrol
EXTRA_DIST = dune.module \\
CMakeLists.txt \\
......
# $Id$
# also build these sub directories
SUBDIRS = doxygen buildsystem comm
......
# $Id: Makefile.am 4499 2006-04-13 14:56:35Z christi $
# setting like in dune-web
CURDIR=doc/buildsystem
BASEDIR=../..
......
# $Id: Makefile.am 1681 2012-08-31 11:30:17Z gruenich $
SUBDIRS = figures
MPIPROGRAMS = indexset poosc08 poosc08_test
......
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id: buildindexset.hh 1565 2012-04-30 22:04:34Z mblatt $
#ifndef BUILDINDEXSET_HH
#define BUILDINDEXSET_HH
......
# $Id: $
EXTRA_DIST=darray.eps distarray.eps distindex.eps
include $(top_srcdir)/am/webstuff
......
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id: indexset.cc 1728 2012-11-06 13:06:44Z christi $
#include "config.h"
......
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id: reverse.hh 942 2008-09-10 18:21:57Z christi $
#ifndef REVERSE_HH
#define REVERSE_HH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment