Home | History | Annotate | Download | only in monitor

Lines Matching full:monitor

3 # Expose the Monitor RCP only for the SDK builds.
9 LOCAL_MODULE := monitor
15 RCP_LOG_FILE := out/host/eclipse/rcp/build/monitor.log
18 define mk-rcp-monitor-atree-file
20 dstdir=$(HOST_OUT)/eclipse/monitor-$(1).$(2) && \
29 # The RCP monitor. It is referenced by build/target/products/sdk.mk
30 $(LOCAL_BUILT_MODULE) : $(TOPDIR)sdk/monitor/monitor \
31 $(TOPDIR)sdk/monitor/build.xml \
32 $(TOPDIR)sdk/monitor/build.properties \
36 $(hide)cd $(TOPDIR)sdk/monitor && \
45 | sed -E '/\[java\]/!d; /SUCCESSFUL/d ; s/^ +\[java\] //; /^ *$$/d; /:$$/d; /\[javac\] [^C]/d; s/^/monitor: /'; \
47 echo "Monitor failed. Full log:" ; \
52 $(call mk-rcp-monitor-atree-file,linux.gtk,x86) ; \
53 $(call mk-rcp-monitor-atree-file,linux.gtk,x86_64) ; \
55 $(call mk-rcp-monitor-atree-file,macosx.cocoa,x86_64) ; \
57 $(call mk-rcp-monitor-atree-file,win32.win32,x86) ; \
58 $(call mk-rcp-monitor-atree-file,win32.win32,x86_64) ; \
60 $(hide)$(ACP) -fp $(V) $(TOPDIR)sdk/monitor/monitor $@