Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 80464 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-14 / +14 lines)
Lines 463-490 Link Here
463
#   ## The command calling Fortran compiler (without options)
463
#   ## The command calling Fortran compiler (without options)
464
#   ## gfortran is a successor of g77. It is part of gcc starting
464
#   ## gfortran is a successor of g77. It is part of gcc starting
465
#   ## from version 4
465
#   ## from version 4
466
# FCOM = gfortran
466
 FCOM = gfortran
467
#   ## Fortran compiler options
467
#   ## Fortran compiler options
468
# FOPTS = -O2 $(WARN)
468
 FOPTS = $(CFLAGS) $(WARN)
469
#   ## path to the C include files
469
#   ## path to the C include files
470
# INCLUDE =
470
 INCLUDE =
471
#   ## C compiler options
471
#   ## C compiler options
472
# COPTS = -O2 $(WARN) $(INCLUDE)
472
 COPTS = $(CFLAGS) $(WARN) $(INCLUDE)
473
#   ## libraries to link
473
#   ## libraries to link
474
# LINKLIBS = -L/usr/X11/lib -L/usr/X11R5/lib -L/usr/X11R6/lib \
474
 LINKLIBS = -L/usr/X11/lib -L/usr/X11R5/lib -L/usr/X11R6/lib \
475
#            -L/usr/X11R6/lib64 -lX11
475
            -L/usr/X11R6/lib64 -lX11
476
#   ## RANLIB is not used, but cannot be empty
476
#   ## RANLIB is not used, but cannot be empty
477
# RANLIB = echo
477
 RANLIB = echo
478
#   ## Fortran compiler adds underscore to each module
478
#   ## Fortran compiler adds underscore to each module
479
# UNDERSCORES = define
479
 UNDERSCORES = define
480
#   ## Fortran compiler changes the source code to lowercase
480
#   ## Fortran compiler changes the source code to lowercase
481
# LOWER_CASE = define
481
 LOWER_CASE = define
482
#
482
#
483
# FORCE =              # please don't change this setting
483
 FORCE =              # please don't change this setting
484
# PREPARE = prepare    # please don't change this setting
484
 PREPARE = prepare    # please don't change this setting
485
# PROG = jana2000      # please don't change this setting
485
 PROG = jana2000      # please don't change this setting
486
# CN11= a#             # please don't change this setting
486
 CN11= a#             # please don't change this setting
487
# INFO = LINUX - gfortran compiler # please don't change this setting
487
 INFO = LINUX - gfortran compiler # please don't change this setting
488
# 
488
# 
489
## ******** end of editable section ********
489
## ******** end of editable section ********
490
490

Return to bug 80464