ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/compilers.mk
(Generate patch)

Comparing COMP/SCRAM/src/compilers.mk (file contents):
Revision 1.14.2.8 by williamc, Tue Jun 15 14:28:22 1999 UTC vs.
Revision 1.14.2.10 by williamc, Mon Aug 30 13:23:55 1999 UTC

# Line 53 | Line 53 | DependencyCCTool = $(CXX) -xM1 $(CPPFLAG
53   ifdef f77
54   extralib+=M77 F77 sunmath m
55   endif
56 < ifdef MutliThreaded
56 > ifdef MultiThreaded
57   CXXFLAGS+=-mt
58   endif
59   endif
# Line 103 | Line 103 | ifeq ($(F77compiler),g77)
103   FC:=g77
104   endif
105  
106 + #----------------------------------------------
107 + # HP-UX Fortran compiler fort77
108 + #----------------------------------------------
109 + ifeq ($(F77compiler),fort77)
110 + FC:=fort77
111 + SharedFCObjectFlags = +Z
112 + endif
113  
114   #-----------------------------------------------
115   # Insure++

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines