Changeset 1942
- Timestamp:
- May 5, 2009, 12:03:53 AM (14 years ago)
- Location:
- trunk/yat
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/Makefile.am
r1912 r1942 92 92 utility.h 93 93 94 CLEANFILES = doxygen.mk94 DISTCLEANFILES = doxygen.mk 95 95 96 96 all-local: doxygen.mk -
trunk/yat/normalizer/Makefile.am
r1912 r1942 30 30 Spearman.h Zscore.h 31 31 32 CLEANFILES = doxygen.mk32 DISTCLEANFILES = doxygen.mk 33 33 34 34 all-local: doxygen.mk -
trunk/yat/random/Makefile.am
r1912 r1942 30 30 random.h 31 31 32 CLEANFILES = doxygen.mk32 DISTCLEANFILES = doxygen.mk 33 33 34 34 all-local: doxygen.mk -
trunk/yat/regression/Makefile.am
r1912 r1942 41 41 PolynomialWeighted.h 42 42 43 CLEANFILES = doxygen.mk43 DISTCLEANFILES = doxygen.mk 44 44 45 45 all-local: doxygen.mk -
trunk/yat/statistics/Makefile.am
r1912 r1942 41 41 SAMScore.h Score.h Smoother.h SNRScore.h tScore.h tTest.h \ 42 42 utility.h VectorFunction.h WilcoxonFoldChange.h 43 CLEANFILES = doxygen.mk43 DISTCLEANFILES = doxygen.mk 44 44 45 45 all-local: doxygen.mk -
trunk/yat/utility/Makefile.am
r1912 r1942 50 50 extra_headers_DATA = config_public.h version.h 51 51 52 CLEANFILES = doxygen.mk52 DISTCLEANFILES = doxygen.mk 53 53 54 54 all-local: doxygen.mk
Note: See TracChangeset
for help on using the changeset viewer.