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.1 by williamc, Mon Mar 1 10:37:54 1999 UTC vs.
Revision 1.2 by williamc, Fri Mar 19 16:55:39 1999 UTC

# Line 33 | Line 33 | SharedCCTool = @echo No Shared Library s
33   ifeq ($(CCcompiler),Sun-CC-4.2)
34   ArchiveCCTool = CC -xar -o $@ $^
35   SharedCCTool = CC -G -o $@ $^
36 + DependencyCCTool = CC -xM1 $(CPPFLAGS) $^ > $@
37   endif
38  
39   #----------------------------------------------

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines