--- Makefile 2007-11-15 11:29:30.000000000 +0100 +++ Makefile 2009-07-09 19:24:03.000000000 +0200 @@ -463,28 +463,28 @@ # ## The command calling Fortran compiler (without options) # ## gfortran is a successor of g77. It is part of gcc starting # ## from version 4 -# FCOM = gfortran + FCOM = gfortran # ## Fortran compiler options -# FOPTS = -O2 $(WARN) + FOPTS = $(CFLAGS) $(WARN) # ## path to the C include files -# INCLUDE = + INCLUDE = # ## C compiler options -# COPTS = -O2 $(WARN) $(INCLUDE) + COPTS = $(CFLAGS) $(WARN) $(INCLUDE) # ## libraries to link -# LINKLIBS = -L/usr/X11/lib -L/usr/X11R5/lib -L/usr/X11R6/lib \ -# -L/usr/X11R6/lib64 -lX11 + LINKLIBS = -L/usr/X11/lib -L/usr/X11R5/lib -L/usr/X11R6/lib \ + -L/usr/X11R6/lib64 -lX11 # ## RANLIB is not used, but cannot be empty -# RANLIB = echo + RANLIB = echo # ## Fortran compiler adds underscore to each module -# UNDERSCORES = define + UNDERSCORES = define # ## Fortran compiler changes the source code to lowercase -# LOWER_CASE = define + LOWER_CASE = define # -# FORCE = # please don't change this setting -# PREPARE = prepare # please don't change this setting -# PROG = jana2000 # please don't change this setting -# CN11= a# # please don't change this setting -# INFO = LINUX - gfortran compiler # please don't change this setting + FORCE = # please don't change this setting + PREPARE = prepare # please don't change this setting + PROG = jana2000 # please don't change this setting + CN11= a# # please don't change this setting + INFO = LINUX - gfortran compiler # please don't change this setting # ## ******** end of editable section ********