Big job done. Add common (with SBIG all-sky) FITS file storage.

This commit is contained in:
eddyem
2017-03-17 19:12:56 +03:00
parent 9fa0b7937a
commit b85b89c468
21 changed files with 2313 additions and 130 deletions

View File

@@ -1,9 +1,9 @@
# run `make DEF=...` to add extra defines
PROGRAM := boltwood
LDFLAGS := -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,--discard-all
LDFLAGS := -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,--discard-all -pthread
SRCS := $(wildcard *.c)
DEFINES := $(DEF) -D_GNU_SOURCE -D_XOPEN_SOURCE=1111
DEFINES += -DEBUG
#DEFINES += -DEBUG
OBJDIR := mk
CFLAGS += -O2 -Wall -Werror -Wextra -Wno-trampolines -std=gnu99
OBJS := $(addprefix $(OBJDIR)/, $(SRCS:%.c=%.o))