From 9d662adffa40beabf4431361009b51e24ee69ea1 Mon Sep 17 00:00:00 2001 From: telleriam Date: Sat, 26 Jan 2008 20:10:46 +0000 Subject: [PATCH] Changing rules.mk and config_example.mk to remove FRSH and UTILS path git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1010 35b4ef3e-fd22-0410-ab77-dab3279adceb --- config_example.mk | 5 +---- rules.mk | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/config_example.mk b/config_example.mk index 04e2248..7619b1a 100644 --- a/config_example.mk +++ b/config_example.mk @@ -3,12 +3,9 @@ PLATFORM = MARTE_OS FRESCOR_ROOT = $(HOME)/frescor_dev -# the path to the FRSH directory. -FRSH_PATH = $(FRESCOR_ROOT)/frsh # the path to the FOSA directory. FOSA_PATH = $(FRESCOR_ROOT)/fosa -# the path to the UTILS directory -UTILS_PATH = $(FRESCOR_ROOT)/utils + # the compilation flags CFLAGS = -Wall -g diff --git a/rules.mk b/rules.mk index a3a7b95..d822a0c 100644 --- a/rules.mk +++ b/rules.mk @@ -8,8 +8,7 @@ endif CFLAGS += -D$(PLATFORM) \ - -I$(FOSA_PATH)/include \ - -I$(UTILS_PATH)/include + -I$(FOSA_PATH)/include ifeq ($(PLATFORM), MARTE_OS) CFLAGS += -I$(FOSA_PATH)/marte_non_local_jump -- 2.39.2