mirror of
https://github.com/nasa/trick.git
synced 2025-04-07 19:34:23 +00:00
parent
9a2bab0df2
commit
23fef115c8
9
share/trick/makefiles/Makefile.trickconfig
Normal file
9
share/trick/makefiles/Makefile.trickconfig
Normal file
@ -0,0 +1,9 @@
|
||||
# Utility makefile for trick-config
|
||||
|
||||
|
||||
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
||||
|
||||
# prints the value of a makefile variable, example invocation "make print-TRICK_CXXFLAGS"
|
||||
# This rule is used by trick-config
|
||||
print-%:
|
||||
@echo '$*=$($*)'
|
Loading…
x
Reference in New Issue
Block a user