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.26 by gbeauche, 2007-06-15T21:46:25Z vs.
Revision 1.27 by gbeauche, 2007-06-15T22:54:23Z

# Line 14 | Line 14 | DEFS = @DEFS@ @DEFINES@ -D_REENTRANT -DA
14   LDFLAGS = @LDFLAGS@
15   LIBS = @LIBS@
16   MONSRCS = @MONSRCS@
17 BLESS = @BLESS@
17   LN_S = ln -s
18  
19   ## Compilers selection (XXX hackery for 10.2 cross-compilation...)
# Line 116 | Line 115 | APP_APP = $(APP).app
115   TARGET_ARCHES = @TARGET_ARCHES@
116   PROGS = $(foreach arch, $(TARGET_ARCHES), $(APP).$(arch))
117  
118 + BLESS = $(OBJ_DIR)/lowmem
119 +
120   ## Rules
121   .PHONY: modules install installdirs uninstall mostlyclean clean distclean depend dep
122   .SUFFIXES:
# Line 159 | Line 160 | $(foreach arch,$(TARGET_ARCHES),$(eval $
160  
161   links: $(UNIXSRCS)
162  
163 < $(OBJ_DIR)/$(APP): $(OBJ_DIR) $(GEN_DIR) $(OBJS)
163 > $(BLESS): $(OBJ_DIR) $(OBJ_DIR)/lowmem.o
164 >        $(HOST_CC) -o $@ $(OBJ_DIR)/lowmem.o
165 > $(OBJ_DIR)/lowmem.o: ../Unix/Darwin/lowmem.c
166 >        $(HOST_CC) -o $@ -c $<
167 >
168 > $(OBJ_DIR)/$(APP): $(OBJ_DIR) $(GEN_DIR) $(OBJS) $(BLESS)
169          $(CXX) -o $@ $(LDFLAGS) $(OBJS) $(LIBS)
170          $(BLESS) $@
171  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines