]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add the old dependency resolution script as well
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 Sep 2012 17:19:38 +0000 (17:19 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 Sep 2012 17:19:38 +0000 (17:19 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26518 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CMakeLists.txt
deal.II/contrib/config/CMakeLists.txt
deal.II/scripts/CMakeLists.txt [new file with mode: 0644]

index 438483893006cd45e91a2b89920ff51b79748451..9a95e2b667f0b956156aa7d01e1d1df29a4cad03 100644 (file)
@@ -345,8 +345,9 @@ ADD_SUBDIRECTORY(include)
 
 
 #
-# Prepare the examples:
+# Prepare some directories for installation:
 #
+ADD_SUBDIRECTORY(scripts)
 ADD_SUBDIRECTORY(examples)
 
 
index fdb88a67723c28ab751da827b65805a82b73f123..2c84cc14ad537d67ed5aa8cbdd754ac9fbbc2e7c 100644 (file)
@@ -33,4 +33,10 @@ IF(DEAL_II_INSTALL_COMPAT_FILES)
     COMPONENT compat_files
     )
 
+  INSTALL(FILES
+    ${CMAKE_CURRENT_BINARY_DIR}/Version
+    DESTINATION ${CMAKE_INSTALL_PREFIX}
+    COMPONENT compat_files
+    )
+
 ENDIF()
diff --git a/deal.II/scripts/CMakeLists.txt b/deal.II/scripts/CMakeLists.txt
new file mode 100644 (file)
index 0000000..2be85d6
--- /dev/null
@@ -0,0 +1,15 @@
+IF(DEAL_II_INSTALL_COMPAT_FILES)
+
+  #
+  # Build and install the old dependency_resolution executable:
+  #
+
+  ADD_EXECUTABLE(make_dependencies make_dependencies.cc)
+
+  INSTALL(TARGETS make_dependencies
+    RUNTIME
+    DESTINATION common/scripts
+    COMPONENT compat_files
+    )
+
+ENDIF()

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.