source:
soft/giet_vm/mover/bins/Makefile
@
160
Last change on this file since 160 was 160, checked in by , 12 years ago | |
---|---|
File size: 187 bytes |
Rev | Line | |
---|---|---|
[160] | 1 | DU=mipsel-unknown-elf-objdump |
2 | BINS=$(wildcard *.bin) | |
3 | ||
4 | TODO=$(patsubst %.bin,%.bin.txt,$(BINS)) | |
5 | ||
6 | all: $(TODO) | |
7 | @echo $(TODO) | |
8 | @echo 'DONE!' | |
9 | ||
10 | %.bin.txt: %.bin | |
11 | @echo $< | |
12 | $(DU) -D $< > $@ |
Note: See TracBrowser
for help on using the repository browser.