X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fosa.git/blobdiff_plain/c872a2adf2378ddf9308fb05ffed606825b118cc..d138b763ecc0170a40f890bcce460016d90c03f8:/rules.mk diff --git a/rules.mk b/rules.mk index 4018569..3b1783d 100644 --- a/rules.mk +++ b/rules.mk @@ -14,11 +14,6 @@ CFLAGS += -D$(PLATFORM) \ # This prevents mgcc from removing the debug information (stripping) LDFLAGS += -g -ifeq ($(PLATFORM), MARTE_OS) - CFLAGS += -I$(FOSA_PATH)/marte_non_local_jump -endif - - none: @exec echo -e "\nPlease introduce a target, i.e: 'make test'"; @@ -41,10 +36,6 @@ $(FOSA_PATH)/lib/libfosa_$(PLATFORM).a: @exec echo ">> [OK]" -$(FOSA_PATH)/marte_non_local_jump/non_local_jump.o: - make -C $(FOSA_PATH)/marte_non_local_jump - - clean: @exec echo -e "\n>> Cleaning... "; @find \( -name '*.[oa]' -or -name '*~*' -or -name 'libfosa.a' \