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

Comparing BasiliskII/src/MacOSX/Makefile.in (file contents):
Revision 1.19 by nigel, 2006-05-14T11:58:41Z vs.
Revision 1.20 by nigel, 2006-05-25T05:03:03Z

# Line 143 | Line 143 | cpuemu.s: cpuemu.cpp
143   $(EMU_OBJ) : build/%.o : %.cpp
144          $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c $< -o $@
145  
146 < $(EMU_LIB) : $(EMU_OBJ)
146 > build/newcpu.o : ../uae_cpu/newcpu.cpp
147 >        $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c $< -o $@
148 >
149 > $(EMU_LIB) : $(EMU_OBJ) build/newcpu.o
150          libtool -static -o $@ $^
151  
152   $(SLIRP_OBJ) : build/%.o : ../slirp/%.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines