aboutsummaryrefslogtreecommitdiff
path: root/lib/libhts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libhts/Makefile')
-rw-r--r--lib/libhts/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/libhts/Makefile b/lib/libhts/Makefile
deleted file mode 100644
index 078d4f1b1b..0000000000
--- a/lib/libhts/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-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)))