makefile.am
来自「用GTK实现的一个简单的计算器程序」· AM 代码 · 共 40 行
AM
40 行
## 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 + =
减小字号Ctrl + -
显示快捷键?