-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile
69 lines (62 loc) · 1.04 KB
/
Makefile
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.POSIX:
include conf.mk
PANDOC = pandoc
D = \
tool\
pkgconfig\
m4/lib\
lib\
bin/2obj\
bin/2stl\
bin/2vtk\
bin/2xdmf\
bin/app\
bin/bead\
bin/components\
bin/eigenvector\
bin/eng\
bin/ffmpeg\
bin/geomview\
bin/host\
bin/list\
bin/loop\
bin/maxima\
bin/msh\
bin/obj\
bin/path\
bin/ply2off\
bin/q\
bin/run\
bin/shake\
bin/sqrt3\
bin/tile\
bin/upsample\
bin/vtk\
bin/wall\
bin/xcolor\
data\
example/he/dump\
example/punto\
example/ten\
example/vec\
maxima/lib\
E = \
bin/align\
bin/cmoment\
bin/orient\
install: dir
test: dir
clean: dir
-rm TAGS
lib: bin/m4 m4/lib
include make/dir.mk
TAGS:; etags `find lib -name '*.c' -or -name '*.h' -or -name '*.m4' -or -name '*.inc'`
README.md: m4/util.m4
html: docs/index.html
pdf: corpuscles.pdf
docs/index.html: README.md
$(PANDOC) --css=css/empty.css --standalone $< --resource-path=docs -V lang=en-US --metadata pagetitle='Corpuscles documentation' --metadata author='Sergey Litvinov' -o $@
corpuscles.pdf: docs/index.html
$(PANDOC) $< -t context -V papersize:letter -o $@
.md.m4.md:; co.m4 -o $@ $<
.SUFFIXES: .md.m4 .md