Add Linux and MinGW build support

This commit is contained in:
2026-06-23 10:37:49 +03:00
parent ba6f1bde22
commit d2005a75af
4 changed files with 230 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
# New Makefile build directories
/obj/
/lib/
# Compiler and linker output
*.o
*.obj
*.d
*.a
*.so
*.so.*
*.dll
*.dll.a
*.lib
*.exe
*.out
*.pdb
# Files produced by the legacy makefile
/ccsds_tab.c
/ccsds_tal.c
/gen_ccsds
/gen_ccsds_tal
/peaktest
/sumsq_test
/dtest
/vtest27
/vtest29
/vtest615
/rstest
/core
/core.*
/autom4te.cache/
# Editor and operating-system files
*~
*.swp
*.swo
*.tmp
*.bak
.DS_Store
Thumbs.db
# IDE settings
/.idea/
/.vscode/