makefile.am

来自「GTKores is a simple color picking tool, 」· AM 代码 · 共 18 行

AM
18
字号
## Process this file with automake to produce Makefile.inINCLUDES = \	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \	@PACKAGE_CFLAGS@bin_PROGRAMS = gtkoresgtkores_SOURCES = \	main.c \	support.c support.h \	interface.c interface.h \	callbacks.c callbacks.hgtkores_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)

⌨️ 快捷键说明

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