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

Comparing BasiliskII/src/Unix/Makefile.in (file contents):
Revision 1.36 by gbeauche, 2005-05-14T08:10:49Z vs.
Revision 1.39 by gbeauche, 2005-07-01T05:54:58Z

# Line 102 | Line 102 | distclean: clean
102          rm -rf $(OBJ_DIR)
103          rm -rf autom4te.cache
104          rm -f Makefile
105 <        rm -f config.cache config.log config.status config.h config.h.in
105 >        rm -f config.cache config.log config.status config.h
106          rm -f Darwin/lowmem Darwin/pagezero
107  
108   depend dep:
109          makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null
110  
111   $(OBJ_DIR)/%.o : ../slirp/%.c
112 <        $(CC) $(CPPFLAGS) $(DEFS) $(SLIRP_CFLAGS) -c $< -o $@
112 >        $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(SLIRP_CFLAGS) -c $< -o $@
113   $(OBJ_DIR)/%.o : %.c
114          $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c $< -o $@
115   $(OBJ_DIR)/%.o : %.cpp
116          $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c $< -o $@
117 + $(OBJ_DIR)/%.o : %.mm
118 +        $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c $< -o $@
119   $(OBJ_DIR)/%.o : %.s
120          $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c $< -o $@
121  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines