Package OK
This commit is contained in:
@@ -28,7 +28,7 @@ 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/
|
||||
BUILD_DIR?=.
|
||||
|
||||
#Location of the MakeDefaults directory.
|
||||
#Note that the MARTe2_DIR environment variable
|
||||
@@ -38,7 +38,7 @@ MAKEDEFAULTDIR=$(MARTe2_DIR)/MakeDefaults
|
||||
include $(MAKEDEFAULTDIR)/MakeStdLibDefs.$(TARGET)
|
||||
|
||||
all: $(OBJS)
|
||||
$(MDT) build $(SOURCES) -o $(OBJSX)
|
||||
$(MDT) build $(SOURCES) -o $(BUILD_DIR)/$(OBJSX)
|
||||
|
||||
include $(MAKEDEFAULTDIR)/MakeStdLibRules.$(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user