Mercurial > hg > svcore
comparison files.pri @ 1228:a2091d148d7f project-file-rework
Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without them
author | Chris Cannam |
---|---|
date | Mon, 24 Oct 2016 17:53:33 +0100 |
parents | |
children | 9ae2ce9190e6 |
comparison
equal
deleted
inserted
replaced
1224:ab050519c4ba | 1228:a2091d148d7f |
---|---|
1 SVCORE_HEADERS = \ | |
2 base/AudioLevel.h \ | |
3 base/AudioPlaySource.h \ | |
4 base/BaseTypes.h \ | |
5 base/Clipboard.h \ | |
6 base/ColumnOp.h \ | |
7 base/Command.h \ | |
8 base/Debug.h \ | |
9 base/Exceptions.h \ | |
10 base/LogRange.h \ | |
11 base/MagnitudeRange.h \ | |
12 base/Pitch.h \ | |
13 base/Playable.h \ | |
14 base/PlayParameterRepository.h \ | |
15 base/PlayParameters.h \ | |
16 base/Preferences.h \ | |
17 base/Profiler.h \ | |
18 base/ProgressPrinter.h \ | |
19 base/ProgressReporter.h \ | |
20 base/PropertyContainer.h \ | |
21 base/RangeMapper.h \ | |
22 base/RealTime.h \ | |
23 base/RecentFiles.h \ | |
24 base/Resampler.h \ | |
25 base/ResourceFinder.h \ | |
26 base/RingBuffer.h \ | |
27 base/Scavenger.h \ | |
28 base/Selection.h \ | |
29 base/Serialiser.h \ | |
30 base/StorageAdviser.h \ | |
31 base/StringBits.h \ | |
32 base/Strings.h \ | |
33 base/TempDirectory.h \ | |
34 base/TempWriteFile.h \ | |
35 base/TextMatcher.h \ | |
36 base/Thread.h \ | |
37 base/UnitDatabase.h \ | |
38 base/ViewManagerBase.h \ | |
39 base/Window.h \ | |
40 base/XmlExportable.h \ | |
41 base/ZoomConstraint.h \ | |
42 data/fft/FFTapi.h \ | |
43 data/fileio/AudioFileReader.h \ | |
44 data/fileio/AudioFileReaderFactory.h \ | |
45 data/fileio/AudioFileSizeEstimator.h \ | |
46 data/fileio/BZipFileDevice.h \ | |
47 data/fileio/CachedFile.h \ | |
48 data/fileio/CodedAudioFileReader.h \ | |
49 data/fileio/CSVFileReader.h \ | |
50 data/fileio/CSVFileWriter.h \ | |
51 data/fileio/CSVFormat.h \ | |
52 data/fileio/DataFileReader.h \ | |
53 data/fileio/DataFileReaderFactory.h \ | |
54 data/fileio/FileFinder.h \ | |
55 data/fileio/FileReadThread.h \ | |
56 data/fileio/FileSource.h \ | |
57 data/fileio/MIDIFileReader.h \ | |
58 data/fileio/MIDIFileWriter.h \ | |
59 data/fileio/MP3FileReader.h \ | |
60 data/fileio/OggVorbisFileReader.h \ | |
61 data/fileio/PlaylistFileReader.h \ | |
62 data/fileio/QuickTimeFileReader.h \ | |
63 data/fileio/CoreAudioFileReader.h \ | |
64 data/fileio/DecodingWavFileReader.h \ | |
65 data/fileio/WavFileReader.h \ | |
66 data/fileio/WavFileWriter.h \ | |
67 data/midi/MIDIEvent.h \ | |
68 data/midi/MIDIInput.h \ | |
69 data/midi/rtmidi/RtError.h \ | |
70 data/midi/rtmidi/RtMidi.h \ | |
71 data/model/AggregateWaveModel.h \ | |
72 data/model/AlignmentModel.h \ | |
73 data/model/Dense3DModelPeakCache.h \ | |
74 data/model/DenseThreeDimensionalModel.h \ | |
75 data/model/DenseTimeValueModel.h \ | |
76 data/model/EditableDenseThreeDimensionalModel.h \ | |
77 data/model/FFTModel.h \ | |
78 data/model/ImageModel.h \ | |
79 data/model/IntervalModel.h \ | |
80 data/model/Labeller.h \ | |
81 data/model/Model.h \ | |
82 data/model/ModelDataTableModel.h \ | |
83 data/model/NoteModel.h \ | |
84 data/model/FlexiNoteModel.h \ | |
85 data/model/PathModel.h \ | |
86 data/model/PowerOfSqrtTwoZoomConstraint.h \ | |
87 data/model/PowerOfTwoZoomConstraint.h \ | |
88 data/model/RangeSummarisableTimeValueModel.h \ | |
89 data/model/RegionModel.h \ | |
90 data/model/SparseModel.h \ | |
91 data/model/SparseOneDimensionalModel.h \ | |
92 data/model/SparseTimeValueModel.h \ | |
93 data/model/SparseValueModel.h \ | |
94 data/model/TabularModel.h \ | |
95 data/model/TextModel.h \ | |
96 data/model/WaveFileModel.h \ | |
97 data/model/ReadOnlyWaveFileModel.h \ | |
98 data/model/WritableWaveFileModel.h \ | |
99 data/osc/OSCMessage.h \ | |
100 data/osc/OSCQueue.h \ | |
101 plugin/PluginScan.h \ | |
102 plugin/DSSIPluginFactory.h \ | |
103 plugin/DSSIPluginInstance.h \ | |
104 plugin/FeatureExtractionPluginFactory.h \ | |
105 plugin/LADSPAPluginFactory.h \ | |
106 plugin/LADSPAPluginInstance.h \ | |
107 plugin/PluginIdentifier.h \ | |
108 plugin/PluginXml.h \ | |
109 plugin/RealTimePluginFactory.h \ | |
110 plugin/RealTimePluginInstance.h \ | |
111 plugin/api/dssi.h \ | |
112 plugin/api/ladspa.h \ | |
113 plugin/plugins/SamplePlayer.h \ | |
114 plugin/api/alsa/asoundef.h \ | |
115 plugin/api/alsa/asoundlib.h \ | |
116 plugin/api/alsa/seq.h \ | |
117 plugin/api/alsa/seq_event.h \ | |
118 plugin/api/alsa/seq_midi_event.h \ | |
119 plugin/api/alsa/sound/asequencer.h \ | |
120 rdf/PluginRDFIndexer.h \ | |
121 rdf/PluginRDFDescription.h \ | |
122 rdf/RDFExporter.h \ | |
123 rdf/RDFFeatureWriter.h \ | |
124 rdf/RDFImporter.h \ | |
125 rdf/RDFTransformFactory.h \ | |
126 system/Init.h \ | |
127 system/System.h \ | |
128 transform/CSVFeatureWriter.h \ | |
129 transform/FeatureExtractionModelTransformer.h \ | |
130 transform/FeatureWriter.h \ | |
131 transform/FileFeatureWriter.h \ | |
132 transform/RealTimeEffectModelTransformer.h \ | |
133 transform/Transform.h \ | |
134 transform/TransformDescription.h \ | |
135 transform/TransformFactory.h \ | |
136 transform/ModelTransformer.h \ | |
137 transform/ModelTransformerFactory.h | |
138 | |
139 SVCORE_SOURCES = \ | |
140 base/AudioLevel.cpp \ | |
141 base/Clipboard.cpp \ | |
142 base/Command.cpp \ | |
143 base/Debug.cpp \ | |
144 base/Exceptions.cpp \ | |
145 base/LogRange.cpp \ | |
146 base/Pitch.cpp \ | |
147 base/PlayParameterRepository.cpp \ | |
148 base/PlayParameters.cpp \ | |
149 base/Preferences.cpp \ | |
150 base/Profiler.cpp \ | |
151 base/ProgressPrinter.cpp \ | |
152 base/ProgressReporter.cpp \ | |
153 base/PropertyContainer.cpp \ | |
154 base/RangeMapper.cpp \ | |
155 base/RealTimeSV.cpp \ | |
156 base/RecentFiles.cpp \ | |
157 base/ResamplerSV.cpp \ | |
158 base/ResourceFinder.cpp \ | |
159 base/Selection.cpp \ | |
160 base/Serialiser.cpp \ | |
161 base/StorageAdviser.cpp \ | |
162 base/StringBits.cpp \ | |
163 base/Strings.cpp \ | |
164 base/TempDirectory.cpp \ | |
165 base/TempWriteFile.cpp \ | |
166 base/TextMatcher.cpp \ | |
167 base/Thread.cpp \ | |
168 base/UnitDatabase.cpp \ | |
169 base/ViewManagerBase.cpp \ | |
170 base/XmlExportable.cpp \ | |
171 data/fft/FFTapi.cpp \ | |
172 data/fileio/AudioFileReader.cpp \ | |
173 data/fileio/AudioFileReaderFactory.cpp \ | |
174 data/fileio/AudioFileSizeEstimator.cpp \ | |
175 data/fileio/BZipFileDevice.cpp \ | |
176 data/fileio/CachedFile.cpp \ | |
177 data/fileio/CodedAudioFileReader.cpp \ | |
178 data/fileio/CSVFileReader.cpp \ | |
179 data/fileio/CSVFileWriter.cpp \ | |
180 data/fileio/CSVFormat.cpp \ | |
181 data/fileio/DataFileReaderFactory.cpp \ | |
182 data/fileio/FileReadThread.cpp \ | |
183 data/fileio/FileSource.cpp \ | |
184 data/fileio/MIDIFileReader.cpp \ | |
185 data/fileio/MIDIFileWriter.cpp \ | |
186 data/fileio/MP3FileReader.cpp \ | |
187 data/fileio/OggVorbisFileReader.cpp \ | |
188 data/fileio/PlaylistFileReader.cpp \ | |
189 data/fileio/QuickTimeFileReader.cpp \ | |
190 data/fileio/CoreAudioFileReader.cpp \ | |
191 data/fileio/DecodingWavFileReader.cpp \ | |
192 data/fileio/WavFileReader.cpp \ | |
193 data/fileio/WavFileWriter.cpp \ | |
194 data/midi/MIDIInput.cpp \ | |
195 data/midi/rtmidi/RtMidi.cpp \ | |
196 data/model/AggregateWaveModel.cpp \ | |
197 data/model/AlignmentModel.cpp \ | |
198 data/model/Dense3DModelPeakCache.cpp \ | |
199 data/model/DenseTimeValueModel.cpp \ | |
200 data/model/EditableDenseThreeDimensionalModel.cpp \ | |
201 data/model/FFTModel.cpp \ | |
202 data/model/Model.cpp \ | |
203 data/model/ModelDataTableModel.cpp \ | |
204 data/model/PowerOfSqrtTwoZoomConstraint.cpp \ | |
205 data/model/PowerOfTwoZoomConstraint.cpp \ | |
206 data/model/RangeSummarisableTimeValueModel.cpp \ | |
207 data/model/WaveFileModel.cpp \ | |
208 data/model/ReadOnlyWaveFileModel.cpp \ | |
209 data/model/WritableWaveFileModel.cpp \ | |
210 data/osc/OSCMessage.cpp \ | |
211 data/osc/OSCQueue.cpp \ | |
212 plugin/PluginScan.cpp \ | |
213 plugin/DSSIPluginFactory.cpp \ | |
214 plugin/DSSIPluginInstance.cpp \ | |
215 plugin/FeatureExtractionPluginFactory.cpp \ | |
216 plugin/LADSPAPluginFactory.cpp \ | |
217 plugin/LADSPAPluginInstance.cpp \ | |
218 plugin/PluginIdentifier.cpp \ | |
219 plugin/PluginXml.cpp \ | |
220 plugin/RealTimePluginFactory.cpp \ | |
221 plugin/RealTimePluginInstance.cpp \ | |
222 plugin/plugins/SamplePlayer.cpp \ | |
223 rdf/PluginRDFIndexer.cpp \ | |
224 rdf/PluginRDFDescription.cpp \ | |
225 rdf/RDFExporter.cpp \ | |
226 rdf/RDFFeatureWriter.cpp \ | |
227 rdf/RDFImporter.cpp \ | |
228 rdf/RDFTransformFactory.cpp \ | |
229 system/Init.cpp \ | |
230 system/System.cpp \ | |
231 transform/CSVFeatureWriter.cpp \ | |
232 transform/FeatureExtractionModelTransformer.cpp \ | |
233 transform/FileFeatureWriter.cpp \ | |
234 transform/RealTimeEffectModelTransformer.cpp \ | |
235 transform/Transform.cpp \ | |
236 transform/TransformFactory.cpp \ | |
237 transform/ModelTransformer.cpp \ | |
238 transform/ModelTransformerFactory.cpp | |
239 | |
240 !linux* { | |
241 SVCORE_SOURCES += plugin/api/dssi_alsa_compat.c | |
242 } | |
243 |