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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.24/] [doc/] [manual/] [Makefile] - Diff between revs 23 and 211

Only display areas with differences | Details | Blame | View Log

Rev 23 Rev 211
#
#
# Makefile for ECO32 manual
# Makefile for ECO32 manual
#
#
BUILD = ../../build
BUILD = ../../build
SRCS = architecture.tex demosoc.tex eco32.tex impl.tex intro.tex mybib.tex \
SRCS = architecture.tex demosoc.tex eco32.tex impl.tex intro.tex mybib.tex \
       ownsoc.tex signals.pdf signals.svg signals.tex toolchain.tex \
       ownsoc.tex signals.pdf signals.svg signals.tex toolchain.tex \
       isa/comp.tex isa/isa.tex isa/jump.tex isa/ldst.tex isa/system.tex
       isa/comp.tex isa/isa.tex isa/jump.tex isa/ldst.tex isa/system.tex
.PHONY:         all install clean
.PHONY:         all install clean
all:            eco32.pdf
all:            eco32.pdf
install:        eco32.pdf
install:        eco32.pdf
                mkdir -p $(BUILD)/doc
                mkdir -p $(BUILD)/doc
                cp eco32.pdf $(BUILD)/doc
                cp eco32.pdf $(BUILD)/doc
eco32.pdf:      $(SRCS)
eco32.pdf:      $(SRCS)
                pdflatex eco32.tex
                pdflatex eco32.tex
                pdflatex eco32.tex
                pdflatex eco32.tex
                pdflatex eco32.tex
                pdflatex eco32.tex
clean:
clean:
                rm -f eco32.aux eco32.log eco32.out eco32.pdf eco32.toc
                rm -f eco32.aux eco32.log eco32.out eco32.pdf eco32.toc
                rm -f isa/*~ *~
                rm -f isa/*~ *~
 
 

powered by: WebSVN 2.1.0

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