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.25 by gbeauche, 2002-09-17T16:09:25Z vs.
Revision 1.27 by nigel, 2004-01-20T03:30:52Z

# Line 23 | Line 23 | LDFLAGS = @LDFLAGS@
23   LIBS = @LIBS@
24   SYSSRCS = @SYSSRCS@
25   CPUSRCS = @CPUSRCS@
26 + BLESS = @BLESS@
27   INSTALL = @INSTALL@
28   INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
29   INSTALL_DATA = @INSTALL_DATA@
# Line 61 | Line 62 | VPATH += $(addprefix :, $(subst  ,:, $(f
62  
63   $(APP): $(OBJ_DIR) $(OBJS)
64          $(CXX) -o $(APP) $(LDFLAGS) $(OBJS) $(LIBS)
65 +        $(BLESS) $(APP)
66  
67   modules:
68          cd Linux/NetDriver; make
# Line 89 | Line 91 | clean: mostlyclean
91  
92   distclean: clean
93          rm -rf $(OBJ_DIR)
94 +        rm -rf autom4te.cache
95          rm -f Makefile
96 <        rm -f config.cache config.log config.status config.h
96 >        rm -f config.cache config.log config.status config.h config.h.in
97 >        rm -f Darwin/lowmem Darwin/pagezero
98  
99   depend dep:
100          makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines