Lines 425-454
Link Here
|
425 |
# Remove 1. character of each line of the editable section ### |
425 |
# Remove 1. character of each line of the editable section ### |
426 |
|
426 |
|
427 |
# ******** start of editable section ******** |
427 |
# ******** start of editable section ******** |
428 |
# |
428 |
|
429 |
# ## The command calling Fortran compiler (without options) |
429 |
## The command calling Fortran compiler (without options) |
430 |
# FCOM = g77 |
430 |
FCOM = g77 |
431 |
# ## Fortran compiler options |
431 |
## Fortran compiler options |
432 |
# FOPTS = -O2 $(WARN) |
432 |
FOPTS = -O2 $(WARN) |
433 |
# ## path to the C include files |
433 |
## path to the C include files |
434 |
# INCLUDE = |
434 |
INCLUDE = |
435 |
# ## C compiler options |
435 |
## C compiler options |
436 |
# COPTS = -O2 $(WARN) $(INCLUDE) |
436 |
COPTS = -O2 $(WARN) $(INCLUDE) |
437 |
# ## libraries to link |
437 |
## libraries to link |
438 |
# LINKLIBS = -L/usr/X11/lib -L/usr/X11R5/lib -L/usr/X11R6/lib -lX11 |
438 |
LINKLIBS = -L/usr/X11/lib -L/usr/X11R5/lib -L/usr/X11R6/lib -lX11 |
439 |
# ## RANLIB is not used, but cannot be empty |
439 |
## RANLIB is not used, but cannot be empty |
440 |
# RANLIB = echo |
440 |
RANLIB = echo |
441 |
# ## Fortran compiler adds underscore to each module |
441 |
## Fortran compiler adds underscore to each module |
442 |
# UNDERSCORES = define |
442 |
UNDERSCORES = define |
443 |
# ## Fortran compiler changes the source code to lowercase |
443 |
## Fortran compiler changes the source code to lowercase |
444 |
# LOWER_CASE = define |
444 |
LOWER_CASE = define |
445 |
# |
445 |
|
446 |
# FORCE = # please don't change this setting |
446 |
FORCE = # please don't change this setting |
447 |
# PREPARE = prepare # please don't change this setting |
447 |
PREPARE = prepare # please don't change this setting |
448 |
# PROG = jana2000 # please don't change this setting |
448 |
PROG = jana2000 # please don't change this setting |
449 |
# CN11= a# # please don't change this setting |
449 |
CN11= a# # please don't change this setting |
450 |
# INFO = LINUX - g77 compiler # please don't change this setting |
450 |
INFO = LINUX - g77 compiler # please don't change this setting |
451 |
# |
451 |
|
452 |
# ******** end of editable section ******** |
452 |
# ******** end of editable section ******** |
453 |
|
453 |
|
454 |
############################### |
454 |
############################### |