makefile.am

来自「unix下调试内存泄露的工具源代码」· AM 代码 · 共 29 行

AM
29
字号
noinst_SCRIPTS = filter_stderr filter_pushfpopf filter_tronicalnoinst_HEADERS = scalar.hEXTRA_DIST = $(noinst_SCRIPTS) \	fpeflags.stderr.exp fpeflags.vgtest \	pushfpopf.stderr.exp pushfpopf.stdout.exp pushfpopf.vgtest \	scalar.stderr.exp scalar.stderr.exp2 scalar.vgtest \	scalar_fork.stderr.exp scalar_fork.vgtest \	scalar_exit_group.stderr.exp scalar_exit_group.stderr.exp2 \	scalar_exit_group.vgtest \	scalar_supp.stderr.exp scalar_supp.stderr.exp2 \	scalar_supp.vgtest scalar_supp.supp \	scalar_vfork.stderr.exp scalar_vfork.vgtest \	tronical.stderr.exp tronical.vgtestcheck_PROGRAMS = \	scalar_exit_group scalar_fork scalar_supp scalar_vfork \	fpeflags pushfpopf scalar tronicalAM_CPPFLAGS = -I$(top_srcdir)/includeAM_CFLAGS   = $(WERROR) -Winline -Wall -Wshadow -g AM_CXXFLAGS = $(AM_CFLAGS)# must be built with these flags -- bug only occurred with themfpeflags_CFLAGS		= $(AM_CFLAGS) -march=i686pushfpopf_SOURCES 	= pushfpopf_c.c pushfpopf_s.stronical_SOURCES 	= tronical.S

⌨️ 快捷键说明

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