]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove two macros we apparently don't need.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 29 Aug 2011 20:31:51 +0000 (20:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 29 Aug 2011 20:31:51 +0000 (20:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@24208 0785d39b-7218-0410-832d-ea1e28bc413d

tests/all-headers/Makefile

index 987a52b9395fdea26cb027a83bcea0e00acacbc3..44f5e5198ff950c4f373f72b2a7e0563f7ced926 100644 (file)
@@ -49,17 +49,6 @@ TESTS   = $(shell for i in $(HEADERS) ; do echo test-$$i | $(PERL) -pi -e 's/.h$
 ID = `id -un`"@"`hostname`
 
 
-# we need two auxiliary functions. the first one takes a filename and replaces
-# all occurrences of slashes by hyphens, so that we can create a .cc file that
-# corresponds to a header file in a different directory
-subst_slashes = $(shell echo $(1) | $(PERL) -pi -e 's/\//-/g;')
-
-# the second one takes a path to a header file and makes sure that we can
-# #include it, i.e. it drops the top-level xxx/include/ part of the filename,
-# since we only find include directives like <grid/tria.h>
-normalize = $(shell echo $(1) | $(PERL) -pi -e 's/.*include.//g;')
-
-
 # next the target that creates the target rules. First, we list all the header
 # files as the head of the rule, followed by a colon. Then the actual rule
 # that includes writing the .cc file that only includes a single header file,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.