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

Subversion Repositories eco32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /eco32/trunk/doc/manual
    from Rev 22 to Rev 23
    Reverse comparison

Rev 22 → Rev 23

/Makefile
0,0 → 1,26
#
# Makefile for ECO32 manual
#
 
BUILD = ../../build
 
SRCS = architecture.tex demosoc.tex eco32.tex impl.tex intro.tex mybib.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
 
.PHONY: all install clean
 
all: eco32.pdf
 
install: eco32.pdf
mkdir -p $(BUILD)/doc
cp eco32.pdf $(BUILD)/doc
 
eco32.pdf: $(SRCS)
pdflatex eco32.tex
pdflatex eco32.tex
pdflatex eco32.tex
 
clean:
rm -f eco32.aux eco32.log eco32.out eco32.pdf eco32.toc
rm -f isa/*~ *~

powered by: WebSVN 2.1.0

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