Subversion Repositories freemyipod

Rev

Rev 668 | Rev 698 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 668 Rev 697
Line 218... Line 218...
218
flashfiles/emcore-ipodclassic.bin: $(EMCOREDIR)/build/ipodclassic/emcore.bin emcore
218
flashfiles/emcore-ipodclassic.bin: $(EMCOREDIR)/build/ipodclassic/emcore.bin emcore
219
	@echo [EMBCFG] $@
219
	@echo [EMBCFG] $@
220
	@$(EMCOREBOOTCFG) $< $@ "(3, '/.boot/init.emcoreapp', None, (2, 'bootmenu', None, None))"
220
	@$(EMCOREBOOTCFG) $< $@ "(3, '/.boot/init.emcoreapp', None, (2, 'bootmenu', None, None))"
221
 
221
 
222
emcore:
222
emcore:
223
	@make -C $(EMCOREDIR) ipodclassic
223
	@$(MAKE) -C $(EMCOREDIR) ipodclassic
224
 
224
 
225
emcoreldr-ipodclassic:
225
emcoreldr-ipodclassic:
226
	@make -C $(EMCOREDIR)/loader/ipodclassic
226
	@$(MAKE) -C $(EMCOREDIR)/loader/ipodclassic
227
 
227
 
228
bootmenu-ipodclassic:
228
bootmenu-ipodclassic:
229
	@make -C $(BOOTMENUDIR)
229
	@$(MAKE) -C $(BOOTMENUDIR)
230
 
230
 
231
libboot:
231
libboot:
232
	@make -C $(LIBBOOTDIR)
232
	@$(MAKE) -C $(LIBBOOTDIR)
233
 
233
 
234
libpng:
234
libpng:
235
	@make -C $(LIBPNGDIR)
235
	@$(MAKE) -C $(LIBPNGDIR)
236
 
236
 
237
libui:
237
libui:
238
	@make -C $(LIBUIDIR)
238
	@$(MAKE) -C $(LIBUIDIR)
239
 
239
 
240
libmkfat32:
240
libmkfat32:
241
	@make -C $(LIBMKFAT32DIR)
241
	@$(MAKE) -C $(LIBMKFAT32DIR)
242
 
242
 
243
$(UMSBOOTDIR)/build/ipodclassic/umsboot.bin: umsboot
243
$(UMSBOOTDIR)/build/ipodclassic/umsboot.bin: umsboot
244
 
244
 
245
umsboot:
245
umsboot:
246
	@make -C $(UMSBOOTDIR) ipodclassic
246
	@$(MAKE) -C $(UMSBOOTDIR) ipodclassic
247
 
247
 
248
clean:
248
clean:
249
	@rm -rf build
249
	@rm -rf build
250
 
250
 
251
.PHONY: all clean emcore emcoreldr-ipodclassic bootmenu-ipodclassic libboot libpng libui libmkfat32 umsboot libucl flashfiles $(NAME)
251
.PHONY: all clean emcore emcoreldr-ipodclassic bootmenu-ipodclassic libboot libpng libui libmkfat32 umsboot libucl flashfiles $(NAME)