summaryrefslogtreecommitdiff
path: root/2004/n/fpga/doc/dcd/ovcam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2004/n/fpga/doc/dcd/ovcam/Makefile')
-rw-r--r--2004/n/fpga/doc/dcd/ovcam/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/2004/n/fpga/doc/dcd/ovcam/Makefile b/2004/n/fpga/doc/dcd/ovcam/Makefile
new file mode 100644
index 0000000..221bd36
--- /dev/null
+++ b/2004/n/fpga/doc/dcd/ovcam/Makefile
@@ -0,0 +1,18 @@
+SUBDIR=
+
+all: ovcam2.pdf ov6620.pdf
+ for i in $(SUBDIR); do (cd $$i; $(MAKE) all); done
+ $(MAKE) rapport.pdf
+
+%.pdf: %.tex
+ pdflatex $<
+ pdflatex $<
+ pdflatex $<
+
+%.pdf: %.fig
+ fig2dev -L pdf -p dummy $< $@
+
+clean:
+ for i in $(SUBDIR); do (cd $$i; $(MAKE) clean); done
+ rm -f *.dvi *.aux *.log *.toc *.eps *.pdf *.ps
+