Skip to content
Snippets Groups Projects
Commit 361bf23b authored by Aaron's avatar Aaron
Browse files

Cleaned up bedFile.h and added -m64 to Makefiles

parent ca0b7e3b
No related branches found
No related tags found
No related merge requests found
......@@ -8,20 +8,10 @@ export OBJ_DIR = obj
export BIN_DIR = bin
export SRC_DIR = src
# define some default flags
export CFLAGS ?= -Wall -O3
export CXXFLAGS ?= $(CFLAGS)
export LDFLAGS ?= -Wl,-s
export CXX ?= g++
# define our platform
#export BLD_PLATFORM ?= linux64-core2
#include includes/$(BLD_PLATFORM).inc
# define our source subdirectories
SUBDIRS = $(SRC_DIR)/closestBed $(SRC_DIR)/complementBed $(SRC_DIR)/coverageBed $(SRC_DIR)/intersectBed $(SRC_DIR)/mergeBed $(SRC_DIR)/genomeCoverageBed $(SRC_DIR)/fastaFromBed $(SRC_DIR)/shuffleBed $(SRC_DIR)/slopBed $(SRC_DIR)/sortBed $(SRC_DIR)/windowBed $(SRC_DIR)/subtractBed $(SRC_DIR)/linksBed $(SRC_DIR)/pairToBed $(SRC_DIR)/pairToPair $(SRC_DIR)/maskFastaFromBed $(SRC_DIR)/bamToBed
UTIL_SUBDIRS = $(SRC_DIR)/utils/lineFileUtilities $(SRC_DIR)/utils/bedFile $(SRC_DIR)/utils/bedFilePE $(SRC_DIR)/utils/sequenceUtilities
UTIL_SUBDIRS = $(SRC_DIR)/utils/lineFileUtilities $(SRC_DIR)/utils/bedFile $(SRC_DIR)/utils/bedFilePE $(SRC_DIR)/utils/sequenceUtilities $(SRC_DIR)/utils/BamTools
all:
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment