changed reading hint
[gromacs/adressmacs.git] / src / makef / Makefile.ins
blob3175662baf6857bc3d31097d2bd544796572e86d
2 #       @(#) Makefile.ins 1.3 5/15/97
5 #       GROMACS - Groningen Machine for Chemical Simulation
6 #       Copyright (c) 1990, 1991, 1992, Groningen University
8 #       Makefile for gromacs on mips processor (sgi)
10 #       See README file for info
12 #       take all default settings equal to SGI:
13 include $(GMXHOME)/src/makef/Makefile.SGI
15 #       now set all things to insure:
16 SYSDEFS         = -DHAVE_IDENT
18 CC              = insure        # def c-compiler
19 CCC             = insure        # c++ compiler
20 F77             = f77           # fortran
21 CFLAGS          = -g -n32
22 CCFLAGS         = -g -n32
23 FFLAGS          = -g -n32
25 # Linking shit
26 LDFLAGS         = -L$(LIBDIR) -g -n32 -multigot
29 #       USER MODIFIABLE SECTION
31 #       If you want to use fortran innerloops set this to yes
32 USEF77          = no
33 #       If you don't have PVM (parallel virtual machines) set this to no
34 USE_PVM3        = no
35 #       If you want to use compressed data files set this to yes
36 USE_XDR         = yes
38 HAVE_GL         = yes
40 # Note that these variables are also used in Makefile.std
41 # If you experience any problems using PVM also check that file.