_makefile

来自「快速傅立叶变换程序代码,学信号的同学,可要注意了」· 代码 · 共 48 行

TXT
48
字号
# Makefile for ansi/bin*include ../cMakefilefirst:		first.o  	cg.o	nrutil.o	$(CC) first.o cg.o nrutil.o -lm -o firsttmp:		tmp.o  	cg.o	nrutil.o	$(CC) tmp.o cg.o nrutil.o -lm -o tmptest_new_cg:	test_new_cg.o test_function.o 	new_cg.o nrutil.o r.o	$(CC) test_new_cg.o test_function.o new_cg.o nrutil.o r.o -lm -o test_new_cgt_cg_solve:	t_cg_solve.o test_function.o 	new_cg.o nrutil.o r.o 	$(CC) t_cg_solve.o test_function.o new_cg.o nrutil.o r.o -lm -o t_cg_solvetest_mac:	test_mac.o test_function.o 	cg.o nrutil.o r.o 	$(CC) test_mac.o test_function.o cg.o nrutil.o r.o -lm -o test_mactest_macII:	test_macII.o test_function.o macopt.o nrutil.o r.o 	$(CC) test_macII.o test_function.o macopt.o nrutil.o r.o -lm -o test_macIItest_macIIc:	test_macIIc.o test_function.o macopt.o nrutil.o r.o 	$(CC) test_macIIc.o test_function.o macopt.o nrutil.o r.o -lm -o test_macIIctest_quartic:	test_quartic.o test_function.o macopt.o nrutil.o r.o 	$(CC) test_quartic.o test_function.o macopt.o nrutil.o r.o -lm -o test_quartictest_lu:	test_lu.o lu.o nrutil.o r.o matrix.o	$(CC) test_lu.o lu.o nrutil.o r.o  matrix.o -lm -o test_luhash.o: ../hash.c ../hash.hrand2.o:	../rand2.c	../rand2.hsmartall.o:	../smartall.c ../smartall.hfirst.o:	../first.ctmp.o:		../tmp.ccg.o:		../cg.c  	../mynr.hcmatrix.o:	../cmatrix.c ../cmatrix.hlu.o:	../lu.c ../r.h ../mynr.h ../ludcmp.c ../lubksb.cmatrix.o:	../matrix.c ../r.h ../mynr.hnrutil.o:	../nrutil.c	../nrutil.h#	cd .. ; $(CC) $(CFLAGS) -c nrutil.c  -o $(bin)/i.onew_cg.o:	../new_cg.c ../mynr.h ../r.hr.o:		../r.c ../r.ht_cg_solve.o:	../t_cg_solve.c ../r.htest_quartic.o:	../mynr.h ../r.h ../macopt.h ../test.h ../nrutil.h test_macIIc.o:	../mynr.h ../r.h ../macopt.h ../test.h ../nrutil.h test_macII.o:	../mynr.h ../r.h ../macopt.h ../test.h ../nrutil.h macopt.o:		../macopt.c	../macopt.hstrangeopt.o:		../strangeopt.c	../strangeopt.htest_function.o:	../test_function.c ../test.h 

⌨️ 快捷键说明

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