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

Comparing COMP/SCRAM/src/toolrules.mk (file contents):
Revision 1.2 by williamc, Fri Mar 19 16:55:39 1999 UTC vs.
Revision 1.3 by williamc, Mon Mar 22 17:21:20 1999 UTC

# Line 118 | Line 118 | archive_debug : $(arlibname)_d.$(Archive
118   # Now more specific rules
119  
120   # -- Standard Shared Objects Libs
121 < $(shlibname).$(SharedSuffix) : $(Ssharedlibobjs)
121 > $(shlibname)_pic.$(SharedSuffix) : $(Ssharedlibobjs)
122          $(SharedCCTool)
123 <        @mv $@ $(librarystore)
123 >
124 > $(shlibname).$(SharedSuffix) : $(shlibname)_pic.$(SharedSuffix)
125 >        @mv $< $(librarystore)/$@
126  
127   # -- Debug Shared Objects Libs
128 < $(shlibname)_d.$(SharedSuffix) : $(Ssharedlibdebugobjs)
128 > $(shlibname)_picd.$(SharedSuffix) : $(Ssharedlibdebugobjs)
129          $(SharedCCTool)
130 <        @mv $@ $(librarystore)
130 >
131 > $(shlibname)_picd.$(SharedSuffix) : $(Ssharedlibdebugobjs)
132 >        @mv $< $(librarystore)/$@
133  
134   # -- Standard Archive Libs
135   $(arlibname).$(ArchiveSuffix) : $(Sarchivelibobjs)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines