TARGET	= callgraph
noinst_LTLIBRARIES=libcallgraph.la
libcallgraph_la_SOURCES=callgraph.c print.c graph.c
BUILT_SOURCES=$(TARGET).h
include_HEADERS=$(TARGET).h
include $(srcdir)/../pipslibs_includes.mk
include $(top_srcdir)/makes/cproto.mk
