Mercurial > hg > aimc
comparison trunk/SConstruct @ 357:dcabd87581b5
- AWS
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 22:53:59 +0000 |
parents | 4bf6d5bb232e |
children | 7a573750b186 |
comparison
equal
deleted
inserted
replaced
356:4bf6d5bb232e | 357:dcabd87581b5 |
---|---|
47 'Modules/SAI/ModuleSAI.cc', | 47 'Modules/SAI/ModuleSAI.cc', |
48 'Modules/SSI/ModuleSSI.cc', | 48 'Modules/SSI/ModuleSSI.cc', |
49 'Modules/Profile/ModuleSlice.cc', | 49 'Modules/Profile/ModuleSlice.cc', |
50 'Modules/Profile/ModuleScaler.cc', | 50 'Modules/Profile/ModuleScaler.cc', |
51 'Modules/Output/FileOutputHTK.cc', | 51 'Modules/Output/FileOutputHTK.cc', |
52 'Modules/Output/FileOutputAIMC.cc'] | 52 'Modules/Output/FileOutputAIMC.cc', |
53 'Modules/Features/ModuleGaussians.cc'] | |
53 | 54 |
54 # List of currently incative source files which we may want to add back in | 55 # List of currently incative source files which we may want to add back in |
55 sources_disabled = ['Modules/SNR/ModuleNoise.cc', | 56 sources_disabled = ['Modules/SNR/ModuleNoise.cc', |
56 'Modules/Features/ModuleGaussians.cc'] | 57 ] |
57 | 58 |
58 # File which contains main() | 59 # File which contains main() |
59 sources = common_sources + ['Main/AIMCopy_SSI_Features_v3.cc'] | 60 sources = common_sources + ['Main/AIMCopy_SSI_Features_v3.cc'] |
60 #sources = common_sources + ['Main/AIMCopy_SSI_Features_v4_PZFC.cc'] | 61 #sources = common_sources + ['Main/AIMCopy_SSI_Features_v4_PZFC.cc'] |
61 #sources = common_sources + ['Main/AIMCopy_SSI_Features_v5_smooth_nap.cc'] | 62 #sources = common_sources + ['Main/AIMCopy_SSI_Features_v5_smooth_nap.cc'] |