]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - rules.mk
Changed Makefiles, rules and config files because of change in location
[frescor/fosa.git] / rules.mk
index 4018569e2fb8a790e7d9ef254e405d72173c2b05..3b1783d62206192b3ac53c1d8162297acd922438 100644 (file)
--- 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' \