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

📄 makefile.am

📁 guide and some example with visualC++
💻 AM
字号:
lib_LTLIBRARIES = libcvcam.lalibcvcam_la_SOURCES = convert.cpp cvvideo.cpp dialogs.cpp render.cppEXTRA_DIST = SOMAJOR = @MMAJOR@SOMINOR = @MMINOR@SOSUBMINOR = @MSUBMINOR@# here you should add all header files, which contains the functionality# of your shared lib (published for the users)include_HEADERS =# here you should add all header files, which shouldnnoinst_HEADERS = convert.h cvvidtypes.h dialogs.h icvvideo.h render.h videodev.hlibcvcam_la_LDFLAGS = -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) @LDFLAGS@ $(X_LIBS) -L../../../highgui/.libs -L../../../../cv/src/.libs# add here the libraries which have to be include# for building the shared lib##  please consider also the usage of the make environment variables#  like#  $(LIB_KDEUI), $(LIB_QT), $(LIB_HTML), etc.#  instead of the hardcoded entries, which have placed#  in here.#  The following line is only a suggestion!#libcvcam_la_LIBADD = -lX11 -lXext -lXawINCLUDES = $(all_includes) -I../../include -I../../../../cv/include -I../../../highguiAM_CXXFLAGS = @CXXFLAGS@ @DEBUG@ -D_XOPEN_SOURCE=500

⌨️ 快捷键说明

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