From 853ca0443b5dc39ff6a30e58545807ba45a6338a Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 29 Aug 2011 20:31:51 +0000 Subject: [PATCH] Remove two macros we apparently don't need. git-svn-id: https://svn.dealii.org/trunk@24208 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/all-headers/Makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/all-headers/Makefile b/tests/all-headers/Makefile index 987a52b939..44f5e5198f 100644 --- a/tests/all-headers/Makefile +++ b/tests/all-headers/Makefile @@ -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 -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, -- 2.39.5