This commit is contained in:
Martino Ferrari
2026-02-05 10:33:53 +01:00
parent 92e292f4ac
commit 11e6159e0a
35 changed files with 3019 additions and 1358 deletions

View File

@@ -23,7 +23,9 @@
#############################################################
#Named of the unit files to be compiled
OBJSX=JAGyrotronA_FY19_P1.x
OBJSX=JARF01App.x
MDT=mdt
SOURCES=src/*.marte src/state_machine/*.marte src/data/*.marte src/thread1/*.marte src/thread2/*.marte src/thread3/*.marte src/thread4/*.marte src/thread5/*.marte src/thread6/*.marte
#Location of the Build directory where the configuration file will be written to
BUILD_DIR?=./out/
@@ -36,7 +38,7 @@ MAKEDEFAULTDIR=$(MARTe2_DIR)/MakeDefaults
include $(MAKEDEFAULTDIR)/MakeStdLibDefs.$(TARGET)
all: $(OBJS)
echo $(OBJS)
$(MDT) build $(SOURCES) -o $(OBJSX)
include $(MAKEDEFAULTDIR)/MakeStdLibRules.$(TARGET)