|
1 | 1 | # |
2 | 2 | # For more information, please see: http://software.sci.utah.edu |
3 | | -# |
| 3 | +# |
4 | 4 | # The MIT License |
5 | | -# |
| 5 | +# |
6 | 6 | # Copyright (c) 2009 Scientific Computing and Imaging Institute, |
7 | 7 | # University of Utah. |
8 | | -# |
9 | | -# |
| 8 | +# |
| 9 | +# |
10 | 10 | # Permission is hereby granted, free of charge, to any person obtaining a |
11 | 11 | # copy of this software and associated documentation files (the "Software"), |
12 | 12 | # to deal in the Software without restriction, including without limitation |
13 | 13 | # the rights to use, copy, modify, merge, publish, distribute, sublicense, |
14 | 14 | # and/or sell copies of the Software, and to permit persons to whom the |
15 | 15 | # Software is furnished to do so, subject to the following conditions: |
16 | | -# |
| 16 | +# |
17 | 17 | # The above copyright notice and this permission notice shall be included |
18 | 18 | # in all copies or substantial portions of the Software. |
19 | | -# |
| 19 | +# |
20 | 20 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
21 | 21 | # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
22 | 22 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
|
28 | 28 |
|
29 | 29 | # Sources of Core/Algorithms/Converter classes |
30 | 30 |
|
31 | | -SET(Core_Algorithms_Converter_SRCS |
| 31 | +SET(Core_Algorithms_Legacy_Converter_SRCS |
32 | 32 | ConverterAlgo.cc |
33 | | - MatrixToField.cc |
34 | | - NrrdToField.cc |
35 | | - FieldToNrrd.cc |
36 | | - ConvertToNrrd.cc |
37 | | - MatricesToDipoleField.cc |
38 | | - ConvertBundleToField.cc |
| 33 | + #MatrixToField.cc |
| 34 | + #NrrdToField.cc |
| 35 | + #FieldToNrrd.cc |
| 36 | + #ConvertToNrrd.cc |
| 37 | + #MatricesToDipoleField.cc |
| 38 | + #ConvertBundleToField.cc |
| 39 | +) |
| 40 | + |
| 41 | +SET(Core_Algorithms_Legacy_Converter_HEADERS |
| 42 | + ConverterAlgo.h |
39 | 43 | ) |
40 | 44 |
|
41 | | -SCIRUN_ADD_LIBRARY(Core_Algorithms_Converter ${Core_Algorithms_Converter_SRCS}) |
| 45 | +ADD_LIBRARY(Core_Algorithms_Legacy_Converter |
| 46 | + ${Core_Algorithms_Legacy_Converter_SRCS} |
| 47 | + ${Core_Algorithms_Legacy_Converter_HEADERS}) |
42 | 48 |
|
43 | | -TARGET_LINK_LIBRARIES(Core_Algorithms_Converter |
44 | | - Core_Algorithms_Util |
45 | | - Core_Datatypes |
46 | | - Core_Util |
47 | | - Core_Exceptions |
48 | | - Core_Thread |
49 | | - Core_Geom |
50 | | - Core_Geometry |
51 | | - Core_Persistent |
52 | | - Core_Basis |
53 | | - ${M_LIBRARY} |
54 | | - ${SCI_TEEM_LIBRARY} |
| 49 | +TARGET_LINK_LIBRARIES(Core_Algorithms_Legacy_Converter |
| 50 | + Algorithms_Base |
| 51 | + Core_Datatypes |
| 52 | + #Core_Util |
| 53 | + #Core_Exceptions |
| 54 | + #Core_Thread |
| 55 | + #Core_Geom |
| 56 | + #Core_Geometry |
| 57 | + #Core_Persistent |
| 58 | + #Core_Basis |
| 59 | + #${M_LIBRARY} |
| 60 | + #${SCI_TEEM_LIBRARY} |
55 | 61 | ) |
56 | 62 |
|
57 | 63 | IF(BUILD_SHARED_LIBS) |
58 | | - ADD_DEFINITIONS(-DBUILD_Core_Algorithms_Converter) |
| 64 | + ADD_DEFINITIONS(-DBUILD_Core_Algorithms_Legacy_Converter) |
59 | 65 | ENDIF(BUILD_SHARED_LIBS) |
60 | | - |
|
0 commit comments