Generation working and Compilation of MARTe components
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
#############################################################
|
||||
#
|
||||
# Copyright 2015 F4E | European Joint Undertaking for ITER
|
||||
# and the Development of Fusion Energy ('Fusion for Energy')
|
||||
#
|
||||
# Licensed under the EUPL, Version 1.1 or - as soon they
|
||||
# will be approved by the European Commission - subsequent
|
||||
# versions of the EUPL (the "Licence");
|
||||
# You may not use this work except in compliance with the
|
||||
# Licence.
|
||||
# You may obtain a copy of the Licence at:
|
||||
#
|
||||
# http://ec.europa.eu/idabc/eupl
|
||||
#
|
||||
# Unless required by applicable law or agreed to in
|
||||
# writing, software distributed under the Licence is
|
||||
# distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
|
||||
# express or implied.
|
||||
# See the Licence for the specific language governing
|
||||
# permissions and limitations under the Licence.
|
||||
#
|
||||
# $Id: Makefile.inc 3 2012-01-15 16:26:07Z aneto $
|
||||
#
|
||||
#############################################################
|
||||
OBJSX=JARampupGAM.x
|
||||
|
||||
PACKAGE=GAMs
|
||||
|
||||
ROOT_DIR=../../../obj
|
||||
MAKEDEFAULTDIR=$(MARTe2_DIR)/MakeDefaults
|
||||
include $(MAKEDEFAULTDIR)/MakeStdLibDefs.$(TARGET)
|
||||
|
||||
INCLUDES += -I.
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L0Types
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L1Portability
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L2Objects
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L3Streams
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L4Messages
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L4Configuration
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L5GAMs
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/Scheduler/L1Portability
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/Scheduler/L3Services
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/Scheduler/L4Messages
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/FileSystem/L1Portability
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/FileSystem/L3Streams
|
||||
|
||||
|
||||
|
||||
all: $(OBJS) $(SUBPROJ) \
|
||||
$(BUILD_DIR)/JARampupGAM$(LIBEXT) \
|
||||
$(BUILD_DIR)/JARampupGAM$(DLLEXT)
|
||||
echo $(OBJS)
|
||||
|
||||
include $(MAKEDEFAULTDIR)/MakeStdLibRules.$(TARGET)
|
||||
@@ -0,0 +1,103 @@
|
||||
#test configuration file2,,,,,,
|
||||
#Time,MHVPS,BPS,APS,MC,GC,FHPS
|
||||
0,60,45,0,10,10,10
|
||||
10,55,40,-2,9,9,9
|
||||
20,50,35,-4,8,8,8
|
||||
30,45,30,-6,7,7,7
|
||||
40,40,25,-8,6,6,6
|
||||
50,35,20,-10,5,5,5
|
||||
60,30,15,-12,4,4,4
|
||||
70,25,10,-14,3,3,3
|
||||
80,20,5,-16,2,2,2
|
||||
90,15,0,-18,1,1,1
|
||||
100,10,-5,-20,0,0,0
|
||||
110,5,0,-22,1,1,1
|
||||
120,0,5,-20,2,2,2
|
||||
130,-5,10,-18,3,3,3
|
||||
140,0,15,-16,4,4,4
|
||||
150,5,20,-14,5,5,5
|
||||
160,10,25,-12,6,6,6
|
||||
170,15,30,-10,7,7,7
|
||||
180,20,35,-8,8,8,8
|
||||
190,25,40,-6,9,9,9
|
||||
200,30,45,-4,10,10,10
|
||||
210,35,40,-2,9,9,9
|
||||
220,40,35,0,8,8,8
|
||||
230,45,30,-2,7,7,7
|
||||
240,50,25,-4,6,6,6
|
||||
250,55,20,-6,5,5,5
|
||||
260,60,15,-8,4,4,4
|
||||
270,55,10,-10,3,3,3
|
||||
280,50,5,-12,2,2,2
|
||||
290,45,0,-14,1,1,1
|
||||
300,40,-5,-16,0,0,0
|
||||
310,35,0,-18,1,1,1
|
||||
320,30,5,-20,2,2,2
|
||||
330,25,10,-25,3,3,3
|
||||
340,20,15,-20,4,4,4
|
||||
350,15,20,-18,5,5,5
|
||||
360,10,25,-16,6,6,6
|
||||
370,5,30,-14,7,7,7
|
||||
380,0,35,-12,8,8,8
|
||||
390,-5,40,-10,9,9,9
|
||||
400,0,45,-8,10,10,10
|
||||
410,5,40,-6,9,9,9
|
||||
420,10,35,-4,8,8,8
|
||||
430,15,30,-2,7,7,7
|
||||
440,20,25,0,6,6,6
|
||||
450,25,20,-2,5,5,5
|
||||
460,30,15,-4,4,4,4
|
||||
470,35,10,-6,3,3,3
|
||||
480,40,5,-8,2,2,2
|
||||
490,45,0,-10,1,1,1
|
||||
500,50,-5,-12,0,0,0
|
||||
510,55,0,-14,1,1,1
|
||||
520,60,5,-16,2,2,2
|
||||
530,55,10,-18,3,3,3
|
||||
540,50,15,-20,4,4,4
|
||||
550,45,20,-30,5,5,5
|
||||
560,40,25,-20,6,6,6
|
||||
570,35,30,-18,7,7,7
|
||||
580,30,35,-16,8,8,8
|
||||
590,25,40,-14,9,9,9
|
||||
600,20,45,-12,10,10,10
|
||||
610,15,40,-10,9,9,9
|
||||
620,10,35,-8,8,8,8
|
||||
630,5,30,-6,7,7,7
|
||||
640,0,25,-4,6,6,6
|
||||
650,-5,20,-2,5,5,5
|
||||
660,0,15,0,4,4,4
|
||||
670,5,10,-2,3,3,3
|
||||
680,10,5,-4,2,2,2
|
||||
690,15,0,-6,1,1,1
|
||||
700,20,-5,-8,0,0,0
|
||||
710,25,0,-10,1,1,1
|
||||
720,30,5,-12,2,2,2
|
||||
730,35,10,-14,3,3,3
|
||||
740,40,15,-16,4,4,4
|
||||
750,45,20,-18,5,5,5
|
||||
760,50,25,-20,6,6,6
|
||||
770,55,30,-22,7,7,7
|
||||
780,60,35,-20,8,8,8
|
||||
790,55,40,-18,9,9,9
|
||||
800,50,45,-16,10,10,10
|
||||
810,45,40,-14,9,9,9
|
||||
820,40,35,-12,8,8,8
|
||||
830,35,30,-10,7,7,7
|
||||
840,30,25,-8,6,6,6
|
||||
850,25,20,-6,5,5,5
|
||||
860,20,15,-4,4,4,4
|
||||
870,15,10,-2,3,3,3
|
||||
880,10,5,0,2,2,2
|
||||
890,5,0,-2,1,1,1
|
||||
900,0,-5,-4,0,0,0
|
||||
910,-5,0,-6,1,1,1
|
||||
920,0,5,-8,2,2,2
|
||||
930,5,10,-10,3,3,3
|
||||
940,10,15,-12,4,4,4
|
||||
950,15,20,-14,5,5,5
|
||||
960,20,25,-16,6,6,6
|
||||
970,25,30,-18,7,7,7
|
||||
980,30,35,-20,8,8,8
|
||||
990,35,40,-22,9,9,9
|
||||
1000,40,45,-20,10,10,10
|
||||
@@ -0,0 +1,58 @@
|
||||
#############################################################
|
||||
#
|
||||
# Copyright 2015 F4E | European Joint Undertaking for ITER
|
||||
# and the Development of Fusion Energy ('Fusion for Energy')
|
||||
#
|
||||
# Licensed under the EUPL, Version 1.1 or - as soon they
|
||||
# will be approved by the European Commission - subsequent
|
||||
# versions of the EUPL (the "Licence");
|
||||
# You may not use this work except in compliance with the
|
||||
# Licence.
|
||||
# You may obtain a copy of the Licence at:
|
||||
#
|
||||
# http://ec.europa.eu/idabc/eupl
|
||||
#
|
||||
# Unless required by applicable law or agreed to in
|
||||
# writing, software distributed under the Licence is
|
||||
# distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
|
||||
# express or implied.
|
||||
# See the Licence for the specific language governing
|
||||
# permissions and limitations under the Licence.
|
||||
#
|
||||
# $Id: Makefile.inc 3 2012-01-15 16:26:07Z aneto $
|
||||
#
|
||||
#############################################################
|
||||
OBJSX=JAEPICSCAOutput.x JAEPICSCAInput.x
|
||||
|
||||
PACKAGE=DataSources
|
||||
|
||||
ROOT_DIR=../../
|
||||
MAKEDEFAULTDIR=$(MARTe2_DIR)/MakeDefaults
|
||||
include $(MAKEDEFAULTDIR)/MakeStdLibDefs.$(TARGET)
|
||||
|
||||
INCLUDES += -I.
|
||||
INCLUDES += -I$(EPICS_BASE)/include/
|
||||
INCLUDES += -I$(EPICS_BASE)/include/os/Linux/
|
||||
INCLUDES += -I$(EPICS_BASE)/include/compiler/gcc/
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L0Types
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L1Portability
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L2Objects
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L3Streams
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L4Messages
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L4Configuration
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L5GAMs
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/Scheduler/L1Portability
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/Scheduler/L3Services
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/Scheduler/L4Messages
|
||||
INCLUDES += -I$(MARTe2_DIR)/Source/Core/Scheduler/L5GAMs
|
||||
|
||||
all: $(OBJS) $(SUBPROJ) \
|
||||
$(BUILD_DIR)/JAEPICSCA$(LIBEXT) \
|
||||
$(BUILD_DIR)/JAEPICSCA$(DLLEXT)
|
||||
echo $(OBJS)
|
||||
|
||||
include depends.$(TARGET)
|
||||
|
||||
include $(MAKEDEFAULTDIR)/MakeStdLibRules.$(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user