aboutsummaryrefslogtreecommitdiff
path: root/lib/libhts/Makefile
blob: 078d4f1b1b43b627d641cbaeead7d0df7b94af27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INCLUDES=-I.

SRCS = htsmsg.c \
       htsmsg_binary.c \
       htsbuf.c \
       htsstr.c \
       net_posix.c \
       sha1.c \

CFLAGS=-std=c99 -D_GNU_SOURCE
LIB=libhts.a

include ../../Makefile.include
-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))