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

Subversion Repositories dblclockfft

[/] [dblclockfft/] [trunk/] [Makefile] - Blame information for rev 43

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 43 dgisselq
################################################################################
2
##
3
## Filename:    Makefile
4
##
5
## Project:     A General Purpose Pipelined FFT Implementation
6
##
7
## Purpose:     This is the master Makefile for the FFT core generator.
8
##
9
## Creator:     Dan Gisselquist, Ph.D.
10
##              Gisselquist Technology, LLC
11
##
12
################################################################################
13
##
14
## Copyright (C) 2018, Gisselquist Technology, LLC
15
##
16
## This program is free software (firmware): you can redistribute it and/or
17
## modify it under the terms of  the GNU General Public License as published
18
## by the Free Software Foundation, either version 3 of the License, or (at
19
## your option) any later version.
20
##
21
## This program is distributed in the hope that it will be useful, but WITHOUT
22
## ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
23
## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
24
## for more details.
25
##
26
## You should have received a copy of the GNU General Public License along
27
## with this program.  (It's in the $(ROOT)/doc directory.  Run make with no
28
## target there if the PDF file isn't present.)  If not, see
29
##  for a copy.
30
##
31
## License:     GPL, v3, as defined and found on www.gnu.org,
32
##              http://www.gnu.org/licenses/gpl.html
33
##
34
##
35
################################################################################
36
##
37
##
38
# This is really simple ...
39
SUBMAKE := make -C
40
.PHONY: all
41
all:
42
        $(SUBMAKE) sw
43
 
44
.PHONY: example rtl
45
rtl: example
46
example:
47
        $(SUBMAKE) sw test
48
 
49
.PHONY: bench
50
bench: example
51
        $(SUBMAKE) bench/cpp
52
 
53
.PHONY: bench-test
54
bench-test: bench
55
        $(SUBMAKE) bench/cpp test
56
 
57
.PHONY: clean
58
clean:
59
        $(SUBMAKE) sw           clean
60
        $(SUBMAKE) bench/cpp    clean
61
        $(SUBMAKE) bench/formal clean

powered by: WebSVN 2.1.0

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