Blame view

DOCUMENTATION/THEORY_MANUAL/Makefile 1.4 KB
886c558b   Steve Greedy   SACAMOS Public Re...
1
2
3
4
5
6
7
8
9
#
# makefile for creating PDF from LaTeX source
#

default : SACAMOS_TheoryManual.pdf

LATEX_FILES= \
 Tex/bibliography.tex \
 Tex/cable_types.tex \
886c558b   Steve Greedy   SACAMOS Public Re...
10
 Tex/domain_decomposition.tex \
886c558b   Steve Greedy   SACAMOS Public Re...
11
12
13
14
15
16
17
18
19
20
21
 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 \
886c558b   Steve Greedy   SACAMOS Public Re...
22
23
24
25
26
27
 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 \
189467e4   Steve Greedy   First Public Release
28
29
 Tex/twisted_pair_model.tex \
 Tex/network_synthesis.tex
886c558b   Steve Greedy   SACAMOS Public Re...
30

189467e4   Steve Greedy   First Public Release
31
32
33
34
SACAMOS_TheoryManual.pdf: SACAMOS_TheoryManual.tex  $(LATEX_FILES)
	TEXINPUTS=".:${TOP_LEVEL_DIRECTORY}/COMMON_LATEX_FILES:" pdflatex SACAMOS_TheoryManual.tex 
	TEXINPUTS=".:${TOP_LEVEL_DIRECTORY}/COMMON_LATEX_FILES:" pdflatex SACAMOS_TheoryManual.tex 
	TEXINPUTS=".:${TOP_LEVEL_DIRECTORY}/COMMON_LATEX_FILES:" pdflatex SACAMOS_TheoryManual.tex 
886c558b   Steve Greedy   SACAMOS Public Re...
35
36
37
38
39
40
41
42
43
44
45

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