URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [tools/] [chrgen/] [Makefile] - Rev 188
Go to most recent revision | Compare with Previous | Blame | View Log
## Makefile for generating initialization statements# for the display's character generator#BUILD = ../../build.PHONY: all install cleanall: chrgenlo.init chrgenhi.initinstall: chrgenlo.init chrgenhi.initmkdir -p $(BUILD)/hw-dspcp chrgenlo.init $(BUILD)/hw-dspcp chrgenhi.init $(BUILD)/hw-dspchrgenlo.init: mkinit./mkinitchrgenhi.init: mkinit./mkinitmkinit: mkinit.c font-8x16gcc -m32 -g -Wall -o mkinit mkinit.cclean:rm -f *~ mkinitrm -f chrgenlo.init chrgenhi.init
Go to most recent revision | Compare with Previous | Blame | View Log
