Skip to content

Commit

Permalink
Merge pull request NCAR#135 from opoplawski/makeall
Browse files Browse the repository at this point in the history
Make "all" the default make target in ni/src/scripts
  • Loading branch information
Austin Kootz authored Jun 24, 2020
2 parents 266164f + 33839ae commit 83ea393
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ni/src/scripts/yMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ SCRIPTS2 = WRAPIT ncl_filedump ncl_grib2nc ncl_convert2nc scrip_check_input ncl_

MAN1 = ng4ex nhlcc nhlf77 nhlf90

InstallTarget($(SCRIPTS1),$(INSTALL_BIN),$(BINPATH))
InstallTarget($(SCRIPTS2),$(INSTALL_BIN),$(BINPATH))
CleanFilesTarget($(SCRIPTS1))
InstallManPages($(MAN1),$(FORMAT_EXT),$(MAN1PATH),$(MAN1_SECTION))
FormatManPages($(MAN1),.m,.p)

nhlf77: nhlf77.csh Makefile
@sed \
-e 's+SED_FC+$(F77)+' \
Expand Down Expand Up @@ -76,12 +82,6 @@ FORMAT_EXT = .p
FORMAT_EXT = .m
#endif

InstallTarget($(SCRIPTS1),$(INSTALL_BIN),$(BINPATH))
InstallTarget($(SCRIPTS2),$(INSTALL_BIN),$(BINPATH))
CleanFilesTarget($(SCRIPTS1))
InstallManPages($(MAN1),$(FORMAT_EXT),$(MAN1PATH),$(MAN1_SECTION))
FormatManPages($(MAN1),.m,.p)

#if !defined(CRAY)
ng4ex: ng4ex.csh Makefile
@sed \
Expand Down

0 comments on commit 83ea393

Please sign in to comment.