From 33c76f702a5a4c96db0a2bc0a6940dafbcb064b4 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Thu, 16 Jul 2009 22:30:40 +0000 Subject: [PATCH] Sorry. The old Makefile is for PDCurses... --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 40b35ae..450b3ab 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -g -Wall -O2 #-m64 #-arch ppc -DFLAGS= -D_FILE_OFFSET_BITS=64 -D_USE_KNETFILE -D_CURSES_LIB=2 +DFLAGS= -D_FILE_OFFSET_BITS=64 -D_USE_KNETFILE -D_CURSES_LIB=1 LOBJS= bgzf.o kstring.o bam_aux.o bam.o bam_import.o sam.o bam_index.o \ bam_pileup.o bam_lpileup.o bam_md.o glf.o razf.o faidx.o knetfile.o \ bam_sort.o @@ -11,7 +11,7 @@ PROG= samtools INCLUDES= SUBDIRS= . misc LIBPATH= -LIBCURSES= -lXCurses # -lXCurses +LIBCURSES= -lcurses # -lXCurses .SUFFIXES:.c .o -- 2.39.2