📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in## Created by Anjutagladedir = $(datadir)/calculator/gladeglade_DATA = calculator.glade \ about.gladeAM_CPPFLAGS = \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ $(CALCULATOR_CFLAGS)AM_CFLAGS =\ -Wall\ -gbin_PROGRAMS = calculatorcalculator_SOURCES = \ callbacks.c \ callbacks.h \ main.c\ algorithm.c\ mult.h\ example-service.c\ example-service-glue.hcalculator_LDFLAGS = \ -Wl,--export-dynamiccalculator_LDADD = $(CALCULATOR_LIBS)EXTRA_DIST = $(glade_DATA) \ example-service.c\ example-service-glue.h\ mult.h \ algorithm.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -