Blame view

DOCUMENTATION/THEORY_MANUAL/Makefile 1.33 KB
886c558b   Steve Greedy   SACAMOS Public Re...
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# makefile for creating PDF from LaTeX source
#

default : SACAMOS_TheoryManual.pdf

LATEX_FILES= \
 Tex/bibliography.tex \
 Tex/cable_types.tex \
 Tex/crosstalk.tex \
 Tex/domain_decomposition.tex \
 Tex/emission.tex \
 Tex/filter_fit.tex \
 Tex/frequency_dependent_propagation.tex \
 Tex/incident_field_excitation_shielded_cables.tex \
 Tex/incident_field_excitation.tex \
 Tex/introduction.tex \
 Tex/Laplace_Solver_Documentation.tex \
 Tex/method_of_characteristics.tex \
 Tex/modal_decomposition.tex \
 Tex/mtlequa.tex \
 Tex/preamble.tex \
 Tex/pulpara.tex \
 Tex/software_design.tex \
 Tex/solmtlequa.tex \
 Tex/spice_cable_bundle_model_structure.tex \
 Tex/spice_cable_model.tex \
 Tex/spice_incident_field_excitation.tex \
 Tex/termcond.tex \
 Tex/transfer_impedance_model.tex \
 Tex/twisted_pair_model.tex

%.pdf: %.tex  $(LATEX_FILES)
	TEXINPUTS=".:${TOP_LEVEL_DIRECTORY}/COMMON_LATEX_FILES:" pdflatex $*
	TEXINPUTS=".:${TOP_LEVEL_DIRECTORY}/COMMON_LATEX_FILES:" pdflatex $*
	TEXINPUTS=".:${TOP_LEVEL_DIRECTORY}/COMMON_LATEX_FILES:" pdflatex $*

help:
	@echo "make           : make SACAMOS_TheoryManual.pdf"
	@echo "make clean     : clean LaTeX files"
	@echo "make clean_all : clean LaTeX files and image files"

clean:
	rm -f *.aux *.lof *.log  *.out  *.toc *.pdf

clean_all:
	rm -f *.aux *.lof *.log  *.out  *.toc *.pdf Imgs/*eps-converted-to.pdf