mirror of
https://github.com/nasa/fprime.git
synced 2025-12-12 07:43:50 -06:00
25 lines
1.0 KiB
Makefile
25 lines
1.0 KiB
Makefile
#
|
|
# Copyright 2004-2008, by the California Institute of Technology.
|
|
# ALL RIGHTS RESERVED. United States Government Sponsorship
|
|
# acknowledged. Any commercial use must be negotiated with the Office
|
|
# of Technology Transfer at the California Institute of Technology.
|
|
#
|
|
# Information included herein is controlled under the International
|
|
# Traffic in Arms Regulations ("ITAR") by the U.S. Department of State.
|
|
# Export or transfer of this information to a Foreign Person or foreign
|
|
# entity requires an export license issued by the U.S. State Department
|
|
# or an ITAR exemption prior to the export or transfer.
|
|
#
|
|
|
|
# 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 = TestComponentAi.xml TestPortAi.xml TestPrmSourceImpl.cpp TestPrmImpl.cpp main.cpp
|
|
|
|
SUBDIRS = test
|