Just rename dir

This commit is contained in:
Sebastien Barre 2002-01-22 15:57:40 -05:00
parent 416afb7d5a
commit ac1f2bcf6b
11 changed files with 10 additions and 10 deletions

View File

@ -30,7 +30,7 @@ TARGET_LINK_LIBRARIES(complex
# has no side-effects on the current Makefile (duplicated source file # has no side-effects on the current Makefile (duplicated source file
# due to source list expansion done twice). # due to source list expansion done twice).
# #
SUBDIRS(required) SUBDIRS(Temp)
# #
# Extra coverage.Not used. # Extra coverage.Not used.

View File

@ -5,4 +5,4 @@
# #
OUTPUT_REQUIRED_FILES( OUTPUT_REQUIRED_FILES(
${Complex_SOURCE_DIR}/Executable/complex.cxx ${Complex_SOURCE_DIR}/Executable/complex.cxx
${Complex_BINARY_DIR}/Executable/required/complex-required.txt) ${Complex_BINARY_DIR}/Executable/Temp/complex-required.txt)

View File

@ -516,7 +516,7 @@ int main()
// the file was removed the last time 'complex' was run, and it is // the file was removed the last time 'complex' was run, and it is
// only created during a build. // only created during a build.
TestAndRemoveFile(BINARY_DIR "/Executable/required/complex-required.txt"); TestAndRemoveFile(BINARY_DIR "/Executable/Temp/complex-required.txt");
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------
// Summary // Summary

View File

@ -30,7 +30,7 @@ TARGET_LINK_LIBRARIES(complex
# has no side-effects on the current Makefile (duplicated source file # has no side-effects on the current Makefile (duplicated source file
# due to source list expansion done twice). # due to source list expansion done twice).
# #
SUBDIRS(required) SUBDIRS(Temp)
# #
# Extra coverage.Not used. # Extra coverage.Not used.

View File

@ -5,4 +5,4 @@
# #
OUTPUT_REQUIRED_FILES( OUTPUT_REQUIRED_FILES(
${Complex_SOURCE_DIR}/Executable/complex.cxx ${Complex_SOURCE_DIR}/Executable/complex.cxx
${Complex_BINARY_DIR}/Executable/required/complex-required.txt) ${Complex_BINARY_DIR}/Executable/Temp/complex-required.txt)

View File

@ -516,7 +516,7 @@ int main()
// the file was removed the last time 'complex' was run, and it is // the file was removed the last time 'complex' was run, and it is
// only created during a build. // only created during a build.
TestAndRemoveFile(BINARY_DIR "/Executable/required/complex-required.txt"); TestAndRemoveFile(BINARY_DIR "/Executable/Temp/complex-required.txt");
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------
// Summary // Summary

View File

@ -30,7 +30,7 @@ TARGET_LINK_LIBRARIES(complex
# has no side-effects on the current Makefile (duplicated source file # has no side-effects on the current Makefile (duplicated source file
# due to source list expansion done twice). # due to source list expansion done twice).
# #
SUBDIRS(required) SUBDIRS(Temp)
# #
# Extra coverage.Not used. # Extra coverage.Not used.

View File

@ -5,4 +5,4 @@
# #
OUTPUT_REQUIRED_FILES( OUTPUT_REQUIRED_FILES(
${Complex_SOURCE_DIR}/Executable/complex.cxx ${Complex_SOURCE_DIR}/Executable/complex.cxx
${Complex_BINARY_DIR}/Executable/required/complex-required.txt) ${Complex_BINARY_DIR}/Executable/Temp/complex-required.txt)

View File

@ -516,7 +516,7 @@ int main()
// the file was removed the last time 'complex' was run, and it is // the file was removed the last time 'complex' was run, and it is
// only created during a build. // only created during a build.
TestAndRemoveFile(BINARY_DIR "/Executable/required/complex-required.txt"); TestAndRemoveFile(BINARY_DIR "/Executable/Temp/complex-required.txt");
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------
// Summary // Summary

View File

@ -67,4 +67,4 @@ ADD_TEST(testing ${Testing_BINARY_DIR}/bin/testing)
# Force subdirs # Force subdirs
# (coverage) # (coverage)
# #
SUBDIRS(sub1) SUBDIRS(Sub)