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.10 by williamc, Thu Apr 1 09:55:00 1999 UTC vs.
Revision 1.12 by williamc, Thu Apr 1 17:28:45 1999 UTC

# Line 22 | Line 22 | FC:=f77
22   ArchiveSuffix = a
23   ArchiveTool = ar -rc $@ $^
24   ArchiveCCTool = $(ArchiveTool)
25 + SCClinkCmd=$(CXX) $(CXXFLAGS) $(CXXDebugFlag) $(LDFLAGS) $< -o $@
26 + CClinkCmd=$(SCClinkCmd) $(LDLIBS)
27 + CClinkCmdDebug=$(SCClinkCmd) $(LDLIBS_D)
28 + CClinkCmdInsure=$(SCClinkCmd) $(LDLIBS_Insure)
29  
30   SharedCCObjectFlags = -PIC
31   SharedFCObjectFlags = -PIC

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines