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

📄 makefile.am

📁 linux下很好的截图工具。 抓取整个桌面、某个指定的窗口、以及选择的矩形区域。
💻 AM
字号:
# A list of all the files in the current directory which can be regeneratedMAINTAINERCLEANFILES = Makefile.in				LDFLAGS           = -L/usr/X11R6/libINCLUDES          = -g -O3 -Wall -I/usr/X11R6/include \$(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. \-DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@LIBOBJS = @LIBOBJS@bin_PROGRAMS      = scrotscrot_SOURCES       = main.c getopt.c getopt1.c getopt.h scrot.h \options.c options.h debug.h imlib.c structs.hscrot_LDADD         = -lX11 @GIBLIB_LIBS@

⌨️ 快捷键说明

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