Config 1
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user