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

Subversion Repositories sd_card_controller

[/] [sd_card_controller/] [trunk/] [doc/] [src/] [Makefile] - Blame information for rev 3

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 rozpruwacz
######################################################################
2
####                                                              ####
3
#### WISHBONE SD Card Controller IP Core                          ####
4
####                                                              ####
5
#### Makefile                                                     ####
6
####                                                              ####
7
#### This file is part of the WISHBONE SD Card                    ####
8
#### Controller IP Core project                                   ####
9
#### http://www.opencores.org/cores/xxx/                          ####
10
####                                                              ####
11
#### Description                                                  ####
12
#### Documentation makefile                                       ####
13
####                                                              ####
14
#### Author(s):                                                   ####
15
####     - Marek Czerski, ma.czerski@gmail.com                    ####
16
####                                                              ####
17
######################################################################
18
####                                                              ####
19
#### Copyright (C) 2013 Authors                                   ####
20
####                                                              ####
21
#### This source file may be used and distributed without         ####
22
#### restriction provided that this copyright statement is not    ####
23
#### removed from the file and that any derivative work contains  ####
24
#### the original copyright notice and the associated disclaimer. ####
25
####                                                              ####
26
#### This source file is free software; you can redistribute it   ####
27
#### and/or modify it under the terms of the GNU Lesser General   ####
28
#### Public License as published by the Free Software Foundation; ####
29
#### either version 2.1 of the License, or (at your option) any   ####
30
#### later version.                                               ####
31
####                                                              ####
32
#### This source is distributed in the hope that it will be       ####
33
#### useful, but WITHOUT ANY WARRANTY; without even the implied   ####
34
#### warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR      ####
35
#### PURPOSE. See the GNU Lesser General Public License for more  ####
36
#### details.                                                     ####
37
####                                                              ####
38
#### You should have received a copy of the GNU Lesser General    ####
39
#### Public License along with this source; if not, download it   ####
40
#### from http://www.opencores.org/lgpl.shtml                     ####
41
####                                                              ####
42
######################################################################
43
 
44
ifeq ($(V), 1)
45
V =
46
else
47
V ?= @
48
endif
49
 
50
 
51
DOC_NAME = "Wishbone SD Card Controller IP Specification.pdf"
52
MAIN_DOCUMENT = specification
53
 
54
SRCS = $(shell ls *.tex)
55
 
56
all: $(MAIN_DOCUMENT).pdf
57
        $(V)cp $(MAIN_DOCUMENT).pdf ../$(DOC_NAME)
58
 
59
print_sources:
60
        $(V)@echo $(SRCS)
61
 
62
$(MAIN_DOCUMENT).pdf: $(SRCS)
63
        $(V)pdflatex -interaction=nonstopmode $(MAIN_DOCUMENT).tex \
64
        && pdflatex -interaction=nonstopmode $(MAIN_DOCUMENT).tex
65
 
66
clean:
67
        $(V)rm -f *.aux *.backup *.log *.lof *.lot *.pdf *.toc

powered by: WebSVN 2.1.0

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