]> git.donarmstrong.com Git - samtools.git/commitdiff
Sorry. The old Makefile is for PDCurses...
authorHeng Li <lh3@live.co.uk>
Thu, 16 Jul 2009 22:30:40 +0000 (22:30 +0000)
committerHeng Li <lh3@live.co.uk>
Thu, 16 Jul 2009 22:30:40 +0000 (22:30 +0000)
Makefile

index 40b35ae5440b5a0521c7296f6dd2b2f9e9b3ae92..450b3abbb83876089fbf1da30df600431a272a6e 100644 (file)
--- 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