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.4 by nigel, 2002-03-16T11:50:45Z vs.
Revision 1.5 by nigel, 2002-10-06T23:28:58Z

# Line 9 | Line 9 | CC = @CC@
9   CXX = @CXX@
10   CFLAGS = @CFLAGS@
11   CXXFLAGS = @CXXFLAGS@
12 < CPPFLAGS = @CPPFLAGS@ -I../include -I. -I../uae_cpu
12 > CPPFLAGS = @CPPFLAGS@ -I../include -I. @CPUINCLUDES@
13   DEFS = @DEFS@ @DEFINES@ -D_REENTRANT
14   LDFLAGS = @LDFLAGS@
15   LIBS = @LIBS@
# Line 84 | Line 84 | $(OBJ_DIR)/build68k: ../uae_cpu/build68k
84   $(OBJ_DIR)/cpuopti: ../uae_cpu/cpuopti.c
85          $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(LDFLAGS) $< -o $@
86  
87 < #$(OBJ_DIR)/gencpu: cpudefs.cpp ../uae_cpu/gencpu.c ../uae_cpu/readcpu.cpp
88 < #       $(CXX) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(CXXFLAGS) $(LDFLAGS) $< -o $@
87 > $(OBJ_DIR)/gencpu: cpudefs.cpp ../uae_cpu/gencpu.c ../uae_cpu/readcpu.cpp
88 >        $(CXX) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(CXXFLAGS) $(LDFLAGS) $^ -o $@
89  
90 $(OBJ_DIR)/gencpu: $(OBJ_DIR)/gencpu.o $(OBJ_DIR)/readcpu.o $(OBJ_DIR)/cpudefs.o
91        $(CC) $(LDFLAGS) $^ -o $@
92
93 $(OBJ_DIR)/gencpu.o : ../uae_cpu/gencpu.c
94        $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c $< -o $@
95
96 $(OBJ_DIR)/readcpu.o: ../uae_cpu/readcpu.cpp
97        $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c $< -o $@
98
99 $(OBJ_DIR)/cpudefs.o: cpudefs.cpp
100        $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c $< -o $@
90  
91  
92   cpudefs.cpp: $(OBJ_DIR)/build68k ../uae_cpu/table68k
# Line 132 | Line 121 | cpuemu8.cpp: cpuemu.cpp
121          echo '#define PART_8' > $@
122          echo '#include "$<"' >> $@
123  
135 #cpuemu1.cpp: cpuemu.cpp
136 #       $(CXX) $(CPPFLAGS) $(DEFS) -DPART_1 -E $< > $@
137 #cpuemu2.cpp: cpuemu.cpp
138 #       $(CXX) $(CPPFLAGS) $(DEFS) -DPART_2 -E $< > $@
139 #cpuemu3.cpp: cpuemu.cpp
140 #       $(CXX) $(CPPFLAGS) $(DEFS) -DPART_3 -E $< > $@
141 #cpuemu4.cpp: cpuemu.cpp
142 #       $(CXX) $(CPPFLAGS) $(DEFS) -DPART_4 -E $< > $@
143 #cpuemu5.cpp: cpuemu.cpp
144 #       $(CXX) $(CPPFLAGS) $(DEFS) -DPART_5 -E $< > $@
145 #cpuemu6.cpp: cpuemu.cpp
146 #       $(CXX) $(CPPFLAGS) $(DEFS) -DPART_6 -E $< > $@
147 #cpuemu7.cpp: cpuemu.cpp
148 #       $(CXX) $(CPPFLAGS) $(DEFS) -DPART_7 -E $< > $@
149 #cpuemu8.cpp: cpuemu.cpp
150 #       $(CXX) $(CPPFLAGS) $(DEFS) -DPART_8 -E $< > $@
151
124  
125   cpufast.s: cpuemu.cpp $(OBJ_DIR)/cpuopti
126          $(CXX) $(CPPFLAGS) $(DEFS) -S $(CXXFLAGS) $< -o cputmp.s

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines