[cdftools] 159/228: * Add target help

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository cdftools.

commit 28826d0dbc258e2171b018649dbe06db89f6ba46
Author: g7moreau <g7moreau at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Wed Jun 6 12:06:48 2012 +0000

    * Add target help
    
    
    git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@607 1055176f-818a-41d9-83e1-73fbe5b947c5
---
 Makefile | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6bcd803..8133273 100644
--- a/Makefile
+++ b/Makefile
@@ -35,10 +35,21 @@ EXEC = cdfmoy cdfmoyt cdfstd  cdfmoy_weighted cdfmoy_freq cdfvT \
        cdfpsi_level cdfhdy cdfhdy3d cdffracinv  cdfmaskdmp cdfnan cdfscale cdfnamelist \
        cdfisopsi cdf2matlab cdffixtime cdfgeostrophy
 
-.PHONY: all clean cleanexe install man installman
+.PHONY: all help clean cleanexe install man installman
 
 all: $(EXEC)
 
+help:
+	@echo "#-------------------------------------------------"
+	@echo "# List of make targets:"
+	@echo "#  all      : build cdftools binary"
+	@echo "#  man      : build manual"
+	@echo "#  clean    : remove building object (.o, .mod...)"
+	@echo "#  cleanexe : remove binary executable"
+	@echo "#  install  : install binary in INSTALL folder"
+	@echo "#  install  : install manual in INSTALL_MAN folder"
+	@echo "#-------------------------------------------------"
+
 ## Statistical programs
 cdfmoy: cdfio.o   cdfmoy.f90
 	$(F90) cdfmoy.f90 -o $(BINDIR)/cdfmoy cdfio.o  modcdfnames.o $(FFLAGS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdftools.git



More information about the debian-science-commits mailing list