makefile.am
来自「二维码QR的linux平台下的编码源代码」· AM 代码 · 共 39 行
AM
39 行
if HAVE_SDLsdlPROGRAMS = view_qrcodeendifnoinst_PROGRAMS = test_qrinput test_bitstream test_estimatebit \ test_qrspec test_rs test_qrencode prof_qrencode \ test_split\ $(sdlPROGRAMS)test_qrinput_SOURCES = test_qrinput.c common.htest_qrinput_LDADD = ../libqrencode.latest_bitstream_SOURCES = test_bitstream.c common.htest_bitstream_LDADD = ../bitstream.otest_estimatebit_SOURCES = test_estimatebit.c common.htest_estimatebit_LDADD = ../libqrencode.latest_qrspec_SOURCES = test_qrspec.c common.htest_qrspec_LDADD = ../qrspec.otest_rs_SOURCES = test_rs.c common.htest_rs_LDADD = ../libqrencode.latest_qrencode_SOURCES = test_qrencode.c common.htest_qrencode_LDADD = ../libqrencode.latest_split_SOURCES = test_split.c common.htest_split_LDADD = ../libqrencode.laprof_qrencode_SOURCES = prof_qrencode.cprof_qrencode_LDADD = ../libqrencode.laif HAVE_SDLview_qrcode_SOURCES = view_qrcode.c common.hview_qrcode_CFLAGS= $(SDL_CFLAGS)view_qrcode_LDADD = ../libqrencode.la $(SDL_LIBS)endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?