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

Subversion Repositories sata_controller_core

[/] [sata_controller_core/] [trunk/] [sata2_bus_v1_00_a/] [base_system/] [pcores/] [sata_core_v1_00_a/] [coregen/] [Makefile] - Blame information for rev 11

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 11 ashwin_men
# This Makefile will generate the NGC files based on only the XCO files
2
# DO NOT Delete the XCO files!
3
 
4
FILES=rx_tx_fifo.xco read_write_fifo.xco user_fifo.xco cmd_layer_ila.xco sata_rx_frame_ila.xco sata_tx_frame_ila.xco user_logic_ila.xco sata_phy_ila.xco oob_control_ila.xco\
5
 
6
.SUFFIXES: .xco .ngc
7
 
8
.xco.ngc:
9
        coregen -p coregen.cgp -b $<
10
 
11
ALL: $(FILES:.xco=.ngc)
12
 
13
 
14
clean:
15
        rm -rf *~ *.txt *.ncf *.ise *.vho *.tcl *.log *.pdf *.xrpt
16
        rm -rf tmp xlnx_auto_0_xdb
17
        rm -rf *.gise *.xise *.asy *.cgc _xmsgs
18
 
19
clean_ngc:
20
        rm -rf *.ngc
21
 
22
clean_cdc:
23
        rm -rf *.cdc
24
 
25
clean_vhd:
26
        rm -rf *.vhd
27
 
28
real_clean: clean clean_ngc clean_cdc clean_vhd

powered by: WebSVN 2.1.0

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