红联Linux门户
Linux帮助

problem on configure.in

发布时间:2013-03-13 23:52:40来源:红联作者:zyclzmm
How to write the configure.in while the makefile.am is
## Source directory

SUBDIRS =

INCLUDES = -I$(top_srcdir)
AM_LDFLAGS = -L$(top_srcdir)/libvmi/.libs/
LDADD = -lvmi -lm $(LIBS)

bin_PROGRAMS = module-list process-list map-symbol map-addr dump-memory
module_list_SOURCES = module-list.c
process_list_SOURCES = process-list.c
map_symbol_SOURCES = map-symbol.c
map_addr_SOURCES = map-addr.c
dump_memory_SOURCES = dump-memory.c

and together with five C source code files
module-list.c process-list.c map-symbol.c map-addr.c dump-memory.c

please give me a hand!Thank you!
文章评论

共有 0 条评论