OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [trunk/] [tools/] [dspmem/] [Makefile] - Blame information for rev 254

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 42 hellwig
#
2
# Makefile for generating initialization statements
3
# for the display's screen memory
4
#
5
 
6
BUILD = ../../build
7
 
8
.PHONY:         all install clean
9
 
10
all:            dspatthi.init dspattlo.init dspchrhi.init dspchrlo.init
11
 
12
install:        dspatthi.init dspattlo.init dspchrhi.init dspchrlo.init
13
                mkdir -p $(BUILD)/hw-dsp
14
                cp dspatthi.init $(BUILD)/hw-dsp
15
                cp dspattlo.init $(BUILD)/hw-dsp
16
                cp dspchrhi.init $(BUILD)/hw-dsp
17
                cp dspchrlo.init $(BUILD)/hw-dsp
18
 
19
dspatthi.init:  mkinit
20
                ./mkinit
21
 
22
dspattlo.init:  mkinit
23
                ./mkinit
24
 
25
dspchrhi.init:  mkinit
26
                ./mkinit
27
 
28
dspchrlo.init:  mkinit
29
                ./mkinit
30
 
31
mkinit:         mkinit.c screen
32 254 hellwig
                gcc -g -Wall -o mkinit mkinit.c
33 42 hellwig
 
34
clean:
35
                rm -f *~ mkinit
36
                rm -f dspatthi.init dspattlo.init
37
                rm -f dspchrhi.init dspchrlo.init

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.