Subversion Repositories freemyipod

Rev

Rev 184 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 184 Rev 185
Line 161... Line 161...
161
 
161
 
162
flashfiles/iloader.cfg: flashfiles/iloader.conf
162
flashfiles/iloader.cfg: flashfiles/iloader.conf
163
	@echo [COMCFG] $@
163
	@echo [COMCFG] $@
164
	@$(COMPILECONFIG) $< $@
164
	@$(COMPILECONFIG) $< $@
165
 
165
 
166
flashfiles/iloader.conf:
-
 
167
	@echo [CP]     $@
-
 
168
	@cp $(ILOADERDIR)/themes/default/source/iloader.conf flashfiles/iloader.conf
-
 
169
 
-
 
170
flashfiles/iloader.cfg.ucl: flashfiles/iloader.cfg
166
flashfiles/iloader.cfg.ucl: flashfiles/iloader.cfg
171
	@echo [UCL]    $<
167
	@echo [UCL]    $<
172
	@$(UCLPACK) $< $@
168
	@$(UCLPACK) $< $@
173
 
169
 
174
$(ILOADERDIR)/build/iloader.embiosapp.ucl: iloader
170
$(ILOADERDIR)/build/iloader.embiosapp.ucl: iloader
Line 206... Line 202...
206
uninstaller-nano2g:
202
uninstaller-nano2g:
207
	@make -C $(UNINSTDIR)
203
	@make -C $(UNINSTDIR)
208
 
204
 
209
clean:
205
clean:
210
	@rm -rf build
206
	@rm -rf build
211
	@rm -rf flashfiles
-
 
212
 
207
 
213
.PHONY: all clean uninstaller-nano2g iloader embios embiosldr-ipodnano2g libucl flashfiles $(NAME)
208
.PHONY: all clean uninstaller-nano2g iloader embios embiosldr-ipodnano2g libucl flashfiles $(NAME)