X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fosa.git/blobdiff_plain/3d1082a76a4d382dfc8a4c747f4de8300d48a978..37a7e2d45b116e61074de9861ffd192933c7d06a:/src_marte/tests/test_non_local_jump/Makefile diff --git a/src_marte/tests/test_non_local_jump/Makefile b/src_marte/tests/test_non_local_jump/Makefile index da7fd9d..5704ca8 100644 --- a/src_marte/tests/test_non_local_jump/Makefile +++ b/src_marte/tests/test_non_local_jump/Makefile @@ -1,17 +1,13 @@ include ../../../config.mk include ../../../rules.mk -LDFLAGS += frsh_error.o $(FOSA_PATH)/marte_non_local_jump/non_local_jump.o +LDFLAGS += $(FOSA_PATH)/marte_non_local_jump/non_local_jump.o -CFLAGS += -I$(FRSH_PATH)/src_ads # Quick hack for frsh_error +testbench_long_jump.exe: testbench_long_jump.c libfosa -frsh_error.o: frsh_error.c +test_fosa_long_jump.exe: test_fosa_long_jump.c libfosa -testbench_long_jump.exe: testbench_long_jump.c frsh_error.o libfosa - -test_fosa_long_jump.exe: test_fosa_long_jump.c frsh_error.o libfosa - -fosa_long_jump_calibrate.exe: fosa_long_jump_calibrate.c frsh_error.o libfosa +fosa_long_jump_calibrate.exe: fosa_long_jump_calibrate.c libfosa