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

Subversion Repositories simple_fm_receiver

[/] [simple_fm_receiver/] [tags/] [okinawa_1/] [export/] [vhd/] [Makefile] - Blame information for rev 32

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 arif_endro
# [20041030]
2
# * initial write
3
# * changing structural
4
# Makefile for this directory
5
all       : fm
6
#       vasy -V nco.vhdl
7
#       vasy -V rom.vhdl
8
#       vasy -V addacc.vhdl
9
# verilog       :
10
#       vasy -V -v nco.vhdl
11
#       vasy -V -v rom.vhdl
12
#       vasy -V -v addacc.vhdl
13
nco     : nco.vhdl
14
        vasy -V -H -o nco.vhdl
15
fm      : fm.vhdl
16
        vasy -V -H -o fm.vhdl
17
fm_v    : fm.vhdl
18
        vasy -V -H -o -v fm.vhdl
19
clean_vhd :
20
        rm -v -f *.vhd *.*
21
clean_v   :
22
        rm -v -f *.v
23
clean_vbe :
24
        rm -v -f *.vbe
25
clean_vst :
26
        rm -v -f *.vst
27
clean    :
28
#       rm -v *~
29
        echo "use make clean_vbe, clean_vhd, clean_v, clean_vst to clean up"

powered by: WebSVN 2.1.0

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