mirror of
https://github.com/eddyem/BTA_utils.git
synced 2026-03-20 08:41:01 +03:00
add J2000
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
LOADLIBES = -lm -lcrypt
|
||||
SRCS = bta_json.c bta_print.c ../daemon.c
|
||||
LOADLIBES = -lm -lcrypt -lsla
|
||||
SRCS = bta_json.c bta_print.c daemon.c
|
||||
CC = gcc
|
||||
DEFINES =
|
||||
#DEFINES = -DEBUG
|
||||
CXX = gcc
|
||||
CPPFLAGS = -Wall -Werror $(DEFINES)
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
all : bta_json client_streaming
|
||||
$(OBJS): bta_json.h bta_shdata.h
|
||||
bta_json : $(OBJS)
|
||||
$(CC) $(CPPFLAGS) $(OBJS) $(LOADLIBES) -o bta_json
|
||||
$(CC) $(CPPFLAGS) $(OBJS) $(LOADLIBES) -o bta_json
|
||||
client_streaming: client_streaming.o
|
||||
$(CC) $(CPPFLAGS) -lm -ljson client_streaming.o -o client_streaming
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user