Mercurial > hg > vamp-plugin-sdk
comparison build/Doxyfile @ 233:521734d2b498 distinct-libraries
* Flatten directory tree a bit, update doxygen
author | cannam |
---|---|
date | Fri, 07 Nov 2008 15:28:33 +0000 |
parents | 71ea10a3cbe7 |
children | de74128bfeb0 |
comparison
equal
deleted
inserted
replaced
232:71ea10a3cbe7 | 233:521734d2b498 |
---|---|
514 # with spaces. | 514 # with spaces. |
515 | 515 |
516 INPUT = vamp \ | 516 INPUT = vamp \ |
517 vamp-sdk \ | 517 vamp-sdk \ |
518 vamp-hostsdk \ | 518 vamp-hostsdk \ |
519 vamp-hostsdk/hostext \ | 519 src \ |
520 src/vamp-sdk \ | |
521 src/vamp-hostsdk \ | |
522 src/vamp-hostsdk/hostext \ | |
523 examples \ | 520 examples \ |
524 host | 521 host |
525 | 522 |
526 # This tag can be used to specify the character encoding of the source files | 523 # This tag can be used to specify the character encoding of the source files |
527 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is | 524 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |
1128 # or name=definition (no spaces). If the definition and the = are | 1125 # or name=definition (no spaces). If the definition and the = are |
1129 # omitted =1 is assumed. To prevent a macro definition from being | 1126 # omitted =1 is assumed. To prevent a macro definition from being |
1130 # undefined via #undef or recursively expanded use the := operator | 1127 # undefined via #undef or recursively expanded use the := operator |
1131 # instead of the = operator. | 1128 # instead of the = operator. |
1132 | 1129 |
1133 PREDEFINED = HAVE_FFTW3F \ | 1130 PREDEFINED = _VAMP_NO_PLUGIN_NAMESPACE |
1134 HAVE_FISHSOUND \ | |
1135 HAVE_JACK \ | |
1136 HAVE_LIBLO \ | |
1137 HAVE_LRDF \ | |
1138 HAVE_MAD \ | |
1139 HAVE_OGGZ \ | |
1140 HAVE_PORTAUDIO \ | |
1141 HAVE_SAMPLERATE \ | |
1142 HAVE_SNDFILE \ | |
1143 HAVE_VAMP | |
1144 | 1131 |
1145 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then | 1132 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then |
1146 # this tag can be used to specify a list of macro names that should be expanded. | 1133 # this tag can be used to specify a list of macro names that should be expanded. |
1147 # The macro definition that is found in the sources will be used. | 1134 # The macro definition that is found in the sources will be used. |
1148 # Use the PREDEFINED tag if you want to use a different macro definition. | 1135 # Use the PREDEFINED tag if you want to use a different macro definition. |