include Makedefs
all:
	$(INSTALL) ocp/OCP-IP_ChannelMonitor.pdf $(DOC)
	$(INSTALL) ocp/tl1/ocp_tl1_trace_monitor.h  $(INCLUDE)
	$(INSTALL) ocp/tl1/ocp_tl1_ocpmongen_cl.h $(INCLUDE)
	$(INSTALL) ocp/tl1/ocp_tl1_monitor_port.h  $(INCLUDE)
	$(INSTALL) ocp/tl1/ocp_tl1_perf_monitor.h  $(INCLUDE)
	$(INSTALL) ocp/tl1/ocp_tl1_perf_monitor_wrapper.h  $(INCLUDE)
	$(INSTALL) ocp/tl2/ocp_tl2_monitor_port.h $(INCLUDE)
	$(INSTALL) ocp/tl2/ocp_tl2_perf_monitor.h $(INCLUDE)
	$(INSTALL) ocp/tl2/ocp_tl2_trace_monitor.h $(INCLUDE)
	$(INSTALL) ocp/tl3/ocp_tl3_monitor_port.h $(INCLUDE)
	$(INSTALL) ocp/tl3/ocp_tl3_perf_monitor.h $(INCLUDE)
	$(INSTALL) ocp/tl3/ocp_tl3_perf_monitor_scv.h $(INCLUDE)
	$(INSTALL) ocp/perf/ocp_perf_monitor_channel_scv.h $(INCLUDE)
	$(INSTALL) ocp/perf/ocp_perf_monitor_system_registry.h $(INCLUDE)
	$(INSTALL) ocp/perf/ocp_perf_monitor_system_scv.h $(INCLUDE)
	$(INSTALL) ocp/perf/ocp_perf_monitor_extensions.h $(INCLUDE)

include Makerules

