## Process this file with automake to produce Makefile.in. ## ## $XORP: xorp/utils/flower_malloc/Makefile.am,v 1.3 2004/11/23 22:43:48 bms Exp $ ## # -- Real Programs bin_PROGRAMS = # -- Test Programs TESTS = test_flower_malloc.sh # -- No-install Programs noinst_PROGRAMS = flower_malloc.so check_PROGRAMS = test_flower_malloc # -- No-install Libraries noinst_LTLIBRARIES = # -- Libraries and library flags to link the binary programs LDADD = $(noinst_LTLIBRARIES) # -- Program Sources flower_malloc_so_SOURCES = flower_malloc.c flower_malloc_so_CFLAGS = -fpic -fPIC flower_malloc_so_LDFLAGS = -shared -fPIC -fpic test_flower_malloc_SOURCES = test_flower_malloc.c # -- Extra files and directories to add to the distribution EXTRA_DIST = FlowerCheck ################################################################ ## ## Everything past here is useful to the maintainer, but probably not ## to anybody else ## INCLUDES = -I$(top_srcdir)