BUILT_SOURCES = \ mgcp_common.h \ $(NULL) noinst_HEADERS = \ mgcp_client_internal.h \ mgcp_client_pool_internal.h \ $(NULL) mgcp_common.h: $(top_srcdir)/include/osmocom/mgcp/mgcp_common.h echo -e "/*\n\n DO NOT EDIT THIS FILE!\n THIS IS OVERWRITTEN DURING BUILD\n This is an automatic copy of \n\n */" > mgcp_common.h cat $(top_srcdir)/include/osmocom/mgcp/mgcp_common.h >> mgcp_common.h CLEANFILES = mgcp_common.h