mirror of
https://github.com/nasa/trick.git
synced 2025-06-22 16:58:57 +00:00
Restore print out when compiling io_* files #326
This commit is contained in:
@ -459,7 +459,7 @@ void PrintAttributes::printIOMakefile() {
|
|||||||
<< "$(S_MAIN): $(IO_OBJECTS)" << std::endl
|
<< "$(S_MAIN): $(IO_OBJECTS)" << std::endl
|
||||||
<< std::endl
|
<< std::endl
|
||||||
<< "$(IO_OBJECTS): \%.o : \%.cpp" << std::endl
|
<< "$(IO_OBJECTS): \%.o : \%.cpp" << std::endl
|
||||||
<< "\t$(PRINT_IO_COMPILE)" << std::endl
|
<< "\t$(PRINT_COMPILE)" << std::endl
|
||||||
<< "\t$(ECHO_CMD)$(TRICK_CPPC) $(TRICK_CXXFLAGS) $(TRICK_SYSTEM_CXXFLAGS) -MMD -MP -c $< -o $@" << std::endl
|
<< "\t$(ECHO_CMD)$(TRICK_CPPC) $(TRICK_CXXFLAGS) $(TRICK_SYSTEM_CXXFLAGS) -MMD -MP -c $< -o $@" << std::endl
|
||||||
<< std::endl
|
<< std::endl
|
||||||
<< "-include $(IO_OBJECTS:.o=.d)" << std::endl
|
<< "-include $(IO_OBJECTS:.o=.d)" << std::endl
|
||||||
|
Reference in New Issue
Block a user