⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 机器学习工具:非常流行的一种分类器
💻 AM
字号:
# Process this file with automake to produce Makefile.in## $Id: Makefile.am,v 1.26 2001/12/07 10:54:21 taku-ku Exp $;#@SET_MAKE@AUTOMAKE_OPTIONS = 1.4 no-dependenciesalways_built_SUBDIRS = src tests man docEXTRA_DIRS = doc perl ruby python javaEXTRA_DIST = tinysvm.spec THANKSSUBDIRS = $(always_built_SUBDIRS)pkgdatadir = @datadir@/@PACKAGE@clean-swig:	(cd perl; rm -f Makefile.PL Makefile.old model* *.so *.o Makefile)	(cd ruby; rm -f extconf.rb model* Makefile *.o *.so)	(cd python; rm -fr Makefile Makefile.pre Setup *.o model* config.c sedscript *.pyc *.so)	(cd java; rm -fr *.class *.jar model* Makefile *.so *.o)dist-hook: clean-swig	for subdir in $(EXTRA_DIRS); do \		cp -rp $$subdir $(distdir)/$$subdir; \		rm -f $(distdir)/$$subdir/*~; \		rm -f $(distdir)/$$subdir/*.{bak,orig,old}; \		rm -f $(distdir)/$$subdir/Makefile.PL; \		rm -rf $(distdir)/$$subdir/CVS; \		rm -rf $(distdir)/$$subdir/*/CVS; \	doneupdate-man:	cd man; make update-man	cd doc; make update-htmlrpm: dist	rpm -ta @PACKAGE@-@VERSION@.tar.gz	win:	make distclean	env AR=i386-mingw32msvc-ar RANLIB=i386-mingw32msvc-ranlib CXX=i386-mingw32msvc-g++ CC=i386-mingw32msvc-gcc \	./configure --host=i386-pc-mingw32  --target=i386-pc-mingw32 --disable-shared	makewin-dist:	rm -f @PACKAGE@-@VERSION@.zip	mkdir bin;	cp -f src/svm_learn.exe    bin/svm_learn.exe	cp -f src/svm_classify.exe bin/svm_classify.exe	cp -f src/svm_model.exe    bin/svm_model.exe	zip @PACKAGE@-@VERSION@.zip README AUTHORS NEWS COPYING THANKS ChangeLog \	bin/*.exe doc/*.html doc/*.css tests/*.svmdata	rm -fr bin/	dist-all-package:	(test -f Makefile) && make distclean	./configure	make dist	make rpm	make clean	make win	make win-dist

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -