COMPONENT=CMP_RTLGNAT COMPONENT_NAME=rtlgnat ifneq ($(wildcard ../../../ocera.mk),) include ../../../ocera.mk else all: @echo -e "You should go to the ocera/ directory and do 'make' to generate the ocera.mk file first.\nThanks." endif .PHONY: dummy MAKEFLAGS= -j1 all: install install: dummy @if [ ! -f utils/rtgnatmake ] ; then ./install ; fi $(MAKE) -C rtlinux $(MAKE) -C runtime-3.14 $(MAKE) -C examples clean: dummy $(MAKE) -C examples clean $(MAKE) -C rtlinux clean $(MAKE) -C runtime-3.14 clean @rm -f rtgl/*.o rtgl/gnu_files/*.o utils/rtgnatmake utils/rtmkrtgl @rm -f *~ .bak */*.~ */*.bak examples: dummy $(MAKE) -C examples