makefile.am

来自「unix/linux下支持各种压缩算法的软件」· AM 代码 · 共 26 行

AM
26
字号
## Process this file with automake to produce Makefile.inINCLUDES = \	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \	@PACKAGE_CFLAGS@bin_PROGRAMS = xarchiverxarchiver_SOURCES = \	main.c main.h \	support.c support.h \	interface.c interface.h \	callbacks.c callbacks.h \	arj.c arj.h \	zip.c zip.h \	rar.c rar.h \	rpm.c rpm.h \	bzip2.c bzip2.h \	gzip.c gzip.h \	tar.c tar.h \	7zip.c 7zip.h xarchiver_LDADD = @PACKAGE_LIBS@

⌨️ 快捷键说明

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