Added documentation for CS7290.
git-svn-id: http://www.cdkersey.com/harp/harptool@123 0246edb2-e076-4747-b392-db732a341fa2
This commit is contained in:
21
doc/Makefile
Normal file
21
doc/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
FIGS = fig/simd_core.pdf fig/byte_enc.pdf fig/word_enc.pdf
|
||||
DIRS = fig
|
||||
|
||||
NAME = harp_iset
|
||||
|
||||
all: $(NAME).pdf
|
||||
|
||||
$(NAME).pdf: $(NAME).tex $(FIGS)
|
||||
|
||||
%.pdf: %.tex
|
||||
pdflatex $<
|
||||
|
||||
fig/%.pdf: fig/%.fig
|
||||
cd fig; $(MAKE) $(MFLAGS) $(@F); cd ..
|
||||
|
||||
clean:
|
||||
rm -f $(NAME).pdf $(NAME).aux $(NAME).log $(NAME).toc $(NAME).snm \
|
||||
$(NAME).out $(NAME).nav fig/*.pdf
|
||||
|
||||
force_look:
|
||||
true
|
||||
Reference in New Issue
Block a user