makefile.am

来自「BCAST Implementation for NS2」· AM 代码 · 共 39 行

AM
39
字号
## Process this file with automake to produce Makefile.in.#### $XORP: xorp/utils/flower_malloc/Makefile.am,v 1.1 2003/10/17 01:44:29 hodson Exp $### -- Real Programsbin_PROGRAMS	 =# -- Test ProgramsTESTS		 = test_flower_malloc.sh# -- No-install Programsnoinst_PROGRAMS	 = flower_malloc.so test_flower_malloc# -- No-install Librariesnoinst_LIBRARIES =# -- Libraries and library flags to link the binary programsLDADD		 = $(noinst_LIBRARIES)# -- Program Sourcesflower_malloc_so_SOURCES = flower_malloc.cflower_malloc_so_CFLAGS = -fpic -fPICflower_malloc_so_LDFLAGS = -shared -fPIC -fpictest_flower_malloc_SOURCES = test_flower_malloc.c# -- Extra files and directories to add to the distributionEXTRA_DIST	 = FlowerCheck#################################################################### Everything past here is useful to the maintainer, but probably not## to anybody else##INCLUDES =	-I$(top_srcdir)

⌨️ 快捷键说明

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