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

📄 makefile

📁 模糊聚类分析的源程序!
💻
字号:
# Generated automatically from Makefile.in by configure.#### Makefile for ``Fuzzy'' the FDA-Tool:###### g++ assumed:##CCC = g++FLAGS = -O2 -WXINC_PATH =  -I/usr/local/X11R5/includeXLIB_PATH = -L/usr/local/X11R5/lib -lX11DB_INC = DB_LIB = CCFLAGS  = $(FLAGS) $(XINC_PATH) $(DB_INC)LDFLAGS = $(FLAGS)CXX = $(CCC)CXXFLAGS = $(CCFLAGS)LIBS = $(XLIB_PATH) -lm $(DB_LIB)OBJS = actionicon.o connect.o dialog.o ellipses.o errorbox.o fuzzy.o\	icon.o init.o mainwindow.o memberout.o menu.o moveicon.o output.o\	onofficon.o quicksort.o saveloadwindow.o scroll.o selecticon.o\	selectwindow.o textbox.o welcome.o window.o\	cluster.o daten.o fehler.o guete.o matrix.o norm.o regel.o\	vektor.o#### main target:##all: fclusterfcluster: $(OBJS)	if [ -f fcluster ] ; then mv -f fcluster fcluster.bak ; else true ; fi	$(CCC) -o fcluster $(LDFLAGS) $(OBJS) $(LIBS)#### internal use:### create make_ellipseSAMPLE_ELLIPSE_OBJ= make_ellipse.o vektor.o matrix.o fehler.o \                        daten.omake_ellipse: $(SAMPLE_ELLIPSE_OBJ)	$(CC) $(SAMPLE_ELLIPSE_OBJ) $(LIBS) -o make_ellipse make_ellipse.o: make_ellipse.cc vektor.h matrix.h daten.h	$(CC) $(CFLAGS) make_ellipse.cc# create make_funktionSAMPLEOBJ= make_funktion.o vektor.o matrix.o fehler.o daten.o zufall.omake_funktion: $(SAMPLEOBJ)	$(CC) $(SAMPLEOBJ) $(LIBS) -o make_funktionmake_funktion.o: make_funktion.cc vektor.h matrix.h daten.h zufall.h zufall.cc	$(CC) $(CFLAGS) make_funktion.cc# create make_rasterRASTEROBJ= make_raster.o vektor.o matrix.o fehler.o daten.omake_raster: $(RASTEROBJ)	$(CC) $(RASTEROBJ) $(LIBS) -o make_rastermake_raster.o: make_raster.cc vektor.h matrix.o fehler.o daten.h	$(CC) $(CFLAGS) make_raster.cc#### indent:#### XXX: use patched gnu indent (original 1.9.1 doesn't work and##      bsd indent does it wrong).## note: please fix unlucky formatting in output.h: class Output2d_3d##      by hand; others are ugly, but ok.##indent:	for f in *.cc *.h ; do \		echo $$f ; \		indent -br -ce -plusplus $$f -o $$f.bak >$$f.err 2>&1 ; \		sed -e 's/^\([^":]*\): :/\1::/' < $$f.bak > $$f ; \		diff -u $$f.bak $$f ; \	doneclean: 	-rm -f $(OBJS) fcluster core *~ */*~ *.bak dump.xbmdistclean:	clean	-rm -f fcluster config.cache config.status config.log	-rm -f Makefile TAGS	echo 'all:' > Makefile ; echo '	./configure' >> Makefile#### depend:   (aka makedepend -- $(CFLAGS) -- *.cc)##depend:	cp Makefile Makefile.bak	sed -e '/^## DO NOT DELETE/,$$d' < Makefile.bak > Makefile	echo '## DO NOT DELETE' >> Makefile	$(CC) -MM $(CFLAGS) *.cc >> Makefile ## DO NOT DELETEactionicon.o: actionicon.cc actionicon.h icon.h window.hcluster.o: cluster.cc cluster.h fehler.h guete.h matrix.h vektor.h \ norm.hconnect.o: connect.cc daten.h fehler.h vektor.h matrix.h connect.h \ moveicon.h mainwindow.h window.h errorbox.h menu.h icon.h \ selectwindow.h onofficon.h scroll.h textbox.h actionicon.h cluster.h \ guete.h norm.h regel.h saveloadwindow.h dialog.h output.h \ selecticon.h ellipses.h memberout.hdaten.o: daten.cc daten.h fehler.h vektor.h matrix.hdialog.o: dialog.cc dialog.h window.h actionicon.h icon.hellipses.o: ellipses.cc ellipses.h output.h window.h selectwindow.h \ onofficon.h icon.h scroll.h textbox.h actionicon.h cluster.h fehler.h \ guete.h matrix.h vektor.h norm.h daten.h regel.h menu.h moveicon.h \ connect.h mainwindow.h errorbox.h saveloadwindow.h dialog.h \ selecticon.h memberout.herrorbox.o: errorbox.cc errorbox.h window.h mainwindow.h menu.h icon.h \ connect.h moveicon.h output.h selectwindow.h onofficon.h scroll.h \ textbox.h actionicon.h cluster.h fehler.h guete.h matrix.h vektor.h \ norm.h daten.h regel.h selecticon.h ellipses.h memberout.h \ saveloadwindow.h dialog.hfehler.o: fehler.cc fehler.hfuzzy.o: fuzzy.cc window.h mainwindow.h errorbox.h menu.h icon.h \ connect.h moveicon.h output.h selectwindow.h onofficon.h scroll.h \ textbox.h actionicon.h cluster.h fehler.h guete.h matrix.h vektor.h \ norm.h daten.h regel.h selecticon.h ellipses.h memberout.h \ saveloadwindow.h dialog.h welcome.h init.h version.hguete.o: guete.cc guete.h fehler.h matrix.h vektor.h norm.h cluster.hhaupt.o: haupt.cc daten.h fehler.h vektor.h matrix.h cluster.h guete.h \ norm.h verfahren.h regel.hicon.o: icon.cc icon.h window.hinit.o: init.cc init.h cursors/maincursor1.bmp cursors/maincursor2.bmp \ cursors/rotcursor1.bmp cursors/rotcursor2.bmp \ cursors/deletecursor1.bmp cursors/deletecursor2.bmp \ cursors/movepointcursor1.bmp cursors/movepointcursor2.bmp \ cursors/createpointcursor1.bmp cursors/createpointcursor2.bmp \ cursors/moveaxes1.bmp cursors/moveaxes2.bmp cursors/diskcursor1.bmp \ cursors/diskcursor2.bmp cursors/movecursor1.bmp \ cursors/movecursor2.bmp cursors/wait1.bmp cursors/wait2.bmp \ cursors/delete1.bmp cursors/delete2.bmp cursors/createend1.bmp \ cursors/createend2.bmp cursors/createstart1.bmp \ cursors/createstart2.bmp cursors/moveend1.bmp cursors/moveend2.bmp \ cursors/movestart1.bmp cursors/movestart2.bmpmainwindow.o: mainwindow.cc mainwindow.h window.h errorbox.h menu.h \ icon.h connect.h moveicon.h output.h selectwindow.h onofficon.h \ scroll.h textbox.h actionicon.h cluster.h fehler.h guete.h matrix.h \ vektor.h norm.h daten.h regel.h selecticon.h ellipses.h memberout.h \ saveloadwindow.h dialog.hmake_ellipse.o: make_ellipse.cc daten.h fehler.h vektor.h matrix.hmake_funktion.o: make_funktion.cc daten.h fehler.h vektor.h matrix.h \ zufall.hmake_raster.o: make_raster.cc daten.h fehler.h vektor.h matrix.hmakeellipse.o: makeellipse.cc vektor.h fehler.h matrix.hmakefunktion.o: makefunktion.cc vektor.h fehler.h matrix.hmakesample.o: makesample.cc vektor.h fehler.h matrix.hmatrix.o: matrix.cc matrix.h fehler.h vektor.hmemberout.o: memberout.cc memberout.h window.h output.h selectwindow.h \ onofficon.h icon.h scroll.h textbox.h actionicon.h cluster.h fehler.h \ guete.h matrix.h vektor.h norm.h daten.h regel.h menu.h moveicon.h \ connect.h mainwindow.h errorbox.h saveloadwindow.h dialog.h \ selecticon.h ellipses.hmenu.o: menu.cc menu.h icon.h window.h include_bmps/mark.bmpmoveicon.o: moveicon.cc moveicon.h connect.h mainwindow.h window.h \ errorbox.h menu.h icon.h selectwindow.h onofficon.h scroll.h \ textbox.h actionicon.h cluster.h fehler.h guete.h matrix.h vektor.h \ norm.h daten.h regel.h saveloadwindow.h dialog.h output.h \ selecticon.h ellipses.h memberout.hnorm.o: norm.cc norm.h vektor.h fehler.h matrix.honofficon.o: onofficon.cc onofficon.h icon.h window.houtput.o: output.cc output.h window.h selectwindow.h onofficon.h \ icon.h scroll.h textbox.h actionicon.h cluster.h fehler.h guete.h \ matrix.h vektor.h norm.h daten.h regel.h menu.h moveicon.h connect.h \ mainwindow.h errorbox.h saveloadwindow.h dialog.h selecticon.h \ ellipses.h memberout.h init.h quicksort.h include_bmps/makerules.bmp \ include_bmps/ghost.bmp include_bmps/load.bmp include_bmps/save.bmp \ include_bmps/go.bmp include_bmps/classify.bmp include_bmps/reset.bmp \ include_bmps/d2.bmp include_bmps/d3.bmp \ include_bmps/singlemembership.bmp include_bmps/pointtyppoint.bmp \ include_bmps/pointtypcross.bmp include_bmps/roll.bmp \ include_bmps/move.bmp include_bmps/fitscale.bmp \ include_bmps/movepoint.bmp include_bmps/selectpoint.bmp \ include_bmps/deletepoint.bmp include_bmps/createpoint.bmp \ include_bmps/drawonlyoriginal.bmp include_bmps/drawonlyresult.bmp \ include_bmps/drawboth.bmp include_bmps/d2cluster.bmp \ include_bmps/d3cluster.bmp include_bmps/d2membertyp1.bmp \ include_bmps/d3membertyp1.bmp include_bmps/d2membertyp2.bmp \ include_bmps/d3membertyp2.bmp include_bmps/d2guete.bmp \ include_bmps/clustertypellipsis.bmp include_bmps/clustertypsymbol.bmp \ include_bmps/clustertypstar.bmp include_bmps/clustertypcolor.bmp \ include_bmps/createcluster.bmp include_bmps/movecluster.bmp \ include_bmps/deletecluster.bmp include_bmps/selectcluster.bmp \ verfahren.hquicksort.o: quicksort.cc quicksort.h vektor.h fehler.h matrix.hregel.o: regel.cc regel.h fehler.h matrix.h vektor.h daten.h norm.h \ cluster.h guete.hsaveloadwindow.o: saveloadwindow.cc saveloadwindow.h window.h \ mainwindow.h errorbox.h menu.h icon.h connect.h moveicon.h output.h \ selectwindow.h onofficon.h scroll.h textbox.h actionicon.h cluster.h \ fehler.h guete.h matrix.h vektor.h norm.h daten.h regel.h \ selecticon.h ellipses.h memberout.h dialog.h quicksort.hscroll.o: scroll.cc scroll.h window.h textbox.h actionicon.h icon.h \ include_bmps/arrowup.bmp include_bmps/arrowdown.bmpselecticon.o: selecticon.cc selecticon.h icon.h window.hselectwindow.o: selectwindow.cc selectwindow.h onofficon.h icon.h \ window.h scroll.h textbox.h actionicon.h cluster.h fehler.h guete.h \ matrix.h vektor.h norm.h daten.h regel.h mainwindow.h errorbox.h \ menu.h connect.h moveicon.h output.h selecticon.h ellipses.h \ memberout.h saveloadwindow.h dialog.h include_bmps/littlearrowup.bmp \ include_bmps/littlearrowdown.bmptextbox.o: textbox.cc textbox.h window.hvektor.o: vektor.cc vektor.h fehler.h matrix.hverfahren.o: verfahren.cc verfahren.h vektor.h fehler.h matrix.h \ regel.h daten.h norm.h cluster.h guete.hwelcome.o: welcome.cc welcome.h window.h actionicon.h icon.h version.h \ include_bmps/tubs.bmpwindow.o: window.cc window.h icon.hzufall.o: zufall.cc zufall.h

⌨️ 快捷键说明

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