Skip to content

Commit

Permalink
Code consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rr0 committed May 14, 2020
1 parent 777cda3 commit 3945d8c
Show file tree
Hide file tree
Showing 149 changed files with 7,131 additions and 54,839 deletions.
11 changes: 2 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
prefix = /usr/local
bindir = $(prefix)/bin

SEQAN_DIR = ./SeqAn-1.1
# treat SeqAn as a sysdir to suppress warnings
SEQAN_INC = -isystem $(SEQAN_DIR)
INC = $(if $(RELEASE_BUILD),-I$(CURDIR)/.include) $(SEQAN_INC) -I third_party
CPP = g++
CXX = $(CPP)
CC = gcc
INC = $(if $(RELEASE_BUILD),-I$(CURDIR)/.include) -I third_party
LIBS = $(LDFLAGS) $(if $(RELEASE_BUILD),-L$(CURDIR)/.lib) -lz
HEADERS = $(wildcard *.h)
BOWTIE_MM = 1
Expand All @@ -22,7 +16,7 @@ EXTRA_CXXFLAGS =
CFLAGS += $(EXTRA_CFLAGS)
CXXFLAGS += $(EXTRA_CXXFLAGS)
WARNING_FLAGS = -Wall -Wno-unused-parameter -Wno-reorder \
-Wno-unused-local-typedefs
-Wno-unused-private-field

RELEASE_DEPENDENCIES = $(if $(RELEASE_BUILD),static-libs)

Expand Down Expand Up @@ -205,7 +199,6 @@ GENERAL_LIST = $(wildcard scripts/*.sh) \
$(wildcard genomes/NC_008253.fna) \
$(wildcard reads/e_coli_1000.*) \
$(wildcard reads/e_coli_1000_*) \
SeqAn-1.1 \
bowtie \
bowtie-build \
bowtie-inspect \
Expand Down
674 changes: 0 additions & 674 deletions SeqAn-1.1/GPL.txt

This file was deleted.

165 changes: 0 additions & 165 deletions SeqAn-1.1/LGPL.txt

This file was deleted.

29 changes: 0 additions & 29 deletions SeqAn-1.1/README.txt

This file was deleted.

26 changes: 0 additions & 26 deletions SeqAn-1.1/platform_linux_gcc.h

This file was deleted.

10 changes: 0 additions & 10 deletions SeqAn-1.1/platform_windows_mingw.h

This file was deleted.

13 changes: 0 additions & 13 deletions SeqAn-1.1/platform_windows_vs.h

This file was deleted.

115 changes: 0 additions & 115 deletions SeqAn-1.1/seqan/basic.h

This file was deleted.

Loading

0 comments on commit 3945d8c

Please sign in to comment.