*** empty log message ***

This commit is contained in:
fc_botelho
2009-03-16 13:07:10 +00:00
parent 7e265956c9
commit 417c7fb458
10 changed files with 623 additions and 49 deletions

View File

@@ -60,7 +60,7 @@ libcmph_la_LIBADD =
am_libcmph_la_OBJECTS = hash.lo jenkins_hash.lo vstack.lo vqueue.lo \
graph.lo cmph.lo cmph_structs.lo chm.lo bmz.lo bmz8.lo bdz.lo \
bdz_ph.lo buffer_manager.lo buffer_entry.lo brz.lo fch.lo \
fch_buckets.lo select.lo
fch_buckets.lo select.lo compressed_seq.lo
libcmph_la_OBJECTS = $(am_libcmph_la_OBJECTS)
libcmph_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
@@ -207,7 +207,7 @@ libcmph_la_SOURCES = hash.c jenkins_hash.c\
chm.c bmz.c bmz8.c bdz.c bdz_ph.c\
buffer_manager.c buffer_entry.c\
brz.c fch.c fch_buckets.c \
select.c
select.c compressed_seq.c
libcmph_la_LDFLAGS = -version-info 0:0:0
cmph_SOURCES = main.c wingetopt.h wingetopt.c
@@ -322,6 +322,7 @@ include ./$(DEPDIR)/buffer_manager.Plo
include ./$(DEPDIR)/chm.Plo
include ./$(DEPDIR)/cmph.Plo
include ./$(DEPDIR)/cmph_structs.Plo
include ./$(DEPDIR)/compressed_seq.Plo
include ./$(DEPDIR)/fch.Plo
include ./$(DEPDIR)/fch_buckets.Plo
include ./$(DEPDIR)/graph.Plo