ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/Makefile.in
(Generate patch)

Comparing SheepShaver/src/Unix/Makefile.in (file contents):
Revision 1.29 by gbeauche, 2005-02-13T15:32:10Z vs.
Revision 1.30 by gbeauche, 2005-02-21T22:29:49Z

# Line 137 | Line 137 | $(OBJ_DIR)/%.o : %.cpp
137   $(OBJ_DIR)/%.o : %.mm
138          $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c $< -o $@
139   $(OBJ_DIR)/%.o : %.S
140 <        $(CPP) $(CPPFLAGS) -D__ASSEMBLY__ $< -o $*.s
141 <        $(AS) $(ASFLAGS) -o $@ $*.s
142 <        rm $*.s
140 >        $(CPP) $(CPPFLAGS) -D__ASSEMBLY__ $< -o $*.out.s
141 >        $(AS) $(ASFLAGS) -o $@ $*.out.s
142 >        rm $*.out.s
143  
144   # Kheperix CPU emulator
145   kpxsrcdir = ../kpx_cpu/src

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines