##// END OF EJS Templates
Makefile added to the repository for the srec generation
Makefile added to the repository for the srec generation

File last commit:

r25:68625add1e50 default
r27:f2c31482e557 default
Show More
fsw-qt.pro
51 lines | 1008 B | text/idl | PrologLexer
TEMPLATE = app
# CONFIG += console v8 sim
# CONFIG options = verbose *** cpu_usage_report *** gsa
CONFIG += console verbose gsa
CONFIG -= qt
include(./sparc.pri)
# flight software version
SWVERSION=-0-6
DEFINES += SW_VERSION_N1=0
DEFINES += SW_VERSION_N2=0
DEFINES += SW_VERSION_N3=0
DEFINES += SW_VERSION_N4=6
contains( CONFIG, verbose ) {
DEFINES += PRINT_MESSAGES_ON_CONSOLE
}
contains( CONFIG, cpu_usage_report ) {
DEFINES += PRINT_TASK_STATISTICS
}
TARGET = fsw
contains( CONFIG, gsa ) {
DEFINES += GSA
TARGET = fsw-gsa
}
INCLUDEPATH += \
../src \
../header
SOURCES += \
../src/wf_handler.c \
../src/tc_handler.c \
../src/fsw_processing.c \
../src/fsw_misc.c \
../src/fsw_init.c \
../src/fsw_globals.c
HEADERS += \
../header/wf_handler.h \
../header/tc_handler.h \
../header/grlib_regs.h \
../header/fsw_processing.h \
../header/fsw_params.h \
../header/fsw_misc.h \
../header/fsw_init.h \
../header/ccsds_types.h