Skip to content
Open
22 changes: 3 additions & 19 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,23 +216,7 @@ SET (C_DEPS_SRC
stdio/src/TermFile/fscanl.c
stdio/src/TermFile/fprintf.c
stdio/src/File/rm.c
stdio/src/File/mkstemp.c
stdio/src/File/fscans.c
stdio/src/File/fscanl.c
stdio/src/File/fscanf.c
stdio/src/File/fprintf.c
stdio/src/File/fopen.c
stdio/src/File/fputc.c
stdio/src/File/fgetc.c
stdio/src/File/fputs.c
stdio/src/File/fgets.c
stdio/src/File/ungetc.c
stdio/src/File/fflush.c
stdio/src/File/feof.c
stdio/src/File/rewind.c
stdio/src/File/fseek.c
stdio/src/File/ftell.c
stdio/src/File/fclose.c
stdio/src/File/File.c
stdio/src/FibreIO/ScanStringArr.c
stdio/src/FibreIO/ScanString.c
stdio/src/FibreIO/ScanOthersArr.c
Expand Down Expand Up @@ -288,8 +272,8 @@ MESSAGE (DEBUG "Compiled together all source paths: ${ALL_SAC_SRC}")
# core modules or core + extended modules are built.
ADD_CUSTOM_TARGET (${TARGET}-all-modules ALL)

# TODO(artem) We may want to introduce a mechanism of generating depenencies
# on a given sac2c versoin. That is, recompiler all modules if
# TODO(artem) We may want to introduce a mechanism of generating dependencies
# on a given sac2c version. That is, recompiler all modules if
# sac2c version changes.


Expand Down
Loading
Loading