Skip to content

Commit

Permalink
Refactored componen-begin/end and align-benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
smarco committed Jul 25, 2022
1 parent bc9aee9 commit 070b884
Show file tree
Hide file tree
Showing 11 changed files with 736 additions and 2,602 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ AR=ar
AR_FLAGS=-rsc

ifndef BUILD_EXAMPLES
BUILD_EXAMPLES=0
BUILD_EXAMPLES=1
endif
ifndef BUILD_TOOLS
BUILD_TOOLS=1
endif
ifndef BUILD_WFA_PARALLEL
BUILD_WFA_PARALLEL=0
BUILD_WFA_PARALLEL=1
endif

###############################################################################
Expand Down Expand Up @@ -77,7 +77,7 @@ clean:
rm -rf $(FOLDER_BIN) $(FOLDER_BUILD) $(FOLDER_LIB) 2> /dev/null
$(MAKE) --directory=tools/align_benchmark clean
$(MAKE) --directory=examples clean
rm -rf $(FOLDER_TESTS)/*.alg $(FOLDER_TESTS)/*.log.* 2> /dev/null
rm -rf $(FOLDER_TESTS)/*.alg $(FOLDER_TESTS)/*.log* 2> /dev/null

###############################################################################
# Subdir rule
Expand Down
1,980 changes: 0 additions & 1,980 deletions tests/wfa.utest.log

This file was deleted.

2 changes: 1 addition & 1 deletion tools/align_benchmark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ all: OBJS+=$(FOLDER_BUILD)/*.o
all: align_benchmark

align_benchmark: */*.c */*.h align_benchmark.c $(LIB_WFA)
$(CC) $(CC_FLAGS) $(LI_FLAGS) $(OBJS) align_benchmark.c -o $(BIN) $(LD_FLAGS) -lwfa -lm -fopenmp
$(CC) $(CC_FLAGS) $(LI_FLAGS) $(OBJS) align_benchmark_params.c align_benchmark.c -o $(BIN) $(LD_FLAGS) -lwfa -lm -fopenmp

setup:
@mkdir -p $(FOLDER_BUILD)
Expand Down
Loading

0 comments on commit 070b884

Please sign in to comment.