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

📄 makefile

📁 一个linux下的摄像头编程
💻
字号:
# Generated automatically from Makefile.in by configure.# Makefile.in generated automatically by automake 1.4 from Makefile.am# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.vmdemotk_OBJECTS =  cam.o picture.oAPPLICATION_NAME = captureqtOPENCVHOME = /projects/opencv-0.9.3LIBTOOL = $(SHELL) $(OPENCVHOME)/libtool#QTDIR = /usr/lib/qt-2.3.1QT_INCLUDE = $(QTDIR)/includeLIBS := $(LIBS) -lopencv -L$(OPENCVHOME)/cv/src/ -L$(OPENCVHOME)/otherlibs/CvVis/src/.libs -L$(QTDIR)/lib -Wl,-rpath,$(QTDIR)/lib -lqt-mt -lhighguiINCLUDES = -I$(QT_INCLUDE) -I./include -I./ -I$(OPENCVHOME)/cv/include -I$(OPENCVHOME)/otherlibs/CvVis/include -I/usr/include/ipl -DNDEBUGDEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../.. -DQT_THREAD_SUPPORTCXX = c++CXXFLAGS = -g -O2CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(CXXFLAGS)  -o $@$(APPLICATION_NAME): $(vmdemotk_OBJECTS)	@rm -f $(APPLICATION_NAME)	$(CXXLINK) $(vmdemotk_OBJECTS) $(LIBS).cpp.o:	$(CXXCOMPILE) -c $<clean :	rm -f $(APPLICATION_NAME)	rm -f *.o

⌨️ 快捷键说明

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