]> git.donarmstrong.com Git - bamtools.git/blobdiff - Makefile
Removed a backup text file that snuck into an earlier commit
[bamtools.git] / Makefile
index 39873b1aaab20b448cf1946927f65a2f21de7041..1dc3f7b1b1ed51862f08967e947e2bfc38eededf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,16 +21,18 @@ export BAMTOOLS_VERSION = 0.7.0812
 # define source subdirectories
 SUBDIRS = $(SRC_DIR)/api \
           $(SRC_DIR)/utils \
-          $(SRC_DIR)/toolkit
+          $(SRC_DIR)/third_party \
+          $(SRC_DIR)/toolkit 
 
 all:
        @echo "Building BamTools:"
        @echo "Version: $$BAMTOOLS_VERSION"
        @echo "========================================================="
-       
-       mkdir -p $(BIN_DIR)
-       mkdir -p $(OBJ_DIR)
-
+       @echo ""
+       @echo "- Creating target directories"
+       @mkdir -p $(BIN_DIR)
+       @mkdir -p $(OBJ_DIR)
+       @echo ""
        @for dir in $(SUBDIRS); do \
                echo "- Building in $$dir"; \
                $(MAKE) --no-print-directory -C $$dir; \