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

📄 makefile.icc

📁 sba, a C/C++ package for generic sparse bundle adjustment is almost invariably used as the last step
💻 ICC
字号:
## Makefile for Sparse Bundle Adjustment demo program#CC=iccCXX=icpcCFLAGS=-I.. -O3 -tpp7 -xW -march=pentium4 -mcpu=pentium4 -ip -ipo -unroll #-gOBJS=eucsbademo.o imgproj.o readparams.oSRCS=eucsbademo.c imgproj.c readparams.cLAPACKLIBS=-llapack -lblas -lf2c # On systems with a FORTRAN (not f2c'ed) version of LAPACK, -lf2c is                                 # not necessary; on others -lf2c is equivalent to -lF77 -lI77#LAPACKLIBS=-L/usr/local/atlas/lib -llapack -lcblas -lf77blas -latlas -lf2c # This works with the ATLAS updated lapack and Linux_P4SSE2                                                                           # from http://www.netlib.org/atlas/archives/linux/#LAPACKLIBS=-llapack -lgoto -lpthread -lf2c # This works with GotoBLAS                                           # from http://www.tacc.utexas.edu/resources/software/LIBS=-lsba $(LAPACKLIBS) -lmLDFLAGS=-L..eucsbademo: $(OBJS)	$(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o eucsbademo $(LIBS)eucsbademo.o: eucsbademo.h readparams.hreadparams.o: eucsbademo.hclean:	@rm -f $(OBJS)realclean: clean	@rm -f eucsbademodepend:	makedepend -f Makefile.icc $(SRCS)# DO NOT DELETE THIS LINE -- make depend depends on it.

⌨️ 快捷键说明

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