File: Makefile

package info (click to toggle)
alliance 5.0-20120515-6
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 70,324 kB
  • ctags: 39,977
  • sloc: ansic: 350,299; vhdl: 34,227; yacc: 27,122; sh: 12,416; cpp: 9,478; makefile: 7,057; lex: 3,684
file content (26 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TEX	= synthesis.tex
FIG     = automate.fig ex_digicode.fig clavier.fig synthese.fig T_RC.fig graphe1.fig graphe_solution_digicode.fig hier.fig bloc.fig graphe1.fig datap.fig exemple1.fig exemple2.fig ctl-mrs-1.fig ctl-wen-1.fig dpt-all-1.fig dpt-alu-1.fig ctldecode.fig ctldecodebw.fig dptbanc.fig ctl-alu-1.fig
EPS     = $(FIG:.fig=.eps)

all : synthesis.pdf
	cp synthesis.pdf ../../

synthesis.pdf : synthesis.dvi
	dvipdf $< $@

synthesis.ps : synthesis.dvi
	dvips $< -o $@

synthesis.dvi : synthesis.tex $(EPS)
	latex $<
	latex $<

%.eps : %.fig
	fig2dev -L eps $< > $@

$(EPS) : $(FIG)
$(PDF) : $(EPS)

clean :
	rm -f *~ *.aux *.log *.pdf *.dvi *.ps *.out *.toc *.eps