Lines Matching refs:file
101 file( MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/Annexed_TCP )
106 foreach( file ${TCP_INCLUDES} )
107 get_filename_component( MODIFIED_FILE ${file} NAME_WLE )
119 # Remove IPConfigDefaults from the file
120 execute_process( COMMAND sed "s,#include \"FreeRTOSIPConfigDefaults.h\",,g" ${file}
123 # Add the FreeRTOSIPConfig file to each directory
183 file( REMOVE ${CMAKE_BINARY_DIR}/Annexed_TCP/${MODIFIED_FILE}_tmp.h )
184 file( REMOVE ${CMAKE_BINARY_DIR}/Annexed_TCP/${MODIFIED_FILE}_tmp1.h )
205 file( MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/Annexed_TCP_Sources )
207 foreach( file ${TCP_SOURCES} )
209 get_filename_component( MODIFIED_FILE ${file} NAME_WLE )
212 …execute_process( COMMAND sed "/#include \"task.h\"/ a \#include \"Sockets_list_macros.h\" " ${file}
214 set( file ${CMAKE_BINARY_DIR}/Annexed_TCP/${MODIFIED_FILE}_tmp2.c ) variable
220 INPUT_FILE ${file}
223 # Generate a header file for internal functions
226 INPUT_FILE ${file}