makefile.am

来自「Datamatrix二维码库和测试程序,运行于linux,仔细研究可以很容易转化」· AM 代码 · 共 44 行

AM
44
字号
# Packaging commands (all run from libdmtx root):# $ make distclean# $ make dist-bzip2# $ make dist-gzip# $ script/dist-image.shlib_LTLIBRARIES = libdmtx.lalibdmtx_la_SOURCES = dmtx.cEXTRA_libdmtx_la_SOURCES = dmtxcolor3.c dmtxdecode.c dmtxencode.c \	dmtxfec.c dmtximage.c dmtxmatrix3.c dmtxmessage.c \	dmtxplacemod.c dmtxreedsol.c dmtxregion.c dmtxscangrid.c \	dmtxstatic.h dmtxsymbol.c dmtxtime.c dmtxvector2.cinclude_HEADERS = dmtx.hlibdmtx_la_CFLAGS = -Wall -pedanticSUBDIRS = . util testdist_man_MANS = man/libdmtx.3 man/dmtxread.1 man/dmtxwrite.1 man/dmtxquery.1EXTRA_DIST = KNOWNBUG \	README.cygwin \	README.freebsd \	README.linux \	README.mingw \	README.msvc \	README.osx \	README.unix \	script/check_all.sh \	script/check_comments.sh \	script/check_copyright.sh \	script/check_headers.pl \	script/check_keyword.sh \	script/check_license.sh \	script/check_spacing.sh \	script/check_todo.sh \	script/check_whitespace.sh \	script/dist-image.sh \	test/images_opengl/test_image??.png \	wrappers/cocoa/* \	wrappers/php/* \	wrappers/python/* \	wrappers/ruby/*

⌨️ 快捷键说明

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