mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 04:35:25 -06:00
24 lines
645 B
Makefile
24 lines
645 B
Makefile
#
|
|
# Copyright 2004-2008, by the California Institute of Technology.
|
|
# ALL RIGHTS RESERVED. United States Government Sponsorship
|
|
# acknowledged.
|
|
#
|
|
#
|
|
|
|
# This is a template for the mod.mk file that goes in each module
|
|
# and each module's subdirectories.
|
|
# With a fresh checkout, "make gen_make" should be invoked. It should also be
|
|
# run if any of the variables are updated. Any unused variables can
|
|
# be deleted from the file.
|
|
|
|
# There are some standard files that are included for reference
|
|
|
|
SRC = Test1ComponentAi.xml \
|
|
Test2PortAi.xml \
|
|
TestCommand1Impl.cpp \
|
|
main.cpp \
|
|
TestCommandSourceImpl.cpp
|
|
|
|
SUBDIRS = test
|
|
|