Subversion Repositories freemyipod

Rev

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

Rev 672 Rev 697
Line 159... Line 159...
159
	@$(CC) -c $(CFLAGS) -o $@ $<
159
	@$(CC) -c $(CFLAGS) -o $@ $<
160
 
160
 
161
build/libucl.a: libucl
161
build/libucl.a: libucl
162
 
162
 
163
libucl:
163
libucl:
164
	@make -C libucl CFLAGS="$(CFLAGS) -I../$(EMCOREDIR)/export"
164
	@$(MAKE) -C libucl CFLAGS="$(CFLAGS) -I../$(EMCOREDIR)/export"
165
 
165
 
166
build/version.h: version.h .svn/entries
166
build/version.h: version.h .svn/entries
167
	@echo [PP]     $<
167
	@echo [PP]     $<
168
ifeq ($(shell uname),WindowsNT)
168
ifeq ($(shell uname),WindowsNT)
169
	@-if not exist build md build
169
	@-if not exist build md build
Line 249... Line 249...
249
flashfiles/emcore-ipodnano2g.bin: $(EMCOREDIR)/build/ipodnano2g/emcore.bin emcore
249
flashfiles/emcore-ipodnano2g.bin: $(EMCOREDIR)/build/ipodnano2g/emcore.bin emcore
250
	@echo [EMBCFG] $@
250
	@echo [EMBCFG] $@
251
	@$(EMCOREBOOTCFG) $< $@ "(3, '/.boot/init.emcoreapp', None, (2, 'bootmenu', None, None))"
251
	@$(EMCOREBOOTCFG) $< $@ "(3, '/.boot/init.emcoreapp', None, (2, 'bootmenu', None, None))"
252
 
252
 
253
emcore:
253
emcore:
254
	@make -C $(EMCOREDIR) ipodnano2g
254
	@$(MAKE) -C $(EMCOREDIR) ipodnano2g
255
 
255
 
256
emcoreldr-ipodnano2g:
256
emcoreldr-ipodnano2g:
257
	@make -C $(EMCOREDIR)/loader/ipodnano2g
257
	@$(MAKE) -C $(EMCOREDIR)/loader/ipodnano2g
258
 
258
 
259
uninstaller-ipodnano2g:
259
uninstaller-ipodnano2g:
260
	@make -C $(UNINSTDIR)
260
	@$(MAKE) -C $(UNINSTDIR)
261
 
261
 
262
bootmenu-ipodnano2g:
262
bootmenu-ipodnano2g:
263
	@make -C $(BOOTMENUDIR)
263
	@$(MAKE) -C $(BOOTMENUDIR)
264
 
264
 
265
libboot:
265
libboot:
266
	@make -C $(LIBBOOTDIR)
266
	@$(MAKE) -C $(LIBBOOTDIR)
267
 
267
 
268
libpng:
268
libpng:
269
	@make -C $(LIBPNGDIR)
269
	@$(MAKE) -C $(LIBPNGDIR)
270
 
270
 
271
libui:
271
libui:
272
	@make -C $(LIBUIDIR)
272
	@$(MAKE) -C $(LIBUIDIR)
273
 
273
 
274
libmkfat32:
274
libmkfat32:
275
	@make -C $(LIBMKFAT32DIR)
275
	@$(MAKE) -C $(LIBMKFAT32DIR)
276
 
276
 
277
umsboot:
277
umsboot:
278
	@make -C $(UMSBOOTDIR) ipodnano2g
278
	@$(MAKE) -C $(UMSBOOTDIR) ipodnano2g
279
 
279
 
280
clean:
280
clean:
281
	@rm -rf build
281
	@rm -rf build
282
 
282
 
283
.PHONY: all clean emcore emcoreldr-ipodnano2g bootmenu-ipodnano2g uninstaller-ipodnano2g libboot libpng libui libmkfat32 umsboot libucl flashfiles $(NAME)
283
.PHONY: all clean emcore emcoreldr-ipodnano2g bootmenu-ipodnano2g uninstaller-ipodnano2g libboot libpng libui libmkfat32 umsboot libucl flashfiles $(NAME)