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.8 by williamc, Fri Mar 26 18:17:51 1999 UTC vs.
Revision 1.9 by williamc, Tue Mar 30 15:07:35 1999 UTC

# Line 116 | Line 116 | Sbinaryobjects:=$(addsuffix .o,$(binfile
116  
117   # -------------------------------------------------------------------------
118   # -- Executables
119 < %.exe : $(Sbinaryobjects)
119 > %.exe : %.o
120          $(CXX) $(CXXFLAGS) $(LDFLAGS) $< -o $@ $(LDLIBS)
121  
122   # -- Debug Exexcutables
123  
124   #LDLIBS_D:=$(shell $(TOOL_HOME)/LibTypeExpand $(LDLIBS) "_d")
125 < %_d.exe : $(Sbinaryobjects)
125 > %_d.exe :
126          $(CXX) $(CXXFLAGS) $(CXXDebugFlag) $(LDFLAGS) $< -o $@ \                        $(LDLIBS_D)
127  
128   realbins:=$(filter $(bintargets),$(notdir $(wildcard $(LOCALTOP)/$(INTbin)/*)))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines