add J2000, PCScorr and more

This commit is contained in:
2025-01-22 17:46:02 +03:00
parent eb93181fd6
commit c586fa6bda
7 changed files with 1679 additions and 132 deletions

View File

@@ -1,7 +1,7 @@
# run `make DEF=...` to add extra defines
PROGRAM := bta_print_header
LDFLAGS := -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,--discard-all
LDFLAGS += -lusefull_macros
LDFLAGS += -lusefull_macros -lm -lerfa
SRCS := $(wildcard *.c)
DEFINES := $(DEF) -D_GNU_SOURCE -D_XOPEN_SOURCE=1111
OBJDIR := mk