makefile.am
来自「RAM Defragmentation tools」· AM 代码 · 共 28 行
AM
28 行
## Process this file with automake to produce Makefile.inINCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @PACKAGE_CFLAGS@bin_PROGRAMS = ramdefragramdefrag_SOURCES = \ main.c \ ui.c ui.h \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h \ parsecl.c parsecl.h \ horsti.c horsti.h \ dstates.c dstates.h \ msgs.h timings.h \ cli.c cli.h \ clierr.c clierr.h \ configf.c configf.h \ numbers.c numbers.h \ cvstags.hramdefrag_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?