*.cc and *.inst.in files to their corresponding places
git-svn-id: https://svn.dealii.org/trunk@29245
0785d39b-7218-0410-832d-
ea1e28bc413d
)
SET(_src
+ matrix_free.cc
)
-DEAL_II_ADD_LIBRARY(obj_matrix_free OBJECT ${_src} ${_header})
+SET(_inst
+ matrix_free.inst.in
+ )
+
+DEAL_II_ADD_LIBRARY(obj_matrix_free OBJECT ${_src} ${_header} ${_inst})
+EXPAND_INSTANTIATIONS(obj_matrix_free "${_inst}")
)
SET(_src
+ mesh_worker.cc
+ mesh_worker_info.cc
+ mesh_worker_vector_selector.cc
)
-DEAL_II_ADD_LIBRARY(obj_meshworker OBJECT ${_src} ${_header})
+SET(_inst
+ mesh_worker_info.inst.in
+ mesh_worker_vector_selector.inst.in
+ )
+
+DEAL_II_ADD_LIBRARY(obj_meshworker OBJECT ${_src} ${_header} ${_inst})
+EXPAND_INSTANTIATIONS(obj_meshworker "${_inst}")
error_estimator.cc
fe_field_function.cc
histogram.cc
- matrix_free.cc
- matrix_tools.cc
- mesh_worker.cc
- mesh_worker_info.cc
- mesh_worker_vector_selector.cc
point_value_history.cc
solution_transfer.cc
solution_transfer_inst2.cc
dof_output_operator.inst.in
error_estimator.inst.in
fe_field_function.inst.in
- matrix_free.inst.in
- matrix_tools.inst.in
- mesh_worker_info.inst.in
- mesh_worker_vector_selector.inst.in
point_value_history.inst.in
solution_transfer.inst.in
time_dependent.inst.in
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