Skip to content

Commit

Permalink
Merge pull request #417 from bensonr/master_fv3gfs_makefile
Browse files Browse the repository at this point in the history
updates fv3fgfs make.rules and makefile
  • Loading branch information
colingladueNOAA authored May 5, 2020
2 parents 85bb865 + 805a298 commit d34bb9f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions fv3gfs/make.rules
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
/***********************************************************************
* GNU Lesser General Public License
*
* This file is part of the GFDL Flexible Modeling System (FMS).
*
* FMS is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
* FMS is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with FMS. If not, see <http://www.gnu.org/licenses/>.
**********************************************************************/
#***********************************************************************
#* GNU Lesser General Public License
#*
#* This file is part of the GFDL Flexible Modeling System (FMS).
#*
#* FMS is free software: you can redistribute it and/or modify it under
#* the terms of the GNU Lesser General Public License as published by
#* the Free Software Foundation, either version 3 of the License, or (at
#* your option) any later version.
#*
#* FMS is distributed in the hope that it will be useful, but WITHOUT
#* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
#* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
#* for more details.
#*
#* You should have received a copy of the GNU Lesser General Public
#* License along with FMS. If not, see <http://www.gnu.org/licenses/>.
#**********************************************************************

.SUFFIXES:
.SUFFIXES: .F90 .f90 .F .f .o .c
Expand Down
2 changes: 1 addition & 1 deletion fv3gfs/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include ../../NEMS/src/conf/configure.nems
LIBRARY = libfms.a
FMS_INSTALL=$(realpath $(PWD)/..)/FMS_INSTALL

FFLAGS += -I../include -I../mpp/include -I../fms
FFLAGS += -I../include -I../mpp/include -I../fms -I../fms2_io/include

SRCS_f =

Expand Down

0 comments on commit d34bb9f

Please sign in to comment.