Skip to content
Snippets Groups Projects
Commit ef68bc79 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Update auto/README.md

parent 96b73616
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ set(TEST_OUTPUT_DIR_PY_PERSIST ${TEST_OUTPUT_DIR}/PyPersist) ...@@ -41,7 +41,7 @@ set(TEST_OUTPUT_DIR_PY_PERSIST ${TEST_OUTPUT_DIR}/PyPersist)
set(TEST_OUTPUT_DIR_PY_STD ${TEST_OUTPUT_DIR}/PyStd) set(TEST_OUTPUT_DIR_PY_STD ${TEST_OUTPUT_DIR}/PyStd)
set(TEST_OUTPUT_DIR_STD ${TEST_OUTPUT_DIR}/Std) set(TEST_OUTPUT_DIR_STD ${TEST_OUTPUT_DIR}/Std)
configure_file("${CONFIGURABLES_DIR}/auto_README.in" "${CMAKE_SOURCE_DIR}/auto/README" @ONLY) configure_file("${CONFIGURABLES_DIR}/auto_README.in.md" "${CMAKE_SOURCE_DIR}/auto/README.md" @ONLY)
file(MAKE_DIRECTORY ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}) file(MAKE_DIRECTORY ${CMAKE_LIBRARY_OUTPUT_DIRECTORY})
file(MAKE_DIRECTORY ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/bornagain) file(MAKE_DIRECTORY ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/bornagain)
......
This directory, auto, contains files that are automatically
generated by tools other than CMake, Make, and the compiler.
They are distributed as part of the source archive. A user
who just wants to compile BornAgain should consider the
contents of this directory as part of the source.
A developer, on the other hand, will sooner or later need
to regenerate some or all sources contained in this directory.
For this, use the command top-level cmake command with option
-DAUTOGENERATE=ON, or with more specific options like
-DBORNAGAIN_GENERATE_BINDINGS=ON.
Contents of this directory:
Doc/man:
Unix man page in troff format, generated by pod2man.
Wrap:
Python wrapper, generated by Doxygen and Swig.
This directory, auto, contains files that are automatically #### Directory auto/
This directory contains files that are automatically
generated by tools other than CMake, Make, and the compiler. generated by tools other than CMake, Make, and the compiler.
They are distributed as part of the source archive. A user They are distributed as part of the source archive. A user
...@@ -8,13 +10,13 @@ contents of this directory as part of the source. ...@@ -8,13 +10,13 @@ contents of this directory as part of the source.
A developer, on the other hand, will sooner or later need A developer, on the other hand, will sooner or later need
to regenerate some or all sources contained in this directory. to regenerate some or all sources contained in this directory.
For this, use the command top-level cmake command with option For this, use the command top-level cmake command with option
-DAUTOGENERATE=ON, or with more specific options like `-DAUTOGENERATE=ON`, or with more specific options like
-DBORNAGAIN_GENERATE_BINDINGS=ON. `-DBORNAGAIN_GENERATE_BINDINGS=ON`.
Contents of this directory: Contents of this directory:
Doc/man: `Doc/man`
Unix man page in troff format, generated by pod2man. : Unix man page in troff format, generated by pod2man.
Wrap: `Wrap`
Python wrapper, generated by Doxygen and Swig. : Python wrapper, generated by Doxygen and Swig.
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