mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
22 lines
467 B
Makefile
22 lines
467 B
Makefile
#
|
|
# Copyright 2015, by the California Institute of Technology.
|
|
# ALL RIGHTS RESERVED. United States Government Sponsorship
|
|
# acknowledged.
|
|
#
|
|
#
|
|
|
|
|
|
SRC = FatalHandlerComponentAi.xml FatalHandlerComponentCommonImpl.cpp
|
|
|
|
SRC_LINUX = FatalHandlerComponentLinuxImpl.cpp
|
|
|
|
SRC_CYGWIN = FatalHandlerComponentLinuxImpl.cpp
|
|
|
|
SRC_DARWIN = FatalHandlerComponentLinuxImpl.cpp
|
|
|
|
SRC_RASPIAN = FatalHandlerComponentLinuxImpl.cpp
|
|
|
|
HDR = FatalHandlerComponentImpl.hpp
|
|
|
|
SUBDIRS =
|