From: Derek Date: Wed, 18 Aug 2010 19:56:58 +0000 (-0400) Subject: Added simple header comments to all Makefiles, to help distinguish between them easier X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4461c9d81ec5a1c61a2c121f261b5eb504381b21;p=bamtools.git Added simple header comments to all Makefiles, to help distinguish between them easier --- diff --git a/Makefile b/Makefile index 185bcad..39873b1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ # ========================== # BamTools Makefile # (c) 2010 Derek Barnett +# +# top-level # ========================== # define main directories diff --git a/src/api/Makefile b/src/api/Makefile index 5ea39d5..c7ca3e8 100644 --- a/src/api/Makefile +++ b/src/api/Makefile @@ -1,3 +1,10 @@ +# ========================== +# BamTools Makefile +# (c) 2010 Derek Barnett +# +# src/api +# ========================== + OBJ_DIR = ../../obj BIN_DIR = ../../bin diff --git a/src/utils/Makefile b/src/utils/Makefile index 64e0955..8a68984 100644 --- a/src/utils/Makefile +++ b/src/utils/Makefile @@ -1,3 +1,10 @@ +# ========================== +# BamTools Makefile +# (c) 2010 Derek Barnett +# +# src/utils +# ========================== + API_DIR = ../api OBJ_DIR = ../../obj BIN_DIR = ../../bin